summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weather.pro
authordrw <drw>2002-11-11 01:18:50 (UTC)
committer drw <drw>2002-11-11 01:18:50 (UTC)
commitcbafca79e0a7993f55c085ead8aaa30604cc646b (patch) (unidiff)
treebf6ace5e20f33cfb3a43cafa64a8702ed045dcc6 /noncore/todayplugins/weather/weather.pro
parentf1e191f9cbfb4031fa4b5125306428b083b2cc04 (diff)
downloadopie-cbafca79e0a7993f55c085ead8aaa30604cc646b.zip
opie-cbafca79e0a7993f55c085ead8aaa30604cc646b.tar.gz
opie-cbafca79e0a7993f55c085ead8aaa30604cc646b.tar.bz2
New Today weather plugin
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 @@
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