summaryrefslogtreecommitdiff
path: root/qmapwatchlet
diff options
context:
space:
mode:
Diffstat (limited to 'qmapwatchlet')
-rw-r--r--qmapwatchlet/qmapwatchlet.pro21
1 files changed, 3 insertions, 18 deletions
diff --git a/qmapwatchlet/qmapwatchlet.pro b/qmapwatchlet/qmapwatchlet.pro
index da5cf6f..5e5fb81 100644
--- a/qmapwatchlet/qmapwatchlet.pro
+++ b/qmapwatchlet/qmapwatchlet.pro
@@ -17,8 +17,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
}
@@ -30,19 +31,3 @@ OTHER_FILES += \
RESOURCES += \
qmapwatchlet.qrc
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-