summaryrefslogtreecommitdiff
path: root/qmsgwatchlet/qmsgwatchlet.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-10 17:49:45 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-10 17:49:45 +0200
commit4ad9e1874af29864ca8531e5ba033b85d6616639 (patch)
tree29c997c2b5f8a59b1cabf7589248310568029a11 /qmsgwatchlet/qmsgwatchlet.pro
parent39fa663cd08bd2b7d46ed170d49ac794c531c42e (diff)
downloadsowatch-4ad9e1874af29864ca8531e5ba033b85d6616639.tar.gz
sowatch-4ad9e1874af29864ca8531e5ba033b85d6616639.zip
cleanup and bump version to 0.4
Diffstat (limited to 'qmsgwatchlet/qmsgwatchlet.pro')
-rw-r--r--qmsgwatchlet/qmsgwatchlet.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/qmsgwatchlet/qmsgwatchlet.pro b/qmsgwatchlet/qmsgwatchlet.pro
index ef02f16..9e18e42 100644
--- a/qmsgwatchlet/qmsgwatchlet.pro
+++ b/qmsgwatchlet/qmsgwatchlet.pro
@@ -1,4 +1,3 @@
-
TARGET = qmsgwatchlet
TEMPLATE = lib
CONFIG += plugin
@@ -11,10 +10,7 @@ HEADERS += qmsgwatchletplugin.h qmsgwatchlet.h
qml_files.files = metawatch-digital.qml icon.png
-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
+LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
INCLUDEPATH += $$PWD/../libsowatch
DEPENDPATH += $$PWD/../libsowatch