summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/weather/weather.pro
blob: 7af516f9e6fe5a118101a7e24150612d6f25a4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
TEMPLATE = lib
#CONFIG -= moc
CONFIG += qt release

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

TRANSLATIONS = ../../../i18n/de/libtodayweatherplugin.ts \
         ../../../i18n/xx/libtodayweatherplugin.ts \
         ../../../i18n/en/libtodayweatherplugin.ts \
         ../../../i18n/es/libtodayweatherplugin.ts \
         ../../../i18n/fr/libtodayweatherplugin.ts \
         ../../../i18n/hu/libtodayweatherplugin.ts \
         ../../../i18n/ja/libtodayweatherplugin.ts \
         ../../../i18n/ko/libtodayweatherplugin.ts \
         ../../../i18n/no/libtodayweatherplugin.ts \
         ../../../i18n/pl/libtodayweatherplugin.ts \
         ../../../i18n/pt/libtodayweatherplugin.ts \
         ../../../i18n/pt_BR/libtodayweatherplugin.ts \
         ../../../i18n/sl/libtodayweatherplugin.ts \
         ../../../i18n/zh_CN/libtodayweatherplugin.ts \
         ../../../i18n/zh_TW/libtodayweatherplugin.ts \
         ../../../i18n/it/libtodayweatherplugin.ts \
         ../../../i18n/da/libtodayweatherplugin.ts
include ( $(OPIEDIR)/include.pro )