summaryrefslogtreecommitdiff
path: root/metawatch/metawatch.pro
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/metawatch.pro')
-rw-r--r--metawatch/metawatch.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro
index 3435bb5..f48cfe0 100644
--- a/metawatch/metawatch.pro
+++ b/metawatch/metawatch.pro
@@ -66,8 +66,9 @@ symbian {
}
unix:!symbian {
- maemo5 {
- target.path = /opt/sowatch/drivers
+ !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 {
+ QMAKE_RPATHDIR += /opt/sowatch/lib
+ target.path = /opt/sowatch/lib/drivers
} else {
target.path = /usr/lib/sowatch/drivers
}