summaryrefslogtreecommitdiff
path: root/noncore/styles/theme/theme.pro
authorsandman <sandman>2002-06-29 23:45:19 (UTC)
committer sandman <sandman>2002-06-29 23:45:19 (UTC)
commit769df90a59d6aa840b8d6568287001e66e263f01 (patch) (side-by-side diff)
tree415c7e4ff70a9b035c31b28971a568bc2827ae34 /noncore/styles/theme/theme.pro
parent0f179c0cc471b659b30dec4762c9c36678063f31 (diff)
downloadopie-769df90a59d6aa840b8d6568287001e66e263f01.zip
opie-769df90a59d6aa840b8d6568287001e66e263f01.tar.gz
opie-769df90a59d6aa840b8d6568287001e66e263f01.tar.bz2
*** empty log message ***
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 @@
+TEMPLATE = lib
+CONFIG = qt embedded debug warn_on
+SOURCES = ogfxeffect.cpp \
+ othemestyle.cpp \
+ othemebase.cpp \
+ plugin.cpp
+
+HEADERS = ogfxeffect.h \
+ othemebase.h \
+ othemestyle.h
+
+
+LIBS += -lqpe
+INCLUDEPATH += $(OPIEDIR)/include
+DESTDIR = $(OPIEDIR)/plugins/styles
+TARGET = theme
+VERSION = 1.0.0
+
+TRANSLATIONS = ../../../i18n/de/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