summaryrefslogtreecommitdiff
path: root/qmafwwatchlet
diff options
context:
space:
mode:
Diffstat (limited to 'qmafwwatchlet')
-rw-r--r--qmafwwatchlet/qmafwwatchlet.pro11
1 files changed, 3 insertions, 8 deletions
diff --git a/qmafwwatchlet/qmafwwatchlet.pro b/qmafwwatchlet/qmafwwatchlet.pro
index 2f8db66..2e22b4b 100644
--- a/qmafwwatchlet/qmafwwatchlet.pro
+++ b/qmafwwatchlet/qmafwwatchlet.pro
@@ -18,8 +18,9 @@ INCLUDEPATH += $$PWD/../libsowatch
DEPENDPATH += $$PWD/../libsowatch
unix:!symbian {
- maemo5 {
- target.path = /opt/sowatch/watchlets
+ !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 {
+ QMAKE_RPATHDIR += /opt/sowatch/lib
+ target.path = /opt/sowatch/lib/watchlets
} else {
target.path = /usr/lib/sowatch/watchlets
}
@@ -31,9 +32,3 @@ OTHER_FILES += \
RESOURCES += \
qmafwwatchlet.qrc
-
-
-
-
-
-