0001-fix-target-path.patch 480 B

123456789101112131415
  1. diff --git a/gfativaflashplugin.pro b/gfativaflashplugin.pro
  2. index 1c00fd3..fe5a1d1 100644
  3. --- a/gfativaflashplugin.pro
  4. +++ b/gfativaflashplugin.pro
  5. @@ -40,8 +40,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++ {