summaryrefslogtreecommitdiff
path: root/noncore/styles
authorkergoth <kergoth>2003-01-16 06:18:34 (UTC)
committer kergoth <kergoth>2003-01-16 06:18:34 (UTC)
commit9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (unidiff)
tree1d2d0eb0372f32e682fe139b3e89882f381dc0db /noncore/styles
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'noncore/styles') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/flat/flat.pro4
-rw-r--r--noncore/styles/fresh/fresh.pro4
-rw-r--r--noncore/styles/liquid/liquid.pro4
-rw-r--r--noncore/styles/metal/metal.pro4
-rw-r--r--noncore/styles/theme/theme.pro4
5 files changed, 20 insertions, 0 deletions
diff --git a/noncore/styles/flat/flat.pro b/noncore/styles/flat/flat.pro
index 8e2512f..796697b 100644
--- a/noncore/styles/flat/flat.pro
+++ b/noncore/styles/flat/flat.pro
@@ -9,3 +9,7 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12
13
14
15include ( ../../../include.pro )
diff --git a/noncore/styles/fresh/fresh.pro b/noncore/styles/fresh/fresh.pro
index e2780e0..2603909 100644
--- a/noncore/styles/fresh/fresh.pro
+++ b/noncore/styles/fresh/fresh.pro
@@ -9,3 +9,7 @@ DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12
13
14
15include ( ../../../include.pro )
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro
index a774fd2..588b373 100644
--- a/noncore/styles/liquid/liquid.pro
+++ b/noncore/styles/liquid/liquid.pro
@@ -32,3 +32,7 @@ TRANSLATIONS = ../../../i18n/de/libliquid.ts \
32 ../../../i18n/sl/libliquid.ts \ 32 ../../../i18n/sl/libliquid.ts \
33 ../../../i18n/zh_CN/libliquid.ts \ 33 ../../../i18n/zh_CN/libliquid.ts \
34 ../../../i18n/zh_TW/libliquid.ts 34 ../../../i18n/zh_TW/libliquid.ts
35
36
37
38include ( ../../../include.pro )
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro
index df833bc..6c38a2d 100644
--- a/noncore/styles/metal/metal.pro
+++ b/noncore/styles/metal/metal.pro
@@ -25,3 +25,7 @@ TRANSLATIONS = ../../../i18n/de/libmetal.ts \
25 ../../../i18n/sl/libmetal.ts \ 25 ../../../i18n/sl/libmetal.ts \
26 ../../../i18n/zh_CN/libmetal.ts \ 26 ../../../i18n/zh_CN/libmetal.ts \
27 ../../../i18n/zh_TW/libmetal.ts 27 ../../../i18n/zh_TW/libmetal.ts
28
29
30
31include ( ../../../include.pro )
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro
index 29da52f..8865fbc 100644
--- a/noncore/styles/theme/theme.pro
+++ b/noncore/styles/theme/theme.pro
@@ -35,3 +35,7 @@ TRANSLATIONS = ../../../i18n/de/libtheme.ts \
35 ../../../i18n/sl/libtheme.ts \ 35 ../../../i18n/sl/libtheme.ts \
36 ../../../i18n/zh_CN/libtheme.ts \ 36 ../../../i18n/zh_CN/libtheme.ts \
37 ../../../i18n/zh_TW/libtheme.ts 37 ../../../i18n/zh_TW/libtheme.ts
38
39
40
41include ( ../../../include.pro )