From 1375a26b135547fdd8e07db62acf8116a8482560 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Mon, 30 Jan 2012 19:54:44 +0100 Subject: add a qt mobility messaging based watchlet --- sowatch.pro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sowatch.pro') diff --git a/sowatch.pro b/sowatch.pro index 4cbd49d..ee778d0 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -5,23 +5,24 @@ SUBDIRS += sowatchd SUBDIRS += metawatch SUBDIRS += sowatchui SUBDIRS += notificationswatchlet sysinfowatchlet +SUBDIRS += qmsgwatchlet qmapwatchlet sowatchd.depends = libsowatch metawatch.depends = libsowatch sowatchui.depends = libsowatch sowatchd notificationswatchlet.depends = libsowatch sysinfowatchlet.depends = libsowatch +qmsgwatchlet.depends = libsowatch +qmapwatchlet.depends = libsowatch -!isEmpty(MEEGO_VERSION_MAJOR) { +contains(MEEGO_EDITION,harmattan) { SUBDIRS += meegohandsetnotification ckitcallnotification harmaccuweather - SUBDIRS += qmafwwatchlet - SUBDIRS += qmapwatchlet + SUBDIRS += qmafwwatchlet meegohandsetnotification.depends = libsowatch ckitcallnotification.depends = libsowatch harmaccuweather.depends = libsowatch - qmafwwatchlet.depends = libsowatch - qmapwatchlet.depends = libsowatch + qmafwwatchlet.depends = libsowatch } OTHER_FILES += \ -- cgit v1.2.3