From 93f3acd128d6b349efe14e97b12c2703ca4f81f3 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 26 Apr 2012 01:36:20 +0200 Subject: Moved the core framework to GConf & D-Bus --- sowatch.pro | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'sowatch.pro') 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 -- cgit v1.2.3