From e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 17 Oct 2011 20:54:22 +0200 Subject: Major change: sowatchd is now a QtM service --- meegohandsetnotification/meegohandsetnotification.pro | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'meegohandsetnotification') diff --git a/meegohandsetnotification/meegohandsetnotification.pro b/meegohandsetnotification/meegohandsetnotification.pro index 4921d03..ea87c2c 100644 --- a/meegohandsetnotification/meegohandsetnotification.pro +++ b/meegohandsetnotification/meegohandsetnotification.pro @@ -23,20 +23,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 } - - - - - - - - - - -- cgit v1.2.3