0001-fix-target-path.patch 464 B

123456789101112131415
  1. diff --git a/mysqlqmlplugin.pro b/mysqlqmlplugin.pro
  2. index 29e1c38..9e0677b 100644
  3. --- a/mysqlqmlplugin.pro
  4. +++ b/mysqlqmlplugin.pro
  5. @@ -35,8 +35,8 @@ HEADERS += \
  6. ##############################################################
  7. -qmlPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
  8. -
  9. +##qmlPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
  10. +qmlPath = /usr/qml/$$replace(uri, \\., /)
  11. ##############################################################
  12. linux-g++ {