diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-12 03:49:38 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-12 03:49:38 +0200 |
commit | 3ca9235ddb93b52730099164a0dc387f7a301280 (patch) | |
tree | aa6e74210ce6075fc9e974dd275d28adf5f5d0c5 /testnotification/testnotification.pro | |
parent | ac182bd9bf076b4d03d4812e85b989edae32d756 (diff) | |
download | sowatch-3ca9235ddb93b52730099164a0dc387f7a301280.tar.gz sowatch-3ca9235ddb93b52730099164a0dc387f7a301280.zip |
weather rendering in metawatchwatchlets
Diffstat (limited to 'testnotification/testnotification.pro')
-rw-r--r-- | testnotification/testnotification.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testnotification/testnotification.pro b/testnotification/testnotification.pro index 525fdac..099c148 100644 --- a/testnotification/testnotification.pro +++ b/testnotification/testnotification.pro @@ -5,10 +5,12 @@ CONFIG += mobility MOBILITY += systeminfo SOURCES += testnotificationplugin.cpp testnotificationprovider.cpp \ - testnotification.cpp + testnotification.cpp \ + testweathernotification.cpp HEADERS += testnotificationplugin.h testnotificationprovider.h \ - testnotification.h + testnotification.h \ + testweathernotification.h unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch INCLUDEPATH += $$PWD/../libsowatch |