51 files changed, 871 insertions, 413 deletions
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index c433392..3ad6e07 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -1,31 +1,34 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= dvorak.h \ | 3 | HEADERS= dvorak.h \ |
4 | ../pickboard/pickboardcfg.h \ | 4 | ../pickboard/pickboardcfg.h \ |
5 | ../pickboard/pickboardpicks.h \ | 5 | ../pickboard/pickboardpicks.h \ |
6 | dvorakimpl.h | 6 | dvorakimpl.h |
7 | SOURCES= dvorak.cpp \ | 7 | SOURCES= dvorak.cpp \ |
8 | ../pickboard/pickboardcfg.cpp \ | 8 | ../pickboard/pickboardcfg.cpp \ |
9 | ../pickboard/pickboardpicks.cpp \ | 9 | ../pickboard/pickboardpicks.cpp \ |
10 | dvorakimpl.cpp | 10 | dvorakimpl.cpp |
11 | TARGET = qdvorak | 11 | TARGET = qdvorak |
12 | DESTDIR = ../../plugins/inputmethods | 12 | DESTDIR = ../../plugins/inputmethods |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | 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 | TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts | 18 | |
19 | TRANSLATIONS += ../../i18n/es/libqdvorak.ts | 19 | |
20 | TRANSLATIONS += ../../i18n/pt/libqdvorak.ts | 20 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts |
21 | TRANSLATIONS += ../../i18n/de/libqdvorak.ts | 21 | TRANSLATIONS += ../../i18n/en/libqdvorak.ts |
22 | TRANSLATIONS += ../../i18n/en/libqdvorak.ts | 22 | TRANSLATIONS += ../../i18n/es/libqdvorak.ts |
23 | TRANSLATIONS += ../../i18n/hu/libqdvorak.ts | 23 | TRANSLATIONS += ../../i18n/fr/libqdvorak.ts |
24 | TRANSLATIONS += ../../i18n/sl/libqdvorak.ts | 24 | TRANSLATIONS += ../../i18n/hu/libqdvorak.ts |
25 | TRANSLATIONS += ../../i18n/pl/libqdvorak.ts | 25 | TRANSLATIONS += ../../i18n/ja/libqdvorak.ts |
26 | TRANSLATIONS += ../../i18n/ja/libqdvorak.ts | 26 | TRANSLATIONS += ../../i18n/ko/libqdvorak.ts |
27 | TRANSLATIONS += ../../i18n/ko/libqdvorak.ts | 27 | TRANSLATIONS += ../../i18n/no/libqdvorak.ts |
28 | TRANSLATIONS += ../../i18n/no/libqdvorak.ts | 28 | TRANSLATIONS += ../../i18n/pl/libqdvorak.ts |
29 | TRANSLATIONS += ../../i18n/zh_CN/libqdvorak.ts | 29 | TRANSLATIONS += ../../i18n/pt/libqdvorak.ts |
30 | TRANSLATIONS += ../../i18n/zh_TW/libqdvorak.ts | 30 | TRANSLATIONS += ../../i18n/pt_BR/libqdvorak.ts |
31 | TRANSLATIONS += ../../i18n/fr/libqdvorak.ts | 31 | TRANSLATIONS += ../../i18n/sl/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 24c8f6f..a8bcda7 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -9,38 +9,41 @@ HEADERS = qimpenchar.h \ | |||
9 | qimpensetup.h \ | 9 | qimpensetup.h \ |
10 | qimpenstroke.h \ | 10 | qimpenstroke.h \ |
11 | qimpenwidget.h \ | 11 | qimpenwidget.h \ |
12 | qimpenwordpick.h \ | 12 | qimpenwordpick.h \ |
13 | handwritingimpl.h | 13 | handwritingimpl.h |
14 | SOURCES= qimpenchar.cpp \ | 14 | SOURCES= qimpenchar.cpp \ |
15 | qimpenprofile.cpp \ | 15 | qimpenprofile.cpp \ |
16 | qimpencombining.cpp \ | 16 | qimpencombining.cpp \ |
17 | qimpenhelp.cpp \ | 17 | qimpenhelp.cpp \ |
18 | qimpeninput.cpp \ | 18 | qimpeninput.cpp \ |
19 | qimpenmatch.cpp \ | 19 | qimpenmatch.cpp \ |
20 | qimpensetup.cpp \ | 20 | qimpensetup.cpp \ |
21 | qimpenstroke.cpp \ | 21 | qimpenstroke.cpp \ |
22 | qimpenwidget.cpp \ | 22 | qimpenwidget.cpp \ |
23 | qimpenwordpick.cpp \ | 23 | qimpenwordpick.cpp \ |
24 | handwritingimpl.cpp | 24 | handwritingimpl.cpp |
25 | INTERFACES = qimpenprefbase.ui | 25 | INTERFACES = qimpenprefbase.ui |
26 | TARGET = qhandwriting | 26 | TARGET = qhandwriting |
27 | DESTDIR = ../../plugins/inputmethods | 27 | DESTDIR = ../../plugins/inputmethods |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | 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 | TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts | 33 | |
34 | TRANSLATIONS += ../../i18n/es/libqhandwriting.ts | 34 | |
35 | TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts | 35 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts |
36 | TRANSLATIONS += ../../i18n/de/libqhandwriting.ts | 36 | TRANSLATIONS += ../../i18n/en/libqhandwriting.ts |
37 | TRANSLATIONS += ../../i18n/en/libqhandwriting.ts | 37 | TRANSLATIONS += ../../i18n/es/libqhandwriting.ts |
38 | TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts | 38 | TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts |
39 | TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts | 39 | TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts |
40 | TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts | 40 | TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts |
41 | TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts | 41 | TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts |
42 | TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts | 42 | TRANSLATIONS += ../../i18n/no/libqhandwriting.ts |
43 | TRANSLATIONS += ../../i18n/no/libqhandwriting.ts | 43 | TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts |
44 | TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts | 44 | TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts |
45 | TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts | 45 | TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts |
46 | TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts | 46 | TRANSLATIONS += ../../i18n/sl/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 f4699bd..101ae49 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro | |||
@@ -1,12 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = keyboard.h \ | 3 | HEADERS = keyboard.h \ |
4 | keyboardimpl.h | 4 | keyboardimpl.h |
5 | SOURCES = keyboard.cpp \ | 5 | SOURCES = keyboard.cpp \ |
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qjumpx | 7 | TARGET = qjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | 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 | |||
14 | |||
15 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts | ||
16 | TRANSLATIONS += ../../i18n/en/libqjumpx.ts | ||
17 | TRANSLATIONS += ../../i18n/es/libqjumpx.ts | ||
18 | TRANSLATIONS += ../../i18n/fr/libqjumpx.ts | ||
19 | TRANSLATIONS += ../../i18n/hu/libqjumpx.ts | ||
20 | TRANSLATIONS += ../../i18n/ja/libqjumpx.ts | ||
21 | TRANSLATIONS += ../../i18n/ko/libqjumpx.ts | ||
22 | TRANSLATIONS += ../../i18n/no/libqjumpx.ts | ||
23 | TRANSLATIONS += ../../i18n/pl/libqjumpx.ts | ||
24 | TRANSLATIONS += ../../i18n/pt/libqjumpx.ts | ||
25 | TRANSLATIONS += ../../i18n/pt_BR/libqjumpx.ts | ||
26 | TRANSLATIONS += ../../i18n/sl/libqjumpx.ts | ||
27 | TRANSLATIONS += ../../i18n/zh_CN/libqjumpx.ts | ||
28 | TRANSLATIONS += ../../i18n/zh_TW/libqjumpx.ts | ||
29 | |||
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 38ef038..fbdf5ed 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -1,31 +1,34 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= keyboard.h \ | 3 | HEADERS= keyboard.h \ |
4 | ../pickboard/pickboardcfg.h \ | 4 | ../pickboard/pickboardcfg.h \ |
5 | ../pickboard/pickboardpicks.h \ | 5 | ../pickboard/pickboardpicks.h \ |
6 | keyboardimpl.h | 6 | keyboardimpl.h |
7 | SOURCES= keyboard.cpp \ | 7 | SOURCES= keyboard.cpp \ |
8 | ../pickboard/pickboardcfg.cpp \ | 8 | ../pickboard/pickboardcfg.cpp \ |
9 | ../pickboard/pickboardpicks.cpp \ | 9 | ../pickboard/pickboardpicks.cpp \ |
10 | keyboardimpl.cpp | 10 | keyboardimpl.cpp |
11 | TARGET = qkeyboard | 11 | TARGET = qkeyboard |
12 | DESTDIR = ../../plugins/inputmethods | 12 | DESTDIR = ../../plugins/inputmethods |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | 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 | TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts | 18 | |
19 | TRANSLATIONS += ../../i18n/es/libqkeyboard.ts | 19 | |
20 | TRANSLATIONS += ../../i18n/pt/libqkeyboard.ts | 20 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts |
21 | TRANSLATIONS += ../../i18n/de/libqkeyboard.ts | 21 | TRANSLATIONS += ../../i18n/en/libqkeyboard.ts |
22 | TRANSLATIONS += ../../i18n/en/libqkeyboard.ts | 22 | TRANSLATIONS += ../../i18n/es/libqkeyboard.ts |
23 | TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts | 23 | TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts |
24 | TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts | 24 | TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts |
25 | TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts | 25 | TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts |
26 | TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts | 26 | TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts |
27 | TRANSLATIONS += ../../i18n/pl/libqkeyboard.ts | 27 | TRANSLATIONS += ../../i18n/no/libqkeyboard.ts |
28 | TRANSLATIONS += ../../i18n/no/libqkeyboard.ts | 28 | TRANSLATIONS += ../../i18n/pl/libqkeyboard.ts |
29 | TRANSLATIONS += ../../i18n/zh_CN/libqkeyboard.ts | 29 | TRANSLATIONS += ../../i18n/pt/libqkeyboard.ts |
30 | TRANSLATIONS += ../../i18n/zh_TW/libqkeyboard.ts | 30 | TRANSLATIONS += ../../i18n/pt_BR/libqkeyboard.ts |
31 | TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts | 31 | TRANSLATIONS += ../../i18n/sl/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 f8a5c38..d86a0e5 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -1,12 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = keyboard.h \ | 3 | HEADERS = keyboard.h \ |
4 | keyboardimpl.h | 4 | keyboardimpl.h |
5 | SOURCES = keyboard.cpp \ | 5 | SOURCES = keyboard.cpp \ |
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qkjumpx | 7 | TARGET = qkjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | 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 | |||
14 | |||
15 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts | ||
16 | TRANSLATIONS += ../../i18n/en/libqkjumpx.ts | ||
17 | TRANSLATIONS += ../../i18n/es/libqkjumpx.ts | ||
18 | TRANSLATIONS += ../../i18n/fr/libqkjumpx.ts | ||
19 | TRANSLATIONS += ../../i18n/hu/libqkjumpx.ts | ||
20 | TRANSLATIONS += ../../i18n/ja/libqkjumpx.ts | ||
21 | TRANSLATIONS += ../../i18n/ko/libqkjumpx.ts | ||
22 | TRANSLATIONS += ../../i18n/no/libqkjumpx.ts | ||
23 | TRANSLATIONS += ../../i18n/pl/libqkjumpx.ts | ||
24 | TRANSLATIONS += ../../i18n/pt/libqkjumpx.ts | ||
25 | TRANSLATIONS += ../../i18n/pt_BR/libqkjumpx.ts | ||
26 | TRANSLATIONS += ../../i18n/sl/libqkjumpx.ts | ||
27 | TRANSLATIONS += ../../i18n/zh_CN/libqkjumpx.ts | ||
28 | TRANSLATIONS += ../../i18n/zh_TW/libqkjumpx.ts | ||
29 | |||
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index ca495e9..6e0ac4d 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -1,25 +1,28 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h | 3 | HEADERS= pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h |
4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp | 4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp |
5 | TARGET = qpickboard | 5 | TARGET = qpickboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | 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 | TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts | 12 | |
13 | TRANSLATIONS += ../../i18n/es/libqpickboard.ts | 13 | |
14 | TRANSLATIONS += ../../i18n/pt/libqpickboard.ts | 14 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts |
15 | TRANSLATIONS += ../../i18n/de/libqpickboard.ts | 15 | TRANSLATIONS += ../../i18n/en/libqpickboard.ts |
16 | TRANSLATIONS += ../../i18n/en/libqpickboard.ts | 16 | TRANSLATIONS += ../../i18n/es/libqpickboard.ts |
17 | TRANSLATIONS += ../../i18n/pl/libqpickboard.ts | 17 | TRANSLATIONS += ../../i18n/fr/libqpickboard.ts |
18 | TRANSLATIONS += ../../i18n/hu/libqpickboard.ts | 18 | TRANSLATIONS += ../../i18n/hu/libqpickboard.ts |
19 | TRANSLATIONS += ../../i18n/sl/libqpickboard.ts | 19 | TRANSLATIONS += ../../i18n/ja/libqpickboard.ts |
20 | TRANSLATIONS += ../../i18n/ja/libqpickboard.ts | 20 | TRANSLATIONS += ../../i18n/ko/libqpickboard.ts |
21 | TRANSLATIONS += ../../i18n/ko/libqpickboard.ts | 21 | TRANSLATIONS += ../../i18n/no/libqpickboard.ts |
22 | TRANSLATIONS += ../../i18n/no/libqpickboard.ts | 22 | TRANSLATIONS += ../../i18n/pl/libqpickboard.ts |
23 | TRANSLATIONS += ../../i18n/zh_CN/libqpickboard.ts | 23 | TRANSLATIONS += ../../i18n/pt/libqpickboard.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/libqpickboard.ts | 24 | TRANSLATIONS += ../../i18n/pt_BR/libqpickboard.ts |
25 | TRANSLATIONS += ../../i18n/fr/libqpickboard.ts | 25 | TRANSLATIONS += ../../i18n/sl/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 874eab1..140d377 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -1,25 +1,28 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= unikeyboard.h unikeyboardimpl.h | 3 | HEADERS= unikeyboard.h unikeyboardimpl.h |
4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp | 4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp |
5 | TARGET = qunikeyboard | 5 | TARGET = qunikeyboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | 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 | TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts | 12 | |
13 | TRANSLATIONS += ../../i18n/es/libqunikeyboard.ts | 13 | |
14 | TRANSLATIONS += ../../i18n/pt/libqunikeyboard.ts | 14 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts |
15 | TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts | 15 | TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts |
16 | TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts | 16 | TRANSLATIONS += ../../i18n/es/libqunikeyboard.ts |
17 | TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts | 17 | TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts |
18 | TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts | 18 | TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts |
19 | TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts | 19 | TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts |
20 | TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts | 20 | TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts |
21 | TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts | 21 | TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts |
22 | TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts | 22 | TRANSLATIONS += ../../i18n/pl/libqunikeyboard.ts |
23 | TRANSLATIONS += ../../i18n/pl/libqunikeyboard.ts | 23 | TRANSLATIONS += ../../i18n/pt/libqunikeyboard.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts | 24 | TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts |
25 | TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts | 25 | TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts |
26 | TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts | ||
27 | TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts | ||
28 | |||
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 299f870..a1ff9cb 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -1,11 +1,28 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = advancedfm.h inputDialog.h filePermissions.h output.h | 3 | HEADERS = advancedfm.h inputDialog.h filePermissions.h output.h |
4 | SOURCES = advancedfm.cpp inputDialog.cpp filePermissions.cpp output.cpp main.cpp | 4 | SOURCES = advancedfm.cpp inputDialog.cpp filePermissions.cpp output.cpp main.cpp |
5 | TARGET = advancedfm | 5 | TARGET = advancedfm |
6 | REQUIRES=medium-config | 6 | REQUIRES=medium-config |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | 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 | |||
13 | |||
14 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts | ||
15 | TRANSLATIONS += ../../../i18n/en/advancedfm.ts | ||
16 | TRANSLATIONS += ../../../i18n/es/advancedfm.ts | ||
17 | TRANSLATIONS += ../../../i18n/fr/advancedfm.ts | ||
18 | TRANSLATIONS += ../../../i18n/hu/advancedfm.ts | ||
19 | TRANSLATIONS += ../../../i18n/ja/advancedfm.ts | ||
20 | TRANSLATIONS += ../../../i18n/ko/advancedfm.ts | ||
21 | TRANSLATIONS += ../../../i18n/no/advancedfm.ts | ||
22 | TRANSLATIONS += ../../../i18n/pl/advancedfm.ts | ||
23 | TRANSLATIONS += ../../../i18n/pt/advancedfm.ts | ||
24 | TRANSLATIONS += ../../../i18n/pt_BR/advancedfm.ts | ||
25 | TRANSLATIONS += ../../../i18n/sl/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 b3b5052..71beb2d 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro | |||
@@ -1,29 +1,32 @@ | |||
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 | 4 | ||
5 | HEADERS= dicttool.h | 5 | HEADERS= dicttool.h |
6 | SOURCES= dicttool.cpp main.cpp | 6 | SOURCES= dicttool.cpp main.cpp |
7 | 7 | ||
8 | INTERFACES= dicttoolbase.ui | 8 | INTERFACES= dicttoolbase.ui |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe | 12 | LIBS += -lqpe |
13 | 13 | ||
14 | TARGET = dictionary | 14 | TARGET = dictionary |
15 | 15 | ||
16 | TRANSLATIONS = ../i18n/pt_BR/dictionary.ts | 16 | |
17 | TRANSLATIONS += ../i18n/pt/dictionary.ts | 17 | |
18 | TRANSLATIONS += ../i18n/de/dictionary.ts | 18 | TRANSLATIONS = ../../../i18n/de/dictionary.ts |
19 | TRANSLATIONS += ../i18n/en/dictionary.ts | 19 | TRANSLATIONS += ../../../i18n/en/dictionary.ts |
20 | TRANSLATIONS += ../i18n/hu/dictionary.ts | 20 | TRANSLATIONS += ../../../i18n/es/dictionary.ts |
21 | TRANSLATIONS += ../i18n/sl/dictionary.ts | 21 | TRANSLATIONS += ../../../i18n/fr/dictionary.ts |
22 | TRANSLATIONS += ../i18n/pl/dictionary.ts | 22 | TRANSLATIONS += ../../../i18n/hu/dictionary.ts |
23 | TRANSLATIONS += ../i18n/fr/dictionary.ts | 23 | TRANSLATIONS += ../../../i18n/ja/dictionary.ts |
24 | TRANSLATIONS += ../i18n/ja/dictionary.ts | 24 | TRANSLATIONS += ../../../i18n/ko/dictionary.ts |
25 | TRANSLATIONS += ../i18n/ko/dictionary.ts | 25 | TRANSLATIONS += ../../../i18n/no/dictionary.ts |
26 | TRANSLATIONS += ../i18n/no/dictionary.ts | 26 | TRANSLATIONS += ../../../i18n/pl/dictionary.ts |
27 | TRANSLATIONS += ../i18n/zh_CN/dictionary.ts | 27 | TRANSLATIONS += ../../../i18n/pt/dictionary.ts |
28 | TRANSLATIONS += ../i18n/zh_TW/dictionary.ts | 28 | TRANSLATIONS += ../../../i18n/pt_BR/dictionary.ts |
29 | TRANSLATIONS += ../i18n/es/dictionary.ts | 29 | TRANSLATIONS += ../../../i18n/sl/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 48a132e..126708a 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -14,38 +14,41 @@ HEADERS = tableviewer.h \ | |||
14 | db/datacache.h \ | 14 | db/datacache.h \ |
15 | db/common.h \ | 15 | db/common.h \ |
16 | db/xmlsource.h \ | 16 | db/xmlsource.h \ |
17 | db/csvsource.h | 17 | db/csvsource.h |
18 | SOURCES = main.cpp \ | 18 | SOURCES = main.cpp \ |
19 | tableviewer.cpp \ | 19 | tableviewer.cpp \ |
20 | ui/commonwidgets.cpp \ | 20 | ui/commonwidgets.cpp \ |
21 | ui/tvbrowseview.cpp \ | 21 | ui/tvbrowseview.cpp \ |
22 | ui/tvfilterview.cpp \ | 22 | ui/tvfilterview.cpp \ |
23 | ui/browsekeyentry.cpp \ | 23 | ui/browsekeyentry.cpp \ |
24 | ui/filterkeyentry.cpp \ | 24 | ui/filterkeyentry.cpp \ |
25 | ui/tvlistview.cpp \ | 25 | ui/tvlistview.cpp \ |
26 | ui/tveditview.cpp \ | 26 | ui/tveditview.cpp \ |
27 | ui/tvkeyedit.cpp \ | 27 | ui/tvkeyedit.cpp \ |
28 | db/datacache.cpp \ | 28 | db/datacache.cpp \ |
29 | db/xmlsource.cpp \ | 29 | db/xmlsource.cpp \ |
30 | db/csvsource.cpp \ | 30 | db/csvsource.cpp \ |
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | 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 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts | 38 | |
39 | TRANSLATIONS += ../i18n/es/tableviewer.ts | 39 | |
40 | TRANSLATIONS += ../i18n/pt/tableviewer.ts | 40 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts |
41 | TRANSLATIONS += ../i18n/en/tableviewer.ts | 41 | TRANSLATIONS += ../../../i18n/en/tableviewer.ts |
42 | TRANSLATIONS += ../i18n/de/tableviewer.ts | 42 | TRANSLATIONS += ../../../i18n/es/tableviewer.ts |
43 | TRANSLATIONS += ../i18n/hu/tableviewer.ts | 43 | TRANSLATIONS += ../../../i18n/fr/tableviewer.ts |
44 | TRANSLATIONS += ../i18n/pl/tableviewer.ts | 44 | TRANSLATIONS += ../../../i18n/hu/tableviewer.ts |
45 | TRANSLATIONS += ../i18n/ja/tableviewer.ts | 45 | TRANSLATIONS += ../../../i18n/ja/tableviewer.ts |
46 | TRANSLATIONS += ../i18n/sl/tableviewer.ts | 46 | TRANSLATIONS += ../../../i18n/ko/tableviewer.ts |
47 | TRANSLATIONS += ../i18n/fr/tableviewer.ts | 47 | TRANSLATIONS += ../../../i18n/no/tableviewer.ts |
48 | TRANSLATIONS += ../i18n/ko/tableviewer.ts | 48 | TRANSLATIONS += ../../../i18n/pl/tableviewer.ts |
49 | TRANSLATIONS += ../i18n/no/tableviewer.ts | 49 | TRANSLATIONS += ../../../i18n/pt/tableviewer.ts |
50 | TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts | 50 | TRANSLATIONS += ../../../i18n/pt_BR/tableviewer.ts |
51 | TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts | 51 | TRANSLATIONS += ../../../i18n/sl/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 e175a42..ff92090 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -15,38 +15,41 @@ HEADERS = d3des.h \ | |||
15 | kvncconnectdlg.h \ | 15 | kvncconnectdlg.h \ |
16 | kvncoptionsdlg.h \ | 16 | kvncoptionsdlg.h \ |
17 | version.h \ | 17 | version.h \ |
18 | vncauth.h | 18 | vncauth.h |
19 | 19 | ||
20 | SOURCES = d3des.c \ | 20 | SOURCES = d3des.c \ |
21 | vncauth.c \ | 21 | vncauth.c \ |
22 | krfbbuffer.cpp \ | 22 | krfbbuffer.cpp \ |
23 | krfbcanvas.cpp \ | 23 | krfbcanvas.cpp \ |
24 | krfbconnection.cpp \ | 24 | krfbconnection.cpp \ |
25 | krfbdecoder.cpp \ | 25 | krfbdecoder.cpp \ |
26 | krfblogin.cpp \ | 26 | krfblogin.cpp \ |
27 | krfboptions.cpp \ | 27 | krfboptions.cpp \ |
28 | kvnc.cpp \ | 28 | kvnc.cpp \ |
29 | kvncconnectdlg.cpp \ | 29 | kvncconnectdlg.cpp \ |
30 | kvncoptionsdlg.cpp \ | 30 | kvncoptionsdlg.cpp \ |
31 | main.cpp | 31 | main.cpp |
32 | INTERFACES= vncoptionsbase.ui | 32 | INTERFACES= vncoptionsbase.ui |
33 | TARGET = keypebble | 33 | TARGET = keypebble |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe | 37 | LIBS += -lqpe |
38 | 38 | ||
39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts | 39 | |
40 | TRANSLATIONS += ../i18n/es/keypebble.ts | 40 | |
41 | TRANSLATIONS += ../i18n/pt/keypebble.ts | 41 | TRANSLATIONS = ../../../i18n/de/keypebble.ts |
42 | TRANSLATIONS += ../i18n/de/keypebble.ts | 42 | TRANSLATIONS += ../../../i18n/en/keypebble.ts |
43 | TRANSLATIONS += ../i18n/en/keypebble.ts | 43 | TRANSLATIONS += ../../../i18n/es/keypebble.ts |
44 | TRANSLATIONS += ../i18n/hu/keypebble.ts | 44 | TRANSLATIONS += ../../../i18n/fr/keypebble.ts |
45 | TRANSLATIONS += ../i18n/sl/keypebble.ts | 45 | TRANSLATIONS += ../../../i18n/hu/keypebble.ts |
46 | TRANSLATIONS += ../i18n/fr/keypebble.ts | 46 | TRANSLATIONS += ../../../i18n/ja/keypebble.ts |
47 | TRANSLATIONS += ../i18n/pl/keypebble.ts | 47 | TRANSLATIONS += ../../../i18n/ko/keypebble.ts |
48 | TRANSLATIONS += ../i18n/ja/keypebble.ts | 48 | TRANSLATIONS += ../../../i18n/no/keypebble.ts |
49 | TRANSLATIONS += ../i18n/ko/keypebble.ts | 49 | TRANSLATIONS += ../../../i18n/pl/keypebble.ts |
50 | TRANSLATIONS += ../i18n/no/keypebble.ts | 50 | TRANSLATIONS += ../../../i18n/pt/keypebble.ts |
51 | TRANSLATIONS += ../i18n/zh_CN/keypebble.ts | 51 | TRANSLATIONS += ../../../i18n/pt_BR/keypebble.ts |
52 | TRANSLATIONS += ../i18n/zh_TW/keypebble.ts | 52 | TRANSLATIONS += ../../../i18n/sl/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 49ecaba..1307b66 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro | |||
@@ -1,29 +1,32 @@ | |||
1 | SOURCES+= chess.cpp main.cpp | 1 | SOURCES+= chess.cpp main.cpp |
2 | HEADERS+= chess.h | 2 | HEADERS+= chess.h |
3 | DESTDIR = ../bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | TARGET = chess | 4 | TARGET = chess |
5 | DEPENDPATH+= $(OPIEDIR)/include | 5 | DEPENDPATH+= $(OPIEDIR)/include |
6 | INTERFACES = mainwindow.ui | 6 | INTERFACES = mainwindow.ui |
7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png | 7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png |
8 | TEMPLATE=app | 8 | TEMPLATE=app |
9 | CONFIG+= qt warn_on release | 9 | CONFIG+= qt warn_on release |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | LIBS+= -lqpe | 11 | 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 | TRANSLATIONS = ../i18n/pt_BR/chess.ts | 16 | |
17 | TRANSLATIONS += ../i18n/es/chess.ts | 17 | |
18 | TRANSLATIONS += ../i18n/pt/chess.ts | 18 | TRANSLATIONS = ../../../i18n/de/chess.ts |
19 | TRANSLATIONS += ../i18n/de/chess.ts | 19 | TRANSLATIONS += ../../../i18n/en/chess.ts |
20 | TRANSLATIONS += ../i18n/en/chess.ts | 20 | TRANSLATIONS += ../../../i18n/es/chess.ts |
21 | TRANSLATIONS += ../i18n/fr/chess.ts | 21 | TRANSLATIONS += ../../../i18n/fr/chess.ts |
22 | TRANSLATIONS += ../i18n/pl/chess.ts | 22 | TRANSLATIONS += ../../../i18n/hu/chess.ts |
23 | TRANSLATIONS += ../i18n/sl/chess.ts | 23 | TRANSLATIONS += ../../../i18n/ja/chess.ts |
24 | TRANSLATIONS += ../i18n/hu/chess.ts | 24 | TRANSLATIONS += ../../../i18n/ko/chess.ts |
25 | TRANSLATIONS += ../i18n/ja/chess.ts | 25 | TRANSLATIONS += ../../../i18n/no/chess.ts |
26 | TRANSLATIONS += ../i18n/ko/chess.ts | 26 | TRANSLATIONS += ../../../i18n/pl/chess.ts |
27 | TRANSLATIONS += ../i18n/no/chess.ts | 27 | TRANSLATIONS += ../../../i18n/pt/chess.ts |
28 | TRANSLATIONS += ../i18n/zh_CN/chess.ts | 28 | TRANSLATIONS += ../../../i18n/pt_BR/chess.ts |
29 | TRANSLATIONS += ../i18n/zh_TW/chess.ts | 29 | TRANSLATIONS += ../../../i18n/sl/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 ae8778e..7657823 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,25 +1,28 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = fifteen.h | 4 | HEADERS = fifteen.h |
5 | SOURCES = fifteen.cpp \ | 5 | SOURCES = fifteen.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | 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 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts | 12 | |
13 | TRANSLATIONS += ../i18n/es/fifteen.ts | 13 | |
14 | TRANSLATIONS += ../i18n/pt/fifteen.ts | 14 | TRANSLATIONS = ../../../i18n/de/fifteen.ts |
15 | TRANSLATIONS += ../i18n/de/fifteen.ts | 15 | TRANSLATIONS += ../../../i18n/en/fifteen.ts |
16 | TRANSLATIONS += ../i18n/en/fifteen.ts | 16 | TRANSLATIONS += ../../../i18n/es/fifteen.ts |
17 | TRANSLATIONS += ../i18n/hu/fifteen.ts | 17 | TRANSLATIONS += ../../../i18n/fr/fifteen.ts |
18 | TRANSLATIONS += ../i18n/pl/fifteen.ts | 18 | TRANSLATIONS += ../../../i18n/hu/fifteen.ts |
19 | TRANSLATIONS += ../i18n/ja/fifteen.ts | 19 | TRANSLATIONS += ../../../i18n/ja/fifteen.ts |
20 | TRANSLATIONS += ../i18n/sl/fifteen.ts | 20 | TRANSLATIONS += ../../../i18n/ko/fifteen.ts |
21 | TRANSLATIONS += ../i18n/ko/fifteen.ts | 21 | TRANSLATIONS += ../../../i18n/no/fifteen.ts |
22 | TRANSLATIONS += ../i18n/fr/fifteen.ts | 22 | TRANSLATIONS += ../../../i18n/pl/fifteen.ts |
23 | TRANSLATIONS += ../i18n/no/fifteen.ts | 23 | TRANSLATIONS += ../../../i18n/pt/fifteen.ts |
24 | TRANSLATIONS += ../i18n/zh_CN/fifteen.ts | 24 | TRANSLATIONS += ../../../i18n/pt_BR/fifteen.ts |
25 | TRANSLATIONS += ../i18n/zh_TW/fifteen.ts | 25 | TRANSLATIONS += ../../../i18n/sl/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 90a00a2..76cc4f2 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -1,32 +1,35 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = amigo.h \ | 4 | HEADERS = amigo.h \ |
5 | go.h \ | 5 | go.h \ |
6 | goplayutils.h \ | 6 | goplayutils.h \ |
7 | gowidget.h | 7 | gowidget.h |
8 | SOURCES = amigo.c \ | 8 | SOURCES = amigo.c \ |
9 | goplayer.c \ | 9 | goplayer.c \ |
10 | goplayutils.c \ | 10 | goplayutils.c \ |
11 | killable.c \ | 11 | killable.c \ |
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | 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 | TRANSLATIONS = ../i18n/de/go.ts | 19 | |
20 | TRANSLATIONS += ../i18n/es/go.ts | 20 | |
21 | TRANSLATIONS += ../i18n/pt/go.ts | 21 | TRANSLATIONS = ../../../i18n/de/go.ts |
22 | TRANSLATIONS += ../i18n/pt_BR/go.ts | 22 | TRANSLATIONS += ../../../i18n/en/go.ts |
23 | TRANSLATIONS += ../i18n/en/go.ts | 23 | TRANSLATIONS += ../../../i18n/es/go.ts |
24 | TRANSLATIONS += ../i18n/hu/go.ts | 24 | TRANSLATIONS += ../../../i18n/fr/go.ts |
25 | TRANSLATIONS += ../i18n/ja/go.ts | 25 | TRANSLATIONS += ../../../i18n/hu/go.ts |
26 | TRANSLATIONS += ../i18n/fr/go.ts | 26 | TRANSLATIONS += ../../../i18n/ja/go.ts |
27 | TRANSLATIONS += ../i18n/sl/go.ts | 27 | TRANSLATIONS += ../../../i18n/ko/go.ts |
28 | TRANSLATIONS += ../i18n/pl/go.ts | 28 | TRANSLATIONS += ../../../i18n/no/go.ts |
29 | TRANSLATIONS += ../i18n/ko/go.ts | 29 | TRANSLATIONS += ../../../i18n/pl/go.ts |
30 | TRANSLATIONS += ../i18n/no/go.ts | 30 | TRANSLATIONS += ../../../i18n/pt/go.ts |
31 | TRANSLATIONS += ../i18n/zh_CN/go.ts | 31 | TRANSLATIONS += ../../../i18n/pt_BR/go.ts |
32 | TRANSLATIONS += ../i18n/zh_TW/go.ts | 32 | TRANSLATIONS += ../../../i18n/sl/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 22aa98c..a4ea7da 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro | |||
@@ -1,14 +1,31 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ | 3 | HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ |
4 | Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ | 4 | Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ |
5 | UI.h objects.h inputbox.h | 5 | UI.h objects.h inputbox.h |
6 | SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ | 6 | SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ |
7 | Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ | 7 | Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ |
8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp | 8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp |
9 | INTERFACES = helpdialog.ui | 9 | INTERFACES = helpdialog.ui |
10 | TARGET = kbill | 10 | TARGET = kbill |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | 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 | |||
16 | |||
17 | TRANSLATIONS = ../../../i18n/de/kbill.ts | ||
18 | TRANSLATIONS += ../../../i18n/en/kbill.ts | ||
19 | TRANSLATIONS += ../../../i18n/es/kbill.ts | ||
20 | TRANSLATIONS += ../../../i18n/fr/kbill.ts | ||
21 | TRANSLATIONS += ../../../i18n/hu/kbill.ts | ||
22 | TRANSLATIONS += ../../../i18n/ja/kbill.ts | ||
23 | TRANSLATIONS += ../../../i18n/ko/kbill.ts | ||
24 | TRANSLATIONS += ../../../i18n/no/kbill.ts | ||
25 | TRANSLATIONS += ../../../i18n/pl/kbill.ts | ||
26 | TRANSLATIONS += ../../../i18n/pt/kbill.ts | ||
27 | TRANSLATIONS += ../../../i18n/pt_BR/kbill.ts | ||
28 | TRANSLATIONS += ../../../i18n/sl/kbill.ts | ||
29 | TRANSLATIONS += ../../../i18n/zh_CN/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 7ed418c..1801979 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -1,33 +1,36 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = checkers.h \ | 3 | HEADERS = checkers.h \ |
4 | echeckers.h \ | 4 | echeckers.h \ |
5 | field.h \ | 5 | field.h \ |
6 | kcheckers.h \ | 6 | kcheckers.h \ |
7 | rcheckers.h | 7 | rcheckers.h |
8 | SOURCES = checkers.cpp \ | 8 | SOURCES = checkers.cpp \ |
9 | echeckers.cpp \ | 9 | echeckers.cpp \ |
10 | field.cpp \ | 10 | field.cpp \ |
11 | kcheckers.cpp \ | 11 | kcheckers.cpp \ |
12 | main.cpp \ | 12 | main.cpp \ |
13 | rcheckers.cpp | 13 | rcheckers.cpp |
14 | INTERFACES= | 14 | INTERFACES= |
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | 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 | TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts | 20 | |
21 | TRANSLATIONS += ../../i18n/es/kcheckers.ts | 21 | |
22 | TRANSLATIONS += ../../i18n/pt/kcheckers.ts | 22 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts |
23 | TRANSLATIONS += ../../i18n/de/kcheckers.ts | 23 | TRANSLATIONS += ../../../i18n/en/kcheckers.ts |
24 | TRANSLATIONS += ../../i18n/en/kcheckers.ts | 24 | TRANSLATIONS += ../../../i18n/es/kcheckers.ts |
25 | TRANSLATIONS += ../../i18n/hu/kcheckers.ts | 25 | TRANSLATIONS += ../../../i18n/fr/kcheckers.ts |
26 | TRANSLATIONS += ../../i18n/sl/kcheckers.ts | 26 | TRANSLATIONS += ../../../i18n/hu/kcheckers.ts |
27 | TRANSLATIONS += ../../i18n/pl/kcheckers.ts | 27 | TRANSLATIONS += ../../../i18n/ja/kcheckers.ts |
28 | TRANSLATIONS += ../../i18n/ja/kcheckers.ts | 28 | TRANSLATIONS += ../../../i18n/ko/kcheckers.ts |
29 | TRANSLATIONS += ../../i18n/ko/kcheckers.ts | 29 | TRANSLATIONS += ../../../i18n/no/kcheckers.ts |
30 | TRANSLATIONS += ../../i18n/no/kcheckers.ts | 30 | TRANSLATIONS += ../../../i18n/pl/kcheckers.ts |
31 | TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts | 31 | TRANSLATIONS += ../../../i18n/pt/kcheckers.ts |
32 | TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts | 32 | TRANSLATIONS += ../../../i18n/pt_BR/kcheckers.ts |
33 | TRANSLATIONS += ../../i18n/fr/kcheckers.ts | 33 | TRANSLATIONS += ../../../i18n/sl/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 313d484..3ce09ab 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro | |||
@@ -19,24 +19,41 @@ HEADERS = kpacmanwidget.h \ | |||
19 | colors.h \ | 19 | colors.h \ |
20 | config.h \ | 20 | config.h \ |
21 | portable.h | 21 | portable.h |
22 | SOURCES = kpacmanwidget.cpp \ | 22 | SOURCES = kpacmanwidget.cpp \ |
23 | referee.cpp \ | 23 | referee.cpp \ |
24 | status.cpp \ | 24 | status.cpp \ |
25 | painter.cpp \ | 25 | painter.cpp \ |
26 | score.cpp \ | 26 | score.cpp \ |
27 | pacman.cpp \ | 27 | pacman.cpp \ |
28 | monster.cpp \ | 28 | monster.cpp \ |
29 | keys.cpp \ | 29 | keys.cpp \ |
30 | fruit.cpp \ | 30 | fruit.cpp \ |
31 | energizer.cpp \ | 31 | energizer.cpp \ |
32 | board.cpp \ | 32 | board.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 | 37 | ||
38 | INCLUDEPATH+= $(OPIEDIR)/include | 38 | INCLUDEPATH+= $(OPIEDIR)/include |
39 | DEPENDPATH+= $(OPIEDIR)/include | 39 | DEPENDPATH+= $(OPIEDIR)/include |
40 | LIBS += -lqpe | 40 | LIBS += -lqpe |
41 | DESTDIR = $(OPIEDIR)/bin | 41 | DESTDIR = $(OPIEDIR)/bin |
42 | TARGET = kpacman | 42 | TARGET = kpacman |
43 | |||
44 | |||
45 | TRANSLATIONS = ../../../i18n/de/kpacman.ts | ||
46 | TRANSLATIONS += ../../../i18n/en/kpacman.ts | ||
47 | TRANSLATIONS += ../../../i18n/es/kpacman.ts | ||
48 | TRANSLATIONS += ../../../i18n/fr/kpacman.ts | ||
49 | TRANSLATIONS += ../../../i18n/hu/kpacman.ts | ||
50 | TRANSLATIONS += ../../../i18n/ja/kpacman.ts | ||
51 | TRANSLATIONS += ../../../i18n/ko/kpacman.ts | ||
52 | TRANSLATIONS += ../../../i18n/no/kpacman.ts | ||
53 | TRANSLATIONS += ../../../i18n/pl/kpacman.ts | ||
54 | TRANSLATIONS += ../../../i18n/pt/kpacman.ts | ||
55 | TRANSLATIONS += ../../../i18n/pt_BR/kpacman.ts | ||
56 | TRANSLATIONS += ../../../i18n/sl/kpacman.ts | ||
57 | TRANSLATIONS += ../../../i18n/zh_CN/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 5b563ba..1173cd2 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -1,25 +1,28 @@ | |||
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 | HEADERS = mindbreaker.h | 4 | HEADERS = mindbreaker.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | mindbreaker.cpp | 6 | mindbreaker.cpp |
7 | TARGET = mindbreaker | 7 | 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 | TRANSLATIONS = ../i18n/de/mindbreaker.ts | 12 | |
13 | TRANSLATIONS += ../i18n/es/mindbreaker.ts | 13 | |
14 | TRANSLATIONS += ../i18n/pt/mindbreaker.ts | 14 | TRANSLATIONS = ../../../i18n/de/mindbreaker.ts |
15 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts | 15 | TRANSLATIONS += ../../../i18n/en/mindbreaker.ts |
16 | TRANSLATIONS += ../i18n/en/mindbreaker.ts | 16 | TRANSLATIONS += ../../../i18n/es/mindbreaker.ts |
17 | TRANSLATIONS += ../i18n/hu/mindbreaker.ts | 17 | TRANSLATIONS += ../../../i18n/fr/mindbreaker.ts |
18 | TRANSLATIONS += ../i18n/fr/mindbreaker.ts | 18 | TRANSLATIONS += ../../../i18n/hu/mindbreaker.ts |
19 | TRANSLATIONS += ../i18n/ja/mindbreaker.ts | 19 | TRANSLATIONS += ../../../i18n/ja/mindbreaker.ts |
20 | TRANSLATIONS += ../i18n/sl/mindbreaker.ts | 20 | TRANSLATIONS += ../../../i18n/ko/mindbreaker.ts |
21 | TRANSLATIONS += ../i18n/pl/mindbreaker.ts | 21 | TRANSLATIONS += ../../../i18n/no/mindbreaker.ts |
22 | TRANSLATIONS += ../i18n/ko/mindbreaker.ts | 22 | TRANSLATIONS += ../../../i18n/pl/mindbreaker.ts |
23 | TRANSLATIONS += ../i18n/no/mindbreaker.ts | 23 | TRANSLATIONS += ../../../i18n/pt/mindbreaker.ts |
24 | TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts | 24 | TRANSLATIONS += ../../../i18n/pt_BR/mindbreaker.ts |
25 | TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts | 25 | TRANSLATIONS += ../../../i18n/sl/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 c76e5e5..8453a74 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -1,27 +1,30 @@ | |||
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 | HEADERS = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | minesweep.h | 5 | minesweep.h |
6 | SOURCES = main.cpp \ | 6 | SOURCES = main.cpp \ |
7 | minefield.cpp \ | 7 | minefield.cpp \ |
8 | minesweep.cpp | 8 | minesweep.cpp |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | 13 | ||
14 | TRANSLATIONS = ../i18n/de/minesweep.ts | 14 | |
15 | TRANSLATIONS += ../i18n/es/minesweep.ts | 15 | |
16 | TRANSLATIONS += ../i18n/pt/minesweep.ts | 16 | TRANSLATIONS = ../../../i18n/de/minesweep.pro.in.ts |
17 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts | 17 | TRANSLATIONS += ../../../i18n/en/minesweep.pro.in.ts |
18 | TRANSLATIONS += ../i18n/en/minesweep.ts | 18 | TRANSLATIONS += ../../../i18n/es/minesweep.pro.in.ts |
19 | TRANSLATIONS += ../i18n/hu/minesweep.ts | 19 | TRANSLATIONS += ../../../i18n/fr/minesweep.pro.in.ts |
20 | TRANSLATIONS += ../i18n/ja/minesweep.ts | 20 | TRANSLATIONS += ../../../i18n/hu/minesweep.pro.in.ts |
21 | TRANSLATIONS += ../i18n/fr/minesweep.ts | 21 | TRANSLATIONS += ../../../i18n/ja/minesweep.pro.in.ts |
22 | TRANSLATIONS += ../i18n/ko/minesweep.ts | 22 | TRANSLATIONS += ../../../i18n/ko/minesweep.pro.in.ts |
23 | TRANSLATIONS += ../i18n/pl/minesweep.ts | 23 | TRANSLATIONS += ../../../i18n/no/minesweep.pro.in.ts |
24 | TRANSLATIONS += ../i18n/sl/minesweep.ts | 24 | TRANSLATIONS += ../../../i18n/pl/minesweep.pro.in.ts |
25 | TRANSLATIONS += ../i18n/no/minesweep.ts | 25 | TRANSLATIONS += ../../../i18n/pt/minesweep.pro.in.ts |
26 | TRANSLATIONS += ../i18n/zh_CN/minesweep.ts | 26 | TRANSLATIONS += ../../../i18n/pt_BR/minesweep.pro.in.ts |
27 | TRANSLATIONS += ../i18n/zh_TW/minesweep.ts | 27 | TRANSLATIONS += ../../../i18n/sl/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 84e0964..5977024 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -1,24 +1,27 @@ | |||
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 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h | 4 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h |
5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp | 5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp |
6 | TARGET = parashoot | 6 | 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 | TRANSLATIONS = ../i18n/de/parashoot.ts | 11 | |
12 | TRANSLATIONS += ../i18n/es/parashoot.ts | 12 | |
13 | TRANSLATIONS += ../i18n/pt/parashoot.ts | 13 | TRANSLATIONS = ../../../i18n/de/parashoot.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts | 14 | TRANSLATIONS += ../../../i18n/en/parashoot.ts |
15 | TRANSLATIONS += ../i18n/en/parashoot.ts | 15 | TRANSLATIONS += ../../../i18n/es/parashoot.ts |
16 | TRANSLATIONS += ../i18n/hu/parashoot.ts | 16 | TRANSLATIONS += ../../../i18n/fr/parashoot.ts |
17 | TRANSLATIONS += ../i18n/ja/parashoot.ts | 17 | TRANSLATIONS += ../../../i18n/hu/parashoot.ts |
18 | TRANSLATIONS += ../i18n/pl/parashoot.ts | 18 | TRANSLATIONS += ../../../i18n/ja/parashoot.ts |
19 | TRANSLATIONS += ../i18n/ko/parashoot.ts | 19 | TRANSLATIONS += ../../../i18n/ko/parashoot.ts |
20 | TRANSLATIONS += ../i18n/fr/parashoot.ts | 20 | TRANSLATIONS += ../../../i18n/no/parashoot.ts |
21 | TRANSLATIONS += ../i18n/sl/parashoot.ts | 21 | TRANSLATIONS += ../../../i18n/pl/parashoot.ts |
22 | TRANSLATIONS += ../i18n/no/parashoot.ts | 22 | TRANSLATIONS += ../../../i18n/pt/parashoot.ts |
23 | TRANSLATIONS += ../i18n/zh_CN/parashoot.ts | 23 | TRANSLATIONS += ../../../i18n/pt_BR/parashoot.ts |
24 | TRANSLATIONS += ../i18n/zh_TW/parashoot.ts | 24 | TRANSLATIONS += ../../../i18n/sl/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 b35bdb0..5876f8b 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -1,24 +1,27 @@ | |||
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 | HEADERS = ledmeter.h sprites.h toplevel.h view.h | 4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h |
5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp | 5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp |
6 | TARGET = qasteroids | 6 | 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 | TRANSLATIONS = ../i18n/de/qasteroids.ts | 11 | |
12 | TRANSLATIONS += ../i18n/pt/qasteroids.ts | 12 | |
13 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts | 13 | TRANSLATIONS = ../../../i18n/de/qasteroids.ts |
14 | TRANSLATIONS += ../i18n/en/qasteroids.ts | 14 | TRANSLATIONS += ../../../i18n/en/qasteroids.ts |
15 | TRANSLATIONS += ../i18n/hu/qasteroids.ts | 15 | TRANSLATIONS += ../../../i18n/es/qasteroids.ts |
16 | TRANSLATIONS += ../i18n/fr/qasteroids.ts | 16 | TRANSLATIONS += ../../../i18n/fr/qasteroids.ts |
17 | TRANSLATIONS += ../i18n/ja/qasteroids.ts | 17 | TRANSLATIONS += ../../../i18n/hu/qasteroids.ts |
18 | TRANSLATIONS += ../i18n/pl/qasteroids.ts | 18 | TRANSLATIONS += ../../../i18n/ja/qasteroids.ts |
19 | TRANSLATIONS += ../i18n/ko/qasteroids.ts | 19 | TRANSLATIONS += ../../../i18n/ko/qasteroids.ts |
20 | TRANSLATIONS += ../i18n/sl/qasteroids.ts | 20 | TRANSLATIONS += ../../../i18n/no/qasteroids.ts |
21 | TRANSLATIONS += ../i18n/no/qasteroids.ts | 21 | TRANSLATIONS += ../../../i18n/pl/qasteroids.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts | 22 | TRANSLATIONS += ../../../i18n/pt/qasteroids.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts | 23 | TRANSLATIONS += ../../../i18n/pt_BR/qasteroids.ts |
24 | TRANSLATIONS += ../i18n/es/qasteroids.ts | 24 | TRANSLATIONS += ../../../i18n/sl/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 7c8829b..8fbf15c 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -1,24 +1,27 @@ | |||
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 | HEADERS = snake.h target.h obstacle.h interface.h codes.h | 4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h |
5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp | 5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp |
6 | TARGET = snake | 6 | 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 | TRANSLATIONS = ../i18n/de/snake.ts | 11 | |
12 | TRANSLATIONS += ../i18n/es/snake.ts | 12 | |
13 | TRANSLATIONS += ../i18n/pt/snake.ts | 13 | TRANSLATIONS = ../../../i18n/de/snake.ts |
14 | TRANSLATIONS += ../i18n/pt_BR/snake.ts | 14 | TRANSLATIONS += ../../../i18n/en/snake.ts |
15 | TRANSLATIONS += ../i18n/en/snake.ts | 15 | TRANSLATIONS += ../../../i18n/es/snake.ts |
16 | TRANSLATIONS += ../i18n/hu/snake.ts | 16 | TRANSLATIONS += ../../../i18n/fr/snake.ts |
17 | TRANSLATIONS += ../i18n/sl/snake.ts | 17 | TRANSLATIONS += ../../../i18n/hu/snake.ts |
18 | TRANSLATIONS += ../i18n/fr/snake.ts | 18 | TRANSLATIONS += ../../../i18n/ja/snake.ts |
19 | TRANSLATIONS += ../i18n/ja/snake.ts | 19 | TRANSLATIONS += ../../../i18n/ko/snake.ts |
20 | TRANSLATIONS += ../i18n/ko/snake.ts | 20 | TRANSLATIONS += ../../../i18n/no/snake.ts |
21 | TRANSLATIONS += ../i18n/pl/snake.ts | 21 | TRANSLATIONS += ../../../i18n/pl/snake.ts |
22 | TRANSLATIONS += ../i18n/no/snake.ts | 22 | TRANSLATIONS += ../../../i18n/pt/snake.ts |
23 | TRANSLATIONS += ../i18n/zh_CN/snake.ts | 23 | TRANSLATIONS += ../../../i18n/pt_BR/snake.ts |
24 | TRANSLATIONS += ../i18n/zh_TW/snake.ts | 24 | TRANSLATIONS += ../../../i18n/sl/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 7a01e2b..4919dbf 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -1,31 +1,34 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 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 | 6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h |
7 | 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 | 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 |
9 | 9 | ||
10 | TARGET = patience | 10 | TARGET = patience |
11 | 11 | ||
12 | INCLUDEPATH += $(OPIEDIR)/include | 12 | INCLUDEPATH += $(OPIEDIR)/include |
13 | DEPENDPATH+= $(OPIEDIR)/include | 13 | DEPENDPATH+= $(OPIEDIR)/include |
14 | LIBS += -lqpe | 14 | LIBS += -lqpe |
15 | 15 | ||
16 | REQUIRES= patience | 16 | REQUIRES= patience |
17 | 17 | ||
18 | TRANSLATIONS = ../i18n/de/patience.ts | 18 | |
19 | TRANSLATIONS += ../i18n/es/patience.ts | 19 | |
20 | TRANSLATIONS += ../i18n/pt/patience.ts | 20 | TRANSLATIONS = ../../../i18n/de/patience.ts |
21 | TRANSLATIONS += ../i18n/pt_BR/patience.ts | 21 | TRANSLATIONS += ../../../i18n/en/patience.ts |
22 | TRANSLATIONS += ../i18n/en/patience.ts | 22 | TRANSLATIONS += ../../../i18n/es/patience.ts |
23 | TRANSLATIONS += ../i18n/hu/patience.ts | 23 | TRANSLATIONS += ../../../i18n/fr/patience.ts |
24 | TRANSLATIONS += ../i18n/ja/patience.ts | 24 | TRANSLATIONS += ../../../i18n/hu/patience.ts |
25 | TRANSLATIONS += ../i18n/sl/patience.ts | 25 | TRANSLATIONS += ../../../i18n/ja/patience.ts |
26 | TRANSLATIONS += ../i18n/ko/patience.ts | 26 | TRANSLATIONS += ../../../i18n/ko/patience.ts |
27 | TRANSLATIONS += ../i18n/pl/patience.ts | 27 | TRANSLATIONS += ../../../i18n/no/patience.ts |
28 | TRANSLATIONS += ../i18n/no/patience.ts | 28 | TRANSLATIONS += ../../../i18n/pl/patience.ts |
29 | TRANSLATIONS += ../i18n/fr/patience.ts | 29 | TRANSLATIONS += ../../../i18n/pt/patience.ts |
30 | TRANSLATIONS += ../i18n/zh_CN/patience.ts | 30 | TRANSLATIONS += ../../../i18n/pt_BR/patience.ts |
31 | TRANSLATIONS += ../i18n/zh_TW/patience.ts | 31 | TRANSLATIONS += ../../../i18n/sl/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 52ae49f..4928ff7 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -1,32 +1,35 @@ | |||
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 | HEADERS = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | gtetrix.h \ | 5 | gtetrix.h \ |
6 | qtetrix.h \ | 6 | qtetrix.h \ |
7 | qtetrixb.h \ | 7 | qtetrixb.h \ |
8 | tpiece.h | 8 | tpiece.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | gtetrix.cpp \ | 10 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 11 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 12 | qtetrixb.cpp \ |
13 | tpiece.cpp | 13 | tpiece.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INTERFACES= | 17 | INTERFACES= |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts | 19 | |
20 | TRANSLATIONS += ../i18n/es/tetrix.ts | 20 | |
21 | TRANSLATIONS += ../i18n/pt/tetrix.ts | 21 | TRANSLATIONS = ../../../i18n/de/tetrix.pro.in.ts |
22 | TRANSLATIONS += ../i18n/de/tetrix.ts | 22 | TRANSLATIONS += ../../../i18n/en/tetrix.pro.in.ts |
23 | TRANSLATIONS += ../i18n/en/tetrix.ts | 23 | TRANSLATIONS += ../../../i18n/es/tetrix.pro.in.ts |
24 | TRANSLATIONS += ../i18n/fr/tetrix.ts | 24 | TRANSLATIONS += ../../../i18n/fr/tetrix.pro.in.ts |
25 | TRANSLATIONS += ../i18n/hu/tetrix.ts | 25 | TRANSLATIONS += ../../../i18n/hu/tetrix.pro.in.ts |
26 | TRANSLATIONS += ../i18n/sl/tetrix.ts | 26 | TRANSLATIONS += ../../../i18n/ja/tetrix.pro.in.ts |
27 | TRANSLATIONS += ../i18n/ja/tetrix.ts | 27 | TRANSLATIONS += ../../../i18n/ko/tetrix.pro.in.ts |
28 | TRANSLATIONS += ../i18n/ko/tetrix.ts | 28 | TRANSLATIONS += ../../../i18n/no/tetrix.pro.in.ts |
29 | TRANSLATIONS += ../i18n/no/tetrix.ts | 29 | TRANSLATIONS += ../../../i18n/pl/tetrix.pro.in.ts |
30 | TRANSLATIONS += ../i18n/zh_CN/tetrix.ts | 30 | TRANSLATIONS += ../../../i18n/pt/tetrix.pro.in.ts |
31 | TRANSLATIONS += ../i18n/pl/tetrix.ts | 31 | TRANSLATIONS += ../../../i18n/pt_BR/tetrix.pro.in.ts |
32 | TRANSLATIONS += ../i18n/zh_TW/tetrix.ts | 32 | TRANSLATIONS += ../../../i18n/sl/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 57a9246..071eefa 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -1,26 +1,29 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = tictac.h | 3 | HEADERS = tictac.h |
4 | SOURCES = main.cpp \ | 4 | SOURCES = main.cpp \ |
5 | tictac.cpp | 5 | tictac.cpp |
6 | TARGET = tictac | 6 | TARGET = tictac |
7 | REQUIRES=medium-config | 7 | REQUIRES=medium-config |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | 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 | TRANSLATIONS = ../../i18n/pt_BR/tictac.ts | 13 | |
14 | TRANSLATIONS += ../../i18n/es/tictac.ts | 14 | |
15 | TRANSLATIONS += ../../i18n/pt/tictac.ts | 15 | TRANSLATIONS = ../../../i18n/de/tictac.ts |
16 | TRANSLATIONS += ../../i18n/de/tictac.ts | 16 | TRANSLATIONS += ../../../i18n/en/tictac.ts |
17 | TRANSLATIONS += ../../i18n/en/tictac.ts | 17 | TRANSLATIONS += ../../../i18n/es/tictac.ts |
18 | TRANSLATIONS += ../../i18n/hu/tictac.ts | 18 | TRANSLATIONS += ../../../i18n/fr/tictac.ts |
19 | TRANSLATIONS += ../../i18n/sl/tictac.ts | 19 | TRANSLATIONS += ../../../i18n/hu/tictac.ts |
20 | TRANSLATIONS += ../../i18n/ja/tictac.ts | 20 | TRANSLATIONS += ../../../i18n/ja/tictac.ts |
21 | TRANSLATIONS += ../../i18n/ko/tictac.ts | 21 | TRANSLATIONS += ../../../i18n/ko/tictac.ts |
22 | TRANSLATIONS += ../../i18n/no/tictac.ts | 22 | TRANSLATIONS += ../../../i18n/no/tictac.ts |
23 | TRANSLATIONS += ../../i18n/pl/tictac.ts | 23 | TRANSLATIONS += ../../../i18n/pl/tictac.ts |
24 | TRANSLATIONS += ../../i18n/zh_CN/tictac.ts | 24 | TRANSLATIONS += ../../../i18n/pt/tictac.ts |
25 | TRANSLATIONS += ../../i18n/zh_TW/tictac.ts | 25 | TRANSLATIONS += ../../../i18n/pt_BR/tictac.ts |
26 | TRANSLATIONS += ../../i18n/fr/tictac.ts | 26 | TRANSLATIONS += ../../../i18n/sl/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 553a63a..495f6d2 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -1,26 +1,29 @@ | |||
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 | HEADERS = wordgame.h | 4 | HEADERS = wordgame.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | wordgame.cpp | 6 | wordgame.cpp |
7 | INTERFACES= newgamebase.ui rulesbase.ui | 7 | INTERFACES= newgamebase.ui rulesbase.ui |
8 | TARGET = wordgame | 8 | 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 | TRANSLATIONS = ../i18n/pt_BR/wordgame.ts | 13 | |
14 | TRANSLATIONS += ../i18n/es/wordgame.ts | 14 | |
15 | TRANSLATIONS += ../i18n/pt/wordgame.ts | 15 | TRANSLATIONS = ../../../i18n/de/wordgame.ts |
16 | TRANSLATIONS += ../i18n/de/wordgame.ts | 16 | TRANSLATIONS += ../../../i18n/en/wordgame.ts |
17 | TRANSLATIONS += ../i18n/en/wordgame.ts | 17 | TRANSLATIONS += ../../../i18n/es/wordgame.ts |
18 | TRANSLATIONS += ../i18n/hu/wordgame.ts | 18 | TRANSLATIONS += ../../../i18n/fr/wordgame.ts |
19 | TRANSLATIONS += ../i18n/sl/wordgame.ts | 19 | TRANSLATIONS += ../../../i18n/hu/wordgame.ts |
20 | TRANSLATIONS += ../i18n/ja/wordgame.ts | 20 | TRANSLATIONS += ../../../i18n/ja/wordgame.ts |
21 | TRANSLATIONS += ../i18n/ko/wordgame.ts | 21 | TRANSLATIONS += ../../../i18n/ko/wordgame.ts |
22 | TRANSLATIONS += ../i18n/pl/wordgame.ts | 22 | TRANSLATIONS += ../../../i18n/no/wordgame.ts |
23 | TRANSLATIONS += ../i18n/no/wordgame.ts | 23 | TRANSLATIONS += ../../../i18n/pl/wordgame.ts |
24 | TRANSLATIONS += ../i18n/zh_CN/wordgame.ts | 24 | TRANSLATIONS += ../../../i18n/pt/wordgame.ts |
25 | TRANSLATIONS += ../i18n/zh_TW/wordgame.ts | 25 | TRANSLATIONS += ../../../i18n/pt_BR/wordgame.ts |
26 | TRANSLATIONS += ../i18n/fr/wordgame.ts | 26 | TRANSLATIONS += ../../../i18n/sl/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 8f70cc6..6d7c326 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -24,38 +24,41 @@ SOURCES = drawpad.cpp \ | |||
24 | ellipsetool.cpp \ | 24 | ellipsetool.cpp \ |
25 | erasetool.cpp \ | 25 | erasetool.cpp \ |
26 | exportdialog.cpp \ | 26 | exportdialog.cpp \ |
27 | filltool.cpp \ | 27 | filltool.cpp \ |
28 | filledellipsetool.cpp \ | 28 | filledellipsetool.cpp \ |
29 | filledrectangletool.cpp \ | 29 | filledrectangletool.cpp \ |
30 | importdialog.cpp \ | 30 | importdialog.cpp \ |
31 | linetool.cpp \ | 31 | linetool.cpp \ |
32 | main.cpp \ | 32 | main.cpp \ |
33 | newpagedialog.cpp \ | 33 | newpagedialog.cpp \ |
34 | page.cpp \ | 34 | page.cpp \ |
35 | pageinformationdialog.cpp \ | 35 | pageinformationdialog.cpp \ |
36 | pointtool.cpp \ | 36 | pointtool.cpp \ |
37 | rectangletool.cpp \ | 37 | rectangletool.cpp \ |
38 | shapetool.cpp \ | 38 | shapetool.cpp \ |
39 | texttool.cpp \ | 39 | texttool.cpp \ |
40 | thumbnailview.cpp \ | 40 | thumbnailview.cpp \ |
41 | tool.cpp | 41 | tool.cpp |
42 | INCLUDEPATH+= $(OPIEDIR)/include | 42 | INCLUDEPATH+= $(OPIEDIR)/include |
43 | DEPENDPATH+= $(OPIEDIR)/include | 43 | 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 | TRANSLATIONS= ../../i18n/de/drawpad.ts | 48 | |
49 | TRANSLATIONS+= ../../i18n/en/drawpad.ts | 49 | |
50 | TRANSLATIONS+= ../../i18n/es/drawpad.ts | 50 | TRANSLATIONS = ../../../i18n/de/drawpad.ts |
51 | TRANSLATIONS+= ../../i18n/fr/drawpad.ts | 51 | TRANSLATIONS += ../../../i18n/en/drawpad.ts |
52 | TRANSLATIONS+= ../../i18n/hu/drawpad.ts | 52 | TRANSLATIONS += ../../../i18n/es/drawpad.ts |
53 | TRANSLATIONS+= ../../i18n/ja/drawpad.ts | 53 | TRANSLATIONS += ../../../i18n/fr/drawpad.ts |
54 | TRANSLATIONS+= ../../i18n/ko/drawpad.ts | 54 | TRANSLATIONS += ../../../i18n/hu/drawpad.ts |
55 | TRANSLATIONS+= ../../i18n/no/drawpad.ts | 55 | TRANSLATIONS += ../../../i18n/ja/drawpad.ts |
56 | TRANSLATIONS+= ../../i18n/pl/drawpad.ts | 56 | TRANSLATIONS += ../../../i18n/ko/drawpad.ts |
57 | TRANSLATIONS+= ../../i18n/pt/drawpad.ts | 57 | TRANSLATIONS += ../../../i18n/no/drawpad.ts |
58 | TRANSLATIONS+= ../../i18n/pt_BR/drawpad.ts | 58 | TRANSLATIONS += ../../../i18n/pl/drawpad.ts |
59 | TRANSLATIONS+= ../../i18n/sl/drawpad.ts | 59 | TRANSLATIONS += ../../../i18n/pt/drawpad.ts |
60 | TRANSLATIONS+= ../../i18n/zh_CN/drawpad.ts | 60 | TRANSLATIONS += ../../../i18n/pt_BR/drawpad.ts |
61 | TRANSLATIONS+= ../../i18n/zh_TW/drawpad.ts | 61 | TRANSLATIONS += ../../../i18n/sl/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 1cf87ec..78ee67c 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,32 +1,35 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS = showimg.h | 6 | HEADERS = showimg.h |
7 | 7 | ||
8 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
9 | showimg.cpp | 9 | showimg.cpp |
10 | 10 | ||
11 | TARGET = showimg | 11 | TARGET = showimg |
12 | 12 | ||
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += $(OPIEDIR)/include | 14 | DEPENDPATH += $(OPIEDIR)/include |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | 16 | ||
17 | REQUIRES = showimg | 17 | REQUIRES = showimg |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/pt_BR/showimg.ts | 19 | |
20 | TRANSLATIONS += ../i18n/es/showimg.ts | 20 | |
21 | TRANSLATIONS += ../i18n/pt/showimg.ts | 21 | TRANSLATIONS = ../../../i18n/de/showimg.ts |
22 | TRANSLATIONS += ../i18n/de/showimg.ts | 22 | TRANSLATIONS += ../../../i18n/en/showimg.ts |
23 | TRANSLATIONS += ../i18n/en/showimg.ts | 23 | TRANSLATIONS += ../../../i18n/es/showimg.ts |
24 | TRANSLATIONS += ../i18n/hu/showimg.ts | 24 | TRANSLATIONS += ../../../i18n/fr/showimg.ts |
25 | TRANSLATIONS += ../i18n/sl/showimg.ts | 25 | TRANSLATIONS += ../../../i18n/hu/showimg.ts |
26 | TRANSLATIONS += ../i18n/ja/showimg.ts | 26 | TRANSLATIONS += ../../../i18n/ja/showimg.ts |
27 | TRANSLATIONS += ../i18n/pl/showimg.ts | 27 | TRANSLATIONS += ../../../i18n/ko/showimg.ts |
28 | TRANSLATIONS += ../i18n/ko/showimg.ts | 28 | TRANSLATIONS += ../../../i18n/no/showimg.ts |
29 | TRANSLATIONS += ../i18n/no/showimg.ts | 29 | TRANSLATIONS += ../../../i18n/pl/showimg.ts |
30 | TRANSLATIONS += ../i18n/zh_CN/showimg.ts | 30 | TRANSLATIONS += ../../../i18n/pt/showimg.ts |
31 | TRANSLATIONS += ../i18n/zh_TW/showimg.ts | 31 | TRANSLATIONS += ../../../i18n/pt_BR/showimg.ts |
32 | TRANSLATIONS += ../i18n/fr/showimg.ts | 32 | TRANSLATIONS += ../../../i18n/sl/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 509d6f3..3b6d3ea 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -1,25 +1,28 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = opieftp.h inputDialog.h ftplib.h | 3 | HEADERS = opieftp.h inputDialog.h ftplib.h |
4 | SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp | 4 | SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp |
5 | TARGET = opieftp | 5 | TARGET = opieftp |
6 | REQUIRES=medium-config | 6 | REQUIRES=medium-config |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | 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 | TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts | 12 | |
13 | TRANSLATIONS += ../../i18n/es/opieftp.ts | 13 | |
14 | TRANSLATIONS += ../../i18n/pt/opieftp.ts | 14 | TRANSLATIONS = ../../../i18n/de/opieftp.ts |
15 | TRANSLATIONS += ../../i18n/de/opieftp.ts | 15 | TRANSLATIONS += ../../../i18n/en/opieftp.ts |
16 | TRANSLATIONS += ../../i18n/en/opieftp.ts | 16 | TRANSLATIONS += ../../../i18n/es/opieftp.ts |
17 | TRANSLATIONS += ../../i18n/hu/opieftp.ts | 17 | TRANSLATIONS += ../../../i18n/fr/opieftp.ts |
18 | TRANSLATIONS += ../../i18n/sl/opieftp.ts | 18 | TRANSLATIONS += ../../../i18n/hu/opieftp.ts |
19 | TRANSLATIONS += ../../i18n/pl/opieftp.ts | 19 | TRANSLATIONS += ../../../i18n/ja/opieftp.ts |
20 | TRANSLATIONS += ../../i18n/ja/opieftp.ts | 20 | TRANSLATIONS += ../../../i18n/ko/opieftp.ts |
21 | TRANSLATIONS += ../../i18n/ko/opieftp.ts | 21 | TRANSLATIONS += ../../../i18n/no/opieftp.ts |
22 | TRANSLATIONS += ../../i18n/no/opieftp.ts | 22 | TRANSLATIONS += ../../../i18n/pl/opieftp.ts |
23 | TRANSLATIONS += ../../i18n/zh_CN/opieftp.ts | 23 | TRANSLATIONS += ../../../i18n/pt/opieftp.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/opieftp.ts | 24 | TRANSLATIONS += ../../../i18n/pt_BR/opieftp.ts |
25 | TRANSLATIONS += ../../i18n/fr/opieftp.ts | 25 | TRANSLATIONS += ../../../i18n/sl/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 cb78f85..e0a93dc 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro | |||
@@ -1,12 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = bluezapplet.h bluezappletimpl.h | 3 | HEADERS = bluezapplet.h bluezappletimpl.h |
4 | SOURCES = bluezapplet.cpp bluezappletimpl.cpp | 4 | SOURCES = bluezapplet.cpp bluezappletimpl.cpp |
5 | TARGET = bluetoothapplet | 5 | TARGET = bluetoothapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 8 | 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 | |||
14 | |||
15 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts | ||
16 | TRANSLATIONS += ../../../../i18n/en/libbluetoothapplet.ts | ||
17 | TRANSLATIONS += ../../../../i18n/es/libbluetoothapplet.ts | ||
18 | TRANSLATIONS += ../../../../i18n/fr/libbluetoothapplet.ts | ||
19 | TRANSLATIONS += ../../../../i18n/hu/libbluetoothapplet.ts | ||
20 | TRANSLATIONS += ../../../../i18n/ja/libbluetoothapplet.ts | ||
21 | TRANSLATIONS += ../../../../i18n/ko/libbluetoothapplet.ts | ||
22 | TRANSLATIONS += ../../../../i18n/no/libbluetoothapplet.ts | ||
23 | TRANSLATIONS += ../../../../i18n/pl/libbluetoothapplet.ts | ||
24 | TRANSLATIONS += ../../../../i18n/pt/libbluetoothapplet.ts | ||
25 | TRANSLATIONS += ../../../../i18n/pt_BR/libbluetoothapplet.ts | ||
26 | TRANSLATIONS += ../../../../i18n/sl/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 32366bc..4a622df 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -1,12 +1,29 @@ | |||
1 | TEMPLATE = app | 1 | 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 = pindlg.h | 4 | HEADERS = pindlg.h |
5 | SOURCES = main.cc pindlg.cc | 5 | SOURCES = main.cc pindlg.cc |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib | 7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES = pindlgbase.ui | 10 | INTERFACES = pindlgbase.ui |
11 | TARGET = $(OPIEDIR)/bin/bluepin | 11 | TARGET = $(OPIEDIR)/bin/bluepin |
12 | 12 | ||
13 | |||
14 | |||
15 | TRANSLATIONS = ../../../../i18n/de/$(OPIEDIR)/bin/bluepin.ts | ||
16 | TRANSLATIONS += ../../../../i18n/en/$(OPIEDIR)/bin/bluepin.ts | ||
17 | TRANSLATIONS += ../../../../i18n/es/$(OPIEDIR)/bin/bluepin.ts | ||
18 | TRANSLATIONS += ../../../../i18n/fr/$(OPIEDIR)/bin/bluepin.ts | ||
19 | TRANSLATIONS += ../../../../i18n/hu/$(OPIEDIR)/bin/bluepin.ts | ||
20 | TRANSLATIONS += ../../../../i18n/ja/$(OPIEDIR)/bin/bluepin.ts | ||
21 | TRANSLATIONS += ../../../../i18n/ko/$(OPIEDIR)/bin/bluepin.ts | ||
22 | TRANSLATIONS += ../../../../i18n/no/$(OPIEDIR)/bin/bluepin.ts | ||
23 | TRANSLATIONS += ../../../../i18n/pl/$(OPIEDIR)/bin/bluepin.ts | ||
24 | TRANSLATIONS += ../../../../i18n/pt/$(OPIEDIR)/bin/bluepin.ts | ||
25 | TRANSLATIONS += ../../../../i18n/pt_BR/$(OPIEDIR)/bin/bluepin.ts | ||
26 | TRANSLATIONS += ../../../../i18n/sl/$(OPIEDIR)/bin/bluepin.ts | ||
27 | TRANSLATIONS += ../../../../i18n/zh_CN/$(OPIEDIR)/bin/bluepin.ts | ||
28 | TRANSLATIONS += ../../../../i18n/zh_TW/$(OPIEDIR)/bin/bluepin.ts | ||
29 | |||
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index 72cb456..eec7e43 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro | |||
@@ -1,9 +1,26 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = parser.h device.h manager.h remotedevice.h services.h | 3 | HEADERS = parser.h device.h manager.h remotedevice.h services.h |
4 | SOURCES = parser.cc device.cc manager.cc remotedevice.cc services.cc | 4 | SOURCES = parser.cc device.cc manager.cc remotedevice.cc services.cc |
5 | TARGET = opietooth | 5 | TARGET = opietooth |
6 | INCLUDEPATH += $(OPIEDIR)/include . | 6 | 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 | |||
11 | |||
12 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts | ||
13 | TRANSLATIONS += ../../../../i18n/en/libopietooth.ts | ||
14 | TRANSLATIONS += ../../../../i18n/es/libopietooth.ts | ||
15 | TRANSLATIONS += ../../../../i18n/fr/libopietooth.ts | ||
16 | TRANSLATIONS += ../../../../i18n/hu/libopietooth.ts | ||
17 | TRANSLATIONS += ../../../../i18n/ja/libopietooth.ts | ||
18 | TRANSLATIONS += ../../../../i18n/ko/libopietooth.ts | ||
19 | TRANSLATIONS += ../../../../i18n/no/libopietooth.ts | ||
20 | TRANSLATIONS += ../../../../i18n/pl/libopietooth.ts | ||
21 | TRANSLATIONS += ../../../../i18n/pt/libopietooth.ts | ||
22 | TRANSLATIONS += ../../../../i18n/pt_BR/libopietooth.ts | ||
23 | TRANSLATIONS += ../../../../i18n/sl/libopietooth.ts | ||
24 | TRANSLATIONS += ../../../../i18n/zh_CN/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 3754869..9b54cd0 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -1,12 +1,29 @@ | |||
1 | TEMPLATE = app | 1 | 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 = bluebase.h scandialog.h btlistitem.h | 4 | HEADERS = bluebase.h scandialog.h btlistitem.h |
5 | SOURCES = main.cpp bluebase.cpp scandialog.cpp btlistitem.cpp | 5 | SOURCES = main.cpp bluebase.cpp scandialog.cpp btlistitem.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 7 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopietooth -lopie | 9 | LIBS += -lqpe -lopietooth -lopie |
10 | INTERFACES = bluetoothbase.ui devicedialog.ui | 10 | INTERFACES = bluetoothbase.ui devicedialog.ui |
11 | TARGET = $(OPIEDIR)/bin/bluetooth-manager | 11 | TARGET = $(OPIEDIR)/bin/bluetooth-manager |
12 | 12 | ||
13 | |||
14 | |||
15 | TRANSLATIONS = ../../../../i18n/de/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
16 | TRANSLATIONS += ../../../../i18n/en/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
17 | TRANSLATIONS += ../../../../i18n/es/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
18 | TRANSLATIONS += ../../../../i18n/fr/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
19 | TRANSLATIONS += ../../../../i18n/hu/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
20 | TRANSLATIONS += ../../../../i18n/ja/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
21 | TRANSLATIONS += ../../../../i18n/ko/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
22 | TRANSLATIONS += ../../../../i18n/no/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
23 | TRANSLATIONS += ../../../../i18n/pl/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
24 | TRANSLATIONS += ../../../../i18n/pt/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
25 | TRANSLATIONS += ../../../../i18n/pt_BR/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
26 | TRANSLATIONS += ../../../../i18n/sl/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
27 | TRANSLATIONS += ../../../../i18n/zh_CN/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
28 | TRANSLATIONS += ../../../../i18n/zh_TW/$(OPIEDIR)/bin/bluetooth-manager.ts | ||
29 | |||
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index f3a76d4..0d2daba 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -1,25 +1,28 @@ | |||
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 | HEADERS = settings.h | 4 | HEADERS = settings.h |
5 | SOURCES = language.cpp main.cpp | 5 | SOURCES = language.cpp main.cpp |
6 | INTERFACES= languagesettingsbase.ui | 6 | INTERFACES= languagesettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | 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 | TRANSLATIONS = ../../i18n/pt_BR/language.ts | 12 | |
13 | TRANSLATIONS += ../../i18n/es/language.ts | 13 | |
14 | TRANSLATIONS += ../../i18n/pt/language.ts | 14 | TRANSLATIONS = ../../../i18n/de/language.ts |
15 | TRANSLATIONS += ../../i18n/de/language.ts | 15 | TRANSLATIONS += ../../../i18n/en/language.ts |
16 | TRANSLATIONS += ../../i18n/en/language.ts | 16 | TRANSLATIONS += ../../../i18n/es/language.ts |
17 | TRANSLATIONS += ../../i18n/hu/language.ts | 17 | TRANSLATIONS += ../../../i18n/fr/language.ts |
18 | TRANSLATIONS += ../../i18n/sl/language.ts | 18 | TRANSLATIONS += ../../../i18n/hu/language.ts |
19 | TRANSLATIONS += ../../i18n/pl/language.ts | 19 | TRANSLATIONS += ../../../i18n/ja/language.ts |
20 | TRANSLATIONS += ../../i18n/ja/language.ts | 20 | TRANSLATIONS += ../../../i18n/ko/language.ts |
21 | TRANSLATIONS += ../../i18n/ko/language.ts | 21 | TRANSLATIONS += ../../../i18n/no/language.ts |
22 | TRANSLATIONS += ../../i18n/no/language.ts | 22 | TRANSLATIONS += ../../../i18n/pl/language.ts |
23 | TRANSLATIONS += ../../i18n/zh_CN/language.ts | 23 | TRANSLATIONS += ../../../i18n/pt/language.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/language.ts | 24 | TRANSLATIONS += ../../../i18n/pt_BR/language.ts |
25 | TRANSLATIONS += ../../i18n/fr/language.ts | 25 | TRANSLATIONS += ../../../i18n/sl/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 d6983ec..667f8ed 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro | |||
@@ -1,10 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin/ | 2 | DESTDIR = $(OPIEDIR)/bin/ |
3 | #CONFIG = qt warn_on debug | 3 | #CONFIG = qt warn_on debug |
4 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = mediumwidget.h mediumglobal.h mainwindow.h | 5 | HEADERS = mediumwidget.h mediumglobal.h mainwindow.h |
6 | SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc | 6 | SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = mediummount \ No newline at end of file | 10 | TARGET = mediummount |
11 | |||
12 | |||
13 | TRANSLATIONS = ../../../i18n/de/mediummount.ts | ||
14 | TRANSLATIONS += ../../../i18n/en/mediummount.ts | ||
15 | TRANSLATIONS += ../../../i18n/es/mediummount.ts | ||
16 | TRANSLATIONS += ../../../i18n/fr/mediummount.ts | ||
17 | TRANSLATIONS += ../../../i18n/hu/mediummount.ts | ||
18 | TRANSLATIONS += ../../../i18n/ja/mediummount.ts | ||
19 | TRANSLATIONS += ../../../i18n/ko/mediummount.ts | ||
20 | TRANSLATIONS += ../../../i18n/no/mediummount.ts | ||
21 | TRANSLATIONS += ../../../i18n/pl/mediummount.ts | ||
22 | TRANSLATIONS += ../../../i18n/pt/mediummount.ts | ||
23 | TRANSLATIONS += ../../../i18n/pt_BR/mediummount.ts | ||
24 | TRANSLATIONS += ../../../i18n/sl/mediummount.ts | ||
25 | TRANSLATIONS += ../../../i18n/zh_CN/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 b98e45d..7b8ebbc 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro | |||
@@ -1,10 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | 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 = ntp.h | 4 | HEADERS = ntp.h |
5 | SOURCES = main.cpp ntp.cpp | 5 | SOURCES = main.cpp ntp.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | INTERFACES= ntpbase.ui | 9 | INTERFACES= ntpbase.ui |
10 | TARGET = ../../bin/netsystemtime | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | TARGET = netsystemtime | ||
12 | |||
13 | |||
14 | TRANSLATIONS = ../../../i18n/de/../../bin/netsystemtime.ts | ||
15 | TRANSLATIONS += ../../../i18n/en/../../bin/netsystemtime.ts | ||
16 | TRANSLATIONS += ../../../i18n/es/../../bin/netsystemtime.ts | ||
17 | TRANSLATIONS += ../../../i18n/fr/../../bin/netsystemtime.ts | ||
18 | TRANSLATIONS += ../../../i18n/hu/../../bin/netsystemtime.ts | ||
19 | TRANSLATIONS += ../../../i18n/ja/../../bin/netsystemtime.ts | ||
20 | TRANSLATIONS += ../../../i18n/ko/../../bin/netsystemtime.ts | ||
21 | TRANSLATIONS += ../../../i18n/no/../../bin/netsystemtime.ts | ||
22 | TRANSLATIONS += ../../../i18n/pl/../../bin/netsystemtime.ts | ||
23 | TRANSLATIONS += ../../../i18n/pt/../../bin/netsystemtime.ts | ||
24 | TRANSLATIONS += ../../../i18n/pt_BR/../../bin/netsystemtime.ts | ||
25 | TRANSLATIONS += ../../../i18n/sl/../../bin/netsystemtime.ts | ||
26 | TRANSLATIONS += ../../../i18n/zh_CN/../../bin/netsystemtime.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/../../bin/netsystemtime.ts | ||
28 | |||
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index a5c6cea..c00a30d 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -1,25 +1,28 @@ | |||
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 | HEADERS = soundsettings.h soundsettingsbase.h | 4 | HEADERS = soundsettings.h soundsettingsbase.h |
5 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp | 5 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp |
6 | #INTERFACES = soundsettingsbase.ui | 6 | #INTERFACES = soundsettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | 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 | TRANSLATIONS = ../../i18n/pt_BR/sound.ts | 12 | |
13 | TRANSLATIONS += ../../i18n/es/sound.ts | 13 | |
14 | TRANSLATIONS += ../../i18n/pt/sound.ts | 14 | TRANSLATIONS = ../../../i18n/de/sound.ts |
15 | TRANSLATIONS += ../../i18n/de/sound.ts | 15 | TRANSLATIONS += ../../../i18n/en/sound.ts |
16 | TRANSLATIONS += ../../i18n/en/sound.ts | 16 | TRANSLATIONS += ../../../i18n/es/sound.ts |
17 | TRANSLATIONS += ../../i18n/hu/sound.ts | 17 | TRANSLATIONS += ../../../i18n/fr/sound.ts |
18 | TRANSLATIONS += ../../i18n/sl/sound.ts | 18 | TRANSLATIONS += ../../../i18n/hu/sound.ts |
19 | TRANSLATIONS += ../../i18n/pl/sound.ts | 19 | TRANSLATIONS += ../../../i18n/ja/sound.ts |
20 | TRANSLATIONS += ../../i18n/ja/sound.ts | 20 | TRANSLATIONS += ../../../i18n/ko/sound.ts |
21 | TRANSLATIONS += ../../i18n/ko/sound.ts | 21 | TRANSLATIONS += ../../../i18n/no/sound.ts |
22 | TRANSLATIONS += ../../i18n/no/sound.ts | 22 | TRANSLATIONS += ../../../i18n/pl/sound.ts |
23 | TRANSLATIONS += ../../i18n/zh_CN/sound.ts | 23 | TRANSLATIONS += ../../../i18n/pt/sound.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/sound.ts | 24 | TRANSLATIONS += ../../../i18n/pt_BR/sound.ts |
25 | TRANSLATIONS += ../../i18n/fr/sound.ts | 25 | TRANSLATIONS += ../../../i18n/sl/sound.ts |
26 | TRANSLATIONS += ../../../i18n/zh_CN/sound.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/sound.ts | ||
28 | |||
diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index 3b185dd..53f7621 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro | |||
@@ -1,11 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | 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 = tabmanager.h tabmainwindow.h app.h tablistview.h tabmanagerbase.h tabapplnk.h | 4 | HEADERS = tabmanager.h tabmainwindow.h app.h tablistview.h tabmanagerbase.h tabapplnk.h |
5 | SOURCES = main.cpp tabmanager.cpp app.cpp tabmanagerbase.cpp | 5 | SOURCES = main.cpp tabmanager.cpp app.cpp tabmanagerbase.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= tabmanagerbase.ui | 9 | #INTERFACES= tabmanagerbase.ui |
10 | TARGET = tabmanager | 10 | TARGET = tabmanager |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | |||
13 | |||
14 | TRANSLATIONS = ../../../i18n/de/tabmanager.ts | ||
15 | TRANSLATIONS += ../../../i18n/en/tabmanager.ts | ||
16 | TRANSLATIONS += ../../../i18n/es/tabmanager.ts | ||
17 | TRANSLATIONS += ../../../i18n/fr/tabmanager.ts | ||
18 | TRANSLATIONS += ../../../i18n/hu/tabmanager.ts | ||
19 | TRANSLATIONS += ../../../i18n/ja/tabmanager.ts | ||
20 | TRANSLATIONS += ../../../i18n/ko/tabmanager.ts | ||
21 | TRANSLATIONS += ../../../i18n/no/tabmanager.ts | ||
22 | TRANSLATIONS += ../../../i18n/pl/tabmanager.ts | ||
23 | TRANSLATIONS += ../../../i18n/pt/tabmanager.ts | ||
24 | TRANSLATIONS += ../../../i18n/pt_BR/tabmanager.ts | ||
25 | TRANSLATIONS += ../../../i18n/sl/tabmanager.ts | ||
26 | TRANSLATIONS += ../../../i18n/zh_CN/tabmanager.ts | ||
27 | TRANSLATIONS += ../../../i18n/zh_TW/tabmanager.ts | ||
28 | |||
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index 2e9ed78..1db454e 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro | |||
@@ -1,16 +1,33 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | INTERFACES += binary.ui | 6 | INTERFACES += binary.ui |
7 | HEADERS = binaryimpl.h \ | 7 | HEADERS = binaryimpl.h \ |
8 | binaryfactory.h | 8 | binaryfactory.h |
9 | SOURCES = binaryimpl.cpp \ | 9 | SOURCES = binaryimpl.cpp \ |
10 | binaryfactory.cpp | 10 | binaryfactory.cpp |
11 | 11 | ||
12 | INCLUDEPATH += $(OPIEDIR)/include \ | 12 | INCLUDEPATH += $(OPIEDIR)/include \ |
13 | $(OPIEDIR)/calc2 | 13 | $(OPIEDIR)/calc2 |
14 | DEPENDPATH += $(OPIEDIR)/include | 14 | DEPENDPATH += $(OPIEDIR)/include |
15 | 15 | ||
16 | DESTDIR = $(OPIEDIR)/plugins/calculator | 16 | DESTDIR = $(OPIEDIR)/plugins/calculator |
17 | |||
18 | |||
19 | TRANSLATIONS = ../../../../i18n/de/lib.ts | ||
20 | TRANSLATIONS += ../../../../i18n/en/lib.ts | ||
21 | TRANSLATIONS += ../../../../i18n/es/lib.ts | ||
22 | TRANSLATIONS += ../../../../i18n/fr/lib.ts | ||
23 | TRANSLATIONS += ../../../../i18n/hu/lib.ts | ||
24 | TRANSLATIONS += ../../../../i18n/ja/lib.ts | ||
25 | TRANSLATIONS += ../../../../i18n/ko/lib.ts | ||
26 | TRANSLATIONS += ../../../../i18n/no/lib.ts | ||
27 | TRANSLATIONS += ../../../../i18n/pl/lib.ts | ||
28 | TRANSLATIONS += ../../../../i18n/pt/lib.ts | ||
29 | TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts | ||
30 | TRANSLATIONS += ../../../../i18n/sl/lib.ts | ||
31 | TRANSLATIONS += ../../../../i18n/zh_CN/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 ce59a6e..5167f4a 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -1,25 +1,28 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt release | 2 | CONFIG += qt release |
3 | 3 | ||
4 | # Input | 4 | # Input |
5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h | 5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h |
6 | SOURCES += calc.cpp main.cpp engine.cpp | 6 | SOURCES += calc.cpp main.cpp engine.cpp |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -Wl,-export-dynamic | 10 | LIBS += -lqpe -Wl,-export-dynamic |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts | 12 | |
13 | TRANSLATIONS += ../i18n/es/calc.ts | 13 | |
14 | TRANSLATIONS += ../i18n/pt/calc.ts | 14 | TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts |
15 | TRANSLATIONS += ../i18n/de/calc.ts | 15 | TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts |
16 | TRANSLATIONS += ../i18n/en/calc.ts | 16 | TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts |
17 | TRANSLATIONS += ../i18n/sl/calc.ts | 17 | TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts |
18 | TRANSLATIONS += ../i18n/hu/calc.ts | 18 | TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts |
19 | TRANSLATIONS += ../i18n/fr/calc.ts | 19 | TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts |
20 | TRANSLATIONS += ../i18n/ja/calc.ts | 20 | TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts |
21 | TRANSLATIONS += ../i18n/pl/calc.ts | 21 | TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts |
22 | TRANSLATIONS += ../i18n/ko/calc.ts | 22 | TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts |
23 | TRANSLATIONS += ../i18n/no/calc.ts | 23 | TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts |
24 | TRANSLATIONS += ../i18n/zh_CN/calc.ts | 24 | TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts |
25 | TRANSLATIONS += ../i18n/zh_TW/calc.ts | 25 | TRANSLATIONS += ../../../i18n/sl/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 9e5d4e0..b0c8546 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro | |||
@@ -1,14 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | INTERFACES += simple.ui | 6 | INTERFACES += simple.ui |
7 | HEADERS = simpleimpl.h simplefactory.h stdinstructions.h | 7 | HEADERS = simpleimpl.h simplefactory.h stdinstructions.h |
8 | SOURCES = simpleimpl.cpp simplefactory.cpp | 8 | SOURCES = simpleimpl.cpp simplefactory.cpp |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include \ | 10 | INCLUDEPATH += $(OPIEDIR)/include \ |
11 | $(OPIEDIR)/calc2 | 11 | $(OPIEDIR)/calc2 |
12 | DEPENDPATH += $(OPIEDIR)/include | 12 | DEPENDPATH += $(OPIEDIR)/include |
13 | 13 | ||
14 | DESTDIR = $(OPIEDIR)/plugins/calculator | 14 | DESTDIR = $(OPIEDIR)/plugins/calculator |
15 | |||
16 | |||
17 | TRANSLATIONS = ../../../../i18n/de/lib.ts | ||
18 | TRANSLATIONS += ../../../../i18n/en/lib.ts | ||
19 | TRANSLATIONS += ../../../../i18n/es/lib.ts | ||
20 | TRANSLATIONS += ../../../../i18n/fr/lib.ts | ||
21 | TRANSLATIONS += ../../../../i18n/hu/lib.ts | ||
22 | TRANSLATIONS += ../../../../i18n/ja/lib.ts | ||
23 | TRANSLATIONS += ../../../../i18n/ko/lib.ts | ||
24 | TRANSLATIONS += ../../../../i18n/no/lib.ts | ||
25 | TRANSLATIONS += ../../../../i18n/pl/lib.ts | ||
26 | TRANSLATIONS += ../../../../i18n/pt/lib.ts | ||
27 | TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts | ||
28 | TRANSLATIONS += ../../../../i18n/sl/lib.ts | ||
29 | TRANSLATIONS += ../../../../i18n/zh_CN/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 3a3581d..1058d98 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -1,26 +1,29 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = calculatorimpl.h | 4 | HEADERS = calculatorimpl.h |
5 | SOURCES = calculatorimpl.cpp \ | 5 | SOURCES = calculatorimpl.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | 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 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts | 13 | |
14 | TRANSLATIONS += ../i18n/es/calculator.ts | 14 | |
15 | TRANSLATIONS += ../i18n/pt/calculator.ts | 15 | TRANSLATIONS = ../../../i18n/de/calculator.ts |
16 | TRANSLATIONS += ../i18n/de/calculator.ts | 16 | TRANSLATIONS += ../../../i18n/en/calculator.ts |
17 | TRANSLATIONS += ../i18n/en/calculator.ts | 17 | TRANSLATIONS += ../../../i18n/es/calculator.ts |
18 | TRANSLATIONS += ../i18n/sl/calculator.ts | 18 | TRANSLATIONS += ../../../i18n/fr/calculator.ts |
19 | TRANSLATIONS += ../i18n/hu/calculator.ts | 19 | TRANSLATIONS += ../../../i18n/hu/calculator.ts |
20 | TRANSLATIONS += ../i18n/pl/calculator.ts | 20 | TRANSLATIONS += ../../../i18n/ja/calculator.ts |
21 | TRANSLATIONS += ../i18n/ja/calculator.ts | 21 | TRANSLATIONS += ../../../i18n/ko/calculator.ts |
22 | TRANSLATIONS += ../i18n/fr/calculator.ts | 22 | TRANSLATIONS += ../../../i18n/no/calculator.ts |
23 | TRANSLATIONS += ../i18n/ko/calculator.ts | 23 | TRANSLATIONS += ../../../i18n/pl/calculator.ts |
24 | TRANSLATIONS += ../i18n/no/calculator.ts | 24 | TRANSLATIONS += ../../../i18n/pt/calculator.ts |
25 | TRANSLATIONS += ../i18n/zh_CN/calculator.ts | 25 | TRANSLATIONS += ../../../i18n/pt_BR/calculator.ts |
26 | TRANSLATIONS += ../i18n/zh_TW/calculator.ts | 26 | TRANSLATIONS += ../../../i18n/sl/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 46c18c3..58d4e74 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -1,26 +1,29 @@ | |||
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 | HEADERS = clock.h setAlarm.h | 4 | HEADERS = clock.h setAlarm.h |
5 | SOURCES = clock.cpp setAlarm.cpp \ | 5 | SOURCES = clock.cpp setAlarm.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/clock.ts | 13 | |
14 | TRANSLATIONS += ../i18n/es/clock.ts | 14 | |
15 | TRANSLATIONS += ../i18n/pt/clock.ts | 15 | TRANSLATIONS = ../../../i18n/de/clock.ts |
16 | TRANSLATIONS += ../i18n/pt_BR/clock.ts | 16 | TRANSLATIONS += ../../../i18n/en/clock.ts |
17 | TRANSLATIONS += ../i18n/en/clock.ts | 17 | TRANSLATIONS += ../../../i18n/es/clock.ts |
18 | TRANSLATIONS += ../i18n/hu/clock.ts | 18 | TRANSLATIONS += ../../../i18n/fr/clock.ts |
19 | TRANSLATIONS += ../i18n/sl/clock.ts | 19 | TRANSLATIONS += ../../../i18n/hu/clock.ts |
20 | TRANSLATIONS += ../i18n/ja/clock.ts | 20 | TRANSLATIONS += ../../../i18n/ja/clock.ts |
21 | TRANSLATIONS += ../i18n/ko/clock.ts | 21 | TRANSLATIONS += ../../../i18n/ko/clock.ts |
22 | TRANSLATIONS += ../i18n/fr/clock.ts | 22 | TRANSLATIONS += ../../../i18n/no/clock.ts |
23 | TRANSLATIONS += ../i18n/pl/clock.ts | 23 | TRANSLATIONS += ../../../i18n/pl/clock.ts |
24 | TRANSLATIONS += ../i18n/no/clock.ts | 24 | TRANSLATIONS += ../../../i18n/pt/clock.ts |
25 | TRANSLATIONS += ../i18n/zh_CN/clock.ts | 25 | TRANSLATIONS += ../../../i18n/pt_BR/clock.ts |
26 | TRANSLATIONS += ../i18n/zh_TW/clock.ts | 26 | TRANSLATIONS += ../../../i18n/sl/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 b69da44..feb9bf7 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro | |||
@@ -1,10 +1,27 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = formatter.h inputDialog.h output.h | 3 | HEADERS = formatter.h inputDialog.h output.h |
4 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp | 4 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp |
5 | TARGET = formatter | 5 | TARGET = formatter |
6 | REQUIRES = medium-config | 6 | REQUIRES = medium-config |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | 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 | |||
12 | |||
13 | TRANSLATIONS = ../../../i18n/de/formatter.ts | ||
14 | TRANSLATIONS += ../../../i18n/en/formatter.ts | ||
15 | TRANSLATIONS += ../../../i18n/es/formatter.ts | ||
16 | TRANSLATIONS += ../../../i18n/fr/formatter.ts | ||
17 | TRANSLATIONS += ../../../i18n/hu/formatter.ts | ||
18 | TRANSLATIONS += ../../../i18n/ja/formatter.ts | ||
19 | TRANSLATIONS += ../../../i18n/ko/formatter.ts | ||
20 | TRANSLATIONS += ../../../i18n/no/formatter.ts | ||
21 | TRANSLATIONS += ../../../i18n/pl/formatter.ts | ||
22 | TRANSLATIONS += ../../../i18n/pt/formatter.ts | ||
23 | TRANSLATIONS += ../../../i18n/pt_BR/formatter.ts | ||
24 | TRANSLATIONS += ../../../i18n/sl/formatter.ts | ||
25 | TRANSLATIONS += ../../../i18n/zh_CN/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 0ffb2e2..e96aedc 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro | |||
@@ -1,10 +1,26 @@ | |||
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 | HEADERS =mbox.h fviewer.h inputdialog.h | 4 | HEADERS =mbox.h fviewer.h inputdialog.h |
5 | SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp | 5 | SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp |
6 | INCLUDEPATH +=$(OPIEDIR)/include | 6 | 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 | TRANSLATIONS =../../i18n/pt/opie-sh.ts | 10 | |
11 | |||
12 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts | ||
13 | TRANSLATIONS += ../../../i18n/en/opie-sh.ts | ||
14 | TRANSLATIONS += ../../../i18n/es/opie-sh.ts | ||
15 | TRANSLATIONS += ../../../i18n/fr/opie-sh.ts | ||
16 | TRANSLATIONS += ../../../i18n/hu/opie-sh.ts | ||
17 | TRANSLATIONS += ../../../i18n/ja/opie-sh.ts | ||
18 | TRANSLATIONS += ../../../i18n/ko/opie-sh.ts | ||
19 | TRANSLATIONS += ../../../i18n/no/opie-sh.ts | ||
20 | TRANSLATIONS += ../../../i18n/pl/opie-sh.ts | ||
21 | TRANSLATIONS += ../../../i18n/pt/opie-sh.ts | ||
22 | TRANSLATIONS += ../../../i18n/pt_BR/opie-sh.ts | ||
23 | TRANSLATIONS += ../../../i18n/sl/opie-sh.ts | ||
24 | TRANSLATIONS += ../../../i18n/zh_CN/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 cab9d70..033332d 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro | |||
@@ -1,9 +1,26 @@ | |||
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 | HEADERS = remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h | 4 | HEADERS = remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h |
5 | SOURCES =remote.cpp remotetab.cpp learntab.cpp configtab.cpp topgroup.cpp dvdgroup.cpp channelgroup.cpp vcrgroup.cpp buttondialog.cpp topgroupconf.cpp dvdgroupconf.cpp channelgroupconf.cpp vcrgroupconf.cpp mainview.cpp | 5 | SOURCES =remote.cpp remotetab.cpp learntab.cpp configtab.cpp topgroup.cpp dvdgroup.cpp channelgroup.cpp vcrgroup.cpp buttondialog.cpp topgroupconf.cpp dvdgroupconf.cpp channelgroupconf.cpp vcrgroupconf.cpp mainview.cpp |
6 | INCLUDEPATH+=$(OPIEDIR)/include | 6 | INCLUDEPATH+=$(OPIEDIR)/include |
7 | DEPENDPATH+=$(OPIEDIR)/include | 7 | DEPENDPATH+=$(OPIEDIR)/include |
8 | LIBS +=-lqpe | 8 | LIBS +=-lqpe |
9 | TARGET = remote | 9 | TARGET = remote |
10 | |||
11 | |||
12 | TRANSLATIONS = ../../../i18n/de/remote.ts | ||
13 | TRANSLATIONS += ../../../i18n/en/remote.ts | ||
14 | TRANSLATIONS += ../../../i18n/es/remote.ts | ||
15 | TRANSLATIONS += ../../../i18n/fr/remote.ts | ||
16 | TRANSLATIONS += ../../../i18n/hu/remote.ts | ||
17 | TRANSLATIONS += ../../../i18n/ja/remote.ts | ||
18 | TRANSLATIONS += ../../../i18n/ko/remote.ts | ||
19 | TRANSLATIONS += ../../../i18n/no/remote.ts | ||
20 | TRANSLATIONS += ../../../i18n/pl/remote.ts | ||
21 | TRANSLATIONS += ../../../i18n/pt/remote.ts | ||
22 | TRANSLATIONS += ../../../i18n/pt_BR/remote.ts | ||
23 | TRANSLATIONS += ../../../i18n/sl/remote.ts | ||
24 | TRANSLATIONS += ../../../i18n/zh_CN/remote.ts | ||
25 | TRANSLATIONS += ../../../i18n/zh_TW/remote.ts | ||
26 | |||
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index 35def3f..73bac50 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro | |||
@@ -1,14 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | 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 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = gsmtool.h | 5 | HEADERS = gsmtool.h |
6 | SOURCES = main.cpp gsmtool.cpp | 6 | SOURCES = main.cpp gsmtool.cpp |
7 | # This doesn't actually work... | 7 | # This doesn't actually work... |
8 | TMAKE_CXXFLAGS += -fexceptions | 8 | TMAKE_CXXFLAGS += -fexceptions |
9 | INCLUDEPATH+= $(OPIEDIR)/include | 9 | INCLUDEPATH+= $(OPIEDIR)/include |
10 | INCLUDEPATH+= $(GSMLIBDIR) | 10 | INCLUDEPATH+= $(GSMLIBDIR) |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | 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 | |||
16 | |||
17 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts | ||
18 | TRANSLATIONS += ../../../i18n/en/gsmtool.ts | ||
19 | TRANSLATIONS += ../../../i18n/es/gsmtool.ts | ||
20 | TRANSLATIONS += ../../../i18n/fr/gsmtool.ts | ||
21 | TRANSLATIONS += ../../../i18n/hu/gsmtool.ts | ||
22 | TRANSLATIONS += ../../../i18n/ja/gsmtool.ts | ||
23 | TRANSLATIONS += ../../../i18n/ko/gsmtool.ts | ||
24 | TRANSLATIONS += ../../../i18n/no/gsmtool.ts | ||
25 | TRANSLATIONS += ../../../i18n/pl/gsmtool.ts | ||
26 | TRANSLATIONS += ../../../i18n/pt/gsmtool.ts | ||
27 | TRANSLATIONS += ../../../i18n/pt_BR/gsmtool.ts | ||
28 | TRANSLATIONS += ../../../i18n/sl/gsmtool.ts | ||
29 | TRANSLATIONS += ../../../i18n/zh_CN/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 fe7b22c..bb96d76 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -1,10 +1,27 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | HEADERS +=bend.h \ | 3 | HEADERS +=bend.h \ |
4 | bendimpl.h | 4 | bendimpl.h |
5 | SOURCES +=bend.cpp \ | 5 | SOURCES +=bend.cpp \ |
6 | bendimpl.cpp | 6 | bendimpl.cpp |
7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail | 7 | 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 | |||
12 | |||
13 | TRANSLATIONS = ../../../i18n/de/libbend.ts | ||
14 | TRANSLATIONS += ../../../i18n/en/libbend.ts | ||
15 | TRANSLATIONS += ../../../i18n/es/libbend.ts | ||
16 | TRANSLATIONS += ../../../i18n/fr/libbend.ts | ||
17 | TRANSLATIONS += ../../../i18n/hu/libbend.ts | ||
18 | TRANSLATIONS += ../../../i18n/ja/libbend.ts | ||
19 | TRANSLATIONS += ../../../i18n/ko/libbend.ts | ||
20 | TRANSLATIONS += ../../../i18n/no/libbend.ts | ||
21 | TRANSLATIONS += ../../../i18n/pl/libbend.ts | ||
22 | TRANSLATIONS += ../../../i18n/pt/libbend.ts | ||
23 | TRANSLATIONS += ../../../i18n/pt_BR/libbend.ts | ||
24 | TRANSLATIONS += ../../../i18n/sl/libbend.ts | ||
25 | TRANSLATIONS += ../../../i18n/zh_CN/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 894a4a5..af65a3e 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -1,24 +1,41 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
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 =configfile.h \ | 4 | HEADERS =configfile.h \ |
5 | defines.h \ | 5 | defines.h \ |
6 | imapbase.h \ | 6 | imapbase.h \ |
7 | imaphandler.h \ | 7 | imaphandler.h \ |
8 | imapresponse.h \ | 8 | imapresponse.h \ |
9 | mailfactory.h \ | 9 | mailfactory.h \ |
10 | md5.cpp \ | 10 | md5.cpp \ |
11 | miscfunctions.h \ | 11 | miscfunctions.h \ |
12 | smtphandler.h | 12 | smtphandler.h |
13 | SOURCES =configfile.cpp \ | 13 | SOURCES =configfile.cpp \ |
14 | imapbase.cpp \ | 14 | imapbase.cpp \ |
15 | imaphandler.cpp \ | 15 | imaphandler.cpp \ |
16 | imapresponse.cpp \ | 16 | imapresponse.cpp \ |
17 | mailfactory.cpp \ | 17 | mailfactory.cpp \ |
18 | md5.h \ | 18 | md5.h \ |
19 | miscfunctions.cpp \ | 19 | miscfunctions.cpp \ |
20 | smtphandler.cpp | 20 | smtphandler.cpp |
21 | INCLUDEPATH +=$(OPIEDIR)/include | 21 | 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 | |||
26 | |||
27 | TRANSLATIONS = ../../../i18n/de/libmail.ts | ||
28 | TRANSLATIONS += ../../../i18n/en/libmail.ts | ||
29 | TRANSLATIONS += ../../../i18n/es/libmail.ts | ||
30 | TRANSLATIONS += ../../../i18n/fr/libmail.ts | ||
31 | TRANSLATIONS += ../../../i18n/hu/libmail.ts | ||
32 | TRANSLATIONS += ../../../i18n/ja/libmail.ts | ||
33 | TRANSLATIONS += ../../../i18n/ko/libmail.ts | ||
34 | TRANSLATIONS += ../../../i18n/no/libmail.ts | ||
35 | TRANSLATIONS += ../../../i18n/pl/libmail.ts | ||
36 | TRANSLATIONS += ../../../i18n/pt/libmail.ts | ||
37 | TRANSLATIONS += ../../../i18n/pt_BR/libmail.ts | ||
38 | TRANSLATIONS += ../../../i18n/sl/libmail.ts | ||
39 | TRANSLATIONS += ../../../i18n/zh_CN/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 c1b7a4f..117c863 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -21,24 +21,41 @@ SOURCES = accounteditor.cpp \ | |||
21 | composer.cpp \ | 21 | composer.cpp \ |
22 | composerbase.cpp \ | 22 | composerbase.cpp \ |
23 | configdiag.cpp \ | 23 | configdiag.cpp \ |
24 | folderwidget.cpp \ | 24 | folderwidget.cpp \ |
25 | listviewplus.cpp \ | 25 | listviewplus.cpp \ |
26 | mailtable.cpp \ | 26 | mailtable.cpp \ |
27 | main.cpp \ | 27 | main.cpp \ |
28 | mainwindow.cpp \ | 28 | mainwindow.cpp \ |
29 | mainwindowbase.cpp \ | 29 | mainwindowbase.cpp \ |
30 | opendiag.cpp \ | 30 | opendiag.cpp \ |
31 | rename.cpp \ | 31 | rename.cpp \ |
32 | searchdiag.cpp \ | 32 | searchdiag.cpp \ |
33 | viewmail.cpp \ | 33 | viewmail.cpp \ |
34 | viewmailbase.cpp | 34 | viewmailbase.cpp |
35 | INTERFACES = accounteditorbase.ui \ | 35 | INTERFACES = accounteditorbase.ui \ |
36 | addresspickerbase.ui \ | 36 | addresspickerbase.ui \ |
37 | configdiagbase.ui \ | 37 | configdiagbase.ui \ |
38 | opendiagbase.ui \ | 38 | opendiagbase.ui \ |
39 | renamebase.ui \ | 39 | renamebase.ui \ |
40 | searchdiagbase.ui | 40 | searchdiagbase.ui |
41 | INCLUDEPATH += $(OPIEDIR)/include libmail | 41 | 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 | |||
46 | |||
47 | TRANSLATIONS = ../../i18n/de/mail.ts | ||
48 | TRANSLATIONS += ../../i18n/en/mail.ts | ||
49 | TRANSLATIONS += ../../i18n/es/mail.ts | ||
50 | TRANSLATIONS += ../../i18n/fr/mail.ts | ||
51 | TRANSLATIONS += ../../i18n/hu/mail.ts | ||
52 | TRANSLATIONS += ../../i18n/ja/mail.ts | ||
53 | TRANSLATIONS += ../../i18n/ko/mail.ts | ||
54 | TRANSLATIONS += ../../i18n/no/mail.ts | ||
55 | TRANSLATIONS += ../../i18n/pl/mail.ts | ||
56 | TRANSLATIONS += ../../i18n/pt/mail.ts | ||
57 | TRANSLATIONS += ../../i18n/pt_BR/mail.ts | ||
58 | TRANSLATIONS += ../../i18n/sl/mail.ts | ||
59 | TRANSLATIONS += ../../i18n/zh_CN/mail.ts | ||
60 | TRANSLATIONS += ../../i18n/zh_TW/mail.ts | ||
61 | |||
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index 21cd7be..a5f7735 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -37,27 +37,41 @@ SOURCES = xpdf/Array.cc \ | |||
37 | goo/GList.cc \ | 37 | goo/GList.cc \ |
38 | QOutputDev.cpp \ | 38 | QOutputDev.cpp \ |
39 | QPEOutputDev.cpp \ | 39 | QPEOutputDev.cpp \ |
40 | qpdf.cpp \ | 40 | qpdf.cpp \ |
41 | qbusybar.cpp \ | 41 | qbusybar.cpp \ |
42 | gooStub.cpp | 42 | gooStub.cpp |
43 | 43 | ||
44 | HEADERS = QOutputDev.h \ | 44 | HEADERS = QOutputDev.h \ |
45 | QPEOutputDev.h \ | 45 | QPEOutputDev.h \ |
46 | qbusybar.h \ | 46 | qbusybar.h \ |
47 | qpdf.h | 47 | qpdf.h |
48 | 48 | ||
49 | INCLUDEPATH += . \ | 49 | INCLUDEPATH += . \ |
50 | .. \ | 50 | .. \ |
51 | xpdf \ | 51 | xpdf \ |
52 | $(OPIEDIR)/include \ | 52 | $(OPIEDIR)/include \ |
53 | ../goo \ | 53 | ../goo \ |
54 | goo | 54 | goo |
55 | 55 | ||
56 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie | 56 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie |
57 | 57 | ||
58 | DESTDIR = $(OPIEDIR)/bin | 58 | DESTDIR = $(OPIEDIR)/bin |
59 | TARGET = qpdf | 59 | TARGET = qpdf |
60 | 60 | ||
61 | TRANSLATIONS = ../../i18n/de/qpdf.ts | 61 | |
62 | TRANSLATIONS += ../../i18n/es/qpdf.ts | 62 | |
63 | TRANSLATIONS += ../../i18n/pt/qpdf.ts | 63 | TRANSLATIONS = ../../../i18n/de/qpdf.ts |
64 | TRANSLATIONS += ../../../i18n/en/qpdf.ts | ||
65 | TRANSLATIONS += ../../../i18n/es/qpdf.ts | ||
66 | TRANSLATIONS += ../../../i18n/fr/qpdf.ts | ||
67 | TRANSLATIONS += ../../../i18n/hu/qpdf.ts | ||
68 | TRANSLATIONS += ../../../i18n/ja/qpdf.ts | ||
69 | TRANSLATIONS += ../../../i18n/ko/qpdf.ts | ||
70 | TRANSLATIONS += ../../../i18n/no/qpdf.ts | ||
71 | TRANSLATIONS += ../../../i18n/pl/qpdf.ts | ||
72 | TRANSLATIONS += ../../../i18n/pt/qpdf.ts | ||
73 | TRANSLATIONS += ../../../i18n/pt_BR/qpdf.ts | ||
74 | TRANSLATIONS += ../../../i18n/sl/qpdf.ts | ||
75 | TRANSLATIONS += ../../../i18n/zh_CN/qpdf.ts | ||
76 | TRANSLATIONS += ../../../i18n/zh_TW/qpdf.ts | ||
77 | |||