summaryrefslogtreecommitdiff
path: root/noncore/styles/theme/theme.pro
Unidiff
Diffstat (limited to 'noncore/styles/theme/theme.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/theme/theme.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro
new file mode 100644
index 0000000..fdcd20e
--- a/dev/null
+++ b/noncore/styles/theme/theme.pro
@@ -0,0 +1,32 @@
1TEMPLATE = lib
2CONFIG = qt embedded debug warn_on
3SOURCES = ogfxeffect.cpp \
4 othemestyle.cpp \
5 othemebase.cpp \
6 plugin.cpp
7
8HEADERS = ogfxeffect.h \
9 othemebase.h \
10 othemestyle.h
11
12
13LIBS += -lqpe
14INCLUDEPATH += $(OPIEDIR)/include
15DESTDIR = $(OPIEDIR)/plugins/styles
16TARGET = theme
17VERSION = 1.0.0
18
19TRANSLATIONS = ../../../i18n/de/libtheme.ts \
20 ../../../i18n/en/libtheme.ts \
21 ../../../i18n/es/libtheme.ts \
22 ../../../i18n/fr/libtheme.ts \
23 ../../../i18n/hu/libtheme.ts \
24 ../../../i18n/ja/libtheme.ts \
25 ../../../i18n/ko/libtheme.ts \
26 ../../../i18n/no/libtheme.ts \
27 ../../../i18n/pl/libtheme.ts \
28 ../../../i18n/pt/libtheme.ts \
29 ../../../i18n/pt_BR/libtheme.ts \
30 ../../../i18n/sl/libtheme.ts \
31 ../../../i18n/zh_CN/libtheme.ts \
32 ../../../i18n/zh_TW/libtheme.ts