From 4da9bced6a27b92d49b9fc9392946510b8519d82 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 16 Oct 2011 04:42:30 +0200 Subject: Initial implementation of weather --- libsowatch/libsowatch.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libsowatch/libsowatch.pro') 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 -- cgit v1.2.3