diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-10-16 04:42:30 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-10-16 04:42:30 +0200 |
commit | 4da9bced6a27b92d49b9fc9392946510b8519d82 (patch) | |
tree | 7a2417a932a6463e3e6f6ec4d3799e24de917306 /libsowatch/libsowatch.pro | |
parent | bde4bde8ec9d6d09874d5ae9e0ba6dc9431859b6 (diff) | |
download | sowatch-4da9bced6a27b92d49b9fc9392946510b8519d82.tar.gz sowatch-4da9bced6a27b92d49b9fc9392946510b8519d82.zip |
Initial implementation of weather
Diffstat (limited to 'libsowatch/libsowatch.pro')
-rw-r--r-- | libsowatch/libsowatch.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libsowatch/libsowatch.pro b/libsowatch/libsowatch.pro index 574e1a4..cb77a17 100644 --- a/libsowatch/libsowatch.pro +++ b/libsowatch/libsowatch.pro @@ -23,9 +23,11 @@ SOURCES += \ declarativewatchlet.cpp \ watchplugininterface.cpp \ notification.cpp \ + weathernotification.cpp \ notificationplugininterface.cpp \ notificationprovider.cpp \ - watchletplugininterface.cpp + watchletplugininterface.cpp \ + registry.cpp HEADERS +=\ watchsimulator.h \ @@ -40,9 +42,11 @@ HEADERS +=\ sowatch_global.h \ watchplugininterface.h \ notification.h \ + weathernotification.h \ notificationplugininterface.h \ notificationprovider.h \ - watchletplugininterface.h + watchletplugininterface.h \ + registry.h install_headers.files = $$HEADERS |