diff options
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 |