diff options
Diffstat (limited to 'harmaccuweather')
-rw-r--r-- | harmaccuweather/harmaccuweather.pro | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/harmaccuweather/harmaccuweather.pro b/harmaccuweather/harmaccuweather.pro index 7c9bfe5..5a1facd 100644 --- a/harmaccuweather/harmaccuweather.pro +++ b/harmaccuweather/harmaccuweather.pro @@ -16,18 +16,11 @@ INCLUDEPATH += $$PWD/../libsowatch DEPENDPATH += $$PWD/../libsowatch unix:!symbian { - maemo5 { - target.path = /opt/sowatch/notifications + !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 { + QMAKE_RPATHDIR += /opt/sowatch/lib + target.path = /opt/sowatch/lib/notifications } else { target.path = /usr/lib/sowatch/notifications } INSTALLS += target } - - - - - - - - |