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.pro18
1 files changed, 0 insertions, 18 deletions
diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro
index bd4b565..5ad14e1 100644
--- a/noncore/todayplugins/weather/weather.pro
+++ b/noncore/todayplugins/weather/weather.pro
@@ -1,43 +1,25 @@
1TEMPLATE = lib 1TEMPLATE = lib
2#CONFIG -= moc 2#CONFIG -= moc
3CONFIG += qt plugin release 3CONFIG += qt plugin release
4 4
5HEADERS = weatherplugin.h \ 5HEADERS = weatherplugin.h \
6 weatherpluginimpl.h \ 6 weatherpluginimpl.h \
7 weatherpluginwidget.h \ 7 weatherpluginwidget.h \
8 weatherconfig.h 8 weatherconfig.h
9 9
10SOURCES = weatherplugin.cpp \ 10SOURCES = weatherplugin.cpp \
11 weatherpluginimpl.cpp \ 11 weatherpluginimpl.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 24
25TRANSLATIONS = ../../../i18n/de/libtodayweatherplugin.ts \
26 ../../../i18n/nl/libtodayweatherplugin.ts \
27 ../../../i18n/xx/libtodayweatherplugin.ts \
28 ../../../i18n/en/libtodayweatherplugin.ts \
29 ../../../i18n/es/libtodayweatherplugin.ts \
30 ../../../i18n/fr/libtodayweatherplugin.ts \
31 ../../../i18n/hu/libtodayweatherplugin.ts \
32 ../../../i18n/ja/libtodayweatherplugin.ts \
33 ../../../i18n/ko/libtodayweatherplugin.ts \
34 ../../../i18n/no/libtodayweatherplugin.ts \
35 ../../../i18n/pl/libtodayweatherplugin.ts \
36 ../../../i18n/pt/libtodayweatherplugin.ts \
37 ../../../i18n/pt_BR/libtodayweatherplugin.ts \
38 ../../../i18n/sl/libtodayweatherplugin.ts \
39 ../../../i18n/zh_CN/libtodayweatherplugin.ts \
40 ../../../i18n/zh_TW/libtodayweatherplugin.ts \
41 ../../../i18n/it/libtodayweatherplugin.ts \
42 ../../../i18n/da/libtodayweatherplugin.ts
43include ( $(OPIEDIR)/include.pro ) 25include ( $(OPIEDIR)/include.pro )