summaryrefslogtreecommitdiff
path: root/qmafwwatchlet/qmafwwatchlet.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qmafwwatchlet/qmafwwatchlet.pro')
-rw-r--r--qmafwwatchlet/qmafwwatchlet.pro39
1 files changed, 39 insertions, 0 deletions
diff --git a/qmafwwatchlet/qmafwwatchlet.pro b/qmafwwatchlet/qmafwwatchlet.pro
new file mode 100644
index 0000000..2f8db66
--- /dev/null
+++ b/qmafwwatchlet/qmafwwatchlet.pro
@@ -0,0 +1,39 @@
+
+TARGET = qmafwwatchlet
+TEMPLATE = lib
+# CONFIG += plugin
+QT += dbus
+CONFIG += link_pkgconfig
+unix: PKGCONFIG += qmafw qmafw-shared
+
+SOURCES += qmafwwatchlet.cpp \
+ qmafwwatchletplugin.cpp \
+ qmafwwatchletplayer.cpp
+HEADERS += qmafwwatchlet.h \
+ qmafwwatchletplugin.h \
+ qmafwwatchletplayer.h
+
+unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch
+INCLUDEPATH += $$PWD/../libsowatch
+DEPENDPATH += $$PWD/../libsowatch
+
+unix:!symbian {
+ maemo5 {
+ target.path = /opt/sowatch/watchlets
+ } else {
+ target.path = /usr/lib/sowatch/watchlets
+ }
+ INSTALLS += target
+}
+
+OTHER_FILES += \
+ metawatch-digital.qml
+
+RESOURCES += \
+ qmafwwatchlet.qrc
+
+
+
+
+
+