summaryrefslogtreecommitdiff
path: root/sowatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-04-26 01:36:20 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-04-26 01:36:20 +0200
commit93f3acd128d6b349efe14e97b12c2703ca4f81f3 (patch)
tree937f3de2307444f0c28d6d21f26f1580e789b074 /sowatch.pro
parent1375a26b135547fdd8e07db62acf8116a8482560 (diff)
downloadsowatch-93f3acd128d6b349efe14e97b12c2703ca4f81f3.tar.gz
sowatch-93f3acd128d6b349efe14e97b12c2703ca4f81f3.zip
Moved the core framework to GConf & D-Bus
Diffstat (limited to 'sowatch.pro')
-rw-r--r--sowatch.pro24
1 files changed, 15 insertions, 9 deletions
diff --git a/sowatch.pro b/sowatch.pro
index ee778d0..9a89759 100644
--- a/sowatch.pro
+++ b/sowatch.pro
@@ -1,23 +1,29 @@
TEMPLATE = subdirs
SUBDIRS = libsowatch
-SUBDIRS += sowatchd
+# The MetaWatch driver plugin
SUBDIRS += metawatch
-SUBDIRS += sowatchui
-SUBDIRS += notificationswatchlet sysinfowatchlet
-SUBDIRS += qmsgwatchlet qmapwatchlet
-
-sowatchd.depends = libsowatch
metawatch.depends = libsowatch
-sowatchui.depends = libsowatch sowatchd
+
+# Some watchlets
+SUBDIRS += notificationswatchlet sysinfowatchlet
+#SUBDIRS += qmsgwatchlet qmapwatchlet
notificationswatchlet.depends = libsowatch
sysinfowatchlet.depends = libsowatch
qmsgwatchlet.depends = libsowatch
qmapwatchlet.depends = libsowatch
+unix {
+ SUBDIRS += sowatchd
+ SUBDIRS += sowatchui
+
+ sowatchd.depends = libsowatch
+ sowatchui.depends = libsowatch sowatchd
+}
+
contains(MEEGO_EDITION,harmattan) {
- SUBDIRS += meegohandsetnotification ckitcallnotification harmaccuweather
- SUBDIRS += qmafwwatchlet
+# SUBDIRS += meegohandsetnotification ckitcallnotification harmaccuweather
+# SUBDIRS += qmafwwatchlet
meegohandsetnotification.depends = libsowatch
ckitcallnotification.depends = libsowatch