summaryrefslogtreecommitdiff
path: root/metawatch
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-18 04:57:46 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-18 04:57:46 +0200
commitea45d64656f8a0defe3c9713fac45005428a29ea (patch)
treeae3d7e5f1a10354239eeeaabced4607d1c2c7dfd /metawatch
parentc42d5abff1f5f51facc169dd593725d819c4c868 (diff)
downloadsowatch-ea45d64656f8a0defe3c9713fac45005428a29ea.tar.gz
sowatch-ea45d64656f8a0defe3c9713fac45005428a29ea.zip
trying to fix Harmattan packaging
Diffstat (limited to 'metawatch')
-rw-r--r--metawatch/metawatch.pro11
1 files changed, 6 insertions, 5 deletions
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