summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weather.pro
Unidiff
Diffstat (limited to 'noncore/todayplugins/weather/weather.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/weather/weather.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro
index 2c7d865..5228f38 100644
--- a/noncore/todayplugins/weather/weather.pro
+++ b/noncore/todayplugins/weather/weather.pro
@@ -12,12 +12,16 @@ SOURCES = weatherplugin.cpp \
12 weatherpluginwidget.cpp \ 12 weatherpluginwidget.cpp \
13 weatherconfig.cpp 13 weatherconfig.cpp
14 14
15INCLUDEPATH += $(OPIEDIR)/include \ 15INCLUDEPATH += $(OPIEDIR)/include \
16 ../ ../library 16 ../ ../library
17DEPENDPATH += $(OPIEDIR)/include \ 17DEPENDPATH += $(OPIEDIR)/include \
18 ../ ../library 18 ../ ../library
19 19
20LIBS+= -lqpe -lopie 20LIBS+= -lqpe -lopie
21 21
22DESTDIR = $(OPIEDIR)/plugins/today 22DESTDIR = $(OPIEDIR)/plugins/today
23TARGET = todayweatherplugin 23TARGET = todayweatherplugin
24
25
26
27include ( ../../../include.pro )