From 76f6eb13bea858594886a6aa68d1a26d925a8fca Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 28 Mar 2013 19:08:30 +0100 Subject: update the pro file --- sowatch.pro | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sowatch.pro b/sowatch.pro index bf97875..4c08cff 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -47,8 +47,15 @@ unix { # Harmattan specific stuff contains(MEEGO_EDITION,harmattan) { - SUBDIRS += meegohandsetnotification ckitcallnotification harmaccuweather + # Obtain notifications from the Meego Handset spec + SUBDIRS += meegohandsetnotification + # Obtain notifications of in-progress calls + SUBDIRS += ckitcallnotification + # Obtain weather information from the Harmattan weather app + SUBDIRS += harmaccuweather + # Obtain weather information from MeeCast SUBDIRS += meecastweather + # Control the Harmattan music player SUBDIRS += qmafwwatchlet meegohandsetnotification.depends = libsowatch @@ -59,7 +66,7 @@ contains(MEEGO_EDITION,harmattan) { } # Debug only watchlets -debug_only { +CONFIG(debug, debug|release) { SUBDIRS += testnotification testnotification.depends = libsowatch } -- cgit v1.2.3