From ea45d64656f8a0defe3c9713fac45005428a29ea Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Sun, 18 Sep 2011 04:57:46 +0200
Subject: trying to fix Harmattan packaging

---
 metawatch/metawatch.pro | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

(limited to 'metawatch')

diff --git a/metawatch/metawatch.pro b/metawatch/metawatch.pro
index fe04b11..f4b86f8 100644
--- a/metawatch/metawatch.pro
+++ b/metawatch/metawatch.pro
@@ -4,9 +4,10 @@
 #
 #-------------------------------------------------
 
-TARGET = metawatch
+TARGET = metawatchdriver
 TEMPLATE = lib
 # CONFIG   += plugin # Stupid Qt creator doesn't want to deploy plugins
+QT       += gui
 CONFIG   += mobility
 MOBILITY += connectivity systeminfo
 
@@ -33,10 +34,10 @@ OTHER_FILES += \
 	idle_gmail.bmp \
 	idle_call.bmp
 
-win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -llibsowatch
-else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -llibsowatch
-else:symbian: LIBS += -llibsowatch
-else:unix: LIBS += -L$$OUT_PWD/../libsowatch/ -llibsowatch
+win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/release/ -lsowatch
+else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../libsowatch/debug/ -lsowatch
+else:symbian: LIBS += -lsowatch
+else:unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
 
 INCLUDEPATH += $$PWD/../libsowatch
 DEPENDPATH += $$PWD/../libsowatch
-- 
cgit v1.2.3