summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weather.pro
Unidiff
Diffstat (limited to 'noncore/todayplugins/weather/weather.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weather.pro23
1 files changed, 23 insertions, 0 deletions
diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro
new file mode 100644
index 0000000..2c7d865
--- a/dev/null
+++ b/noncore/todayplugins/weather/weather.pro
@@ -0,0 +1,23 @@
1TEMPLATE = lib
2#CONFIG -= moc
3CONFIG += qt debug
4
5HEADERS = weatherplugin.h \
6 weatherpluginimpl.h \
7 weatherpluginwidget.h \
8 weatherconfig.h
9
10SOURCES = weatherplugin.cpp \
11 weatherpluginimpl.cpp \
12 weatherpluginwidget.cpp \
13 weatherconfig.cpp
14
15INCLUDEPATH += $(OPIEDIR)/include \
16 ../ ../library
17DEPENDPATH += $(OPIEDIR)/include \
18 ../ ../library
19
20LIBS+= -lqpe -lopie
21
22DESTDIR = $(OPIEDIR)/plugins/today
23TARGET = todayweatherplugin