From e8781ec2d43ec3f7f905e20fc76b1910e83ee0c8 Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Mon, 17 Oct 2011 20:54:22 +0200
Subject: Major change: sowatchd is now a QtM service

---
 notificationswatchlet/notificationswatchlet.pro | 33 +++----------------------
 1 file changed, 3 insertions(+), 30 deletions(-)

(limited to 'notificationswatchlet')

diff --git a/notificationswatchlet/notificationswatchlet.pro b/notificationswatchlet/notificationswatchlet.pro
index f5e4ce8..e64a8d6 100644
--- a/notificationswatchlet/notificationswatchlet.pro
+++ b/notificationswatchlet/notificationswatchlet.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,31 +31,3 @@ OTHER_FILES += \
 
 RESOURCES += \
     notificationswatchlet.qrc
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-- 
cgit v1.2.3