summaryrefslogtreecommitdiff
path: root/qmafwwatchlet/qmafwwatchlet.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qmafwwatchlet/qmafwwatchlet.pro')
-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