summaryrefslogtreecommitdiff
path: root/notificationswatchlet
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-01-02 23:38:29 +0100
committerJavier S. Pedro <maemo@javispedro.com>2012-01-02 23:38:29 +0100
commit3f95bcc5150d98f38ff5317589016a46fbb505ef (patch)
treef973b7bc688aa750ebd0e06196f0d31265dceaf6 /notificationswatchlet
parent2b9f2a05435b406e22a0d680b00c81dcf1a34859 (diff)
downloadsowatch-3f95bcc5150d98f38ff5317589016a46fbb505ef.tar.gz
sowatch-3f95bcc5150d98f38ff5317589016a46fbb505ef.zip
Removing QtCreator <2.4 .pro file workarounds
Diffstat (limited to 'notificationswatchlet')
-rw-r--r--notificationswatchlet/notificationswatchlet.pro4
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
}