summaryrefslogtreecommitdiff
path: root/noncore/styles/theme/theme.pro
blob: 8865fbcf0f4f8c43461af3548779119bbb8e1d87 (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
TEMPLATE    =  lib
CONFIG       = qt embedded debug warn_on
SOURCES     =  ogfxeffect.cpp \
               othemestyle.cpp \
               othemebase.cpp \
               themeset.cpp \
               plugin.cpp

HEADERS     = ogfxeffect.h \
              othemebase.h \
              othemestyle.h \
              themeset.h \
              plugin.h

               
LIBS       += -lqpe
INCLUDEPATH += $(OPIEDIR)/include
DESTDIR      = $(OPIEDIR)/plugins/styles
TARGET       = theme
VERSION      = 1.0.0

TRANSLATIONS = ../../../i18n/de/libtheme.ts \
	 ../../../i18n/da/libtheme.ts \
	 ../../../i18n/xx/libtheme.ts \
	 ../../../i18n/en/libtheme.ts \
	 ../../../i18n/es/libtheme.ts \
	 ../../../i18n/fr/libtheme.ts \
	 ../../../i18n/hu/libtheme.ts \
	 ../../../i18n/ja/libtheme.ts \
	 ../../../i18n/ko/libtheme.ts \
	 ../../../i18n/no/libtheme.ts \
	 ../../../i18n/pl/libtheme.ts \
	 ../../../i18n/pt/libtheme.ts \
	 ../../../i18n/pt_BR/libtheme.ts \
	 ../../../i18n/sl/libtheme.ts \
	 ../../../i18n/zh_CN/libtheme.ts \
	 ../../../i18n/zh_TW/libtheme.ts



include ( ../../../include.pro )