summaryrefslogtreecommitdiff
path: root/qmafwwatchlet
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-01-03 18:22:49 +0100
committerJavier S. Pedro <maemo@javispedro.com>2012-01-03 18:22:49 +0100
commite166ea78debb9ef69df2462a1e31d0175ecbe8f3 (patch)
tree5774e71a250c0d3a55ff5897ed7d6b074d46360b /qmafwwatchlet
parent3f95bcc5150d98f38ff5317589016a46fbb505ef (diff)
downloadsowatch-e166ea78debb9ef69df2462a1e31d0175ecbe8f3.tar.gz
sowatch-e166ea78debb9ef69df2462a1e31d0175ecbe8f3.zip
still cleaning .pro files
Diffstat (limited to 'qmafwwatchlet')
-rw-r--r--qmafwwatchlet/qmafwwatchlet.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmafwwatchlet/qmafwwatchlet.pro b/qmafwwatchlet/qmafwwatchlet.pro
index c1f528f..c02e3f4 100644
--- a/qmafwwatchlet/qmafwwatchlet.pro
+++ b/qmafwwatchlet/qmafwwatchlet.pro
@@ -4,7 +4,7 @@ TEMPLATE = lib
CONFIG += plugin
QT += dbus
CONFIG += link_pkgconfig
-unix: PKGCONFIG += qmafw qmafw-shared
+PKGCONFIG += qmafw qmafw-shared
SOURCES += qmafwwatchlet.cpp \
qmafwwatchletplugin.cpp \
@@ -13,7 +13,7 @@ HEADERS += qmafwwatchlet.h \
qmafwwatchletplugin.h \
qmafwwatchletplayer.h
-unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
+LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
INCLUDEPATH += $$PWD/../libsowatch
DEPENDPATH += $$PWD/../libsowatch