89 files changed, 1246 insertions, 1199 deletions
@@ -94,8 +94,9 @@ if [ '!' -f $TARGET ] | |||
94 | then | 94 | then |
95 | if [ -f configs/linux-$PLATFORM-g++-$SHARING$DEBUG ] | 95 | if [ -f configs/linux-$PLATFORM-g++-$SHARING$DEBUG ] |
96 | then | 96 | then |
97 | TARGET=configs/linux-$PLATFORM-g++-$SHARING$DEBUG | 97 | TARGET=configs/linux-$PLATFORM-g++-$SHARING$DEBUG |
98 | PLATFORM=linux-$PLATFORM-g++ | ||
98 | else | 99 | else |
99 | echo | 100 | echo |
100 | echo ' The specified platform/compiler not supported: ' $TARGET | 101 | echo ' The specified platform/compiler not supported: ' $TARGET |
101 | echo | 102 | echo |
@@ -138,9 +139,8 @@ mkdir -p include/qpe | |||
138 | 139 | ||
139 | mkdir -p include/opie | 140 | mkdir -p include/opie |
140 | ( cd include/opie && rm -f *.h; ln -s ../../libopie/*.h .; rm -f *_p.h; ) | 141 | ( cd include/opie && rm -f *.h; ln -s ../../libopie/*.h .; rm -f *_p.h; ) |
141 | 142 | ||
142 | |||
143 | echo Creating makefiles... | 143 | echo Creating makefiles... |
144 | 144 | ||
145 | # Set version for library directly | 145 | # Set version for library directly |
146 | # Version 1.5.0 right now for compat. | 146 | # Version 1.5.0 right now for compat. |
@@ -181,9 +181,9 @@ for a in $TOMAKE ; do | |||
181 | sed -e "s|$QTDIR|\$(QTDIR)|g" -e "s|$OPIEDIR|\$(OPIEDIR)|g" >Makefile.in; | 181 | sed -e "s|$QTDIR|\$(QTDIR)|g" -e "s|$OPIEDIR|\$(OPIEDIR)|g" >Makefile.in; |
182 | ) | 182 | ) |
183 | echo -n "." | 183 | echo -n "." |
184 | #echo Building $N.. | 184 | #echo Building $N.. |
185 | appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | sed 's/ //g'` | 185 | appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | tr -d " \t"` |
186 | translation=`grep '^TRANSLATION.*[^+]=.*' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` | 186 | translation=`grep '^TRANSLATION.*[^+]=.*' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` |
187 | if [ -n "$translation" -a -n "$appname" ] | 187 | if [ -n "$translation" -a -n "$appname" ] |
188 | then | 188 | then |
189 | if [ "$appname" != "$translation" ] | 189 | if [ "$appname" != "$translation" ] |
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index b854b89..c24182e 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -8,15 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts | 12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ |
13 | TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts | 13 | ../../../i18n/en/libbatteryapplet.ts \ |
14 | TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts | 14 | ../../../i18n/es/libbatteryapplet.ts \ |
15 | TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts | 15 | ../../../i18n/fr/libbatteryapplet.ts \ |
16 | TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts | 16 | ../../../i18n/hu/libbatteryapplet.ts \ |
17 | TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts | 17 | ../../../i18n/ja/libbatteryapplet.ts \ |
18 | TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts | 18 | ../../../i18n/ko/libbatteryapplet.ts \ |
19 | TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts | 19 | ../../../i18n/no/libbatteryapplet.ts \ |
20 | TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts | 20 | ../../../i18n/pl/libbatteryapplet.ts \ |
21 | TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts | 21 | ../../../i18n/pt/libbatteryapplet.ts \ |
22 | TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts | 22 | ../../../i18n/pt_BR/libbatteryapplet.ts \ |
23 | ../../../i18n/sl/libbatteryapplet.ts \ | ||
24 | ../../../i18n/zh_CN/libbatteryapplet.ts \ | ||
25 | ../../../i18n/zh_TW/libbatteryapplet.ts | ||
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro index 3bddd22..aa34042 100644 --- a/core/applets/cardmon/cardmon.pro +++ b/core/applets/cardmon/cardmon.pro | |||
@@ -8,21 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += $(OPIEDIR)/include ../launcher | 8 | DEPENDPATH += $(OPIEDIR)/include ../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ | |
13 | 13 | ../../../i18n/en/libcardmonapplet.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts | 14 | ../../../i18n/es/libcardmonapplet.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/libcardmonapplet.ts | 15 | ../../../i18n/fr/libcardmonapplet.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/libcardmonapplet.ts | 16 | ../../../i18n/hu/libcardmonapplet.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/libcardmonapplet.ts | 17 | ../../../i18n/ja/libcardmonapplet.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/libcardmonapplet.ts | 18 | ../../../i18n/ko/libcardmonapplet.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/libcardmonapplet.ts | 19 | ../../../i18n/no/libcardmonapplet.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/libcardmonapplet.ts | 20 | ../../../i18n/pl/libcardmonapplet.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/libcardmonapplet.ts | 21 | ../../../i18n/pt/libcardmonapplet.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/libcardmonapplet.ts | 22 | ../../../i18n/pt_BR/libcardmonapplet.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/libcardmonapplet.ts | 23 | ../../../i18n/sl/libcardmonapplet.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/libcardmonapplet.ts | 24 | ../../../i18n/zh_CN/libcardmonapplet.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/libcardmonapplet.ts | 25 | ../../../i18n/zh_TW/libcardmonapplet.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/libcardmonapplet.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/libcardmonapplet.ts | ||
28 | |||
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro index 36fbc49..23b5525 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro | |||
@@ -8,7 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts | 12 | TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ |
13 | TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts | 13 | ../../../i18n/en/libclipboardapplet.ts \ |
14 | TRANSLATIONS += ../../i18n/pt/libclipboardapplet.ts | 14 | ../../../i18n/es/libclipboardapplet.ts \ |
15 | ../../../i18n/fr/libclipboardapplet.ts \ | ||
16 | ../../../i18n/hu/libclipboardapplet.ts \ | ||
17 | ../../../i18n/ja/libclipboardapplet.ts \ | ||
18 | ../../../i18n/ko/libclipboardapplet.ts \ | ||
19 | ../../../i18n/no/libclipboardapplet.ts \ | ||
20 | ../../../i18n/pl/libclipboardapplet.ts \ | ||
21 | ../../../i18n/pt/libclipboardapplet.ts \ | ||
22 | ../../../i18n/pt_BR/libclipboardapplet.ts \ | ||
23 | ../../../i18n/sl/libclipboardapplet.ts \ | ||
24 | ../../../i18n/zh_CN/libclipboardapplet.ts \ | ||
25 | ../../../i18n/zh_TW/libclipboardapplet.ts | ||
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index 2dc1784..ca26ec8 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro | |||
@@ -8,8 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libclockapplet.ts | 12 | TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ |
13 | TRANSLATIONS += ../../i18n/es/libclockapplet.ts | 13 | ../../../i18n/en/libclockapplet.ts \ |
14 | TRANSLATIONS += ../../i18n/pt/libclockapplet.ts | 14 | ../../../i18n/es/libclockapplet.ts \ |
15 | TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts | 15 | ../../../i18n/fr/libclockapplet.ts \ |
16 | ../../../i18n/hu/libclockapplet.ts \ | ||
17 | ../../../i18n/ja/libclockapplet.ts \ | ||
18 | ../../../i18n/ko/libclockapplet.ts \ | ||
19 | ../../../i18n/no/libclockapplet.ts \ | ||
20 | ../../../i18n/pl/libclockapplet.ts \ | ||
21 | ../../../i18n/pt/libclockapplet.ts \ | ||
22 | ../../../i18n/pt_BR/libclockapplet.ts \ | ||
23 | ../../../i18n/sl/libclockapplet.ts \ | ||
24 | ../../../i18n/zh_CN/libclockapplet.ts \ | ||
25 | ../../../i18n/zh_TW/libclockapplet.ts | ||
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index 47267f7..af4231b 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro | |||
@@ -8,21 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ | |
13 | 13 | ../../../i18n/en/libirdaapplet.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts | 14 | ../../../i18n/es/libirdaapplet.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/libirdaapplet.ts | 15 | ../../../i18n/fr/libirdaapplet.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/libirdaapplet.ts | 16 | ../../../i18n/hu/libirdaapplet.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/libirdaapplet.ts | 17 | ../../../i18n/ja/libirdaapplet.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/libirdaapplet.ts | 18 | ../../../i18n/ko/libirdaapplet.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/libirdaapplet.ts | 19 | ../../../i18n/no/libirdaapplet.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/libirdaapplet.ts | 20 | ../../../i18n/pl/libirdaapplet.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/libirdaapplet.ts | 21 | ../../../i18n/pt/libirdaapplet.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/libirdaapplet.ts | 22 | ../../../i18n/pt_BR/libirdaapplet.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/libirdaapplet.ts | 23 | ../../../i18n/sl/libirdaapplet.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/libirdaapplet.ts | 24 | ../../../i18n/zh_CN/libirdaapplet.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/libirdaapplet.ts | 25 | ../../../i18n/zh_TW/libirdaapplet.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/libirdaapplet.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/libirdaapplet.ts | ||
28 | |||
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro index a8c2340..3c08682 100644 --- a/core/applets/obex/obex.pro +++ b/core/applets/obex/obex.pro | |||
@@ -9,4 +9,18 @@ DEPENDPATH += ../$(OPIEDIR)/include | |||
9 | INTERFACES = obexinc.ui obexdlg.ui | 9 | INTERFACES = obexinc.ui obexdlg.ui |
10 | LIBS += -lqpe -lopie | 10 | LIBS += -lqpe -lopie |
11 | VERSION = 0.0.1 | 11 | VERSION = 0.0.1 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ | ||
14 | ../../../i18n/en/libopieobex.ts \ | ||
15 | ../../../i18n/es/libopieobex.ts \ | ||
16 | ../../../i18n/fr/libopieobex.ts \ | ||
17 | ../../../i18n/hu/libopieobex.ts \ | ||
18 | ../../../i18n/ja/libopieobex.ts \ | ||
19 | ../../../i18n/ko/libopieobex.ts \ | ||
20 | ../../../i18n/no/libopieobex.ts \ | ||
21 | ../../../i18n/pl/libopieobex.ts \ | ||
22 | ../../../i18n/pt/libopieobex.ts \ | ||
23 | ../../../i18n/pt_BR/libopieobex.ts \ | ||
24 | ../../../i18n/sl/libopieobex.ts \ | ||
25 | ../../../i18n/zh_CN/libopieobex.ts \ | ||
26 | ../../../i18n/zh_TW/libopieobex.ts | ||
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro index 6b97a2d..2fc8a05 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro | |||
@@ -10,18 +10,18 @@ LIBS += -lqpe | |||
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | MOC_DIR=opieobj | 11 | MOC_DIR=opieobj |
12 | OBJECTS_DIR=opieobj | 12 | OBJECTS_DIR=opieobj |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts | 14 | TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ |
15 | TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts | 15 | ../../../i18n/en/libscreenshotapplet.ts \ |
16 | TRANSLATIONS += ../../i18n/de/libscreenshotapplet.ts | 16 | ../../../i18n/es/libscreenshotapplet.ts \ |
17 | TRANSLATIONS += ../../i18n/en/libscreenshotapplet.ts | 17 | ../../../i18n/fr/libscreenshotapplet.ts \ |
18 | TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts | 18 | ../../../i18n/hu/libscreenshotapplet.ts \ |
19 | TRANSLATIONS += ../../i18n/fr/libscreenshotapplet.ts | 19 | ../../../i18n/ja/libscreenshotapplet.ts \ |
20 | TRANSLATIONS += ../../i18n/hu/libscreenshotapplet.ts | 20 | ../../../i18n/ko/libscreenshotapplet.ts \ |
21 | TRANSLATIONS += ../../i18n/ja/libscreenshotapplet.ts | 21 | ../../../i18n/no/libscreenshotapplet.ts \ |
22 | TRANSLATIONS += ../../i18n/ko/libscreenshotapplet.ts | 22 | ../../../i18n/pl/libscreenshotapplet.ts \ |
23 | TRANSLATIONS += ../../i18n/no/libscreenshotapplet.ts | 23 | ../../../i18n/pt/libscreenshotapplet.ts \ |
24 | TRANSLATIONS += ../../i18n/pl/libscreenshotapplet.ts | 24 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ |
25 | TRANSLATIONS += ../../i18n/sl/libscreenshotapplet.ts | 25 | ../../../i18n/sl/libscreenshotapplet.ts \ |
26 | TRANSLATIONS += ../../i18n/zh_CN/libscreenshotapplet.ts | 26 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ |
27 | TRANSLATIONS += ../../i18n/zh_TW/libscreenshotapplet.ts | 27 | ../../../i18n/zh_TW/libscreenshotapplet.ts |
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index 734cf5c..f8007b6 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro | |||
@@ -8,7 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts | 12 | TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ |
13 | TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts | 13 | ../../../i18n/en/libvmemoapplet.ts \ |
14 | TRANSLATIONS += ../../i18n/pt/libvmemoapplet.ts | 14 | ../../../i18n/es/libvmemoapplet.ts \ |
15 | ../../../i18n/fr/libvmemoapplet.ts \ | ||
16 | ../../../i18n/hu/libvmemoapplet.ts \ | ||
17 | ../../../i18n/ja/libvmemoapplet.ts \ | ||
18 | ../../../i18n/ko/libvmemoapplet.ts \ | ||
19 | ../../../i18n/no/libvmemoapplet.ts \ | ||
20 | ../../../i18n/pl/libvmemoapplet.ts \ | ||
21 | ../../../i18n/pt/libvmemoapplet.ts \ | ||
22 | ../../../i18n/pt_BR/libvmemoapplet.ts \ | ||
23 | ../../../i18n/sl/libvmemoapplet.ts \ | ||
24 | ../../../i18n/zh_CN/libvmemoapplet.ts \ | ||
25 | ../../../i18n/zh_TW/libvmemoapplet.ts | ||
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index 937a537..8cfb0d3 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro | |||
@@ -8,8 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts | 12 | TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ |
13 | TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts | 13 | ../../../i18n/en/libvolumeapplet.ts \ |
14 | TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts | 14 | ../../../i18n/es/libvolumeapplet.ts \ |
15 | TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts | 15 | ../../../i18n/fr/libvolumeapplet.ts \ |
16 | ../../../i18n/hu/libvolumeapplet.ts \ | ||
17 | ../../../i18n/ja/libvolumeapplet.ts \ | ||
18 | ../../../i18n/ko/libvolumeapplet.ts \ | ||
19 | ../../../i18n/no/libvolumeapplet.ts \ | ||
20 | ../../../i18n/pl/libvolumeapplet.ts \ | ||
21 | ../../../i18n/pt/libvolumeapplet.ts \ | ||
22 | ../../../i18n/pt_BR/libvolumeapplet.ts \ | ||
23 | ../../../i18n/sl/libvolumeapplet.ts \ | ||
24 | ../../../i18n/zh_CN/libvolumeapplet.ts \ | ||
25 | ../../../i18n/zh_TW/libvolumeapplet.ts | ||
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro index 9769ea6..b1fce27 100644 --- a/core/apps/calibrate/calibrate.pro +++ b/core/apps/calibrate/calibrate.pro | |||
@@ -1 +1,16 @@ | |||
1 | # This is part of the taskbar | 1 | # This is part of the taskbar |
2 | |||
3 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ | ||
4 | ../../../i18n/en/calibrate.pro.in.ts \ | ||
5 | ../../../i18n/es/calibrate.pro.in.ts \ | ||
6 | ../../../i18n/fr/calibrate.pro.in.ts \ | ||
7 | ../../../i18n/hu/calibrate.pro.in.ts \ | ||
8 | ../../../i18n/ja/calibrate.pro.in.ts \ | ||
9 | ../../../i18n/ko/calibrate.pro.in.ts \ | ||
10 | ../../../i18n/no/calibrate.pro.in.ts \ | ||
11 | ../../../i18n/pl/calibrate.pro.in.ts \ | ||
12 | ../../../i18n/pt/calibrate.pro.in.ts \ | ||
13 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ | ||
14 | ../../../i18n/sl/calibrate.pro.in.ts \ | ||
15 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ | ||
16 | ../../../i18n/zh_TW/calibrate.pro.in.ts | ||
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 6e6860e..de0cfa1 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -33,18 +33,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
33 | DEPENDPATH += $(OPIEDIR)/include | 33 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | REQUIRES = embeddedkonsole | 35 | REQUIRES = embeddedkonsole |
36 | 36 | ||
37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts | 37 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ |
38 | TRANSLATIONS += ../i18n/es/embeddedkonsole.ts | 38 | ../../../i18n/en/embeddedkonsole.ts \ |
39 | TRANSLATIONS += ../i18n/pt/embeddedkonsole.ts | 39 | ../../../i18n/es/embeddedkonsole.ts \ |
40 | TRANSLATIONS += ../i18n/de/embeddedkonsole.ts | 40 | ../../../i18n/fr/embeddedkonsole.ts \ |
41 | TRANSLATIONS += ../i18n/en/embeddedkonsole.ts | 41 | ../../../i18n/hu/embeddedkonsole.ts \ |
42 | TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts | 42 | ../../../i18n/ja/embeddedkonsole.ts \ |
43 | TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts | 43 | ../../../i18n/ko/embeddedkonsole.ts \ |
44 | TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts | 44 | ../../../i18n/no/embeddedkonsole.ts \ |
45 | TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts | 45 | ../../../i18n/pl/embeddedkonsole.ts \ |
46 | TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts | 46 | ../../../i18n/pt/embeddedkonsole.ts \ |
47 | TRANSLATIONS += ../i18n/no/embeddedkonsole.ts | 47 | ../../../i18n/pt_BR/embeddedkonsole.ts \ |
48 | TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts | 48 | ../../../i18n/sl/embeddedkonsole.ts \ |
49 | TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts | 49 | ../../../i18n/zh_CN/embeddedkonsole.ts \ |
50 | TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts | 50 | ../../../i18n/zh_TW/embeddedkonsole.ts |
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index fe4553a..0da2ff2 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -8,18 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts | 12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.pro.in.ts \ |
13 | TRANSLATIONS += ../i18n/es/helpbrowser.ts | 13 | ../../../i18n/en/helpbrowser.pro.in.ts \ |
14 | TRANSLATIONS += ../i18n/pt/helpbrowser.ts | 14 | ../../../i18n/es/helpbrowser.pro.in.ts \ |
15 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts | 15 | ../../../i18n/fr/helpbrowser.pro.in.ts \ |
16 | TRANSLATIONS += ../i18n/en/helpbrowser.ts | 16 | ../../../i18n/hu/helpbrowser.pro.in.ts \ |
17 | TRANSLATIONS += ../i18n/hu/helpbrowser.ts | 17 | ../../../i18n/ja/helpbrowser.pro.in.ts \ |
18 | TRANSLATIONS += ../i18n/ja/helpbrowser.ts | 18 | ../../../i18n/ko/helpbrowser.pro.in.ts \ |
19 | TRANSLATIONS += ../i18n/sl/helpbrowser.ts | 19 | ../../../i18n/no/helpbrowser.pro.in.ts \ |
20 | TRANSLATIONS += ../i18n/ko/helpbrowser.ts | 20 | ../../../i18n/pl/helpbrowser.pro.in.ts \ |
21 | TRANSLATIONS += ../i18n/no/helpbrowser.ts | 21 | ../../../i18n/pt/helpbrowser.pro.in.ts \ |
22 | TRANSLATIONS += ../i18n/pl/helpbrowser.ts | 22 | ../../../i18n/pt_BR/helpbrowser.pro.in.ts \ |
23 | TRANSLATIONS += ../i18n/fr/helpbrowser.ts | 23 | ../../../i18n/sl/helpbrowser.pro.in.ts \ |
24 | TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts | 24 | ../../../i18n/zh_CN/helpbrowser.pro.in.ts \ |
25 | TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts | 25 | ../../../i18n/zh_TW/helpbrowser.pro.in.ts |
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index 63e8ace..36bc724 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro | |||
@@ -7,4 +7,19 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = qcop | 10 | TARGET = qcop |
11 | |||
12 | TRANSLATIONS = ../../../i18n/de/qcop.ts \ | ||
13 | ../../../i18n/en/qcop.ts \ | ||
14 | ../../../i18n/es/qcop.ts \ | ||
15 | ../../../i18n/fr/qcop.ts \ | ||
16 | ../../../i18n/hu/qcop.ts \ | ||
17 | ../../../i18n/ja/qcop.ts \ | ||
18 | ../../../i18n/ko/qcop.ts \ | ||
19 | ../../../i18n/no/qcop.ts \ | ||
20 | ../../../i18n/pl/qcop.ts \ | ||
21 | ../../../i18n/pt/qcop.ts \ | ||
22 | ../../../i18n/pt_BR/qcop.ts \ | ||
23 | ../../../i18n/sl/qcop.ts \ | ||
24 | ../../../i18n/zh_CN/qcop.ts \ | ||
25 | ../../../i18n/zh_TW/qcop.ts | ||
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index d01a9f4..484d0cd 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -1,25 +1,24 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | |||
4 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = textedit.h fontDialog.h fileSaver.h filePermissions.h | 4 | HEADERS = textedit.h fontDialog.h fileSaver.h filePermissions.h |
6 | SOURCES = main.cpp textedit.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp | 5 | SOURCES = main.cpp textedit.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp |
7 | |||
8 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
11 | |||
12 | TARGET = textedit | 9 | TARGET = textedit |
13 | 10 | ||
14 | TRANSLATIONS += ../i18n/de/textedit.ts | 11 | TRANSLATIONS = ../../../i18n/de/textedit.ts \ |
15 | TRANSLATIONS += ../i18n/pt_BR/textedit.ts | 12 | ../../../i18n/en/textedit.ts \ |
16 | TRANSLATIONS += ../i18n/en/textedit.ts | 13 | ../../../i18n/es/textedit.ts \ |
17 | TRANSLATIONS += ../i18n/hu/textedit.ts | 14 | ../../../i18n/fr/textedit.ts \ |
18 | TRANSLATIONS += ../i18n/fr/textedit.ts | 15 | ../../../i18n/hu/textedit.ts \ |
19 | TRANSLATIONS += ../i18n/ja/textedit.ts | 16 | ../../../i18n/ja/textedit.ts \ |
20 | TRANSLATIONS += ../i18n/sl/textedit.ts | 17 | ../../../i18n/ko/textedit.ts \ |
21 | TRANSLATIONS += ../i18n/pl/textedit.ts | 18 | ../../../i18n/no/textedit.ts \ |
22 | TRANSLATIONS += ../i18n/ko/textedit.ts | 19 | ../../../i18n/pl/textedit.ts \ |
23 | TRANSLATIONS += ../i18n/no/textedit.ts | 20 | ../../../i18n/pt/textedit.ts \ |
24 | TRANSLATIONS += ../i18n/zh_CN/textedit.ts | 21 | ../../../i18n/pt_BR/textedit.ts \ |
25 | TRANSLATIONS += ../i18n/zh_TW/textedit.ts | 22 | ../../../i18n/sl/textedit.ts \ |
23 | ../../../i18n/zh_CN/textedit.ts \ | ||
24 | ../../../i18n/zh_TW/textedit.ts | ||
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 182cd1f..c053662 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -1,10 +1,7 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | |||
3 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
4 | |||
5 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
6 | |||
7 | HEADERS = background.h \ | 4 | HEADERS = background.h \ |
8 | desktop.h \ | 5 | desktop.h \ |
9 | qprocess.h \ | 6 | qprocess.h \ |
10 | mediummountgui.h \ | 7 | mediummountgui.h \ |
@@ -44,9 +41,8 @@ HEADERS = background.h \ | |||
44 | $(OPIEDIR)/rsync/whole.h \ | 41 | $(OPIEDIR)/rsync/whole.h \ |
45 | $(OPIEDIR)/rsync/config_rsync.h \ | 42 | $(OPIEDIR)/rsync/config_rsync.h \ |
46 | $(OPIEDIR)/rsync/qrsync.h | 43 | $(OPIEDIR)/rsync/qrsync.h |
47 | # quicklauncher.h \ | 44 | # quicklauncher.h \ |
48 | |||
49 | SOURCES = background.cpp \ | 45 | SOURCES = background.cpp \ |
50 | desktop.cpp \ | 46 | desktop.cpp \ |
51 | mediummountgui.cpp \ | 47 | mediummountgui.cpp \ |
52 | qprocess.cpp qprocess_unix.cpp \ | 48 | qprocess.cpp qprocess_unix.cpp \ |
@@ -94,32 +90,28 @@ SOURCES = background.cpp \ | |||
94 | $(OPIEDIR)/rsync/util.c \ | 90 | $(OPIEDIR)/rsync/util.c \ |
95 | $(OPIEDIR)/rsync/version.c \ | 91 | $(OPIEDIR)/rsync/version.c \ |
96 | $(OPIEDIR)/rsync/whole.c \ | 92 | $(OPIEDIR)/rsync/whole.c \ |
97 | $(OPIEDIR)/rsync/qrsync.cpp | 93 | $(OPIEDIR)/rsync/qrsync.cpp |
98 | |||
99 | INTERFACES= shutdown.ui syncdialog.ui | 94 | INTERFACES= shutdown.ui syncdialog.ui |
100 | |||
101 | INCLUDEPATH += $(OPIEDIR)/include | 95 | INCLUDEPATH += $(OPIEDIR)/include |
102 | DEPENDPATH+= $(OPIEDIR)/include . | 96 | DEPENDPATH+= $(OPIEDIR)/include . |
103 | |||
104 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate | 97 | INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate |
105 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate | 98 | DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate |
106 | |||
107 | INCLUDEPATH += $(OPIEDIR)/rsync | 99 | INCLUDEPATH += $(OPIEDIR)/rsync |
108 | DEPENDPATH+= $(OPIEDIR)/rsync | 100 | DEPENDPATH+= $(OPIEDIR)/rsync |
109 | |||
110 | TARGET = qpe | 101 | TARGET = qpe |
111 | |||
112 | LIBS += -lqpe -lcrypt -lopie | 102 | LIBS += -lqpe -lcrypt -lopie |
113 | 103 | ||
114 | TRANSLATIONS = ../i18n/de/qpe.ts | 104 | TRANSLATIONS = ../../i18n/de/qpe.ts \ |
115 | TRANSLATIONS += ../i18n/es/qpe.ts | 105 | ../../i18n/en/qpe.ts \ |
116 | TRANSLATIONS += ../i18n/pt/qpe.ts | 106 | ../../i18n/es/qpe.ts \ |
117 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts | 107 | ../../i18n/fr/qpe.ts \ |
118 | TRANSLATIONS += ../i18n/en/qpe.ts | 108 | ../../i18n/hu/qpe.ts \ |
119 | TRANSLATIONS += ../i18n/hu/qpe.ts | 109 | ../../i18n/ja/qpe.ts \ |
120 | TRANSLATIONS += ../i18n/ja/qpe.ts | 110 | ../../i18n/ko/qpe.ts \ |
121 | TRANSLATIONS += ../i18n/fr/qpe.ts | 111 | ../../i18n/no/qpe.ts \ |
122 | TRANSLATIONS += ../i18n/ko/qpe.ts | 112 | ../../i18n/pl/qpe.ts \ |
123 | TRANSLATIONS += ../i18n/no/qpe.ts | 113 | ../../i18n/pt/qpe.ts \ |
124 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts | 114 | ../../i18n/pt_BR/qpe.ts \ |
125 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts | 115 | ../../i18n/sl/qpe.ts \ |
116 | ../../i18n/zh_CN/qpe.ts \ | ||
117 | ../../i18n/zh_TW/qpe.ts | ||
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro index bf97fbf..f3d452b 100644 --- a/core/multimedia/opieplayer/libflash/libflash.pro +++ b/core/multimedia/opieplayer/libflash/libflash.pro | |||
@@ -12,4 +12,18 @@ INCLUDEPATH += $(OPIEDIR)/include .. | |||
12 | DEPENDPATH += ../$(OPIEDIR)/include .. | 12 | DEPENDPATH += ../$(OPIEDIR)/include .. |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe |
14 | VERSION = 1.0.0 | 14 | VERSION = 1.0.0 |
15 | 15 | ||
16 | TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ | ||
17 | ../../../../i18n/en/libflashplugin.ts \ | ||
18 | ../../../../i18n/es/libflashplugin.ts \ | ||
19 | ../../../../i18n/fr/libflashplugin.ts \ | ||
20 | ../../../../i18n/hu/libflashplugin.ts \ | ||
21 | ../../../../i18n/ja/libflashplugin.ts \ | ||
22 | ../../../../i18n/ko/libflashplugin.ts \ | ||
23 | ../../../../i18n/no/libflashplugin.ts \ | ||
24 | ../../../../i18n/pl/libflashplugin.ts \ | ||
25 | ../../../../i18n/pt/libflashplugin.ts \ | ||
26 | ../../../../i18n/pt_BR/libflashplugin.ts \ | ||
27 | ../../../../i18n/sl/libflashplugin.ts \ | ||
28 | ../../../../i18n/zh_CN/libflashplugin.ts \ | ||
29 | ../../../../i18n/zh_TW/libflashplugin.ts | ||
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index d55cf8f..3787464 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro | |||
@@ -10,18 +10,18 @@ INCLUDEPATH += $(OPIEDIR)/include .. | |||
10 | DEPENDPATH += ../$(OPIEDIR)/include .. | 10 | DEPENDPATH += ../$(OPIEDIR)/include .. |
11 | LIBS += -lqpe -lm | 11 | LIBS += -lqpe -lm |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts | 14 | TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ |
15 | TRANSLATIONS += ../../i18n/es/libmadplugin.ts | 15 | ../../../../i18n/en/libmadplugin.ts \ |
16 | TRANSLATIONS += ../../i18n/pt/libmadplugin.ts | 16 | ../../../../i18n/es/libmadplugin.ts \ |
17 | TRANSLATIONS += ../../i18n/de/libmadplugin.ts | 17 | ../../../../i18n/fr/libmadplugin.ts \ |
18 | TRANSLATIONS += ../../i18n/en/libmadplugin.ts | 18 | ../../../../i18n/hu/libmadplugin.ts \ |
19 | TRANSLATIONS += ../../i18n/hu/libmadplugin.ts | 19 | ../../../../i18n/ja/libmadplugin.ts \ |
20 | TRANSLATIONS += ../../i18n/sl/libmadplugin.ts | 20 | ../../../../i18n/ko/libmadplugin.ts \ |
21 | TRANSLATIONS += ../../i18n/ja/libmadplugin.ts | 21 | ../../../../i18n/no/libmadplugin.ts \ |
22 | TRANSLATIONS += ../../i18n/pl/libmadplugin.ts | 22 | ../../../../i18n/pl/libmadplugin.ts \ |
23 | TRANSLATIONS += ../../i18n/ko/libmadplugin.ts | 23 | ../../../../i18n/pt/libmadplugin.ts \ |
24 | TRANSLATIONS += ../../i18n/no/libmadplugin.ts | 24 | ../../../../i18n/pt_BR/libmadplugin.ts \ |
25 | TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts | 25 | ../../../../i18n/sl/libmadplugin.ts \ |
26 | TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts | 26 | ../../../../i18n/zh_CN/libmadplugin.ts \ |
27 | TRANSLATIONS += ../../i18n/fr/libmadplugin.ts | 27 | ../../../../i18n/zh_TW/libmadplugin.ts |
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index f5e5954..a465f8a 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | |||
@@ -40,4 +40,19 @@ DESTDIR = $(OPIEDIR)/plugins/codecs | |||
40 | INCLUDEPATH += $(OPIEDIR)/include .. | 40 | INCLUDEPATH += $(OPIEDIR)/include .. |
41 | DEPENDPATH += ../$(OPIEDIR)/include .. | 41 | DEPENDPATH += ../$(OPIEDIR)/include .. |
42 | LIBS += -lqpe -lpthread -lm | 42 | LIBS += -lqpe -lpthread -lm |
43 | VERSION = 1.0.0 | 43 | VERSION = 1.0.0 |
44 | |||
45 | TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ | ||
46 | ../../../../i18n/en/libmpeg3plugin.ts \ | ||
47 | ../../../../i18n/es/libmpeg3plugin.ts \ | ||
48 | ../../../../i18n/fr/libmpeg3plugin.ts \ | ||
49 | ../../../../i18n/hu/libmpeg3plugin.ts \ | ||
50 | ../../../../i18n/ja/libmpeg3plugin.ts \ | ||
51 | ../../../../i18n/ko/libmpeg3plugin.ts \ | ||
52 | ../../../../i18n/no/libmpeg3plugin.ts \ | ||
53 | ../../../../i18n/pl/libmpeg3plugin.ts \ | ||
54 | ../../../../i18n/pt/libmpeg3plugin.ts \ | ||
55 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ | ||
56 | ../../../../i18n/sl/libmpeg3plugin.ts \ | ||
57 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ | ||
58 | ../../../../i18n/zh_TW/libmpeg3plugin.ts | ||
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index 6409bab..e111717 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro | |||
@@ -11,14 +11,21 @@ TARGET = opieplayer | |||
11 | INCLUDEPATH += $(OPIEDIR)/include | 11 | INCLUDEPATH += $(OPIEDIR)/include |
12 | DEPENDPATH += $(OPIEDIR)/include | 12 | DEPENDPATH += $(OPIEDIR)/include |
13 | LIBS += -lqpe -lpthread -lopie | 13 | LIBS += -lqpe -lpthread -lopie |
14 | 14 | ||
15 | # INTERFACES = | ||
16 | # INCLUDEPATH += $(OPIEDIR)/include | ||
17 | # CONFIG+=static | ||
18 | # TMAKE_CXXFLAGS += -DQPIM_STANDALONE | ||
19 | # LIBS += libmpeg3/libmpeg3.a -lpthread | ||
20 | # LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so | ||
21 | |||
22 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
23 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
24 | 17 | ||
18 | TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ | ||
19 | ../../../i18n/en/opieplayer.ts \ | ||
20 | ../../../i18n/es/opieplayer.ts \ | ||
21 | ../../../i18n/fr/opieplayer.ts \ | ||
22 | ../../../i18n/hu/opieplayer.ts \ | ||
23 | ../../../i18n/ja/opieplayer.ts \ | ||
24 | ../../../i18n/ko/opieplayer.ts \ | ||
25 | ../../../i18n/no/opieplayer.ts \ | ||
26 | ../../../i18n/pl/opieplayer.ts \ | ||
27 | ../../../i18n/pt/opieplayer.ts \ | ||
28 | ../../../i18n/pt_BR/opieplayer.ts \ | ||
29 | ../../../i18n/sl/opieplayer.ts \ | ||
30 | ../../../i18n/zh_CN/opieplayer.ts \ | ||
31 | ../../../i18n/zh_TW/opieplayer.ts | ||
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro index f0834de..5b5a15b 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro | |||
@@ -7,4 +7,19 @@ DESTDIR = $(OPIEDIR)/plugins/codecs | |||
7 | INCLUDEPATH += $(OPIEDIR)/include .. | 7 | INCLUDEPATH += $(OPIEDIR)/include .. |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | |||
12 | TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ | ||
13 | ../../../../i18n/en/libwavplugin.ts \ | ||
14 | ../../../../i18n/es/libwavplugin.ts \ | ||
15 | ../../../../i18n/fr/libwavplugin.ts \ | ||
16 | ../../../../i18n/hu/libwavplugin.ts \ | ||
17 | ../../../../i18n/ja/libwavplugin.ts \ | ||
18 | ../../../../i18n/ko/libwavplugin.ts \ | ||
19 | ../../../../i18n/no/libwavplugin.ts \ | ||
20 | ../../../../i18n/pl/libwavplugin.ts \ | ||
21 | ../../../../i18n/pt/libwavplugin.ts \ | ||
22 | ../../../../i18n/pt_BR/libwavplugin.ts \ | ||
23 | ../../../../i18n/sl/libwavplugin.ts \ | ||
24 | ../../../../i18n/zh_CN/libwavplugin.ts \ | ||
25 | ../../../../i18n/zh_TW/libwavplugin.ts | ||
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 99a0b23..15ae498 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -14,24 +14,23 @@ SOURCES = main.cpp \ | |||
14 | abtable.cpp \ | 14 | abtable.cpp \ |
15 | addresssettings.cpp \ | 15 | addresssettings.cpp \ |
16 | picker.cpp | 16 | picker.cpp |
17 | INTERFACES= addresssettingsbase.ui | 17 | INTERFACES= addresssettingsbase.ui |
18 | |||
19 | TARGET = addressbook | 18 | TARGET = addressbook |
20 | INCLUDEPATH += $(OPIEDIR)/include | 19 | INCLUDEPATH += $(OPIEDIR)/include |
21 | DEPENDPATH+= $(OPIEDIR)/include | 20 | DEPENDPATH+= $(OPIEDIR)/include |
22 | LIBS += -lqpe -lopie | 21 | LIBS += -lqpe -lopie |
23 | 22 | ||
24 | TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts | 23 | TRANSLATIONS = ../../../i18n/de/addressbook.ts \ |
25 | TRANSLATIONS += ../../i18n/es/addressbook.ts | 24 | ../../../i18n/en/addressbook.ts \ |
26 | TRANSLATIONS += ../../i18n/pt/addressbook.ts | 25 | ../../../i18n/es/addressbook.ts \ |
27 | TRANSLATIONS += ../../i18n/de/addressbook.ts | 26 | ../../../i18n/fr/addressbook.ts \ |
28 | TRANSLATIONS += ../../i18n/en/addressbook.ts | 27 | ../../../i18n/hu/addressbook.ts \ |
29 | TRANSLATIONS += ../../i18n/hu/addressbook.ts | 28 | ../../../i18n/ja/addressbook.ts \ |
30 | TRANSLATIONS += ../../i18n/sl/addressbook.ts | 29 | ../../../i18n/ko/addressbook.ts \ |
31 | TRANSLATIONS += ../../i18n/ja/addressbook.ts | 30 | ../../../i18n/no/addressbook.ts \ |
32 | TRANSLATIONS += ../../i18n/ko/addressbook.ts | 31 | ../../../i18n/pl/addressbook.ts \ |
33 | TRANSLATIONS += ../../i18n/pl/addressbook.ts | 32 | ../../../i18n/pt/addressbook.ts \ |
34 | TRANSLATIONS += ../../i18n/no/addressbook.ts | 33 | ../../../i18n/pt_BR/addressbook.ts \ |
35 | TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts | 34 | ../../../i18n/sl/addressbook.ts \ |
36 | TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts | 35 | ../../../i18n/zh_CN/addressbook.ts \ |
37 | TRANSLATIONS += ../../i18n/fr/addressbook.ts | 36 | ../../../i18n/zh_TW/addressbook.ts |
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 088ae3e..3abe9aa 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -1,8 +1,7 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | |||
5 | HEADERS= datebookday.h \ | 4 | HEADERS= datebookday.h \ |
6 | datebook.h \ | 5 | datebook.h \ |
7 | dateentryimpl.h \ | 6 | dateentryimpl.h \ |
8 | datebookdayheaderimpl.h \ | 7 | datebookdayheaderimpl.h \ |
@@ -13,9 +12,8 @@ HEADERS = datebookday.h \ | |||
13 | repeatentry.h \ | 12 | repeatentry.h \ |
14 | timepicker.h \ | 13 | timepicker.h \ |
15 | noteentryimpl.h \ | 14 | noteentryimpl.h \ |
16 | onoteedit.h | 15 | onoteedit.h |
17 | |||
18 | SOURCES= main.cpp \ | 16 | SOURCES= main.cpp \ |
19 | datebookday.cpp \ | 17 | datebookday.cpp \ |
20 | datebook.cpp \ | 18 | datebook.cpp \ |
21 | dateentryimpl.cpp \ | 19 | dateentryimpl.cpp \ |
@@ -27,34 +25,31 @@ SOURCES = main.cpp \ | |||
27 | repeatentry.cpp \ | 25 | repeatentry.cpp \ |
28 | timepicker.cpp \ | 26 | timepicker.cpp \ |
29 | noteentryimpl.cpp \ | 27 | noteentryimpl.cpp \ |
30 | onoteedit.cpp | 28 | onoteedit.cpp |
31 | |||
32 | INTERFACES= dateentry.ui \ | 29 | INTERFACES= dateentry.ui \ |
33 | datebookdayheader.ui \ | 30 | datebookdayheader.ui \ |
34 | datebookweekheader.ui \ | 31 | datebookweekheader.ui \ |
35 | datebookweeklstheader.ui \ | 32 | datebookweeklstheader.ui \ |
36 | datebookweeklstdayhdr.ui \ | 33 | datebookweeklstdayhdr.ui \ |
37 | repeatentrybase.ui \ | 34 | repeatentrybase.ui \ |
38 | datebooksettingsbase.ui \ | 35 | datebooksettingsbase.ui \ |
39 | noteentry.ui | 36 | noteentry.ui |
40 | |||
41 | INCLUDEPATH += $(OPIEDIR)/include | 37 | INCLUDEPATH += $(OPIEDIR)/include |
42 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
43 | LIBS += -lqpe -lopie | 39 | LIBS += -lqpe -lopie |
44 | |||
45 | TARGET = datebook | 40 | TARGET = datebook |
46 | 41 | ||
47 | TRANSLATIONS = ../i18n/pt_BR/datebook.ts | 42 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ |
48 | TRANSLATIONS += ../i18n/pt/datebook.ts | 43 | ../../../i18n/en/datebook.ts \ |
49 | TRANSLATIONS += ../i18n/de/datebook.ts | 44 | ../../../i18n/es/datebook.ts \ |
50 | TRANSLATIONS += ../i18n/en/datebook.ts | 45 | ../../../i18n/fr/datebook.ts \ |
51 | TRANSLATIONS += ../i18n/hu/datebook.ts | 46 | ../../../i18n/hu/datebook.ts \ |
52 | TRANSLATIONS += ../i18n/pl/datebook.ts | 47 | ../../../i18n/ja/datebook.ts \ |
53 | TRANSLATIONS += ../i18n/sl/datebook.ts | 48 | ../../../i18n/ko/datebook.ts \ |
54 | TRANSLATIONS += ../i18n/ja/datebook.ts | 49 | ../../../i18n/no/datebook.ts \ |
55 | TRANSLATIONS += ../i18n/ko/datebook.ts | 50 | ../../../i18n/pl/datebook.ts \ |
56 | TRANSLATIONS += ../i18n/no/datebook.ts | 51 | ../../../i18n/pt/datebook.ts \ |
57 | TRANSLATIONS += ../i18n/zh_CN/datebook.ts | 52 | ../../../i18n/pt_BR/datebook.ts \ |
58 | TRANSLATIONS += ../i18n/zh_TW/datebook.ts | 53 | ../../../i18n/sl/datebook.ts \ |
59 | TRANSLATIONS += ../i18n/fr/datebook.ts | 54 | ../../../i18n/zh_CN/datebook.ts \ |
60 | TRANSLATIONS += ../i18n/es/datebook.ts | 55 | ../../../i18n/zh_TW/datebook.ts |
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index d75fdb5..171614b 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -2,25 +2,25 @@ TEMPLATE = app | |||
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = today.h todaybase.h todayconfig.h | 4 | HEADERS = today.h todaybase.h todayconfig.h |
5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp | 5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp |
6 | |||
7 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
10 | INTERFACES= | 9 | INTERFACES= |
11 | TARGET = today | 10 | TARGET = today |
12 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
13 | TRANSLATIONS = ../i18n/pt_BR/today.ts | 12 | |
14 | TRANSLATIONS += ../i18n/pt/today.ts | 13 | TRANSLATIONS = ../../../i18n/de/today.ts \ |
15 | TRANSLATIONS += ../i18n/de/today.ts | 14 | ../../../i18n/en/today.ts \ |
16 | TRANSLATIONS += ../i18n/en/today.ts | 15 | ../../../i18n/es/today.ts \ |
17 | TRANSLATIONS += ../i18n/hu/today.ts | 16 | ../../../i18n/fr/today.ts \ |
18 | TRANSLATIONS += ../i18n/sl/today.ts | 17 | ../../../i18n/hu/today.ts \ |
19 | TRANSLATIONS += ../i18n/ja/today.ts | 18 | ../../../i18n/ja/today.ts \ |
20 | TRANSLATIONS += ../i18n/ko/today.ts | 19 | ../../../i18n/ko/today.ts \ |
21 | TRANSLATIONS += ../i18n/no/today.ts | 20 | ../../../i18n/no/today.ts \ |
22 | TRANSLATIONS += ../i18n/zh_CN/today.ts | 21 | ../../../i18n/pl/today.ts \ |
23 | TRANSLATIONS += ../i18n/zh_TW/today.ts | 22 | ../../../i18n/pt/today.ts \ |
24 | TRANSLATIONS += ../i18n/fr/today.ts | 23 | ../../../i18n/pt_BR/today.ts \ |
25 | TRANSLATIONS += ../i18n/pl/today.ts | 24 | ../../../i18n/sl/today.ts \ |
26 | TRANSLATIONS += ../i18n/es/today.ts | 25 | ../../../i18n/zh_CN/today.ts \ |
26 | ../../../i18n/zh_TW/today.ts | ||
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 1e4492c..fd682f8 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -9,26 +9,24 @@ SOURCES = main.cpp \ | |||
9 | mainwindow.cpp \ | 9 | mainwindow.cpp \ |
10 | todotable.cpp \ | 10 | todotable.cpp \ |
11 | todoentryimpl.cpp \ | 11 | todoentryimpl.cpp \ |
12 | todolabel.cc | 12 | todolabel.cc |
13 | |||
14 | INTERFACES= todoentry.ui | 13 | INTERFACES= todoentry.ui |
15 | |||
16 | TARGET = todolist | 14 | TARGET = todolist |
17 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
19 | LIBS += -lqpe -lopie | 17 | LIBS += -lqpe -lopie |
20 | 18 | ||
21 | TRANSLATIONS = ../i18n/pt_BR/todolist.ts | 19 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ |
22 | TRANSLATIONS += ../i18n/es/todolist.ts | 20 | ../../../i18n/en/todolist.ts \ |
23 | TRANSLATIONS += ../i18n/pt/todolist.ts | 21 | ../../../i18n/es/todolist.ts \ |
24 | TRANSLATIONS += ../i18n/de/todolist.ts | 22 | ../../../i18n/fr/todolist.ts \ |
25 | TRANSLATIONS += ../i18n/en/todolist.ts | 23 | ../../../i18n/hu/todolist.ts \ |
26 | TRANSLATIONS += ../i18n/hu/todolist.ts | 24 | ../../../i18n/ja/todolist.ts \ |
27 | TRANSLATIONS += ../i18n/sl/todolist.ts | 25 | ../../../i18n/ko/todolist.ts \ |
28 | TRANSLATIONS += ../i18n/pl/todolist.ts | 26 | ../../../i18n/no/todolist.ts \ |
29 | TRANSLATIONS += ../i18n/ja/todolist.ts | 27 | ../../../i18n/pl/todolist.ts \ |
30 | TRANSLATIONS += ../i18n/ko/todolist.ts | 28 | ../../../i18n/pt/todolist.ts \ |
31 | TRANSLATIONS += ../i18n/no/todolist.ts | 29 | ../../../i18n/pt_BR/todolist.ts \ |
32 | TRANSLATIONS += ../i18n/zh_CN/todolist.ts | 30 | ../../../i18n/sl/todolist.ts \ |
33 | TRANSLATIONS += ../i18n/zh_TW/todolist.ts | 31 | ../../../i18n/zh_CN/todolist.ts \ |
34 | TRANSLATIONS += ../i18n/fr/todolist.ts | 32 | ../../../i18n/zh_TW/todolist.ts |
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 11a135d..4b0b3ff 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -9,18 +9,18 @@ TARGET = citytime | |||
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/citytime.ts | 13 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ |
14 | TRANSLATIONS += ../i18n/es/citytime.ts | 14 | ../../../i18n/en/citytime.ts \ |
15 | TRANSLATIONS += ../i18n/pt/citytime.ts | 15 | ../../../i18n/es/citytime.ts \ |
16 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts | 16 | ../../../i18n/fr/citytime.ts \ |
17 | TRANSLATIONS += ../i18n/en/citytime.ts | 17 | ../../../i18n/hu/citytime.ts \ |
18 | TRANSLATIONS += ../i18n/hu/citytime.ts | 18 | ../../../i18n/ja/citytime.ts \ |
19 | TRANSLATIONS += ../i18n/ja/citytime.ts | 19 | ../../../i18n/ko/citytime.ts \ |
20 | TRANSLATIONS += ../i18n/ko/citytime.ts | 20 | ../../../i18n/no/citytime.ts \ |
21 | TRANSLATIONS += ../i18n/pl/citytime.ts | 21 | ../../../i18n/pl/citytime.ts \ |
22 | TRANSLATIONS += ../i18n/fr/citytime.ts | 22 | ../../../i18n/pt/citytime.ts \ |
23 | TRANSLATIONS += ../i18n/sl/citytime.ts | 23 | ../../../i18n/pt_BR/citytime.ts \ |
24 | TRANSLATIONS += ../i18n/no/citytime.ts | 24 | ../../../i18n/sl/citytime.ts \ |
25 | TRANSLATIONS += ../i18n/zh_CN/citytime.ts | 25 | ../../../i18n/zh_CN/citytime.ts \ |
26 | TRANSLATIONS += ../i18n/zh_TW/citytime.ts | 26 | ../../../i18n/zh_TW/citytime.ts |
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index eb4a0db..456415b 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -8,10 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = light-and-power | 10 | TARGET = light-and-power |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/light-and-power.ts | 12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ |
13 | TRANSLATIONS += ../../i18n/es/light-and-power.ts | 13 | ../../../i18n/en/light-and-power.ts \ |
14 | TRANSLATIONS += ../../i18n/pt/light-and-power.ts | 14 | ../../../i18n/es/light-and-power.ts \ |
15 | TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts | 15 | ../../../i18n/fr/light-and-power.ts \ |
16 | TRANSLATIONS += ../../i18n/pl/light-and-power.ts | 16 | ../../../i18n/hu/light-and-power.ts \ |
17 | TRANSLATIONS += ../../i18n/fr/light-and-power.ts | 17 | ../../../i18n/ja/light-and-power.ts \ |
18 | ../../../i18n/ko/light-and-power.ts \ | ||
19 | ../../../i18n/no/light-and-power.ts \ | ||
20 | ../../../i18n/pl/light-and-power.ts \ | ||
21 | ../../../i18n/pt/light-and-power.ts \ | ||
22 | ../../../i18n/pt_BR/light-and-power.ts \ | ||
23 | ../../../i18n/sl/light-and-power.ts \ | ||
24 | ../../../i18n/zh_CN/light-and-power.ts \ | ||
25 | ../../../i18n/zh_TW/light-and-power.ts | ||
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index 6b28485..2c815f0 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -8,18 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = security | 10 | TARGET = security |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/security.ts | 12 | TRANSLATIONS = ../../../i18n/de/security.ts \ |
13 | TRANSLATIONS += ../../i18n/es/security.ts | 13 | ../../../i18n/en/security.ts \ |
14 | TRANSLATIONS += ../../i18n/pt/security.ts | 14 | ../../../i18n/es/security.ts \ |
15 | TRANSLATIONS += ../../i18n/de/security.ts | 15 | ../../../i18n/fr/security.ts \ |
16 | TRANSLATIONS += ../../i18n/en/security.ts | 16 | ../../../i18n/hu/security.ts \ |
17 | TRANSLATIONS += ../../i18n/hu/security.ts | 17 | ../../../i18n/ja/security.ts \ |
18 | TRANSLATIONS += ../../i18n/sl/security.ts | 18 | ../../../i18n/ko/security.ts \ |
19 | TRANSLATIONS += ../../i18n/ja/security.ts | 19 | ../../../i18n/no/security.ts \ |
20 | TRANSLATIONS += ../../i18n/ko/security.ts | 20 | ../../../i18n/pl/security.ts \ |
21 | TRANSLATIONS += ../../i18n/pl/security.ts | 21 | ../../../i18n/pt/security.ts \ |
22 | TRANSLATIONS += ../../i18n/no/security.ts | 22 | ../../../i18n/pt_BR/security.ts \ |
23 | TRANSLATIONS += ../../i18n/zh_CN/security.ts | 23 | ../../../i18n/sl/security.ts \ |
24 | TRANSLATIONS += ../../i18n/zh_TW/security.ts | 24 | ../../../i18n/zh_CN/security.ts \ |
25 | TRANSLATIONS += ../../i18n/fr/security.ts | 25 | ../../../i18n/zh_TW/security.ts |
diff --git a/example/example.pro b/example/example.pro index d150b1c..5d2b39a 100644 --- a/example/example.pro +++ b/example/example.pro | |||
@@ -7,4 +7,19 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= examplebase.ui | 9 | INTERFACES= examplebase.ui |
10 | TARGET = example | 10 | TARGET = example |
11 | |||
12 | TRANSLATIONS = ../i18n/de/example.ts \ | ||
13 | ../i18n/en/example.ts \ | ||
14 | ../i18n/es/example.ts \ | ||
15 | ../i18n/fr/example.ts \ | ||
16 | ../i18n/hu/example.ts \ | ||
17 | ../i18n/ja/example.ts \ | ||
18 | ../i18n/ko/example.ts \ | ||
19 | ../i18n/no/example.ts \ | ||
20 | ../i18n/pl/example.ts \ | ||
21 | ../i18n/pt/example.ts \ | ||
22 | ../i18n/pt_BR/example.ts \ | ||
23 | ../i18n/sl/example.ts \ | ||
24 | ../i18n/zh_CN/example.ts \ | ||
25 | ../i18n/zh_TW/example.ts | ||
diff --git a/freetype/freetype.pro b/freetype/freetype.pro index f63a087..1196db9 100644 --- a/freetype/freetype.pro +++ b/freetype/freetype.pro | |||
@@ -10,4 +10,19 @@ DEPENDPATH += $(OPIEDIR)/include | |||
10 | #INCLUDEPATH += $(OPIEDIR)/include | 10 | #INCLUDEPATH += $(OPIEDIR)/include |
11 | #DEPENDPATH+= /usr/local/include/freetype2 | 11 | #DEPENDPATH+= /usr/local/include/freetype2 |
12 | LIBS += -lqpe -lfreetype | 12 | LIBS += -lqpe -lfreetype |
13 | VERSION = 1.0.0 | 13 | VERSION = 1.0.0 |
14 | |||
15 | TRANSLATIONS = ../i18n/de/libfreetypefactory.ts \ | ||
16 | ../i18n/en/libfreetypefactory.ts \ | ||
17 | ../i18n/es/libfreetypefactory.ts \ | ||
18 | ../i18n/fr/libfreetypefactory.ts \ | ||
19 | ../i18n/hu/libfreetypefactory.ts \ | ||
20 | ../i18n/ja/libfreetypefactory.ts \ | ||
21 | ../i18n/ko/libfreetypefactory.ts \ | ||
22 | ../i18n/no/libfreetypefactory.ts \ | ||
23 | ../i18n/pl/libfreetypefactory.ts \ | ||
24 | ../i18n/pt/libfreetypefactory.ts \ | ||
25 | ../i18n/pt_BR/libfreetypefactory.ts \ | ||
26 | ../i18n/sl/libfreetypefactory.ts \ | ||
27 | ../i18n/zh_CN/libfreetypefactory.ts \ | ||
28 | ../i18n/zh_TW/libfreetypefactory.ts | ||
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 3ad6e07..5c14761 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -14,21 +14,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | VERSION = 1.0.0 | 16 | VERSION = 1.0.0 |
17 | 17 | ||
18 | 18 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ | |
19 | 19 | ../../i18n/en/libqdvorak.ts \ | |
20 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts | 20 | ../../i18n/es/libqdvorak.ts \ |
21 | TRANSLATIONS += ../../i18n/en/libqdvorak.ts | 21 | ../../i18n/fr/libqdvorak.ts \ |
22 | TRANSLATIONS += ../../i18n/es/libqdvorak.ts | 22 | ../../i18n/hu/libqdvorak.ts \ |
23 | TRANSLATIONS += ../../i18n/fr/libqdvorak.ts | 23 | ../../i18n/ja/libqdvorak.ts \ |
24 | TRANSLATIONS += ../../i18n/hu/libqdvorak.ts | 24 | ../../i18n/ko/libqdvorak.ts \ |
25 | TRANSLATIONS += ../../i18n/ja/libqdvorak.ts | 25 | ../../i18n/no/libqdvorak.ts \ |
26 | TRANSLATIONS += ../../i18n/ko/libqdvorak.ts | 26 | ../../i18n/pl/libqdvorak.ts \ |
27 | TRANSLATIONS += ../../i18n/no/libqdvorak.ts | 27 | ../../i18n/pt/libqdvorak.ts \ |
28 | TRANSLATIONS += ../../i18n/pl/libqdvorak.ts | 28 | ../../i18n/pt_BR/libqdvorak.ts \ |
29 | TRANSLATIONS += ../../i18n/pt/libqdvorak.ts | 29 | ../../i18n/sl/libqdvorak.ts \ |
30 | TRANSLATIONS += ../../i18n/pt_BR/libqdvorak.ts | 30 | ../../i18n/zh_CN/libqdvorak.ts \ |
31 | TRANSLATIONS += ../../i18n/sl/libqdvorak.ts | 31 | ../../i18n/zh_TW/libqdvorak.ts |
32 | TRANSLATIONS += ../../i18n/zh_CN/libqdvorak.ts | ||
33 | TRANSLATIONS += ../../i18n/zh_TW/libqdvorak.ts | ||
34 | |||
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index a8bcda7..b4a742d 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -29,21 +29,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | 33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ | |
34 | 34 | ../../i18n/en/libqhandwriting.ts \ | |
35 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts | 35 | ../../i18n/es/libqhandwriting.ts \ |
36 | TRANSLATIONS += ../../i18n/en/libqhandwriting.ts | 36 | ../../i18n/fr/libqhandwriting.ts \ |
37 | TRANSLATIONS += ../../i18n/es/libqhandwriting.ts | 37 | ../../i18n/hu/libqhandwriting.ts \ |
38 | TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts | 38 | ../../i18n/ja/libqhandwriting.ts \ |
39 | TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts | 39 | ../../i18n/ko/libqhandwriting.ts \ |
40 | TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts | 40 | ../../i18n/no/libqhandwriting.ts \ |
41 | TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts | 41 | ../../i18n/pl/libqhandwriting.ts \ |
42 | TRANSLATIONS += ../../i18n/no/libqhandwriting.ts | 42 | ../../i18n/pt/libqhandwriting.ts \ |
43 | TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts | 43 | ../../i18n/pt_BR/libqhandwriting.ts \ |
44 | TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts | 44 | ../../i18n/sl/libqhandwriting.ts \ |
45 | TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts | 45 | ../../i18n/zh_CN/libqhandwriting.ts \ |
46 | TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts | 46 | ../../i18n/zh_TW/libqhandwriting.ts |
47 | TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts | ||
48 | TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts | ||
49 | |||
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index 101ae49..d8d123c 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro | |||
@@ -10,20 +10,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | 14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ | |
15 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts | 15 | ../../i18n/en/libqjumpx.ts \ |
16 | TRANSLATIONS += ../../i18n/en/libqjumpx.ts | 16 | ../../i18n/es/libqjumpx.ts \ |
17 | TRANSLATIONS += ../../i18n/es/libqjumpx.ts | 17 | ../../i18n/fr/libqjumpx.ts \ |
18 | TRANSLATIONS += ../../i18n/fr/libqjumpx.ts | 18 | ../../i18n/hu/libqjumpx.ts \ |
19 | TRANSLATIONS += ../../i18n/hu/libqjumpx.ts | 19 | ../../i18n/ja/libqjumpx.ts \ |
20 | TRANSLATIONS += ../../i18n/ja/libqjumpx.ts | 20 | ../../i18n/ko/libqjumpx.ts \ |
21 | TRANSLATIONS += ../../i18n/ko/libqjumpx.ts | 21 | ../../i18n/no/libqjumpx.ts \ |
22 | TRANSLATIONS += ../../i18n/no/libqjumpx.ts | 22 | ../../i18n/pl/libqjumpx.ts \ |
23 | TRANSLATIONS += ../../i18n/pl/libqjumpx.ts | 23 | ../../i18n/pt/libqjumpx.ts \ |
24 | TRANSLATIONS += ../../i18n/pt/libqjumpx.ts | 24 | ../../i18n/pt_BR/libqjumpx.ts \ |
25 | TRANSLATIONS += ../../i18n/pt_BR/libqjumpx.ts | 25 | ../../i18n/sl/libqjumpx.ts \ |
26 | TRANSLATIONS += ../../i18n/sl/libqjumpx.ts | 26 | ../../i18n/zh_CN/libqjumpx.ts \ |
27 | TRANSLATIONS += ../../i18n/zh_CN/libqjumpx.ts | 27 | ../../i18n/zh_TW/libqjumpx.ts |
28 | TRANSLATIONS += ../../i18n/zh_TW/libqjumpx.ts | ||
29 | |||
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index fbdf5ed..105316f 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -14,21 +14,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | VERSION = 1.0.0 | 16 | VERSION = 1.0.0 |
17 | 17 | ||
18 | 18 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ | |
19 | 19 | ../../i18n/en/libqkeyboard.ts \ | |
20 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts | 20 | ../../i18n/es/libqkeyboard.ts \ |
21 | TRANSLATIONS += ../../i18n/en/libqkeyboard.ts | 21 | ../../i18n/fr/libqkeyboard.ts \ |
22 | TRANSLATIONS += ../../i18n/es/libqkeyboard.ts | 22 | ../../i18n/hu/libqkeyboard.ts \ |
23 | TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts | 23 | ../../i18n/ja/libqkeyboard.ts \ |
24 | TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts | 24 | ../../i18n/ko/libqkeyboard.ts \ |
25 | TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts | 25 | ../../i18n/no/libqkeyboard.ts \ |
26 | TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts | 26 | ../../i18n/pl/libqkeyboard.ts \ |
27 | TRANSLATIONS += ../../i18n/no/libqkeyboard.ts | 27 | ../../i18n/pt/libqkeyboard.ts \ |
28 | TRANSLATIONS += ../../i18n/pl/libqkeyboard.ts | 28 | ../../i18n/pt_BR/libqkeyboard.ts \ |
29 | TRANSLATIONS += ../../i18n/pt/libqkeyboard.ts | 29 | ../../i18n/sl/libqkeyboard.ts \ |
30 | TRANSLATIONS += ../../i18n/pt_BR/libqkeyboard.ts | 30 | ../../i18n/zh_CN/libqkeyboard.ts \ |
31 | TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts | 31 | ../../i18n/zh_TW/libqkeyboard.ts |
32 | TRANSLATIONS += ../../i18n/zh_CN/libqkeyboard.ts | ||
33 | TRANSLATIONS += ../../i18n/zh_TW/libqkeyboard.ts | ||
34 | |||
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index d86a0e5..23faa9c 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -10,20 +10,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | 14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ | |
15 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts | 15 | ../../i18n/en/libqkjumpx.ts \ |
16 | TRANSLATIONS += ../../i18n/en/libqkjumpx.ts | 16 | ../../i18n/es/libqkjumpx.ts \ |
17 | TRANSLATIONS += ../../i18n/es/libqkjumpx.ts | 17 | ../../i18n/fr/libqkjumpx.ts \ |
18 | TRANSLATIONS += ../../i18n/fr/libqkjumpx.ts | 18 | ../../i18n/hu/libqkjumpx.ts \ |
19 | TRANSLATIONS += ../../i18n/hu/libqkjumpx.ts | 19 | ../../i18n/ja/libqkjumpx.ts \ |
20 | TRANSLATIONS += ../../i18n/ja/libqkjumpx.ts | 20 | ../../i18n/ko/libqkjumpx.ts \ |
21 | TRANSLATIONS += ../../i18n/ko/libqkjumpx.ts | 21 | ../../i18n/no/libqkjumpx.ts \ |
22 | TRANSLATIONS += ../../i18n/no/libqkjumpx.ts | 22 | ../../i18n/pl/libqkjumpx.ts \ |
23 | TRANSLATIONS += ../../i18n/pl/libqkjumpx.ts | 23 | ../../i18n/pt/libqkjumpx.ts \ |
24 | TRANSLATIONS += ../../i18n/pt/libqkjumpx.ts | 24 | ../../i18n/pt_BR/libqkjumpx.ts \ |
25 | TRANSLATIONS += ../../i18n/pt_BR/libqkjumpx.ts | 25 | ../../i18n/sl/libqkjumpx.ts \ |
26 | TRANSLATIONS += ../../i18n/sl/libqkjumpx.ts | 26 | ../../i18n/zh_CN/libqkjumpx.ts \ |
27 | TRANSLATIONS += ../../i18n/zh_CN/libqkjumpx.ts | 27 | ../../i18n/zh_TW/libqkjumpx.ts |
28 | TRANSLATIONS += ../../i18n/zh_TW/libqkjumpx.ts | ||
29 | |||
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 6e0ac4d..3ede6b5 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -8,21 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts \ | |
13 | 13 | ../../i18n/en/libqpickboard.ts \ | |
14 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts | 14 | ../../i18n/es/libqpickboard.ts \ |
15 | TRANSLATIONS += ../../i18n/en/libqpickboard.ts | 15 | ../../i18n/fr/libqpickboard.ts \ |
16 | TRANSLATIONS += ../../i18n/es/libqpickboard.ts | 16 | ../../i18n/hu/libqpickboard.ts \ |
17 | TRANSLATIONS += ../../i18n/fr/libqpickboard.ts | 17 | ../../i18n/ja/libqpickboard.ts \ |
18 | TRANSLATIONS += ../../i18n/hu/libqpickboard.ts | 18 | ../../i18n/ko/libqpickboard.ts \ |
19 | TRANSLATIONS += ../../i18n/ja/libqpickboard.ts | 19 | ../../i18n/no/libqpickboard.ts \ |
20 | TRANSLATIONS += ../../i18n/ko/libqpickboard.ts | 20 | ../../i18n/pl/libqpickboard.ts \ |
21 | TRANSLATIONS += ../../i18n/no/libqpickboard.ts | 21 | ../../i18n/pt/libqpickboard.ts \ |
22 | TRANSLATIONS += ../../i18n/pl/libqpickboard.ts | 22 | ../../i18n/pt_BR/libqpickboard.ts \ |
23 | TRANSLATIONS += ../../i18n/pt/libqpickboard.ts | 23 | ../../i18n/sl/libqpickboard.ts \ |
24 | TRANSLATIONS += ../../i18n/pt_BR/libqpickboard.ts | 24 | ../../i18n/zh_CN/libqpickboard.ts \ |
25 | TRANSLATIONS += ../../i18n/sl/libqpickboard.ts | 25 | ../../i18n/zh_TW/libqpickboard.ts |
26 | TRANSLATIONS += ../../i18n/zh_CN/libqpickboard.ts | ||
27 | TRANSLATIONS += ../../i18n/zh_TW/libqpickboard.ts | ||
28 | |||
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 140d377..5427af4 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -8,21 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts \ | |
13 | 13 | ../../i18n/en/libqunikeyboard.ts \ | |
14 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts | 14 | ../../i18n/es/libqunikeyboard.ts \ |
15 | TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts | 15 | ../../i18n/fr/libqunikeyboard.ts \ |
16 | TRANSLATIONS += ../../i18n/es/libqunikeyboard.ts | 16 | ../../i18n/hu/libqunikeyboard.ts \ |
17 | TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts | 17 | ../../i18n/ja/libqunikeyboard.ts \ |
18 | TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts | 18 | ../../i18n/ko/libqunikeyboard.ts \ |
19 | TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts | 19 | ../../i18n/no/libqunikeyboard.ts \ |
20 | TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts | 20 | ../../i18n/pl/libqunikeyboard.ts \ |
21 | TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts | 21 | ../../i18n/pt/libqunikeyboard.ts \ |
22 | TRANSLATIONS += ../../i18n/pl/libqunikeyboard.ts | 22 | ../../i18n/pt_BR/libqunikeyboard.ts \ |
23 | TRANSLATIONS += ../../i18n/pt/libqunikeyboard.ts | 23 | ../../i18n/sl/libqunikeyboard.ts \ |
24 | TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts | 24 | ../../i18n/zh_CN/libqunikeyboard.ts \ |
25 | TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts | 25 | ../../i18n/zh_TW/libqunikeyboard.ts |
26 | TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts | ||
27 | TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts | ||
28 | |||
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index d1cbe3e..1596c9a 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -5,4 +5,19 @@ SOURCES = ofontmenu.cc ofileselector.cc ofiledialog.cc xmltree.cc tododb.cpp to | |||
5 | TARGET = opie | 5 | TARGET = opie |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
8 | #VERSION = 1.0.0 | 8 | #VERSION = 1.0.0 |
9 | |||
10 | TRANSLATIONS = ../i18n/de/libopie.ts \ | ||
11 | ../i18n/en/libopie.ts \ | ||
12 | ../i18n/es/libopie.ts \ | ||
13 | ../i18n/fr/libopie.ts \ | ||
14 | ../i18n/hu/libopie.ts \ | ||
15 | ../i18n/ja/libopie.ts \ | ||
16 | ../i18n/ko/libopie.ts \ | ||
17 | ../i18n/no/libopie.ts \ | ||
18 | ../i18n/pl/libopie.ts \ | ||
19 | ../i18n/pt/libopie.ts \ | ||
20 | ../i18n/pt_BR/libopie.ts \ | ||
21 | ../i18n/sl/libopie.ts \ | ||
22 | ../i18n/zh_CN/libopie.ts \ | ||
23 | ../i18n/zh_TW/libopie.ts | ||
diff --git a/library/library.pro b/library/library.pro index a05ee7e..cb4714a 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -55,9 +55,8 @@ HEADERS = calendar.h \ | |||
55 | backend/vobject_p.h \ | 55 | backend/vobject_p.h \ |
56 | findwidget_p.h \ | 56 | findwidget_p.h \ |
57 | finddialog.h \ | 57 | finddialog.h \ |
58 | lnkproperties.h | 58 | lnkproperties.h |
59 | |||
60 | SOURCES= calendar.cpp \ | 59 | SOURCES= calendar.cpp \ |
61 | global.cpp \ | 60 | global.cpp \ |
62 | xmlreader.cpp \ | 61 | xmlreader.cpp \ |
63 | mimetype.cpp \ | 62 | mimetype.cpp \ |
@@ -111,33 +110,29 @@ SOURCES = calendar.cpp \ | |||
111 | backend/vobject.cpp \ | 110 | backend/vobject.cpp \ |
112 | findwidget_p.cpp \ | 111 | findwidget_p.cpp \ |
113 | finddialog.cpp \ | 112 | finddialog.cpp \ |
114 | lnkproperties.cpp | 113 | lnkproperties.cpp |
115 | |||
116 | # Qt 3 compatibility | 114 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 115 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 116 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | |||
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 117 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 118 | LIBS += -ldl -lcrypt -lm |
122 | |||
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 119 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | |||
125 | TARGET = qpe | 120 | TARGET = qpe |
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 121 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 122 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0.1 | 123 | VERSION = 1.5.0.1 |
129 | 124 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 125 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
131 | TRANSLATIONS += ../i18n/es/libqpe.ts | 126 | ../i18n/en/libqpe.ts \ |
132 | TRANSLATIONS += ../i18n/pt/libqpe.ts | 127 | ../i18n/es/libqpe.ts \ |
133 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 128 | ../i18n/fr/libqpe.ts \ |
134 | TRANSLATIONS += ../i18n/en/libqpe.ts | 129 | ../i18n/hu/libqpe.ts \ |
135 | TRANSLATIONS += ../i18n/sl/libqpe.ts | 130 | ../i18n/ja/libqpe.ts \ |
136 | TRANSLATIONS += ../i18n/hu/libqpe.ts | 131 | ../i18n/ko/libqpe.ts \ |
137 | TRANSLATIONS += ../i18n/ja/libqpe.ts | 132 | ../i18n/no/libqpe.ts \ |
138 | TRANSLATIONS += ../i18n/ko/libqpe.ts | 133 | ../i18n/pl/libqpe.ts \ |
139 | TRANSLATIONS += ../i18n/pl/libqpe.ts | 134 | ../i18n/pt/libqpe.ts \ |
140 | TRANSLATIONS += ../i18n/fr/libqpe.ts | 135 | ../i18n/pt_BR/libqpe.ts \ |
141 | TRANSLATIONS += ../i18n/no/libqpe.ts | 136 | ../i18n/sl/libqpe.ts \ |
142 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | 137 | ../i18n/zh_CN/libqpe.ts \ |
143 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | 138 | ../i18n/zh_TW/libqpe.ts |
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index a1ff9cb..e99ab12 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -8,21 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | DESTDIR = $(OPIEDIR)/bin | 9 | DESTDIR = $(OPIEDIR)/bin |
10 | LIBS += -lqpe -lopie | 10 | LIBS += -lqpe -lopie |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ | |
13 | 13 | ../../../i18n/en/advancedfm.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts | 14 | ../../../i18n/es/advancedfm.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/advancedfm.ts | 15 | ../../../i18n/fr/advancedfm.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/advancedfm.ts | 16 | ../../../i18n/hu/advancedfm.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/advancedfm.ts | 17 | ../../../i18n/ja/advancedfm.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/advancedfm.ts | 18 | ../../../i18n/ko/advancedfm.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/advancedfm.ts | 19 | ../../../i18n/no/advancedfm.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/advancedfm.ts | 20 | ../../../i18n/pl/advancedfm.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/advancedfm.ts | 21 | ../../../i18n/pt/advancedfm.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/advancedfm.ts | 22 | ../../../i18n/pt_BR/advancedfm.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/advancedfm.ts | 23 | ../../../i18n/sl/advancedfm.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/advancedfm.ts | 24 | ../../../i18n/zh_CN/advancedfm.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/advancedfm.ts | 25 | ../../../i18n/zh_TW/advancedfm.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/advancedfm.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/advancedfm.ts | ||
28 | |||
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 71beb2d..687bd31 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro | |||
@@ -1,32 +1,25 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | |||
5 | HEADERS= dicttool.h | 4 | HEADERS= dicttool.h |
6 | SOURCES= dicttool.cpp main.cpp | 5 | SOURCES= dicttool.cpp main.cpp |
7 | |||
8 | INTERFACES= dicttoolbase.ui | 6 | INTERFACES= dicttoolbase.ui |
9 | |||
10 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe | 9 | LIBS += -lqpe |
13 | |||
14 | TARGET = dictionary | 10 | TARGET = dictionary |
15 | 11 | ||
16 | 12 | TRANSLATIONS = ../../../i18n/de/dictionary.ts \ | |
17 | 13 | ../../../i18n/en/dictionary.ts \ | |
18 | TRANSLATIONS = ../../../i18n/de/dictionary.ts | 14 | ../../../i18n/es/dictionary.ts \ |
19 | TRANSLATIONS += ../../../i18n/en/dictionary.ts | 15 | ../../../i18n/fr/dictionary.ts \ |
20 | TRANSLATIONS += ../../../i18n/es/dictionary.ts | 16 | ../../../i18n/hu/dictionary.ts \ |
21 | TRANSLATIONS += ../../../i18n/fr/dictionary.ts | 17 | ../../../i18n/ja/dictionary.ts \ |
22 | TRANSLATIONS += ../../../i18n/hu/dictionary.ts | 18 | ../../../i18n/ko/dictionary.ts \ |
23 | TRANSLATIONS += ../../../i18n/ja/dictionary.ts | 19 | ../../../i18n/no/dictionary.ts \ |
24 | TRANSLATIONS += ../../../i18n/ko/dictionary.ts | 20 | ../../../i18n/pl/dictionary.ts \ |
25 | TRANSLATIONS += ../../../i18n/no/dictionary.ts | 21 | ../../../i18n/pt/dictionary.ts \ |
26 | TRANSLATIONS += ../../../i18n/pl/dictionary.ts | 22 | ../../../i18n/pt_BR/dictionary.ts \ |
27 | TRANSLATIONS += ../../../i18n/pt/dictionary.ts | 23 | ../../../i18n/sl/dictionary.ts \ |
28 | TRANSLATIONS += ../../../i18n/pt_BR/dictionary.ts | 24 | ../../../i18n/zh_CN/dictionary.ts \ |
29 | TRANSLATIONS += ../../../i18n/sl/dictionary.ts | 25 | ../../../i18n/zh_TW/dictionary.ts |
30 | TRANSLATIONS += ../../../i18n/zh_CN/dictionary.ts | ||
31 | TRANSLATIONS += ../../../i18n/zh_TW/dictionary.ts | ||
32 | |||
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 126708a..d40e9fa 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -34,21 +34,18 @@ TARGET = tableviewer | |||
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe |
37 | 37 | ||
38 | 38 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ | |
39 | 39 | ../../../i18n/en/tableviewer.ts \ | |
40 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts | 40 | ../../../i18n/es/tableviewer.ts \ |
41 | TRANSLATIONS += ../../../i18n/en/tableviewer.ts | 41 | ../../../i18n/fr/tableviewer.ts \ |
42 | TRANSLATIONS += ../../../i18n/es/tableviewer.ts | 42 | ../../../i18n/hu/tableviewer.ts \ |
43 | TRANSLATIONS += ../../../i18n/fr/tableviewer.ts | 43 | ../../../i18n/ja/tableviewer.ts \ |
44 | TRANSLATIONS += ../../../i18n/hu/tableviewer.ts | 44 | ../../../i18n/ko/tableviewer.ts \ |
45 | TRANSLATIONS += ../../../i18n/ja/tableviewer.ts | 45 | ../../../i18n/no/tableviewer.ts \ |
46 | TRANSLATIONS += ../../../i18n/ko/tableviewer.ts | 46 | ../../../i18n/pl/tableviewer.ts \ |
47 | TRANSLATIONS += ../../../i18n/no/tableviewer.ts | 47 | ../../../i18n/pt/tableviewer.ts \ |
48 | TRANSLATIONS += ../../../i18n/pl/tableviewer.ts | 48 | ../../../i18n/pt_BR/tableviewer.ts \ |
49 | TRANSLATIONS += ../../../i18n/pt/tableviewer.ts | 49 | ../../../i18n/sl/tableviewer.ts \ |
50 | TRANSLATIONS += ../../../i18n/pt_BR/tableviewer.ts | 50 | ../../../i18n/zh_CN/tableviewer.ts \ |
51 | TRANSLATIONS += ../../../i18n/sl/tableviewer.ts | 51 | ../../../i18n/zh_TW/tableviewer.ts |
52 | TRANSLATIONS += ../../../i18n/zh_CN/tableviewer.ts | ||
53 | TRANSLATIONS += ../../../i18n/zh_TW/tableviewer.ts | ||
54 | |||
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index ff92090..1b392af 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -1,9 +1,7 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | |||
3 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
5 | |||
6 | HEADERS = d3des.h \ | 4 | HEADERS = d3des.h \ |
7 | krfbbuffer.h \ | 5 | krfbbuffer.h \ |
8 | krfbcanvas.h \ | 6 | krfbcanvas.h \ |
9 | krfbconnection.h \ | 7 | krfbconnection.h \ |
@@ -15,9 +13,8 @@ HEADERS = d3des.h \ | |||
15 | kvncconnectdlg.h \ | 13 | kvncconnectdlg.h \ |
16 | kvncoptionsdlg.h \ | 14 | kvncoptionsdlg.h \ |
17 | version.h \ | 15 | version.h \ |
18 | vncauth.h | 16 | vncauth.h |
19 | |||
20 | SOURCES = d3des.c \ | 17 | SOURCES = d3des.c \ |
21 | vncauth.c \ | 18 | vncauth.c \ |
22 | krfbbuffer.cpp \ | 19 | krfbbuffer.cpp \ |
23 | krfbcanvas.cpp \ | 20 | krfbcanvas.cpp \ |
@@ -30,26 +27,22 @@ SOURCES = d3des.c \ | |||
30 | kvncoptionsdlg.cpp \ | 27 | kvncoptionsdlg.cpp \ |
31 | main.cpp | 28 | main.cpp |
32 | INTERFACES= vncoptionsbase.ui | 29 | INTERFACES= vncoptionsbase.ui |
33 | TARGET = keypebble | 30 | TARGET = keypebble |
34 | |||
35 | INCLUDEPATH += $(OPIEDIR)/include | 31 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 32 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe | 33 | LIBS += -lqpe |
38 | 34 | ||
39 | 35 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ | |
40 | 36 | ../../../i18n/en/keypebble.ts \ | |
41 | TRANSLATIONS = ../../../i18n/de/keypebble.ts | 37 | ../../../i18n/es/keypebble.ts \ |
42 | TRANSLATIONS += ../../../i18n/en/keypebble.ts | 38 | ../../../i18n/fr/keypebble.ts \ |
43 | TRANSLATIONS += ../../../i18n/es/keypebble.ts | 39 | ../../../i18n/hu/keypebble.ts \ |
44 | TRANSLATIONS += ../../../i18n/fr/keypebble.ts | 40 | ../../../i18n/ja/keypebble.ts \ |
45 | TRANSLATIONS += ../../../i18n/hu/keypebble.ts | 41 | ../../../i18n/ko/keypebble.ts \ |
46 | TRANSLATIONS += ../../../i18n/ja/keypebble.ts | 42 | ../../../i18n/no/keypebble.ts \ |
47 | TRANSLATIONS += ../../../i18n/ko/keypebble.ts | 43 | ../../../i18n/pl/keypebble.ts \ |
48 | TRANSLATIONS += ../../../i18n/no/keypebble.ts | 44 | ../../../i18n/pt/keypebble.ts \ |
49 | TRANSLATIONS += ../../../i18n/pl/keypebble.ts | 45 | ../../../i18n/pt_BR/keypebble.ts \ |
50 | TRANSLATIONS += ../../../i18n/pt/keypebble.ts | 46 | ../../../i18n/sl/keypebble.ts \ |
51 | TRANSLATIONS += ../../../i18n/pt_BR/keypebble.ts | 47 | ../../../i18n/zh_CN/keypebble.ts \ |
52 | TRANSLATIONS += ../../../i18n/sl/keypebble.ts | 48 | ../../../i18n/zh_TW/keypebble.ts |
53 | TRANSLATIONS += ../../../i18n/zh_CN/keypebble.ts | ||
54 | TRANSLATIONS += ../../../i18n/zh_TW/keypebble.ts | ||
55 | |||
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index 1307b66..dd0f889 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro | |||
@@ -12,21 +12,18 @@ LIBS += -lqpe | |||
12 | DBFILE= chess.db | 12 | DBFILE= chess.db |
13 | LANGUAGE= C++ | 13 | LANGUAGE= C++ |
14 | CPP_ALWAYS_CREATE_SOURCE= TRUE | 14 | CPP_ALWAYS_CREATE_SOURCE= TRUE |
15 | 15 | ||
16 | 16 | TRANSLATIONS = ../../../i18n/de/chess.ts \ | |
17 | 17 | ../../../i18n/en/chess.ts \ | |
18 | TRANSLATIONS = ../../../i18n/de/chess.ts | 18 | ../../../i18n/es/chess.ts \ |
19 | TRANSLATIONS += ../../../i18n/en/chess.ts | 19 | ../../../i18n/fr/chess.ts \ |
20 | TRANSLATIONS += ../../../i18n/es/chess.ts | 20 | ../../../i18n/hu/chess.ts \ |
21 | TRANSLATIONS += ../../../i18n/fr/chess.ts | 21 | ../../../i18n/ja/chess.ts \ |
22 | TRANSLATIONS += ../../../i18n/hu/chess.ts | 22 | ../../../i18n/ko/chess.ts \ |
23 | TRANSLATIONS += ../../../i18n/ja/chess.ts | 23 | ../../../i18n/no/chess.ts \ |
24 | TRANSLATIONS += ../../../i18n/ko/chess.ts | 24 | ../../../i18n/pl/chess.ts \ |
25 | TRANSLATIONS += ../../../i18n/no/chess.ts | 25 | ../../../i18n/pt/chess.ts \ |
26 | TRANSLATIONS += ../../../i18n/pl/chess.ts | 26 | ../../../i18n/pt_BR/chess.ts \ |
27 | TRANSLATIONS += ../../../i18n/pt/chess.ts | 27 | ../../../i18n/sl/chess.ts \ |
28 | TRANSLATIONS += ../../../i18n/pt_BR/chess.ts | 28 | ../../../i18n/zh_CN/chess.ts \ |
29 | TRANSLATIONS += ../../../i18n/sl/chess.ts | 29 | ../../../i18n/zh_TW/chess.ts |
30 | TRANSLATIONS += ../../../i18n/zh_CN/chess.ts | ||
31 | TRANSLATIONS += ../../../i18n/zh_TW/chess.ts | ||
32 | |||
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 7657823..a8af31a 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -8,21 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = fifteen | 10 | TARGET = fifteen |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/fifteen.ts \ | |
13 | 13 | ../../../i18n/en/fifteen.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/fifteen.ts | 14 | ../../../i18n/es/fifteen.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/fifteen.ts | 15 | ../../../i18n/fr/fifteen.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/fifteen.ts | 16 | ../../../i18n/hu/fifteen.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/fifteen.ts | 17 | ../../../i18n/ja/fifteen.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/fifteen.ts | 18 | ../../../i18n/ko/fifteen.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/fifteen.ts | 19 | ../../../i18n/no/fifteen.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/fifteen.ts | 20 | ../../../i18n/pl/fifteen.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/fifteen.ts | 21 | ../../../i18n/pt/fifteen.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/fifteen.ts | 22 | ../../../i18n/pt_BR/fifteen.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/fifteen.ts | 23 | ../../../i18n/sl/fifteen.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/fifteen.ts | 24 | ../../../i18n/zh_CN/fifteen.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/fifteen.ts | 25 | ../../../i18n/zh_TW/fifteen.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/fifteen.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/fifteen.ts | ||
28 | |||
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 76cc4f2..11f2098 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -15,21 +15,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | 19 | TRANSLATIONS = ../../../i18n/de/go.ts \ | |
20 | 20 | ../../../i18n/en/go.ts \ | |
21 | TRANSLATIONS = ../../../i18n/de/go.ts | 21 | ../../../i18n/es/go.ts \ |
22 | TRANSLATIONS += ../../../i18n/en/go.ts | 22 | ../../../i18n/fr/go.ts \ |
23 | TRANSLATIONS += ../../../i18n/es/go.ts | 23 | ../../../i18n/hu/go.ts \ |
24 | TRANSLATIONS += ../../../i18n/fr/go.ts | 24 | ../../../i18n/ja/go.ts \ |
25 | TRANSLATIONS += ../../../i18n/hu/go.ts | 25 | ../../../i18n/ko/go.ts \ |
26 | TRANSLATIONS += ../../../i18n/ja/go.ts | 26 | ../../../i18n/no/go.ts \ |
27 | TRANSLATIONS += ../../../i18n/ko/go.ts | 27 | ../../../i18n/pl/go.ts \ |
28 | TRANSLATIONS += ../../../i18n/no/go.ts | 28 | ../../../i18n/pt/go.ts \ |
29 | TRANSLATIONS += ../../../i18n/pl/go.ts | 29 | ../../../i18n/pt_BR/go.ts \ |
30 | TRANSLATIONS += ../../../i18n/pt/go.ts | 30 | ../../../i18n/sl/go.ts \ |
31 | TRANSLATIONS += ../../../i18n/pt_BR/go.ts | 31 | ../../../i18n/zh_CN/go.ts \ |
32 | TRANSLATIONS += ../../../i18n/sl/go.ts | 32 | ../../../i18n/zh_TW/go.ts |
33 | TRANSLATIONS += ../../../i18n/zh_CN/go.ts | ||
34 | TRANSLATIONS += ../../../i18n/zh_TW/go.ts | ||
35 | |||
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index a4ea7da..e0f6d1c 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro | |||
@@ -12,20 +12,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe |
14 | DESTDIR = $(OPIEDIR)/bin | 14 | DESTDIR = $(OPIEDIR)/bin |
15 | 15 | ||
16 | 16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ | |
17 | TRANSLATIONS = ../../../i18n/de/kbill.ts | 17 | ../../../i18n/en/kbill.ts \ |
18 | TRANSLATIONS += ../../../i18n/en/kbill.ts | 18 | ../../../i18n/es/kbill.ts \ |
19 | TRANSLATIONS += ../../../i18n/es/kbill.ts | 19 | ../../../i18n/fr/kbill.ts \ |
20 | TRANSLATIONS += ../../../i18n/fr/kbill.ts | 20 | ../../../i18n/hu/kbill.ts \ |
21 | TRANSLATIONS += ../../../i18n/hu/kbill.ts | 21 | ../../../i18n/ja/kbill.ts \ |
22 | TRANSLATIONS += ../../../i18n/ja/kbill.ts | 22 | ../../../i18n/ko/kbill.ts \ |
23 | TRANSLATIONS += ../../../i18n/ko/kbill.ts | 23 | ../../../i18n/no/kbill.ts \ |
24 | TRANSLATIONS += ../../../i18n/no/kbill.ts | 24 | ../../../i18n/pl/kbill.ts \ |
25 | TRANSLATIONS += ../../../i18n/pl/kbill.ts | 25 | ../../../i18n/pt/kbill.ts \ |
26 | TRANSLATIONS += ../../../i18n/pt/kbill.ts | 26 | ../../../i18n/pt_BR/kbill.ts \ |
27 | TRANSLATIONS += ../../../i18n/pt_BR/kbill.ts | 27 | ../../../i18n/sl/kbill.ts \ |
28 | TRANSLATIONS += ../../../i18n/sl/kbill.ts | 28 | ../../../i18n/zh_CN/kbill.ts \ |
29 | TRANSLATIONS += ../../../i18n/zh_CN/kbill.ts | 29 | ../../../i18n/zh_TW/kbill.ts |
30 | TRANSLATIONS += ../../../i18n/zh_TW/kbill.ts | ||
31 | |||
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index 1801979..9358e99 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -16,21 +16,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | DESTDIR = $(OPIEDIR)/bin | 17 | DESTDIR = $(OPIEDIR)/bin |
18 | TARGET = kcheckers | 18 | TARGET = kcheckers |
19 | 19 | ||
20 | 20 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ | |
21 | 21 | ../../../i18n/en/kcheckers.ts \ | |
22 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts | 22 | ../../../i18n/es/kcheckers.ts \ |
23 | TRANSLATIONS += ../../../i18n/en/kcheckers.ts | 23 | ../../../i18n/fr/kcheckers.ts \ |
24 | TRANSLATIONS += ../../../i18n/es/kcheckers.ts | 24 | ../../../i18n/hu/kcheckers.ts \ |
25 | TRANSLATIONS += ../../../i18n/fr/kcheckers.ts | 25 | ../../../i18n/ja/kcheckers.ts \ |
26 | TRANSLATIONS += ../../../i18n/hu/kcheckers.ts | 26 | ../../../i18n/ko/kcheckers.ts \ |
27 | TRANSLATIONS += ../../../i18n/ja/kcheckers.ts | 27 | ../../../i18n/no/kcheckers.ts \ |
28 | TRANSLATIONS += ../../../i18n/ko/kcheckers.ts | 28 | ../../../i18n/pl/kcheckers.ts \ |
29 | TRANSLATIONS += ../../../i18n/no/kcheckers.ts | 29 | ../../../i18n/pt/kcheckers.ts \ |
30 | TRANSLATIONS += ../../../i18n/pl/kcheckers.ts | 30 | ../../../i18n/pt_BR/kcheckers.ts \ |
31 | TRANSLATIONS += ../../../i18n/pt/kcheckers.ts | 31 | ../../../i18n/sl/kcheckers.ts \ |
32 | TRANSLATIONS += ../../../i18n/pt_BR/kcheckers.ts | 32 | ../../../i18n/zh_CN/kcheckers.ts \ |
33 | TRANSLATIONS += ../../../i18n/sl/kcheckers.ts | 33 | ../../../i18n/zh_TW/kcheckers.ts |
34 | TRANSLATIONS += ../../../i18n/zh_CN/kcheckers.ts | ||
35 | TRANSLATIONS += ../../../i18n/zh_TW/kcheckers.ts | ||
36 | |||
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index 3ce09ab..7f3c7f4 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro | |||
@@ -33,27 +33,24 @@ SOURCES = kpacmanwidget.cpp \ | |||
33 | bitfont.cpp \ | 33 | bitfont.cpp \ |
34 | kpacman.cpp \ | 34 | kpacman.cpp \ |
35 | config.cpp \ | 35 | config.cpp \ |
36 | main.cpp | 36 | main.cpp |
37 | |||
38 | INCLUDEPATH+= $(OPIEDIR)/include | 37 | INCLUDEPATH+= $(OPIEDIR)/include |
39 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
40 | LIBS += -lqpe | 39 | LIBS += -lqpe |
41 | DESTDIR = $(OPIEDIR)/bin | 40 | DESTDIR = $(OPIEDIR)/bin |
42 | TARGET = kpacman | 41 | TARGET = kpacman |
43 | 42 | ||
44 | 43 | TRANSLATIONS = ../../../i18n/de/kpacman.ts \ | |
45 | TRANSLATIONS = ../../../i18n/de/kpacman.ts | 44 | ../../../i18n/en/kpacman.ts \ |
46 | TRANSLATIONS += ../../../i18n/en/kpacman.ts | 45 | ../../../i18n/es/kpacman.ts \ |
47 | TRANSLATIONS += ../../../i18n/es/kpacman.ts | 46 | ../../../i18n/fr/kpacman.ts \ |
48 | TRANSLATIONS += ../../../i18n/fr/kpacman.ts | 47 | ../../../i18n/hu/kpacman.ts \ |
49 | TRANSLATIONS += ../../../i18n/hu/kpacman.ts | 48 | ../../../i18n/ja/kpacman.ts \ |
50 | TRANSLATIONS += ../../../i18n/ja/kpacman.ts | 49 | ../../../i18n/ko/kpacman.ts \ |
51 | TRANSLATIONS += ../../../i18n/ko/kpacman.ts | 50 | ../../../i18n/no/kpacman.ts \ |
52 | TRANSLATIONS += ../../../i18n/no/kpacman.ts | 51 | ../../../i18n/pl/kpacman.ts \ |
53 | TRANSLATIONS += ../../../i18n/pl/kpacman.ts | 52 | ../../../i18n/pt/kpacman.ts \ |
54 | TRANSLATIONS += ../../../i18n/pt/kpacman.ts | 53 | ../../../i18n/pt_BR/kpacman.ts \ |
55 | TRANSLATIONS += ../../../i18n/pt_BR/kpacman.ts | 54 | ../../../i18n/sl/kpacman.ts \ |
56 | TRANSLATIONS += ../../../i18n/sl/kpacman.ts | 55 | ../../../i18n/zh_CN/kpacman.ts \ |
57 | TRANSLATIONS += ../../../i18n/zh_CN/kpacman.ts | 56 | ../../../i18n/zh_TW/kpacman.ts |
58 | TRANSLATIONS += ../../../i18n/zh_TW/kpacman.ts | ||
59 | |||
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 1173cd2..60aa660 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -8,21 +8,18 @@ TARGET = mindbreaker | |||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ | |
13 | 13 | ../../../i18n/en/mindbreaker.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/mindbreaker.ts | 14 | ../../../i18n/es/mindbreaker.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/mindbreaker.ts | 15 | ../../../i18n/fr/mindbreaker.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/mindbreaker.ts | 16 | ../../../i18n/hu/mindbreaker.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/mindbreaker.ts | 17 | ../../../i18n/ja/mindbreaker.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/mindbreaker.ts | 18 | ../../../i18n/ko/mindbreaker.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/mindbreaker.ts | 19 | ../../../i18n/no/mindbreaker.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/mindbreaker.ts | 20 | ../../../i18n/pl/mindbreaker.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/mindbreaker.ts | 21 | ../../../i18n/pt/mindbreaker.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/mindbreaker.ts | 22 | ../../../i18n/pt_BR/mindbreaker.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/mindbreaker.ts | 23 | ../../../i18n/sl/mindbreaker.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/mindbreaker.ts | 24 | ../../../i18n/zh_CN/mindbreaker.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/mindbreaker.ts | 25 | ../../../i18n/zh_TW/mindbreaker.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/mindbreaker.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/mindbreaker.ts | ||
28 | |||
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 8453a74..05b1ab4 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -10,21 +10,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | 13 | ||
14 | 14 | TRANSLATIONS = ../../../i18n/de/minesweep.pro.in.ts \ | |
15 | 15 | ../../../i18n/en/minesweep.pro.in.ts \ | |
16 | TRANSLATIONS = ../../../i18n/de/minesweep.pro.in.ts | 16 | ../../../i18n/es/minesweep.pro.in.ts \ |
17 | TRANSLATIONS += ../../../i18n/en/minesweep.pro.in.ts | 17 | ../../../i18n/fr/minesweep.pro.in.ts \ |
18 | TRANSLATIONS += ../../../i18n/es/minesweep.pro.in.ts | 18 | ../../../i18n/hu/minesweep.pro.in.ts \ |
19 | TRANSLATIONS += ../../../i18n/fr/minesweep.pro.in.ts | 19 | ../../../i18n/ja/minesweep.pro.in.ts \ |
20 | TRANSLATIONS += ../../../i18n/hu/minesweep.pro.in.ts | 20 | ../../../i18n/ko/minesweep.pro.in.ts \ |
21 | TRANSLATIONS += ../../../i18n/ja/minesweep.pro.in.ts | 21 | ../../../i18n/no/minesweep.pro.in.ts \ |
22 | TRANSLATIONS += ../../../i18n/ko/minesweep.pro.in.ts | 22 | ../../../i18n/pl/minesweep.pro.in.ts \ |
23 | TRANSLATIONS += ../../../i18n/no/minesweep.pro.in.ts | 23 | ../../../i18n/pt/minesweep.pro.in.ts \ |
24 | TRANSLATIONS += ../../../i18n/pl/minesweep.pro.in.ts | 24 | ../../../i18n/pt_BR/minesweep.pro.in.ts \ |
25 | TRANSLATIONS += ../../../i18n/pt/minesweep.pro.in.ts | 25 | ../../../i18n/sl/minesweep.pro.in.ts \ |
26 | TRANSLATIONS += ../../../i18n/pt_BR/minesweep.pro.in.ts | 26 | ../../../i18n/zh_CN/minesweep.pro.in.ts \ |
27 | TRANSLATIONS += ../../../i18n/sl/minesweep.pro.in.ts | 27 | ../../../i18n/zh_TW/minesweep.pro.in.ts |
28 | TRANSLATIONS += ../../../i18n/zh_CN/minesweep.pro.in.ts | ||
29 | TRANSLATIONS += ../../../i18n/zh_TW/minesweep.pro.in.ts | ||
30 | |||
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index 5977024..b601ae1 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -7,21 +7,18 @@ TARGET = parashoot | |||
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | 11 | TRANSLATIONS = ../../../i18n/de/parashoot.ts \ | |
12 | 12 | ../../../i18n/en/parashoot.ts \ | |
13 | TRANSLATIONS = ../../../i18n/de/parashoot.ts | 13 | ../../../i18n/es/parashoot.ts \ |
14 | TRANSLATIONS += ../../../i18n/en/parashoot.ts | 14 | ../../../i18n/fr/parashoot.ts \ |
15 | TRANSLATIONS += ../../../i18n/es/parashoot.ts | 15 | ../../../i18n/hu/parashoot.ts \ |
16 | TRANSLATIONS += ../../../i18n/fr/parashoot.ts | 16 | ../../../i18n/ja/parashoot.ts \ |
17 | TRANSLATIONS += ../../../i18n/hu/parashoot.ts | 17 | ../../../i18n/ko/parashoot.ts \ |
18 | TRANSLATIONS += ../../../i18n/ja/parashoot.ts | 18 | ../../../i18n/no/parashoot.ts \ |
19 | TRANSLATIONS += ../../../i18n/ko/parashoot.ts | 19 | ../../../i18n/pl/parashoot.ts \ |
20 | TRANSLATIONS += ../../../i18n/no/parashoot.ts | 20 | ../../../i18n/pt/parashoot.ts \ |
21 | TRANSLATIONS += ../../../i18n/pl/parashoot.ts | 21 | ../../../i18n/pt_BR/parashoot.ts \ |
22 | TRANSLATIONS += ../../../i18n/pt/parashoot.ts | 22 | ../../../i18n/sl/parashoot.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt_BR/parashoot.ts | 23 | ../../../i18n/zh_CN/parashoot.ts \ |
24 | TRANSLATIONS += ../../../i18n/sl/parashoot.ts | 24 | ../../../i18n/zh_TW/parashoot.ts |
25 | TRANSLATIONS += ../../../i18n/zh_CN/parashoot.ts | ||
26 | TRANSLATIONS += ../../../i18n/zh_TW/parashoot.ts | ||
27 | |||
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 5876f8b..f7c05be 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -7,21 +7,18 @@ TARGET = qasteroids | |||
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | 11 | TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ | |
12 | 12 | ../../../i18n/en/qasteroids.ts \ | |
13 | TRANSLATIONS = ../../../i18n/de/qasteroids.ts | 13 | ../../../i18n/es/qasteroids.ts \ |
14 | TRANSLATIONS += ../../../i18n/en/qasteroids.ts | 14 | ../../../i18n/fr/qasteroids.ts \ |
15 | TRANSLATIONS += ../../../i18n/es/qasteroids.ts | 15 | ../../../i18n/hu/qasteroids.ts \ |
16 | TRANSLATIONS += ../../../i18n/fr/qasteroids.ts | 16 | ../../../i18n/ja/qasteroids.ts \ |
17 | TRANSLATIONS += ../../../i18n/hu/qasteroids.ts | 17 | ../../../i18n/ko/qasteroids.ts \ |
18 | TRANSLATIONS += ../../../i18n/ja/qasteroids.ts | 18 | ../../../i18n/no/qasteroids.ts \ |
19 | TRANSLATIONS += ../../../i18n/ko/qasteroids.ts | 19 | ../../../i18n/pl/qasteroids.ts \ |
20 | TRANSLATIONS += ../../../i18n/no/qasteroids.ts | 20 | ../../../i18n/pt/qasteroids.ts \ |
21 | TRANSLATIONS += ../../../i18n/pl/qasteroids.ts | 21 | ../../../i18n/pt_BR/qasteroids.ts \ |
22 | TRANSLATIONS += ../../../i18n/pt/qasteroids.ts | 22 | ../../../i18n/sl/qasteroids.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt_BR/qasteroids.ts | 23 | ../../../i18n/zh_CN/qasteroids.ts \ |
24 | TRANSLATIONS += ../../../i18n/sl/qasteroids.ts | 24 | ../../../i18n/zh_TW/qasteroids.ts |
25 | TRANSLATIONS += ../../../i18n/zh_CN/qasteroids.ts | ||
26 | TRANSLATIONS += ../../../i18n/zh_TW/qasteroids.ts | ||
27 | |||
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 8fbf15c..0c4ba67 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -7,21 +7,18 @@ TARGET = snake | |||
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | 11 | TRANSLATIONS = ../../../i18n/de/snake.ts \ | |
12 | 12 | ../../../i18n/en/snake.ts \ | |
13 | TRANSLATIONS = ../../../i18n/de/snake.ts | 13 | ../../../i18n/es/snake.ts \ |
14 | TRANSLATIONS += ../../../i18n/en/snake.ts | 14 | ../../../i18n/fr/snake.ts \ |
15 | TRANSLATIONS += ../../../i18n/es/snake.ts | 15 | ../../../i18n/hu/snake.ts \ |
16 | TRANSLATIONS += ../../../i18n/fr/snake.ts | 16 | ../../../i18n/ja/snake.ts \ |
17 | TRANSLATIONS += ../../../i18n/hu/snake.ts | 17 | ../../../i18n/ko/snake.ts \ |
18 | TRANSLATIONS += ../../../i18n/ja/snake.ts | 18 | ../../../i18n/no/snake.ts \ |
19 | TRANSLATIONS += ../../../i18n/ko/snake.ts | 19 | ../../../i18n/pl/snake.ts \ |
20 | TRANSLATIONS += ../../../i18n/no/snake.ts | 20 | ../../../i18n/pt/snake.ts \ |
21 | TRANSLATIONS += ../../../i18n/pl/snake.ts | 21 | ../../../i18n/pt_BR/snake.ts \ |
22 | TRANSLATIONS += ../../../i18n/pt/snake.ts | 22 | ../../../i18n/sl/snake.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt_BR/snake.ts | 23 | ../../../i18n/zh_CN/snake.ts \ |
24 | TRANSLATIONS += ../../../i18n/sl/snake.ts | 24 | ../../../i18n/zh_TW/snake.ts |
25 | TRANSLATIONS += ../../../i18n/zh_CN/snake.ts | ||
26 | TRANSLATIONS += ../../../i18n/zh_TW/snake.ts | ||
27 | |||
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 4919dbf..01d87ed 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -1,34 +1,25 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | |||
3 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
5 | |||
6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h | 4 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h |
7 | |||
8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp | 5 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp |
9 | |||
10 | TARGET = patience | 6 | TARGET = patience |
11 | |||
12 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
13 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
14 | LIBS += -lqpe | 9 | LIBS += -lqpe |
15 | |||
16 | REQUIRES= patience | 10 | REQUIRES= patience |
17 | 11 | ||
18 | 12 | TRANSLATIONS = ../../../i18n/de/patience.ts \ | |
19 | 13 | ../../../i18n/en/patience.ts \ | |
20 | TRANSLATIONS = ../../../i18n/de/patience.ts | 14 | ../../../i18n/es/patience.ts \ |
21 | TRANSLATIONS += ../../../i18n/en/patience.ts | 15 | ../../../i18n/fr/patience.ts \ |
22 | TRANSLATIONS += ../../../i18n/es/patience.ts | 16 | ../../../i18n/hu/patience.ts \ |
23 | TRANSLATIONS += ../../../i18n/fr/patience.ts | 17 | ../../../i18n/ja/patience.ts \ |
24 | TRANSLATIONS += ../../../i18n/hu/patience.ts | 18 | ../../../i18n/ko/patience.ts \ |
25 | TRANSLATIONS += ../../../i18n/ja/patience.ts | 19 | ../../../i18n/no/patience.ts \ |
26 | TRANSLATIONS += ../../../i18n/ko/patience.ts | 20 | ../../../i18n/pl/patience.ts \ |
27 | TRANSLATIONS += ../../../i18n/no/patience.ts | 21 | ../../../i18n/pt/patience.ts \ |
28 | TRANSLATIONS += ../../../i18n/pl/patience.ts | 22 | ../../../i18n/pt_BR/patience.ts \ |
29 | TRANSLATIONS += ../../../i18n/pt/patience.ts | 23 | ../../../i18n/sl/patience.ts \ |
30 | TRANSLATIONS += ../../../i18n/pt_BR/patience.ts | 24 | ../../../i18n/zh_CN/patience.ts \ |
31 | TRANSLATIONS += ../../../i18n/sl/patience.ts | 25 | ../../../i18n/zh_TW/patience.ts |
32 | TRANSLATIONS += ../../../i18n/zh_CN/patience.ts | ||
33 | TRANSLATIONS += ../../../i18n/zh_TW/patience.ts | ||
34 | |||
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 4928ff7..064f5ce 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -15,21 +15,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INTERFACES= | 17 | INTERFACES= |
18 | 18 | ||
19 | 19 | TRANSLATIONS = ../../../i18n/de/tetrix.pro.in.ts \ | |
20 | 20 | ../../../i18n/en/tetrix.pro.in.ts \ | |
21 | TRANSLATIONS = ../../../i18n/de/tetrix.pro.in.ts | 21 | ../../../i18n/es/tetrix.pro.in.ts \ |
22 | TRANSLATIONS += ../../../i18n/en/tetrix.pro.in.ts | 22 | ../../../i18n/fr/tetrix.pro.in.ts \ |
23 | TRANSLATIONS += ../../../i18n/es/tetrix.pro.in.ts | 23 | ../../../i18n/hu/tetrix.pro.in.ts \ |
24 | TRANSLATIONS += ../../../i18n/fr/tetrix.pro.in.ts | 24 | ../../../i18n/ja/tetrix.pro.in.ts \ |
25 | TRANSLATIONS += ../../../i18n/hu/tetrix.pro.in.ts | 25 | ../../../i18n/ko/tetrix.pro.in.ts \ |
26 | TRANSLATIONS += ../../../i18n/ja/tetrix.pro.in.ts | 26 | ../../../i18n/no/tetrix.pro.in.ts \ |
27 | TRANSLATIONS += ../../../i18n/ko/tetrix.pro.in.ts | 27 | ../../../i18n/pl/tetrix.pro.in.ts \ |
28 | TRANSLATIONS += ../../../i18n/no/tetrix.pro.in.ts | 28 | ../../../i18n/pt/tetrix.pro.in.ts \ |
29 | TRANSLATIONS += ../../../i18n/pl/tetrix.pro.in.ts | 29 | ../../../i18n/pt_BR/tetrix.pro.in.ts \ |
30 | TRANSLATIONS += ../../../i18n/pt/tetrix.pro.in.ts | 30 | ../../../i18n/sl/tetrix.pro.in.ts \ |
31 | TRANSLATIONS += ../../../i18n/pt_BR/tetrix.pro.in.ts | 31 | ../../../i18n/zh_CN/tetrix.pro.in.ts \ |
32 | TRANSLATIONS += ../../../i18n/sl/tetrix.pro.in.ts | 32 | ../../../i18n/zh_TW/tetrix.pro.in.ts |
33 | TRANSLATIONS += ../../../i18n/zh_CN/tetrix.pro.in.ts | ||
34 | TRANSLATIONS += ../../../i18n/zh_TW/tetrix.pro.in.ts | ||
35 | |||
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 071eefa..0807e83 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -9,21 +9,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | 13 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ | |
14 | 14 | ../../../i18n/en/tictac.ts \ | |
15 | TRANSLATIONS = ../../../i18n/de/tictac.ts | 15 | ../../../i18n/es/tictac.ts \ |
16 | TRANSLATIONS += ../../../i18n/en/tictac.ts | 16 | ../../../i18n/fr/tictac.ts \ |
17 | TRANSLATIONS += ../../../i18n/es/tictac.ts | 17 | ../../../i18n/hu/tictac.ts \ |
18 | TRANSLATIONS += ../../../i18n/fr/tictac.ts | 18 | ../../../i18n/ja/tictac.ts \ |
19 | TRANSLATIONS += ../../../i18n/hu/tictac.ts | 19 | ../../../i18n/ko/tictac.ts \ |
20 | TRANSLATIONS += ../../../i18n/ja/tictac.ts | 20 | ../../../i18n/no/tictac.ts \ |
21 | TRANSLATIONS += ../../../i18n/ko/tictac.ts | 21 | ../../../i18n/pl/tictac.ts \ |
22 | TRANSLATIONS += ../../../i18n/no/tictac.ts | 22 | ../../../i18n/pt/tictac.ts \ |
23 | TRANSLATIONS += ../../../i18n/pl/tictac.ts | 23 | ../../../i18n/pt_BR/tictac.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt/tictac.ts | 24 | ../../../i18n/sl/tictac.ts \ |
25 | TRANSLATIONS += ../../../i18n/pt_BR/tictac.ts | 25 | ../../../i18n/zh_CN/tictac.ts \ |
26 | TRANSLATIONS += ../../../i18n/sl/tictac.ts | 26 | ../../../i18n/zh_TW/tictac.ts |
27 | TRANSLATIONS += ../../../i18n/zh_CN/tictac.ts | ||
28 | TRANSLATIONS += ../../../i18n/zh_TW/tictac.ts | ||
29 | |||
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 495f6d2..6c3398a 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -9,21 +9,18 @@ TARGET = wordgame | |||
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | 13 | TRANSLATIONS = ../../../i18n/de/wordgame.ts \ | |
14 | 14 | ../../../i18n/en/wordgame.ts \ | |
15 | TRANSLATIONS = ../../../i18n/de/wordgame.ts | 15 | ../../../i18n/es/wordgame.ts \ |
16 | TRANSLATIONS += ../../../i18n/en/wordgame.ts | 16 | ../../../i18n/fr/wordgame.ts \ |
17 | TRANSLATIONS += ../../../i18n/es/wordgame.ts | 17 | ../../../i18n/hu/wordgame.ts \ |
18 | TRANSLATIONS += ../../../i18n/fr/wordgame.ts | 18 | ../../../i18n/ja/wordgame.ts \ |
19 | TRANSLATIONS += ../../../i18n/hu/wordgame.ts | 19 | ../../../i18n/ko/wordgame.ts \ |
20 | TRANSLATIONS += ../../../i18n/ja/wordgame.ts | 20 | ../../../i18n/no/wordgame.ts \ |
21 | TRANSLATIONS += ../../../i18n/ko/wordgame.ts | 21 | ../../../i18n/pl/wordgame.ts \ |
22 | TRANSLATIONS += ../../../i18n/no/wordgame.ts | 22 | ../../../i18n/pt/wordgame.ts \ |
23 | TRANSLATIONS += ../../../i18n/pl/wordgame.ts | 23 | ../../../i18n/pt_BR/wordgame.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt/wordgame.ts | 24 | ../../../i18n/sl/wordgame.ts \ |
25 | TRANSLATIONS += ../../../i18n/pt_BR/wordgame.ts | 25 | ../../../i18n/zh_CN/wordgame.ts \ |
26 | TRANSLATIONS += ../../../i18n/sl/wordgame.ts | 26 | ../../../i18n/zh_TW/wordgame.ts |
27 | TRANSLATIONS += ../../../i18n/zh_CN/wordgame.ts | ||
28 | TRANSLATIONS += ../../../i18n/zh_TW/wordgame.ts | ||
29 | |||
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 6d7c326..dd33a6b 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -44,21 +44,18 @@ DEPENDPATH += $(OPIEDIR)/include | |||
44 | LIBS += -lqpe -lopie | 44 | LIBS += -lqpe -lopie |
45 | DESTDIR = $(OPIEDIR)/bin | 45 | DESTDIR = $(OPIEDIR)/bin |
46 | TARGET = drawpad | 46 | TARGET = drawpad |
47 | 47 | ||
48 | 48 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ | |
49 | 49 | ../../../i18n/en/drawpad.ts \ | |
50 | TRANSLATIONS = ../../../i18n/de/drawpad.ts | 50 | ../../../i18n/es/drawpad.ts \ |
51 | TRANSLATIONS += ../../../i18n/en/drawpad.ts | 51 | ../../../i18n/fr/drawpad.ts \ |
52 | TRANSLATIONS += ../../../i18n/es/drawpad.ts | 52 | ../../../i18n/hu/drawpad.ts \ |
53 | TRANSLATIONS += ../../../i18n/fr/drawpad.ts | 53 | ../../../i18n/ja/drawpad.ts \ |
54 | TRANSLATIONS += ../../../i18n/hu/drawpad.ts | 54 | ../../../i18n/ko/drawpad.ts \ |
55 | TRANSLATIONS += ../../../i18n/ja/drawpad.ts | 55 | ../../../i18n/no/drawpad.ts \ |
56 | TRANSLATIONS += ../../../i18n/ko/drawpad.ts | 56 | ../../../i18n/pl/drawpad.ts \ |
57 | TRANSLATIONS += ../../../i18n/no/drawpad.ts | 57 | ../../../i18n/pt/drawpad.ts \ |
58 | TRANSLATIONS += ../../../i18n/pl/drawpad.ts | 58 | ../../../i18n/pt_BR/drawpad.ts \ |
59 | TRANSLATIONS += ../../../i18n/pt/drawpad.ts | 59 | ../../../i18n/sl/drawpad.ts \ |
60 | TRANSLATIONS += ../../../i18n/pt_BR/drawpad.ts | 60 | ../../../i18n/zh_CN/drawpad.ts \ |
61 | TRANSLATIONS += ../../../i18n/sl/drawpad.ts | 61 | ../../../i18n/zh_TW/drawpad.ts |
62 | TRANSLATIONS += ../../../i18n/zh_CN/drawpad.ts | ||
63 | TRANSLATIONS += ../../../i18n/zh_TW/drawpad.ts | ||
64 | |||
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index 78ee67c..f877bcc 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,35 +1,26 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | |||
3 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
5 | |||
6 | HEADERS = showimg.h | 4 | HEADERS = showimg.h |
7 | |||
8 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
9 | showimg.cpp | 6 | showimg.cpp |
10 | |||
11 | TARGET = showimg | 7 | TARGET = showimg |
12 | |||
13 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
15 | LIBS += -lqpe | 10 | LIBS += -lqpe |
16 | |||
17 | REQUIRES = showimg | 11 | REQUIRES = showimg |
18 | 12 | ||
19 | 13 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ | |
20 | 14 | ../../../i18n/en/showimg.ts \ | |
21 | TRANSLATIONS = ../../../i18n/de/showimg.ts | 15 | ../../../i18n/es/showimg.ts \ |
22 | TRANSLATIONS += ../../../i18n/en/showimg.ts | 16 | ../../../i18n/fr/showimg.ts \ |
23 | TRANSLATIONS += ../../../i18n/es/showimg.ts | 17 | ../../../i18n/hu/showimg.ts \ |
24 | TRANSLATIONS += ../../../i18n/fr/showimg.ts | 18 | ../../../i18n/ja/showimg.ts \ |
25 | TRANSLATIONS += ../../../i18n/hu/showimg.ts | 19 | ../../../i18n/ko/showimg.ts \ |
26 | TRANSLATIONS += ../../../i18n/ja/showimg.ts | 20 | ../../../i18n/no/showimg.ts \ |
27 | TRANSLATIONS += ../../../i18n/ko/showimg.ts | 21 | ../../../i18n/pl/showimg.ts \ |
28 | TRANSLATIONS += ../../../i18n/no/showimg.ts | 22 | ../../../i18n/pt/showimg.ts \ |
29 | TRANSLATIONS += ../../../i18n/pl/showimg.ts | 23 | ../../../i18n/pt_BR/showimg.ts \ |
30 | TRANSLATIONS += ../../../i18n/pt/showimg.ts | 24 | ../../../i18n/sl/showimg.ts \ |
31 | TRANSLATIONS += ../../../i18n/pt_BR/showimg.ts | 25 | ../../../i18n/zh_CN/showimg.ts \ |
32 | TRANSLATIONS += ../../../i18n/sl/showimg.ts | 26 | ../../../i18n/zh_TW/showimg.ts |
33 | TRANSLATIONS += ../../../i18n/zh_CN/showimg.ts | ||
34 | TRANSLATIONS += ../../../i18n/zh_TW/showimg.ts | ||
35 | |||
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index 3b6d3ea..a56aed1 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -8,21 +8,18 @@ DESTDIR = $(OPIEDIR)/bin | |||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ | |
13 | 13 | ../../../i18n/en/opieftp.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/opieftp.ts | 14 | ../../../i18n/es/opieftp.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/opieftp.ts | 15 | ../../../i18n/fr/opieftp.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/opieftp.ts | 16 | ../../../i18n/hu/opieftp.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/opieftp.ts | 17 | ../../../i18n/ja/opieftp.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/opieftp.ts | 18 | ../../../i18n/ko/opieftp.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/opieftp.ts | 19 | ../../../i18n/no/opieftp.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/opieftp.ts | 20 | ../../../i18n/pl/opieftp.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/opieftp.ts | 21 | ../../../i18n/pt/opieftp.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/opieftp.ts | 22 | ../../../i18n/pt_BR/opieftp.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/opieftp.ts | 23 | ../../../i18n/sl/opieftp.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/opieftp.ts | 24 | ../../../i18n/zh_CN/opieftp.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/opieftp.ts | 25 | ../../../i18n/zh_TW/opieftp.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/opieftp.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/opieftp.ts | ||
28 | |||
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index e0a93dc..229d673 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro | |||
@@ -9,21 +9,18 @@ INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | |||
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -lopietooth | 10 | LIBS += -lqpe -lopietooth |
11 | VERSION = 0.0.3 | 11 | VERSION = 0.0.3 |
12 | 12 | ||
13 | 13 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ | |
14 | 14 | ../../../../i18n/en/libbluetoothapplet.ts \ | |
15 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts | 15 | ../../../../i18n/es/libbluetoothapplet.ts \ |
16 | TRANSLATIONS += ../../../../i18n/en/libbluetoothapplet.ts | 16 | ../../../../i18n/fr/libbluetoothapplet.ts \ |
17 | TRANSLATIONS += ../../../../i18n/es/libbluetoothapplet.ts | 17 | ../../../../i18n/hu/libbluetoothapplet.ts \ |
18 | TRANSLATIONS += ../../../../i18n/fr/libbluetoothapplet.ts | 18 | ../../../../i18n/ja/libbluetoothapplet.ts \ |
19 | TRANSLATIONS += ../../../../i18n/hu/libbluetoothapplet.ts | 19 | ../../../../i18n/ko/libbluetoothapplet.ts \ |
20 | TRANSLATIONS += ../../../../i18n/ja/libbluetoothapplet.ts | 20 | ../../../../i18n/no/libbluetoothapplet.ts \ |
21 | TRANSLATIONS += ../../../../i18n/ko/libbluetoothapplet.ts | 21 | ../../../../i18n/pl/libbluetoothapplet.ts \ |
22 | TRANSLATIONS += ../../../../i18n/no/libbluetoothapplet.ts | 22 | ../../../../i18n/pt/libbluetoothapplet.ts \ |
23 | TRANSLATIONS += ../../../../i18n/pl/libbluetoothapplet.ts | 23 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ |
24 | TRANSLATIONS += ../../../../i18n/pt/libbluetoothapplet.ts | 24 | ../../../../i18n/sl/libbluetoothapplet.ts \ |
25 | TRANSLATIONS += ../../../../i18n/pt_BR/libbluetoothapplet.ts | 25 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ |
26 | TRANSLATIONS += ../../../../i18n/sl/libbluetoothapplet.ts | 26 | ../../../../i18n/zh_TW/libbluetoothapplet.ts |
27 | TRANSLATIONS += ../../../../i18n/zh_CN/libbluetoothapplet.ts | ||
28 | TRANSLATIONS += ../../../../i18n/zh_TW/libbluetoothapplet.ts | ||
29 | |||
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index 2ddb014..1444bb6 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -10,21 +10,18 @@ LIBS += -lqpe | |||
10 | INTERFACES = pindlgbase.ui | 10 | INTERFACES = pindlgbase.ui |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | TARGET = bluepin | 12 | TARGET = bluepin |
13 | 13 | ||
14 | 14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ | |
15 | 15 | ../../../../i18n/en/bluepin.ts \ | |
16 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts | 16 | ../../../../i18n/es/bluepin.ts \ |
17 | TRANSLATIONS += ../../../../i18n/en/bluepin.ts | 17 | ../../../../i18n/fr/bluepin.ts \ |
18 | TRANSLATIONS += ../../../../i18n/es/bluepin.ts | 18 | ../../../../i18n/hu/bluepin.ts \ |
19 | TRANSLATIONS += ../../../../i18n/fr/bluepin.ts | 19 | ../../../../i18n/ja/bluepin.ts \ |
20 | TRANSLATIONS += ../../../../i18n/hu/bluepin.ts | 20 | ../../../../i18n/ko/bluepin.ts \ |
21 | TRANSLATIONS += ../../../../i18n/ja/bluepin.ts | 21 | ../../../../i18n/no/bluepin.ts \ |
22 | TRANSLATIONS += ../../../../i18n/ko/bluepin.ts | 22 | ../../../../i18n/pl/bluepin.ts \ |
23 | TRANSLATIONS += ../../../../i18n/no/bluepin.ts | 23 | ../../../../i18n/pt/bluepin.ts \ |
24 | TRANSLATIONS += ../../../../i18n/pl/bluepin.ts | 24 | ../../../../i18n/pt_BR/bluepin.ts \ |
25 | TRANSLATIONS += ../../../../i18n/pt/bluepin.ts | 25 | ../../../../i18n/sl/bluepin.ts \ |
26 | TRANSLATIONS += ../../../../i18n/pt_BR/bluepin.ts | 26 | ../../../../i18n/zh_CN/bluepin.ts \ |
27 | TRANSLATIONS += ../../../../i18n/sl/bluepin.ts | 27 | ../../../../i18n/zh_TW/bluepin.ts |
28 | TRANSLATIONS += ../../../../i18n/zh_CN/bluepin.ts | ||
29 | TRANSLATIONS += ../../../../i18n/zh_TW/bluepin.ts | ||
30 | |||
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index eec7e43..ecf2e6c 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro | |||
@@ -7,20 +7,18 @@ INCLUDEPATH += $(OPIEDIR)/include . | |||
7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
8 | LIBS += -lopie | 8 | LIBS += -lopie |
9 | #VERSION = 0.0.0 | 9 | #VERSION = 0.0.0 |
10 | 10 | ||
11 | 11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ | |
12 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts | 12 | ../../../../i18n/en/libopietooth.ts \ |
13 | TRANSLATIONS += ../../../../i18n/en/libopietooth.ts | 13 | ../../../../i18n/es/libopietooth.ts \ |
14 | TRANSLATIONS += ../../../../i18n/es/libopietooth.ts | 14 | ../../../../i18n/fr/libopietooth.ts \ |
15 | TRANSLATIONS += ../../../../i18n/fr/libopietooth.ts | 15 | ../../../../i18n/hu/libopietooth.ts \ |
16 | TRANSLATIONS += ../../../../i18n/hu/libopietooth.ts | 16 | ../../../../i18n/ja/libopietooth.ts \ |
17 | TRANSLATIONS += ../../../../i18n/ja/libopietooth.ts | 17 | ../../../../i18n/ko/libopietooth.ts \ |
18 | TRANSLATIONS += ../../../../i18n/ko/libopietooth.ts | 18 | ../../../../i18n/no/libopietooth.ts \ |
19 | TRANSLATIONS += ../../../../i18n/no/libopietooth.ts | 19 | ../../../../i18n/pl/libopietooth.ts \ |
20 | TRANSLATIONS += ../../../../i18n/pl/libopietooth.ts | 20 | ../../../../i18n/pt/libopietooth.ts \ |
21 | TRANSLATIONS += ../../../../i18n/pt/libopietooth.ts | 21 | ../../../../i18n/pt_BR/libopietooth.ts \ |
22 | TRANSLATIONS += ../../../../i18n/pt_BR/libopietooth.ts | 22 | ../../../../i18n/sl/libopietooth.ts \ |
23 | TRANSLATIONS += ../../../../i18n/sl/libopietooth.ts | 23 | ../../../../i18n/zh_CN/libopietooth.ts \ |
24 | TRANSLATIONS += ../../../../i18n/zh_CN/libopietooth.ts | 24 | ../../../../i18n/zh_TW/libopietooth.ts |
25 | TRANSLATIONS += ../../../../i18n/zh_TW/libopietooth.ts | ||
26 | |||
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index 1f7ec55..39ddcaf 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -10,21 +10,18 @@ LIBS += -lqpe -lopietooth -lopie | |||
10 | INTERFACES = bluetoothbase.ui devicedialog.ui | 10 | INTERFACES = bluetoothbase.ui devicedialog.ui |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | TARGET = bluetooth-manager | 12 | TARGET = bluetooth-manager |
13 | 13 | ||
14 | 14 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ | |
15 | 15 | ../../../../i18n/en/bluetooth-manager.ts \ | |
16 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts | 16 | ../../../../i18n/es/bluetooth-manager.ts \ |
17 | TRANSLATIONS += ../../../../i18n/en/bluetooth-manager.ts | 17 | ../../../../i18n/fr/bluetooth-manager.ts \ |
18 | TRANSLATIONS += ../../../../i18n/es/bluetooth-manager.ts | 18 | ../../../../i18n/hu/bluetooth-manager.ts \ |
19 | TRANSLATIONS += ../../../../i18n/fr/bluetooth-manager.ts | 19 | ../../../../i18n/ja/bluetooth-manager.ts \ |
20 | TRANSLATIONS += ../../../../i18n/hu/bluetooth-manager.ts | 20 | ../../../../i18n/ko/bluetooth-manager.ts \ |
21 | TRANSLATIONS += ../../../../i18n/ja/bluetooth-manager.ts | 21 | ../../../../i18n/no/bluetooth-manager.ts \ |
22 | TRANSLATIONS += ../../../../i18n/ko/bluetooth-manager.ts | 22 | ../../../../i18n/pl/bluetooth-manager.ts \ |
23 | TRANSLATIONS += ../../../../i18n/no/bluetooth-manager.ts | 23 | ../../../../i18n/pt/bluetooth-manager.ts \ |
24 | TRANSLATIONS += ../../../../i18n/pl/bluetooth-manager.ts | 24 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ |
25 | TRANSLATIONS += ../../../../i18n/pt/bluetooth-manager.ts | 25 | ../../../../i18n/sl/bluetooth-manager.ts \ |
26 | TRANSLATIONS += ../../../../i18n/pt_BR/bluetooth-manager.ts | 26 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ |
27 | TRANSLATIONS += ../../../../i18n/sl/bluetooth-manager.ts | 27 | ../../../../i18n/zh_TW/bluetooth-manager.ts |
28 | TRANSLATIONS += ../../../../i18n/zh_CN/bluetooth-manager.ts | ||
29 | TRANSLATIONS += ../../../../i18n/zh_TW/bluetooth-manager.ts | ||
30 | |||
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 0d2daba..11ef3a0 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -8,21 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = language | 10 | TARGET = language |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/language.ts \ | |
13 | 13 | ../../../i18n/en/language.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/language.ts | 14 | ../../../i18n/es/language.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/language.ts | 15 | ../../../i18n/fr/language.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/language.ts | 16 | ../../../i18n/hu/language.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/language.ts | 17 | ../../../i18n/ja/language.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/language.ts | 18 | ../../../i18n/ko/language.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/language.ts | 19 | ../../../i18n/no/language.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/language.ts | 20 | ../../../i18n/pl/language.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/language.ts | 21 | ../../../i18n/pt/language.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/language.ts | 22 | ../../../i18n/pt_BR/language.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/language.ts | 23 | ../../../i18n/sl/language.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/language.ts | 24 | ../../../i18n/zh_CN/language.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/language.ts | 25 | ../../../i18n/zh_TW/language.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/language.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/language.ts | ||
28 | |||
diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index 667f8ed..df19711 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro | |||
@@ -8,20 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = mediummount | 10 | TARGET = mediummount |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ | |
13 | TRANSLATIONS = ../../../i18n/de/mediummount.ts | 13 | ../../../i18n/en/mediummount.ts \ |
14 | TRANSLATIONS += ../../../i18n/en/mediummount.ts | 14 | ../../../i18n/es/mediummount.ts \ |
15 | TRANSLATIONS += ../../../i18n/es/mediummount.ts | 15 | ../../../i18n/fr/mediummount.ts \ |
16 | TRANSLATIONS += ../../../i18n/fr/mediummount.ts | 16 | ../../../i18n/hu/mediummount.ts \ |
17 | TRANSLATIONS += ../../../i18n/hu/mediummount.ts | 17 | ../../../i18n/ja/mediummount.ts \ |
18 | TRANSLATIONS += ../../../i18n/ja/mediummount.ts | 18 | ../../../i18n/ko/mediummount.ts \ |
19 | TRANSLATIONS += ../../../i18n/ko/mediummount.ts | 19 | ../../../i18n/no/mediummount.ts \ |
20 | TRANSLATIONS += ../../../i18n/no/mediummount.ts | 20 | ../../../i18n/pl/mediummount.ts \ |
21 | TRANSLATIONS += ../../../i18n/pl/mediummount.ts | 21 | ../../../i18n/pt/mediummount.ts \ |
22 | TRANSLATIONS += ../../../i18n/pt/mediummount.ts | 22 | ../../../i18n/pt_BR/mediummount.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt_BR/mediummount.ts | 23 | ../../../i18n/sl/mediummount.ts \ |
24 | TRANSLATIONS += ../../../i18n/sl/mediummount.ts | 24 | ../../../i18n/zh_CN/mediummount.ts \ |
25 | TRANSLATIONS += ../../../i18n/zh_CN/mediummount.ts | 25 | ../../../i18n/zh_TW/mediummount.ts |
26 | TRANSLATIONS += ../../../i18n/zh_TW/mediummount.ts | ||
27 | |||
diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index 56f54c4..026b8da 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro | |||
@@ -9,20 +9,18 @@ LIBS += -lqpe -lopie | |||
9 | INTERFACES= ntpbase.ui | 9 | INTERFACES= ntpbase.ui |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | TARGET = netsystemtime | 11 | TARGET = netsystemtime |
12 | 12 | ||
13 | 13 | TRANSLATIONS = ../../../i18n/de/netsystemtime.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/netsystemtime.ts | 14 | ../../../i18n/en/netsystemtime.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/netsystemtime.ts | 15 | ../../../i18n/es/netsystemtime.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/netsystemtime.ts | 16 | ../../../i18n/fr/netsystemtime.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/netsystemtime.ts | 17 | ../../../i18n/hu/netsystemtime.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/netsystemtime.ts | 18 | ../../../i18n/ja/netsystemtime.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/netsystemtime.ts | 19 | ../../../i18n/ko/netsystemtime.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/netsystemtime.ts | 20 | ../../../i18n/no/netsystemtime.ts \ |
21 | TRANSLATIONS += ../../../i18n/no//netsystemtime.ts | 21 | ../../../i18n/pl/netsystemtime.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/netsystemtime.ts | 22 | ../../../i18n/pt/netsystemtime.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/netsystemtime.ts | 23 | ../../../i18n/pt_BR/netsystemtime.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/netsystemtime.ts | 24 | ../../../i18n/sl/netsystemtime.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/netsystemtime.ts | 25 | ../../../i18n/zh_CN/netsystemtime.ts \ |
26 | TRANSLATIONS += ../../../i18n/zh_CN/netsystemtime.ts | 26 | ../../../i18n/zh_TW/netsystemtime.ts |
27 | TRANSLATIONS += ../../../i18n/zh_TW/netsystemtime.ts | ||
28 | |||
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index c00a30d..a77ba28 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -8,21 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = sound | 10 | TARGET = sound |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/sound.ts \ | |
13 | 13 | ../../../i18n/en/sound.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/sound.ts | 14 | ../../../i18n/es/sound.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/sound.ts | 15 | ../../../i18n/fr/sound.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/sound.ts | 16 | ../../../i18n/hu/sound.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/sound.ts | 17 | ../../../i18n/ja/sound.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/sound.ts | 18 | ../../../i18n/ko/sound.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/sound.ts | 19 | ../../../i18n/no/sound.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/sound.ts | 20 | ../../../i18n/pl/sound.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/sound.ts | 21 | ../../../i18n/pt/sound.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/sound.ts | 22 | ../../../i18n/pt_BR/sound.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/sound.ts | 23 | ../../../i18n/sl/sound.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/sound.ts | 24 | ../../../i18n/zh_CN/sound.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/sound.ts | 25 | ../../../i18n/zh_TW/sound.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/sound.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/sound.ts | ||
28 | |||
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 88a20bb..c317677 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -18,25 +18,23 @@ SOURCES = main.cpp \ | |||
18 | processdetail.cpp \ | 18 | processdetail.cpp \ |
19 | versioninfo.cpp \ | 19 | versioninfo.cpp \ |
20 | sysinfo.cpp | 20 | sysinfo.cpp |
21 | INTERFACES = | 21 | INTERFACES = |
22 | |||
23 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
24 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
25 | LIBS += -lqpe | 24 | LIBS += -lqpe |
26 | |||
27 | TARGET = sysinfo | 25 | TARGET = sysinfo |
28 | 26 | ||
29 | TRANSLATIONS = ../i18n/de/sysinfo.ts | 27 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ |
30 | TRANSLATIONS += ../i18n/pt/sysinfo.ts | 28 | ../../../i18n/en/sysinfo.ts \ |
31 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts | 29 | ../../../i18n/es/sysinfo.ts \ |
32 | TRANSLATIONS += ../i18n/en/sysinfo.ts | 30 | ../../../i18n/fr/sysinfo.ts \ |
33 | TRANSLATIONS += ../i18n/hu/sysinfo.ts | 31 | ../../../i18n/hu/sysinfo.ts \ |
34 | TRANSLATIONS += ../i18n/ja/sysinfo.ts | 32 | ../../../i18n/ja/sysinfo.ts \ |
35 | TRANSLATIONS += ../i18n/ko/sysinfo.ts | 33 | ../../../i18n/ko/sysinfo.ts \ |
36 | TRANSLATIONS += ../i18n/fr/sysinfo.ts | 34 | ../../../i18n/no/sysinfo.ts \ |
37 | TRANSLATIONS += ../i18n/no/sysinfo.ts | 35 | ../../../i18n/pl/sysinfo.ts \ |
38 | TRANSLATIONS += ../i18n/pl/sysinfo.ts | 36 | ../../../i18n/pt/sysinfo.ts \ |
39 | TRANSLATIONS += ../i18n/sl/sysinfo.ts | 37 | ../../../i18n/pt_BR/sysinfo.ts \ |
40 | TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts | 38 | ../../../i18n/sl/sysinfo.ts \ |
41 | TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts | 39 | ../../../i18n/zh_CN/sysinfo.ts \ |
42 | TRANSLATIONS += ../i18n/es/sysinfo.ts | 40 | ../../../i18n/zh_TW/sysinfo.ts |
diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index 53f7621..999c8b4 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro | |||
@@ -9,20 +9,18 @@ LIBS += -lqpe | |||
9 | #INTERFACES= tabmanagerbase.ui | 9 | #INTERFACES= tabmanagerbase.ui |
10 | TARGET = tabmanager | 10 | TARGET = tabmanager |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | 13 | TRANSLATIONS = ../../../i18n/de/tabmanager.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/tabmanager.ts | 14 | ../../../i18n/en/tabmanager.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/tabmanager.ts | 15 | ../../../i18n/es/tabmanager.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/tabmanager.ts | 16 | ../../../i18n/fr/tabmanager.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/tabmanager.ts | 17 | ../../../i18n/hu/tabmanager.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/tabmanager.ts | 18 | ../../../i18n/ja/tabmanager.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/tabmanager.ts | 19 | ../../../i18n/ko/tabmanager.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/tabmanager.ts | 20 | ../../../i18n/no/tabmanager.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/tabmanager.ts | 21 | ../../../i18n/pl/tabmanager.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/tabmanager.ts | 22 | ../../../i18n/pt/tabmanager.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/tabmanager.ts | 23 | ../../../i18n/pt_BR/tabmanager.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/tabmanager.ts | 24 | ../../../i18n/sl/tabmanager.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/tabmanager.ts | 25 | ../../../i18n/zh_CN/tabmanager.ts \ |
26 | TRANSLATIONS += ../../../i18n/zh_CN/tabmanager.ts | 26 | ../../../i18n/zh_TW/tabmanager.ts |
27 | TRANSLATIONS += ../../../i18n/zh_TW/tabmanager.ts | ||
28 | |||
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index b5dc1bc..8689d3d 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro | |||
@@ -1,19 +1,28 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | |||
3 | CONFIG = qt embedded release warn_on | 2 | CONFIG = qt embedded release warn_on |
4 | |||
5 | SOURCES = liquid.cpp \ | 3 | SOURCES = liquid.cpp \ |
6 | effects.cpp \ | 4 | effects.cpp \ |
7 | plugin.cpp | 5 | plugin.cpp |
8 | 6 | ||
9 | HEADERS = liquid.h \ | 7 | HEADERS = liquid.h \ |
10 | effects.h | 8 | effects.h |
11 | |||
12 | LIBS += -lqpe | 9 | LIBS += -lqpe |
13 | |||
14 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
15 | |||
16 | DESTDIR = $(OPIEDIR)/plugins/styles | 11 | DESTDIR = $(OPIEDIR)/plugins/styles |
17 | TARGET = liquid | 12 | TARGET = liquid |
18 | |||
19 | VERSION = 1.0.0 \ No newline at end of file | 13 | VERSION = 1.0.0 \ No newline at end of file |
14 | |||
15 | TRANSLATIONS = ../../../i18n/de/libliquid.ts \ | ||
16 | ../../../i18n/en/libliquid.ts \ | ||
17 | ../../../i18n/es/libliquid.ts \ | ||
18 | ../../../i18n/fr/libliquid.ts \ | ||
19 | ../../../i18n/hu/libliquid.ts \ | ||
20 | ../../../i18n/ja/libliquid.ts \ | ||
21 | ../../../i18n/ko/libliquid.ts \ | ||
22 | ../../../i18n/no/libliquid.ts \ | ||
23 | ../../../i18n/pl/libliquid.ts \ | ||
24 | ../../../i18n/pt/libliquid.ts \ | ||
25 | ../../../i18n/pt_BR/libliquid.ts \ | ||
26 | ../../../i18n/sl/libliquid.ts \ | ||
27 | ../../../i18n/zh_CN/libliquid.ts \ | ||
28 | ../../../i18n/zh_TW/libliquid.ts | ||
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index bfc235d..2abb8d8 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro | |||
@@ -8,4 +8,19 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DESTDIR = $(OPIEDIR)/plugins/styles | 8 | DESTDIR = $(OPIEDIR)/plugins/styles |
9 | TARGET = metal | 9 | TARGET = metal |
10 | #TARGET = liquid | 10 | #TARGET = liquid |
11 | VERSION = 1.0.0 \ No newline at end of file | 11 | VERSION = 1.0.0 \ No newline at end of file |
12 | |||
13 | TRANSLATIONS = ../../../i18n/de/libmetal liquid.ts \ | ||
14 | ../../../i18n/en/libmetal liquid.ts \ | ||
15 | ../../../i18n/es/libmetal liquid.ts \ | ||
16 | ../../../i18n/fr/libmetal liquid.ts \ | ||
17 | ../../../i18n/hu/libmetal liquid.ts \ | ||
18 | ../../../i18n/ja/libmetal liquid.ts \ | ||
19 | ../../../i18n/ko/libmetal liquid.ts \ | ||
20 | ../../../i18n/no/libmetal liquid.ts \ | ||
21 | ../../../i18n/pl/libmetal liquid.ts \ | ||
22 | ../../../i18n/pt/libmetal liquid.ts \ | ||
23 | ../../../i18n/pt_BR/libmetal liquid.ts \ | ||
24 | ../../../i18n/sl/libmetal liquid.ts \ | ||
25 | ../../../i18n/zh_CN/libmetal liquid.ts \ | ||
26 | ../../../i18n/zh_TW/libmetal liquid.ts | ||
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index 1db454e..cf83612 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro | |||
@@ -1,33 +1,28 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | |||
5 | # Input | 4 | # Input |
6 | INTERFACES += binary.ui | 5 | INTERFACES += binary.ui |
7 | HEADERS = binaryimpl.h \ | 6 | HEADERS = binaryimpl.h \ |
8 | binaryfactory.h | 7 | binaryfactory.h |
9 | SOURCES = binaryimpl.cpp \ | 8 | SOURCES = binaryimpl.cpp \ |
10 | binaryfactory.cpp | 9 | binaryfactory.cpp |
11 | |||
12 | INCLUDEPATH += $(OPIEDIR)/include \ | 10 | INCLUDEPATH += $(OPIEDIR)/include \ |
13 | $(OPIEDIR)/calc2 | 11 | $(OPIEDIR)/calc2 |
14 | DEPENDPATH += $(OPIEDIR)/include | 12 | DEPENDPATH += $(OPIEDIR)/include |
15 | |||
16 | DESTDIR = $(OPIEDIR)/plugins/calculator | 13 | DESTDIR = $(OPIEDIR)/plugins/calculator |
17 | 14 | ||
18 | 15 | TRANSLATIONS = ../../../../i18n/de/lib.ts \ | |
19 | TRANSLATIONS = ../../../../i18n/de/lib.ts | 16 | ../../../../i18n/en/lib.ts \ |
20 | TRANSLATIONS += ../../../../i18n/en/lib.ts | 17 | ../../../../i18n/es/lib.ts \ |
21 | TRANSLATIONS += ../../../../i18n/es/lib.ts | 18 | ../../../../i18n/fr/lib.ts \ |
22 | TRANSLATIONS += ../../../../i18n/fr/lib.ts | 19 | ../../../../i18n/hu/lib.ts \ |
23 | TRANSLATIONS += ../../../../i18n/hu/lib.ts | 20 | ../../../../i18n/ja/lib.ts \ |
24 | TRANSLATIONS += ../../../../i18n/ja/lib.ts | 21 | ../../../../i18n/ko/lib.ts \ |
25 | TRANSLATIONS += ../../../../i18n/ko/lib.ts | 22 | ../../../../i18n/no/lib.ts \ |
26 | TRANSLATIONS += ../../../../i18n/no/lib.ts | 23 | ../../../../i18n/pl/lib.ts \ |
27 | TRANSLATIONS += ../../../../i18n/pl/lib.ts | 24 | ../../../../i18n/pt/lib.ts \ |
28 | TRANSLATIONS += ../../../../i18n/pt/lib.ts | 25 | ../../../../i18n/pt_BR/lib.ts \ |
29 | TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts | 26 | ../../../../i18n/sl/lib.ts \ |
30 | TRANSLATIONS += ../../../../i18n/sl/lib.ts | 27 | ../../../../i18n/zh_CN/lib.ts \ |
31 | TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts | 28 | ../../../../i18n/zh_TW/lib.ts |
32 | TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts | ||
33 | |||
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 5167f4a..5b58b36 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -1,28 +1,23 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt release | 2 | CONFIG += qt release |
3 | |||
4 | # Input | 3 | # Input |
5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h | 4 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h |
6 | SOURCES += calc.cpp main.cpp engine.cpp | 5 | SOURCES += calc.cpp main.cpp engine.cpp |
7 | |||
8 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -Wl,-export-dynamic | 8 | LIBS += -lqpe -Wl,-export-dynamic |
11 | 9 | ||
12 | 10 | TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \ | |
13 | 11 | ../../../i18n/en/calc.pro.in.ts \ | |
14 | TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts | 12 | ../../../i18n/es/calc.pro.in.ts \ |
15 | TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts | 13 | ../../../i18n/fr/calc.pro.in.ts \ |
16 | TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts | 14 | ../../../i18n/hu/calc.pro.in.ts \ |
17 | TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts | 15 | ../../../i18n/ja/calc.pro.in.ts \ |
18 | TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts | 16 | ../../../i18n/ko/calc.pro.in.ts \ |
19 | TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts | 17 | ../../../i18n/no/calc.pro.in.ts \ |
20 | TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts | 18 | ../../../i18n/pl/calc.pro.in.ts \ |
21 | TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts | 19 | ../../../i18n/pt/calc.pro.in.ts \ |
22 | TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts | 20 | ../../../i18n/pt_BR/calc.pro.in.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts | 21 | ../../../i18n/sl/calc.pro.in.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts | 22 | ../../../i18n/zh_CN/calc.pro.in.ts \ |
25 | TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts | 23 | ../../../i18n/zh_TW/calc.pro.in.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts | ||
28 | |||
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro index b0c8546..148d307 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro | |||
@@ -1,31 +1,26 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | |||
5 | # Input | 4 | # Input |
6 | INTERFACES += simple.ui | 5 | INTERFACES += simple.ui |
7 | HEADERS = simpleimpl.h simplefactory.h stdinstructions.h | 6 | HEADERS = simpleimpl.h simplefactory.h stdinstructions.h |
8 | SOURCES = simpleimpl.cpp simplefactory.cpp | 7 | SOURCES = simpleimpl.cpp simplefactory.cpp |
9 | |||
10 | INCLUDEPATH += $(OPIEDIR)/include \ | 8 | INCLUDEPATH += $(OPIEDIR)/include \ |
11 | $(OPIEDIR)/calc2 | 9 | $(OPIEDIR)/calc2 |
12 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
13 | |||
14 | DESTDIR = $(OPIEDIR)/plugins/calculator | 11 | DESTDIR = $(OPIEDIR)/plugins/calculator |
15 | 12 | ||
16 | 13 | TRANSLATIONS = ../../../../i18n/de/lib.ts \ | |
17 | TRANSLATIONS = ../../../../i18n/de/lib.ts | 14 | ../../../../i18n/en/lib.ts \ |
18 | TRANSLATIONS += ../../../../i18n/en/lib.ts | 15 | ../../../../i18n/es/lib.ts \ |
19 | TRANSLATIONS += ../../../../i18n/es/lib.ts | 16 | ../../../../i18n/fr/lib.ts \ |
20 | TRANSLATIONS += ../../../../i18n/fr/lib.ts | 17 | ../../../../i18n/hu/lib.ts \ |
21 | TRANSLATIONS += ../../../../i18n/hu/lib.ts | 18 | ../../../../i18n/ja/lib.ts \ |
22 | TRANSLATIONS += ../../../../i18n/ja/lib.ts | 19 | ../../../../i18n/ko/lib.ts \ |
23 | TRANSLATIONS += ../../../../i18n/ko/lib.ts | 20 | ../../../../i18n/no/lib.ts \ |
24 | TRANSLATIONS += ../../../../i18n/no/lib.ts | 21 | ../../../../i18n/pl/lib.ts \ |
25 | TRANSLATIONS += ../../../../i18n/pl/lib.ts | 22 | ../../../../i18n/pt/lib.ts \ |
26 | TRANSLATIONS += ../../../../i18n/pt/lib.ts | 23 | ../../../../i18n/pt_BR/lib.ts \ |
27 | TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts | 24 | ../../../../i18n/sl/lib.ts \ |
28 | TRANSLATIONS += ../../../../i18n/sl/lib.ts | 25 | ../../../../i18n/zh_CN/lib.ts \ |
29 | TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts | 26 | ../../../../i18n/zh_TW/lib.ts |
30 | TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts | ||
31 | |||
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 1058d98..8ede646 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -9,21 +9,18 @@ DEPENDPATH += $(OPIEDIR)/include | |||
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | 13 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ | |
14 | 14 | ../../../i18n/en/calculator.ts \ | |
15 | TRANSLATIONS = ../../../i18n/de/calculator.ts | 15 | ../../../i18n/es/calculator.ts \ |
16 | TRANSLATIONS += ../../../i18n/en/calculator.ts | 16 | ../../../i18n/fr/calculator.ts \ |
17 | TRANSLATIONS += ../../../i18n/es/calculator.ts | 17 | ../../../i18n/hu/calculator.ts \ |
18 | TRANSLATIONS += ../../../i18n/fr/calculator.ts | 18 | ../../../i18n/ja/calculator.ts \ |
19 | TRANSLATIONS += ../../../i18n/hu/calculator.ts | 19 | ../../../i18n/ko/calculator.ts \ |
20 | TRANSLATIONS += ../../../i18n/ja/calculator.ts | 20 | ../../../i18n/no/calculator.ts \ |
21 | TRANSLATIONS += ../../../i18n/ko/calculator.ts | 21 | ../../../i18n/pl/calculator.ts \ |
22 | TRANSLATIONS += ../../../i18n/no/calculator.ts | 22 | ../../../i18n/pt/calculator.ts \ |
23 | TRANSLATIONS += ../../../i18n/pl/calculator.ts | 23 | ../../../i18n/pt_BR/calculator.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt/calculator.ts | 24 | ../../../i18n/sl/calculator.ts \ |
25 | TRANSLATIONS += ../../../i18n/pt_BR/calculator.ts | 25 | ../../../i18n/zh_CN/calculator.ts \ |
26 | TRANSLATIONS += ../../../i18n/sl/calculator.ts | 26 | ../../../i18n/zh_TW/calculator.ts |
27 | TRANSLATIONS += ../../../i18n/zh_CN/calculator.ts | ||
28 | TRANSLATIONS += ../../../i18n/zh_TW/calculator.ts | ||
29 | |||
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 58d4e74..a61f514 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -9,21 +9,18 @@ DEPENDPATH += $(OPIEDIR)/include | |||
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | 13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ | |
14 | 14 | ../../../i18n/en/clock.ts \ | |
15 | TRANSLATIONS = ../../../i18n/de/clock.ts | 15 | ../../../i18n/es/clock.ts \ |
16 | TRANSLATIONS += ../../../i18n/en/clock.ts | 16 | ../../../i18n/fr/clock.ts \ |
17 | TRANSLATIONS += ../../../i18n/es/clock.ts | 17 | ../../../i18n/hu/clock.ts \ |
18 | TRANSLATIONS += ../../../i18n/fr/clock.ts | 18 | ../../../i18n/ja/clock.ts \ |
19 | TRANSLATIONS += ../../../i18n/hu/clock.ts | 19 | ../../../i18n/ko/clock.ts \ |
20 | TRANSLATIONS += ../../../i18n/ja/clock.ts | 20 | ../../../i18n/no/clock.ts \ |
21 | TRANSLATIONS += ../../../i18n/ko/clock.ts | 21 | ../../../i18n/pl/clock.ts \ |
22 | TRANSLATIONS += ../../../i18n/no/clock.ts | 22 | ../../../i18n/pt/clock.ts \ |
23 | TRANSLATIONS += ../../../i18n/pl/clock.ts | 23 | ../../../i18n/pt_BR/clock.ts \ |
24 | TRANSLATIONS += ../../../i18n/pt/clock.ts | 24 | ../../../i18n/sl/clock.ts \ |
25 | TRANSLATIONS += ../../../i18n/pt_BR/clock.ts | 25 | ../../../i18n/zh_CN/clock.ts \ |
26 | TRANSLATIONS += ../../../i18n/sl/clock.ts | 26 | ../../../i18n/zh_TW/clock.ts |
27 | TRANSLATIONS += ../../../i18n/zh_CN/clock.ts | ||
28 | TRANSLATIONS += ../../../i18n/zh_TW/clock.ts | ||
29 | |||
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index feb9bf7..c4f8298 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro | |||
@@ -8,20 +8,18 @@ DESTDIR = $(OPIEDIR)/bin | |||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ | |
13 | TRANSLATIONS = ../../../i18n/de/formatter.ts | 13 | ../../../i18n/en/formatter.ts \ |
14 | TRANSLATIONS += ../../../i18n/en/formatter.ts | 14 | ../../../i18n/es/formatter.ts \ |
15 | TRANSLATIONS += ../../../i18n/es/formatter.ts | 15 | ../../../i18n/fr/formatter.ts \ |
16 | TRANSLATIONS += ../../../i18n/fr/formatter.ts | 16 | ../../../i18n/hu/formatter.ts \ |
17 | TRANSLATIONS += ../../../i18n/hu/formatter.ts | 17 | ../../../i18n/ja/formatter.ts \ |
18 | TRANSLATIONS += ../../../i18n/ja/formatter.ts | 18 | ../../../i18n/ko/formatter.ts \ |
19 | TRANSLATIONS += ../../../i18n/ko/formatter.ts | 19 | ../../../i18n/no/formatter.ts \ |
20 | TRANSLATIONS += ../../../i18n/no/formatter.ts | 20 | ../../../i18n/pl/formatter.ts \ |
21 | TRANSLATIONS += ../../../i18n/pl/formatter.ts | 21 | ../../../i18n/pt/formatter.ts \ |
22 | TRANSLATIONS += ../../../i18n/pt/formatter.ts | 22 | ../../../i18n/pt_BR/formatter.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt_BR/formatter.ts | 23 | ../../../i18n/sl/formatter.ts \ |
24 | TRANSLATIONS += ../../../i18n/sl/formatter.ts | 24 | ../../../i18n/zh_CN/formatter.ts \ |
25 | TRANSLATIONS += ../../../i18n/zh_CN/formatter.ts | 25 | ../../../i18n/zh_TW/formatter.ts |
26 | TRANSLATIONS += ../../../i18n/zh_TW/formatter.ts | ||
27 | |||
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index e96aedc..0866f48 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro | |||
@@ -7,20 +7,18 @@ INCLUDEPATH +=$(OPIEDIR)/include | |||
7 | DEPENDPATH +=$(OPIEDIR)/include | 7 | DEPENDPATH +=$(OPIEDIR)/include |
8 | LIBS +=-lqpe | 8 | LIBS +=-lqpe |
9 | TARGET = opie-sh | 9 | TARGET = opie-sh |
10 | 10 | ||
11 | 11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ | |
12 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts | 12 | ../../../i18n/en/opie-sh.ts \ |
13 | TRANSLATIONS += ../../../i18n/en/opie-sh.ts | 13 | ../../../i18n/es/opie-sh.ts \ |
14 | TRANSLATIONS += ../../../i18n/es/opie-sh.ts | 14 | ../../../i18n/fr/opie-sh.ts \ |
15 | TRANSLATIONS += ../../../i18n/fr/opie-sh.ts | 15 | ../../../i18n/hu/opie-sh.ts \ |
16 | TRANSLATIONS += ../../../i18n/hu/opie-sh.ts | 16 | ../../../i18n/ja/opie-sh.ts \ |
17 | TRANSLATIONS += ../../../i18n/ja/opie-sh.ts | 17 | ../../../i18n/ko/opie-sh.ts \ |
18 | TRANSLATIONS += ../../../i18n/ko/opie-sh.ts | 18 | ../../../i18n/no/opie-sh.ts \ |
19 | TRANSLATIONS += ../../../i18n/no/opie-sh.ts | 19 | ../../../i18n/pl/opie-sh.ts \ |
20 | TRANSLATIONS += ../../../i18n/pl/opie-sh.ts | 20 | ../../../i18n/pt/opie-sh.ts \ |
21 | TRANSLATIONS += ../../../i18n/pt/opie-sh.ts | 21 | ../../../i18n/pt_BR/opie-sh.ts \ |
22 | TRANSLATIONS += ../../../i18n/pt_BR/opie-sh.ts | 22 | ../../../i18n/sl/opie-sh.ts \ |
23 | TRANSLATIONS += ../../../i18n/sl/opie-sh.ts | 23 | ../../../i18n/zh_CN/opie-sh.ts \ |
24 | TRANSLATIONS += ../../../i18n/zh_CN/opie-sh.ts | 24 | ../../../i18n/zh_TW/opie-sh.ts |
25 | TRANSLATIONS += ../../../i18n/zh_TW/opie-sh.ts | ||
26 | |||
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index 033332d..9cd33d2 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro | |||
@@ -7,20 +7,18 @@ INCLUDEPATH +=$(OPIEDIR)/include | |||
7 | DEPENDPATH+=$(OPIEDIR)/include | 7 | DEPENDPATH+=$(OPIEDIR)/include |
8 | LIBS +=-lqpe | 8 | LIBS +=-lqpe |
9 | TARGET = remote | 9 | TARGET = remote |
10 | 10 | ||
11 | 11 | TRANSLATIONS = ../../../i18n/de/remote.ts \ | |
12 | TRANSLATIONS = ../../../i18n/de/remote.ts | 12 | ../../../i18n/en/remote.ts \ |
13 | TRANSLATIONS += ../../../i18n/en/remote.ts | 13 | ../../../i18n/es/remote.ts \ |
14 | TRANSLATIONS += ../../../i18n/es/remote.ts | 14 | ../../../i18n/fr/remote.ts \ |
15 | TRANSLATIONS += ../../../i18n/fr/remote.ts | 15 | ../../../i18n/hu/remote.ts \ |
16 | TRANSLATIONS += ../../../i18n/hu/remote.ts | 16 | ../../../i18n/ja/remote.ts \ |
17 | TRANSLATIONS += ../../../i18n/ja/remote.ts | 17 | ../../../i18n/ko/remote.ts \ |
18 | TRANSLATIONS += ../../../i18n/ko/remote.ts | 18 | ../../../i18n/no/remote.ts \ |
19 | TRANSLATIONS += ../../../i18n/no/remote.ts | 19 | ../../../i18n/pl/remote.ts \ |
20 | TRANSLATIONS += ../../../i18n/pl/remote.ts | 20 | ../../../i18n/pt/remote.ts \ |
21 | TRANSLATIONS += ../../../i18n/pt/remote.ts | 21 | ../../../i18n/pt_BR/remote.ts \ |
22 | TRANSLATIONS += ../../../i18n/pt_BR/remote.ts | 22 | ../../../i18n/sl/remote.ts \ |
23 | TRANSLATIONS += ../../../i18n/sl/remote.ts | 23 | ../../../i18n/zh_CN/remote.ts \ |
24 | TRANSLATIONS += ../../../i18n/zh_CN/remote.ts | 24 | ../../../i18n/zh_TW/remote.ts |
25 | TRANSLATIONS += ../../../i18n/zh_TW/remote.ts | ||
26 | |||
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 3d9d49f..2849127 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -6,18 +6,19 @@ SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp | |||
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TRANSLATIONS = ../i18n/de/filebrowser.ts | 10 | |
11 | TRANSLATIONS += ../i18n/es/filebrowser.ts | 11 | TRANSLATIONS = ../../../i18n/de/filebrowser.pro.in.ts \ |
12 | TRANSLATIONS += ../i18n/pt/filebrowser.ts | 12 | ../../../i18n/en/filebrowser.pro.in.ts \ |
13 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts | 13 | ../../../i18n/es/filebrowser.pro.in.ts \ |
14 | TRANSLATIONS += ../i18n/en/filebrowser.ts | 14 | ../../../i18n/fr/filebrowser.pro.in.ts \ |
15 | TRANSLATIONS += ../i18n/hu/filebrowser.ts | 15 | ../../../i18n/hu/filebrowser.pro.in.ts \ |
16 | TRANSLATIONS += ../i18n/ja/filebrowser.ts | 16 | ../../../i18n/ja/filebrowser.pro.in.ts \ |
17 | TRANSLATIONS += ../i18n/fr/filebrowser.ts | 17 | ../../../i18n/ko/filebrowser.pro.in.ts \ |
18 | TRANSLATIONS += ../i18n/sl/filebrowser.ts | 18 | ../../../i18n/no/filebrowser.pro.in.ts \ |
19 | TRANSLATIONS += ../i18n/ko/filebrowser.ts | 19 | ../../../i18n/pl/filebrowser.pro.in.ts \ |
20 | TRANSLATIONS += ../i18n/no/filebrowser.ts | 20 | ../../../i18n/pt/filebrowser.pro.in.ts \ |
21 | TRANSLATIONS += ../i18n/pl/filebrowser.ts | 21 | ../../../i18n/pt_BR/filebrowser.pro.in.ts \ |
22 | TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts | 22 | ../../../i18n/sl/filebrowser.pro.in.ts \ |
23 | TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts | 23 | ../../../i18n/zh_CN/filebrowser.pro.in.ts \ |
24 | ../../../i18n/zh_TW/filebrowser.pro.in.ts | ||
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index 73bac50..d627075 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro | |||
@@ -12,20 +12,18 @@ DEPENDPATH += $(OPIEDIR)/include | |||
12 | LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme | 12 | LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme |
13 | INTERFACES= gsmtoolbase.ui | 13 | INTERFACES= gsmtoolbase.ui |
14 | TARGET = gsmtool | 14 | TARGET = gsmtool |
15 | 15 | ||
16 | 16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ | |
17 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts | 17 | ../../../i18n/en/gsmtool.ts \ |
18 | TRANSLATIONS += ../../../i18n/en/gsmtool.ts | 18 | ../../../i18n/es/gsmtool.ts \ |
19 | TRANSLATIONS += ../../../i18n/es/gsmtool.ts | 19 | ../../../i18n/fr/gsmtool.ts \ |
20 | TRANSLATIONS += ../../../i18n/fr/gsmtool.ts | 20 | ../../../i18n/hu/gsmtool.ts \ |
21 | TRANSLATIONS += ../../../i18n/hu/gsmtool.ts | 21 | ../../../i18n/ja/gsmtool.ts \ |
22 | TRANSLATIONS += ../../../i18n/ja/gsmtool.ts | 22 | ../../../i18n/ko/gsmtool.ts \ |
23 | TRANSLATIONS += ../../../i18n/ko/gsmtool.ts | 23 | ../../../i18n/no/gsmtool.ts \ |
24 | TRANSLATIONS += ../../../i18n/no/gsmtool.ts | 24 | ../../../i18n/pl/gsmtool.ts \ |
25 | TRANSLATIONS += ../../../i18n/pl/gsmtool.ts | 25 | ../../../i18n/pt/gsmtool.ts \ |
26 | TRANSLATIONS += ../../../i18n/pt/gsmtool.ts | 26 | ../../../i18n/pt_BR/gsmtool.ts \ |
27 | TRANSLATIONS += ../../../i18n/pt_BR/gsmtool.ts | 27 | ../../../i18n/sl/gsmtool.ts \ |
28 | TRANSLATIONS += ../../../i18n/sl/gsmtool.ts | 28 | ../../../i18n/zh_CN/gsmtool.ts \ |
29 | TRANSLATIONS += ../../../i18n/zh_CN/gsmtool.ts | 29 | ../../../i18n/zh_TW/gsmtool.ts |
30 | TRANSLATIONS += ../../../i18n/zh_TW/gsmtool.ts | ||
31 | |||
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index bb96d76..fe0aed0 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -8,20 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include ../libmail | |||
8 | LIBS +=-lmail -lqpe | 8 | LIBS +=-lmail -lqpe |
9 | TARGET =bend | 9 | TARGET =bend |
10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ | 10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ |
11 | 11 | ||
12 | 12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ | |
13 | TRANSLATIONS = ../../../i18n/de/libbend.ts | 13 | ../../../i18n/en/libbend.ts \ |
14 | TRANSLATIONS += ../../../i18n/en/libbend.ts | 14 | ../../../i18n/es/libbend.ts \ |
15 | TRANSLATIONS += ../../../i18n/es/libbend.ts | 15 | ../../../i18n/fr/libbend.ts \ |
16 | TRANSLATIONS += ../../../i18n/fr/libbend.ts | 16 | ../../../i18n/hu/libbend.ts \ |
17 | TRANSLATIONS += ../../../i18n/hu/libbend.ts | 17 | ../../../i18n/ja/libbend.ts \ |
18 | TRANSLATIONS += ../../../i18n/ja/libbend.ts | 18 | ../../../i18n/ko/libbend.ts \ |
19 | TRANSLATIONS += ../../../i18n/ko/libbend.ts | 19 | ../../../i18n/no/libbend.ts \ |
20 | TRANSLATIONS += ../../../i18n/no/libbend.ts | 20 | ../../../i18n/pl/libbend.ts \ |
21 | TRANSLATIONS += ../../../i18n/pl/libbend.ts | 21 | ../../../i18n/pt/libbend.ts \ |
22 | TRANSLATIONS += ../../../i18n/pt/libbend.ts | 22 | ../../../i18n/pt_BR/libbend.ts \ |
23 | TRANSLATIONS += ../../../i18n/pt_BR/libbend.ts | 23 | ../../../i18n/sl/libbend.ts \ |
24 | TRANSLATIONS += ../../../i18n/sl/libbend.ts | 24 | ../../../i18n/zh_CN/libbend.ts \ |
25 | TRANSLATIONS += ../../../i18n/zh_CN/libbend.ts | 25 | ../../../i18n/zh_TW/libbend.ts |
26 | TRANSLATIONS += ../../../i18n/zh_TW/libbend.ts | ||
27 | |||
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index af65a3e..e80ecaf 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -22,20 +22,18 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
22 | LIBS +=-L$(OPIEDIR)/lib -lqpe | 22 | LIBS +=-L$(OPIEDIR)/lib -lqpe |
23 | TARGET =mail | 23 | TARGET =mail |
24 | DESTDIR =$(QTDIR)/lib | 24 | DESTDIR =$(QTDIR)/lib |
25 | 25 | ||
26 | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | |
27 | TRANSLATIONS = ../../../i18n/de/libmail.ts | 27 | ../../../i18n/en/libmail.ts \ |
28 | TRANSLATIONS += ../../../i18n/en/libmail.ts | 28 | ../../../i18n/es/libmail.ts \ |
29 | TRANSLATIONS += ../../../i18n/es/libmail.ts | 29 | ../../../i18n/fr/libmail.ts \ |
30 | TRANSLATIONS += ../../../i18n/fr/libmail.ts | 30 | ../../../i18n/hu/libmail.ts \ |
31 | TRANSLATIONS += ../../../i18n/hu/libmail.ts | 31 | ../../../i18n/ja/libmail.ts \ |
32 | TRANSLATIONS += ../../../i18n/ja/libmail.ts | 32 | ../../../i18n/ko/libmail.ts \ |
33 | TRANSLATIONS += ../../../i18n/ko/libmail.ts | 33 | ../../../i18n/no/libmail.ts \ |
34 | TRANSLATIONS += ../../../i18n/no/libmail.ts | 34 | ../../../i18n/pl/libmail.ts \ |
35 | TRANSLATIONS += ../../../i18n/pl/libmail.ts | 35 | ../../../i18n/pt/libmail.ts \ |
36 | TRANSLATIONS += ../../../i18n/pt/libmail.ts | 36 | ../../../i18n/pt_BR/libmail.ts \ |
37 | TRANSLATIONS += ../../../i18n/pt_BR/libmail.ts | 37 | ../../../i18n/sl/libmail.ts \ |
38 | TRANSLATIONS += ../../../i18n/sl/libmail.ts | 38 | ../../../i18n/zh_CN/libmail.ts \ |
39 | TRANSLATIONS += ../../../i18n/zh_CN/libmail.ts | 39 | ../../../i18n/zh_TW/libmail.ts |
40 | TRANSLATIONS += ../../../i18n/zh_TW/libmail.ts | ||
41 | |||
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index 117c863..985a6fb 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -42,20 +42,18 @@ INCLUDEPATH += $(OPIEDIR)/include libmail | |||
42 | LIBS += -lmail -lqpe -lopie | 42 | LIBS += -lmail -lqpe -lopie |
43 | TARGET = mail | 43 | TARGET = mail |
44 | DESTDIR = $(OPIEDIR)/bin | 44 | DESTDIR = $(OPIEDIR)/bin |
45 | 45 | ||
46 | 46 | TRANSLATIONS = ../../i18n/de/mail.ts \ | |
47 | TRANSLATIONS = ../../i18n/de/mail.ts | 47 | ../../i18n/en/mail.ts \ |
48 | TRANSLATIONS += ../../i18n/en/mail.ts | 48 | ../../i18n/es/mail.ts \ |
49 | TRANSLATIONS += ../../i18n/es/mail.ts | 49 | ../../i18n/fr/mail.ts \ |
50 | TRANSLATIONS += ../../i18n/fr/mail.ts | 50 | ../../i18n/hu/mail.ts \ |
51 | TRANSLATIONS += ../../i18n/hu/mail.ts | 51 | ../../i18n/ja/mail.ts \ |
52 | TRANSLATIONS += ../../i18n/ja/mail.ts | 52 | ../../i18n/ko/mail.ts \ |
53 | TRANSLATIONS += ../../i18n/ko/mail.ts | 53 | ../../i18n/no/mail.ts \ |
54 | TRANSLATIONS += ../../i18n/no/mail.ts | 54 | ../../i18n/pl/mail.ts \ |
55 | TRANSLATIONS += ../../i18n/pl/mail.ts | 55 | ../../i18n/pt/mail.ts \ |
56 | TRANSLATIONS += ../../i18n/pt/mail.ts | 56 | ../../i18n/pt_BR/mail.ts \ |
57 | TRANSLATIONS += ../../i18n/pt_BR/mail.ts | 57 | ../../i18n/sl/mail.ts \ |
58 | TRANSLATIONS += ../../i18n/sl/mail.ts | 58 | ../../i18n/zh_CN/mail.ts \ |
59 | TRANSLATIONS += ../../i18n/zh_CN/mail.ts | 59 | ../../i18n/zh_TW/mail.ts |
60 | TRANSLATIONS += ../../i18n/zh_TW/mail.ts | ||
61 | |||
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index 7f60ed8..986cbcd 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro | |||
@@ -34,4 +34,18 @@ LIBS += -lopie | |||
34 | INTERFACES= runwindow.ui \ | 34 | INTERFACES= runwindow.ui \ |
35 | pksettingsbase.ui | 35 | pksettingsbase.ui |
36 | TARGET = oipkg | 36 | TARGET = oipkg |
37 | 37 | ||
38 | TRANSLATIONS = ../../../i18n/de/oipkg.ts \ | ||
39 | ../../../i18n/en/oipkg.ts \ | ||
40 | ../../../i18n/es/oipkg.ts \ | ||
41 | ../../../i18n/fr/oipkg.ts \ | ||
42 | ../../../i18n/hu/oipkg.ts \ | ||
43 | ../../../i18n/ja/oipkg.ts \ | ||
44 | ../../../i18n/ko/oipkg.ts \ | ||
45 | ../../../i18n/no/oipkg.ts \ | ||
46 | ../../../i18n/pl/oipkg.ts \ | ||
47 | ../../../i18n/pt/oipkg.ts \ | ||
48 | ../../../i18n/pt_BR/oipkg.ts \ | ||
49 | ../../../i18n/sl/oipkg.ts \ | ||
50 | ../../../i18n/zh_CN/oipkg.ts \ | ||
51 | ../../../i18n/zh_TW/oipkg.ts | ||
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index a5f7735..d2a553b 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -1,9 +1,7 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | |||
3 | CONFIG *= qt embedded release warn_off | 2 | CONFIG *= qt embedded release warn_off |
4 | CONFIG -= warn_on | 3 | CONFIG -= warn_on |
5 | |||
6 | SOURCES = xpdf/Array.cc \ | 4 | SOURCES = xpdf/Array.cc \ |
7 | xpdf/BuiltinFont.cc \ | 5 | xpdf/BuiltinFont.cc \ |
8 | xpdf/BuiltinFontTables.cc \ | 6 | xpdf/BuiltinFontTables.cc \ |
9 | xpdf/CMap.cc \ | 7 | xpdf/CMap.cc \ |
@@ -39,39 +37,33 @@ SOURCES = xpdf/Array.cc \ | |||
39 | QPEOutputDev.cpp \ | 37 | QPEOutputDev.cpp \ |
40 | qpdf.cpp \ | 38 | qpdf.cpp \ |
41 | qbusybar.cpp \ | 39 | qbusybar.cpp \ |
42 | gooStub.cpp | 40 | gooStub.cpp |
43 | |||
44 | HEADERS = QOutputDev.h \ | 41 | HEADERS = QOutputDev.h \ |
45 | QPEOutputDev.h \ | 42 | QPEOutputDev.h \ |
46 | qbusybar.h \ | 43 | qbusybar.h \ |
47 | qpdf.h | 44 | qpdf.h |
48 | |||
49 | INCLUDEPATH += . \ | 45 | INCLUDEPATH += . \ |
50 | .. \ | 46 | .. \ |
51 | xpdf \ | 47 | xpdf \ |
52 | $(OPIEDIR)/include \ | 48 | $(OPIEDIR)/include \ |
53 | ../goo \ | 49 | ../goo \ |
54 | goo | 50 | goo |
55 | 51 | ||
56 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie | 52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie |
57 | |||
58 | DESTDIR = $(OPIEDIR)/bin | 53 | DESTDIR = $(OPIEDIR)/bin |
59 | TARGET = qpdf | 54 | TARGET = qpdf |
60 | 55 | ||
61 | 56 | TRANSLATIONS = ../../../i18n/de/qpdf.ts \ | |
62 | 57 | ../../../i18n/en/qpdf.ts \ | |
63 | TRANSLATIONS = ../../../i18n/de/qpdf.ts | 58 | ../../../i18n/es/qpdf.ts \ |
64 | TRANSLATIONS += ../../../i18n/en/qpdf.ts | 59 | ../../../i18n/fr/qpdf.ts \ |
65 | TRANSLATIONS += ../../../i18n/es/qpdf.ts | 60 | ../../../i18n/hu/qpdf.ts \ |
66 | TRANSLATIONS += ../../../i18n/fr/qpdf.ts | 61 | ../../../i18n/ja/qpdf.ts \ |
67 | TRANSLATIONS += ../../../i18n/hu/qpdf.ts | 62 | ../../../i18n/ko/qpdf.ts \ |
68 | TRANSLATIONS += ../../../i18n/ja/qpdf.ts | 63 | ../../../i18n/no/qpdf.ts \ |
69 | TRANSLATIONS += ../../../i18n/ko/qpdf.ts | 64 | ../../../i18n/pl/qpdf.ts \ |
70 | TRANSLATIONS += ../../../i18n/no/qpdf.ts | 65 | ../../../i18n/pt/qpdf.ts \ |
71 | TRANSLATIONS += ../../../i18n/pl/qpdf.ts | 66 | ../../../i18n/pt_BR/qpdf.ts \ |
72 | TRANSLATIONS += ../../../i18n/pt/qpdf.ts | 67 | ../../../i18n/sl/qpdf.ts \ |
73 | TRANSLATIONS += ../../../i18n/pt_BR/qpdf.ts | 68 | ../../../i18n/zh_CN/qpdf.ts \ |
74 | TRANSLATIONS += ../../../i18n/sl/qpdf.ts | 69 | ../../../i18n/zh_TW/qpdf.ts |
75 | TRANSLATIONS += ../../../i18n/zh_CN/qpdf.ts | ||
76 | TRANSLATIONS += ../../../i18n/zh_TW/qpdf.ts | ||
77 | |||
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index 80fc945..cbf5db2 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro | |||
@@ -3,4 +3,19 @@ CONFIG = qt warn_on release | |||
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | HEADERS = | 4 | HEADERS = |
5 | SOURCES = quickexec.cpp | 5 | SOURCES = quickexec.cpp |
6 | LIBS += -ldl -lqpe | 6 | LIBS += -ldl -lqpe |
7 | |||
8 | TRANSLATIONS = ../i18n/de/quickexec.pro.in.ts \ | ||
9 | ../i18n/en/quickexec.pro.in.ts \ | ||
10 | ../i18n/es/quickexec.pro.in.ts \ | ||
11 | ../i18n/fr/quickexec.pro.in.ts \ | ||
12 | ../i18n/hu/quickexec.pro.in.ts \ | ||
13 | ../i18n/ja/quickexec.pro.in.ts \ | ||
14 | ../i18n/ko/quickexec.pro.in.ts \ | ||
15 | ../i18n/no/quickexec.pro.in.ts \ | ||
16 | ../i18n/pl/quickexec.pro.in.ts \ | ||
17 | ../i18n/pt/quickexec.pro.in.ts \ | ||
18 | ../i18n/pt_BR/quickexec.pro.in.ts \ | ||
19 | ../i18n/sl/quickexec.pro.in.ts \ | ||
20 | ../i18n/zh_CN/quickexec.pro.in.ts \ | ||
21 | ../i18n/zh_TW/quickexec.pro.in.ts | ||