diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-11 15:30:38 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-11 15:30:38 +0200 |
commit | 51701e30d710ad016ddf2d306cdd7be122ddf25b (patch) | |
tree | d4a85bd4926c3f94411d3f6fa572e1a99be6bbb4 /harmaccuweather/harmaccuweather.pro | |
parent | f0564ad9d210cc68bfb1bfc6e56b86fa941ad830 (diff) | |
download | sowatch-51701e30d710ad016ddf2d306cdd7be122ddf25b.tar.gz sowatch-51701e30d710ad016ddf2d306cdd7be122ddf25b.zip |
adding test notification backend
Diffstat (limited to 'harmaccuweather/harmaccuweather.pro')
-rw-r--r-- | harmaccuweather/harmaccuweather.pro | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/harmaccuweather/harmaccuweather.pro b/harmaccuweather/harmaccuweather.pro index f24c943..9f60ba2 100644 --- a/harmaccuweather/harmaccuweather.pro +++ b/harmaccuweather/harmaccuweather.pro @@ -4,11 +4,9 @@ CONFIG += plugin CONFIG += mobility MOBILITY += systeminfo -SOURCES += harmaccuplugin.cpp harmaccuprovider.cpp \ - harmaccuweather.cpp +SOURCES += harmaccuplugin.cpp harmaccuprovider.cpp harmaccuweather.cpp -HEADERS += harmaccuplugin.h harmaccuprovider.h \ - harmaccuweather.h +HEADERS += harmaccuplugin.h harmaccuprovider.h harmaccuweather.h unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch |