summaryrefslogtreecommitdiff
path: root/sysinfowatchlet
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-08 16:44:07 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-08 16:44:07 +0200
commit081aa7b760986092377be7f62cac3bdee7400874 (patch)
tree37b42e1bd1492a5ed64ae445182ff151cc524a56 /sysinfowatchlet
parent93f3acd128d6b349efe14e97b12c2703ca4f81f3 (diff)
downloadsowatch-081aa7b760986092377be7f62cac3bdee7400874.tar.gz
sowatch-081aa7b760986092377be7f62cac3bdee7400874.zip
more cleanup fixes
Diffstat (limited to 'sysinfowatchlet')
-rw-r--r--sysinfowatchlet/sysinfowatchlet.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysinfowatchlet/sysinfowatchlet.pro b/sysinfowatchlet/sysinfowatchlet.pro
index 70fd3f7..3b3087b 100644
--- a/sysinfowatchlet/sysinfowatchlet.pro
+++ b/sysinfowatchlet/sysinfowatchlet.pro
@@ -17,10 +17,7 @@ HEADERS += sysinfoplugin.h sysinfowatchlet.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