123456789101112131415 |
- diff --git a/gfativaflashplugin.pro b/gfativaflashplugin.pro
- index 1c00fd3..fe5a1d1 100644
- --- a/gfativaflashplugin.pro
- +++ b/gfativaflashplugin.pro
- @@ -40,8 +40,8 @@ HEADERS += \
-
- ##############################################################
-
- -qmlPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
- -
- +##qmlPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
- +qmlPath = /usr/qml/$$replace(uri, \\., /)
- ##############################################################
-
- linux-g++ {
|