diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-08 16:44:07 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-08 16:44:07 +0200 |
commit | 081aa7b760986092377be7f62cac3bdee7400874 (patch) | |
tree | 37b42e1bd1492a5ed64ae445182ff151cc524a56 /sysinfowatchlet | |
parent | 93f3acd128d6b349efe14e97b12c2703ca4f81f3 (diff) | |
download | sowatch-081aa7b760986092377be7f62cac3bdee7400874.tar.gz sowatch-081aa7b760986092377be7f62cac3bdee7400874.zip |
more cleanup fixes
Diffstat (limited to 'sysinfowatchlet')
-rw-r--r-- | sysinfowatchlet/sysinfowatchlet.pro | 5 |
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 |