diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-03-28 19:08:30 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-03-28 19:08:30 +0100 |
commit | 76f6eb13bea858594886a6aa68d1a26d925a8fca (patch) | |
tree | 9ec1c021ee241fd3fda2b07700b8a55e716df973 | |
parent | 339f143339d4fcef2d961929d21152c3f024b7c2 (diff) | |
download | sowatch-76f6eb13bea858594886a6aa68d1a26d925a8fca.tar.gz sowatch-76f6eb13bea858594886a6aa68d1a26d925a8fca.zip |
update the pro file
-rw-r--r-- | sowatch.pro | 11 |
1 files 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 } |