diff options
Diffstat (limited to 'sysinfowatchlet')
-rw-r--r-- | sysinfowatchlet/sysinfowatchlet.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysinfowatchlet/sysinfowatchlet.pro b/sysinfowatchlet/sysinfowatchlet.pro index ebbaf9c..129bbc9 100644 --- a/sysinfowatchlet/sysinfowatchlet.pro +++ b/sysinfowatchlet/sysinfowatchlet.pro @@ -24,8 +24,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 } |