diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-09-05 01:17:17 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-09-05 01:17:17 +0200 |
commit | 7bc076eda25c4c03648ba3dc021d0d0762e1be8d (patch) | |
tree | 28d75b31de4131385e98ea0013bac36aebf8a9f0 /sowatch.pro | |
parent | 2bb6b0e7b1a55b9e8ca5ffe7bd5b81b82e9a2933 (diff) | |
download | sowatch-7bc076eda25c4c03648ba3dc021d0d0762e1be8d.tar.gz sowatch-7bc076eda25c4c03648ba3dc021d0d0762e1be8d.zip |
improve volume controlsowatch_0_4_3
Diffstat (limited to 'sowatch.pro')
-rw-r--r-- | sowatch.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sowatch.pro b/sowatch.pro index 3a0e025..7f89e81 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -15,7 +15,7 @@ sysinfowatchlet.depends = libsowatch qmsgwatchlet.depends = libsowatch qmapwatchlet.depends = libsowatch -# Less useful watchlets +# Toy watchlets SUBDIRS += nekowatchlet nekowatchlet.depends = libsowatch @@ -30,14 +30,14 @@ unix { contains(MEEGO_EDITION,harmattan) { # Harmattan specific stuff SUBDIRS += meegohandsetnotification ckitcallnotification harmaccuweather - SUBDIRS += qmafwwatchlet SUBDIRS += meecastweather + SUBDIRS += qmafwwatchlet meegohandsetnotification.depends = libsowatch ckitcallnotification.depends = libsowatch harmaccuweather.depends = libsowatch - qmafwwatchlet.depends = libsowatch meecastweather.depends = libsowatch + qmafwwatchlet.depends = libsowatch } else:simulator { # This notification provider builds almost everywhere so it's good enough as testcase SUBDIRS += harmaccuweather |