summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weather.pro
Side-by-side diff
Diffstat (limited to 'noncore/todayplugins/weather/weather.pro') (more/less context) (ignore 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 @@
+TEMPLATE = lib
+#CONFIG -= moc
+CONFIG += qt debug
+
+HEADERS = weatherplugin.h \
+ weatherpluginimpl.h \
+ weatherpluginwidget.h \
+ weatherconfig.h
+
+SOURCES = weatherplugin.cpp \
+ weatherpluginimpl.cpp \
+ weatherpluginwidget.cpp \
+ weatherconfig.cpp
+
+INCLUDEPATH += $(OPIEDIR)/include \
+ ../ ../library
+DEPENDPATH += $(OPIEDIR)/include \
+ ../ ../library
+
+LIBS+= -lqpe -lopie
+
+DESTDIR = $(OPIEDIR)/plugins/today
+TARGET = todayweatherplugin