diff options
Diffstat (limited to 'notificationswatchlet/notificationswatchlet.pro')
-rw-r--r-- | notificationswatchlet/notificationswatchlet.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notificationswatchlet/notificationswatchlet.pro b/notificationswatchlet/notificationswatchlet.pro index 6ec7459..865fa3b 100644 --- a/notificationswatchlet/notificationswatchlet.pro +++ b/notificationswatchlet/notificationswatchlet.pro @@ -1,7 +1,7 @@ TARGET = notificationswatchlet TEMPLATE = lib -# CONFIG += plugin +CONFIG += plugin SOURCES += notificationswatchletplugin.cpp notificationswatchlet.cpp @@ -25,7 +25,7 @@ unix:!symbian { qml_files.path = /opt/sowatch/qml/$$TARGET } else { target.path = /usr/lib/sowatch/watchlets - qml_files.path = /opt/sowatch/qml/$$TARGET + qml_files.path = /usr/share/sowatch/qml/$$TARGET } INSTALLS += target qml_files } |