From 4ad9e1874af29864ca8531e5ba033b85d6616639 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 10 Aug 2012 17:49:45 +0200 Subject: cleanup and bump version to 0.4 --- sowatch.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sowatch.pro') 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 } -- cgit v1.2.3