diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 15:53:09 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 15:53:09 +0200 |
commit | 2ecf718cc9d460ad192de196aac8d13e30a7ab4c (patch) | |
tree | 28ad0698f48e563ff0cca74c780e283ad16b7994 /sowatch.pro | |
parent | c752ccafd8d826b3c0c9140e89ece09e90b34cb1 (diff) | |
download | sowatch-2ecf718cc9d460ad192de196aac8d13e30a7ab4c.tar.gz sowatch-2ecf718cc9d460ad192de196aac8d13e30a7ab4c.zip |
preparing meecastweather plugin
Diffstat (limited to 'sowatch.pro')
-rw-r--r-- | sowatch.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sowatch.pro b/sowatch.pro index 628802a..f0aae71 100644 --- a/sowatch.pro +++ b/sowatch.pro @@ -28,11 +28,13 @@ contains(MEEGO_EDITION,harmattan) { # Harmattan specific stuff SUBDIRS += meegohandsetnotification ckitcallnotification harmaccuweather SUBDIRS += qmafwwatchlet + SUBDIRS += meecastweather meegohandsetnotification.depends = libsowatch ckitcallnotification.depends = libsowatch harmaccuweather.depends = libsowatch qmafwwatchlet.depends = libsowatch + meecastweather.depends = libsowatch } else:simulator { # This notification provider builds almost everywhere so it's good enough as testcase SUBDIRS += harmaccuweather |