summaryrefslogtreecommitdiff
path: root/sowatch.pro
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-10 17:49:45 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-10 17:49:45 +0200
commit4ad9e1874af29864ca8531e5ba033b85d6616639 (patch)
tree29c997c2b5f8a59b1cabf7589248310568029a11 /sowatch.pro
parent39fa663cd08bd2b7d46ed170d49ac794c531c42e (diff)
downloadsowatch-4ad9e1874af29864ca8531e5ba033b85d6616639.tar.gz
sowatch-4ad9e1874af29864ca8531e5ba033b85d6616639.zip
cleanup and bump version to 0.4
Diffstat (limited to 'sowatch.pro')
-rw-r--r--sowatch.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/sowatch.pro b/sowatch.pro
index 63b541d..7fc85a0 100644
--- a/sowatch.pro
+++ b/sowatch.pro
@@ -1,4 +1,6 @@
TEMPLATE = subdirs
+
+# Core library
SUBDIRS = libsowatch
# The MetaWatch driver plugin
@@ -7,7 +9,7 @@ metawatch.depends = libsowatch
# Some watchlets
SUBDIRS += notificationswatchlet sysinfowatchlet
-#SUBDIRS += qmsgwatchlet qmapwatchlet
+SUBDIRS += qmsgwatchlet qmapwatchlet
notificationswatchlet.depends = libsowatch
sysinfowatchlet.depends = libsowatch
qmsgwatchlet.depends = libsowatch
@@ -22,14 +24,16 @@ unix {
}
contains(MEEGO_EDITION,harmattan) {
+ # Harmattan specific stuff
SUBDIRS += meegohandsetnotification ckitcallnotification harmaccuweather
- #SUBDIRS += qmafwwatchlet
+ SUBDIRS += qmafwwatchlet
meegohandsetnotification.depends = libsowatch
ckitcallnotification.depends = libsowatch
harmaccuweather.depends = libsowatch
qmafwwatchlet.depends = libsowatch
} else:simulator {
+ # This notification provider builds almost everywhere so it's good enough as testcase
SUBDIRS += harmaccuweather
harmaccuweather.depends = libsowatch
}