author | cniehaus <cniehaus> | 2003-04-20 10:49:51 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2003-04-20 10:49:51 (UTC) |
commit | 006162c13c63e65a209f4fc01e64beb445a09d0b (patch) (unidiff) | |
tree | 35668e7599c02fc8cf3a45219986b6831ab462fc | |
parent | cf40011c4e26c2e27d55b6e7e7a0dfdd25a8a486 (diff) | |
download | opie-006162c13c63e65a209f4fc01e64beb445a09d0b.zip opie-006162c13c63e65a209f4fc01e64beb445a09d0b.tar.gz opie-006162c13c63e65a209f4fc01e64beb445a09d0b.tar.bz2 |
adding dutch to the .pro-files
120 files changed, 120 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index 0222d74..11809be 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h | 3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h |
4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp | 4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp |
5 | TARGET = batteryapplet | 5 | TARGET = batteryapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
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 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ |
13 | ../../../i18n/nl/libbatteryapplet.ts \ | ||
13 | ../../../i18n/da/libbatteryapplet.ts \ | 14 | ../../../i18n/da/libbatteryapplet.ts \ |
14 | ../../../i18n/xx/libbatteryapplet.ts \ | 15 | ../../../i18n/xx/libbatteryapplet.ts \ |
15 | ../../../i18n/en/libbatteryapplet.ts \ | 16 | ../../../i18n/en/libbatteryapplet.ts \ |
16 | ../../../i18n/es/libbatteryapplet.ts \ | 17 | ../../../i18n/es/libbatteryapplet.ts \ |
17 | ../../../i18n/fr/libbatteryapplet.ts \ | 18 | ../../../i18n/fr/libbatteryapplet.ts \ |
18 | ../../../i18n/hu/libbatteryapplet.ts \ | 19 | ../../../i18n/hu/libbatteryapplet.ts \ |
19 | ../../../i18n/ja/libbatteryapplet.ts \ | 20 | ../../../i18n/ja/libbatteryapplet.ts \ |
20 | ../../../i18n/ko/libbatteryapplet.ts \ | 21 | ../../../i18n/ko/libbatteryapplet.ts \ |
21 | ../../../i18n/no/libbatteryapplet.ts \ | 22 | ../../../i18n/no/libbatteryapplet.ts \ |
22 | ../../../i18n/pl/libbatteryapplet.ts \ | 23 | ../../../i18n/pl/libbatteryapplet.ts \ |
23 | ../../../i18n/pt/libbatteryapplet.ts \ | 24 | ../../../i18n/pt/libbatteryapplet.ts \ |
24 | ../../../i18n/pt_BR/libbatteryapplet.ts \ | 25 | ../../../i18n/pt_BR/libbatteryapplet.ts \ |
25 | ../../../i18n/sl/libbatteryapplet.ts \ | 26 | ../../../i18n/sl/libbatteryapplet.ts \ |
26 | ../../../i18n/zh_CN/libbatteryapplet.ts \ | 27 | ../../../i18n/zh_CN/libbatteryapplet.ts \ |
27 | ../../../i18n/zh_TW/libbatteryapplet.ts | 28 | ../../../i18n/zh_TW/libbatteryapplet.ts |
28 | 29 | ||
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro index 07cb221..c2b7fcb 100644 --- a/core/applets/cardmon/cardmon.pro +++ b/core/applets/cardmon/cardmon.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS =cardmon.h cardmonimpl.h | 3 | HEADERS =cardmon.h cardmonimpl.h |
4 | SOURCES =cardmon.cpp cardmonimpl.cpp | 4 | SOURCES =cardmon.cpp cardmonimpl.cpp |
5 | TARGET = cardmonapplet | 5 | TARGET = cardmonapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include ../launcher | 8 | DEPENDPATH += $(OPIEDIR)/include ../launcher |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ |
13 | ../../../i18n/nl/libcardmonapplet.ts \ | ||
13 | ../../../i18n/da/libcardmonapplet.ts \ | 14 | ../../../i18n/da/libcardmonapplet.ts \ |
14 | ../../../i18n/xx/libcardmonapplet.ts \ | 15 | ../../../i18n/xx/libcardmonapplet.ts \ |
15 | ../../../i18n/en/libcardmonapplet.ts \ | 16 | ../../../i18n/en/libcardmonapplet.ts \ |
16 | ../../../i18n/es/libcardmonapplet.ts \ | 17 | ../../../i18n/es/libcardmonapplet.ts \ |
17 | ../../../i18n/fr/libcardmonapplet.ts \ | 18 | ../../../i18n/fr/libcardmonapplet.ts \ |
18 | ../../../i18n/hu/libcardmonapplet.ts \ | 19 | ../../../i18n/hu/libcardmonapplet.ts \ |
19 | ../../../i18n/ja/libcardmonapplet.ts \ | 20 | ../../../i18n/ja/libcardmonapplet.ts \ |
20 | ../../../i18n/ko/libcardmonapplet.ts \ | 21 | ../../../i18n/ko/libcardmonapplet.ts \ |
21 | ../../../i18n/no/libcardmonapplet.ts \ | 22 | ../../../i18n/no/libcardmonapplet.ts \ |
22 | ../../../i18n/pl/libcardmonapplet.ts \ | 23 | ../../../i18n/pl/libcardmonapplet.ts \ |
23 | ../../../i18n/pt/libcardmonapplet.ts \ | 24 | ../../../i18n/pt/libcardmonapplet.ts \ |
24 | ../../../i18n/pt_BR/libcardmonapplet.ts \ | 25 | ../../../i18n/pt_BR/libcardmonapplet.ts \ |
25 | ../../../i18n/sl/libcardmonapplet.ts \ | 26 | ../../../i18n/sl/libcardmonapplet.ts \ |
26 | ../../../i18n/zh_CN/libcardmonapplet.ts \ | 27 | ../../../i18n/zh_CN/libcardmonapplet.ts \ |
27 | ../../../i18n/zh_TW/libcardmonapplet.ts | 28 | ../../../i18n/zh_TW/libcardmonapplet.ts |
28 | 29 | ||
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro index f46fdf5..0850716 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= clipboard.h clipboardappletimpl.h | 3 | HEADERS= clipboard.h clipboardappletimpl.h |
4 | SOURCES= clipboard.cpp clipboardappletimpl.cpp | 4 | SOURCES= clipboard.cpp clipboardappletimpl.cpp |
5 | TARGET = clipboardapplet | 5 | TARGET = clipboardapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ |
13 | ../../../i18n/nl/libclipboardapplet.ts \ | ||
13 | ../../../i18n/da/libclipboardapplet.ts \ | 14 | ../../../i18n/da/libclipboardapplet.ts \ |
14 | ../../../i18n/xx/libclipboardapplet.ts \ | 15 | ../../../i18n/xx/libclipboardapplet.ts \ |
15 | ../../../i18n/en/libclipboardapplet.ts \ | 16 | ../../../i18n/en/libclipboardapplet.ts \ |
16 | ../../../i18n/es/libclipboardapplet.ts \ | 17 | ../../../i18n/es/libclipboardapplet.ts \ |
17 | ../../../i18n/fr/libclipboardapplet.ts \ | 18 | ../../../i18n/fr/libclipboardapplet.ts \ |
18 | ../../../i18n/hu/libclipboardapplet.ts \ | 19 | ../../../i18n/hu/libclipboardapplet.ts \ |
19 | ../../../i18n/ja/libclipboardapplet.ts \ | 20 | ../../../i18n/ja/libclipboardapplet.ts \ |
20 | ../../../i18n/ko/libclipboardapplet.ts \ | 21 | ../../../i18n/ko/libclipboardapplet.ts \ |
21 | ../../../i18n/no/libclipboardapplet.ts \ | 22 | ../../../i18n/no/libclipboardapplet.ts \ |
22 | ../../../i18n/pl/libclipboardapplet.ts \ | 23 | ../../../i18n/pl/libclipboardapplet.ts \ |
23 | ../../../i18n/pt/libclipboardapplet.ts \ | 24 | ../../../i18n/pt/libclipboardapplet.ts \ |
24 | ../../../i18n/pt_BR/libclipboardapplet.ts \ | 25 | ../../../i18n/pt_BR/libclipboardapplet.ts \ |
25 | ../../../i18n/sl/libclipboardapplet.ts \ | 26 | ../../../i18n/sl/libclipboardapplet.ts \ |
26 | ../../../i18n/zh_CN/libclipboardapplet.ts \ | 27 | ../../../i18n/zh_CN/libclipboardapplet.ts \ |
27 | ../../../i18n/zh_TW/libclipboardapplet.ts | 28 | ../../../i18n/zh_TW/libclipboardapplet.ts |
28 | 29 | ||
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index ea6a0e5..b056f40 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= clock.h clockappletimpl.h | 3 | HEADERS= clock.h clockappletimpl.h |
4 | SOURCES= clock.cpp clockappletimpl.cpp | 4 | SOURCES= clock.cpp clockappletimpl.cpp |
5 | TARGET = clockapplet | 5 | TARGET = clockapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ |
13 | ../../../i18n/nl/libclockapplet.ts \ | ||
13 | ../../../i18n/da/libclockapplet.ts \ | 14 | ../../../i18n/da/libclockapplet.ts \ |
14 | ../../../i18n/xx/libclockapplet.ts \ | 15 | ../../../i18n/xx/libclockapplet.ts \ |
15 | ../../../i18n/en/libclockapplet.ts \ | 16 | ../../../i18n/en/libclockapplet.ts \ |
16 | ../../../i18n/es/libclockapplet.ts \ | 17 | ../../../i18n/es/libclockapplet.ts \ |
17 | ../../../i18n/fr/libclockapplet.ts \ | 18 | ../../../i18n/fr/libclockapplet.ts \ |
18 | ../../../i18n/hu/libclockapplet.ts \ | 19 | ../../../i18n/hu/libclockapplet.ts \ |
19 | ../../../i18n/ja/libclockapplet.ts \ | 20 | ../../../i18n/ja/libclockapplet.ts \ |
20 | ../../../i18n/ko/libclockapplet.ts \ | 21 | ../../../i18n/ko/libclockapplet.ts \ |
21 | ../../../i18n/no/libclockapplet.ts \ | 22 | ../../../i18n/no/libclockapplet.ts \ |
22 | ../../../i18n/pl/libclockapplet.ts \ | 23 | ../../../i18n/pl/libclockapplet.ts \ |
23 | ../../../i18n/pt/libclockapplet.ts \ | 24 | ../../../i18n/pt/libclockapplet.ts \ |
24 | ../../../i18n/pt_BR/libclockapplet.ts \ | 25 | ../../../i18n/pt_BR/libclockapplet.ts \ |
25 | ../../../i18n/sl/libclockapplet.ts \ | 26 | ../../../i18n/sl/libclockapplet.ts \ |
26 | ../../../i18n/zh_CN/libclockapplet.ts \ | 27 | ../../../i18n/zh_CN/libclockapplet.ts \ |
27 | ../../../i18n/zh_TW/libclockapplet.ts | 28 | ../../../i18n/zh_TW/libclockapplet.ts |
28 | 29 | ||
diff --git a/core/applets/homeapplet/homeapplet.pro b/core/applets/homeapplet/homeapplet.pro index 65e87e0..32335d6 100644 --- a/core/applets/homeapplet/homeapplet.pro +++ b/core/applets/homeapplet/homeapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = home.h | 3 | HEADERS = home.h |
4 | SOURCES = home.cpp | 4 | SOURCES = home.cpp |
5 | TARGET = homeapplet | 5 | TARGET = homeapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ |
13 | ../../../i18n/nl/libhomeapplet.ts \ | ||
13 | ../../../i18n/da/libhomeapplet.ts \ | 14 | ../../../i18n/da/libhomeapplet.ts \ |
14 | ../../../i18n/xx/libhomeapplet.ts \ | 15 | ../../../i18n/xx/libhomeapplet.ts \ |
15 | ../../../i18n/en/libhomeapplet.ts \ | 16 | ../../../i18n/en/libhomeapplet.ts \ |
16 | ../../../i18n/es/libhomeapplet.ts \ | 17 | ../../../i18n/es/libhomeapplet.ts \ |
17 | ../../../i18n/fr/libhomeapplet.ts \ | 18 | ../../../i18n/fr/libhomeapplet.ts \ |
18 | ../../../i18n/hu/libhomeapplet.ts \ | 19 | ../../../i18n/hu/libhomeapplet.ts \ |
19 | ../../../i18n/ja/libhomeapplet.ts \ | 20 | ../../../i18n/ja/libhomeapplet.ts \ |
20 | ../../../i18n/ko/libhomeapplet.ts \ | 21 | ../../../i18n/ko/libhomeapplet.ts \ |
21 | ../../../i18n/no/libhomeapplet.ts \ | 22 | ../../../i18n/no/libhomeapplet.ts \ |
22 | ../../../i18n/pl/libhomeapplet.ts \ | 23 | ../../../i18n/pl/libhomeapplet.ts \ |
23 | ../../../i18n/pt/libhomeapplet.ts \ | 24 | ../../../i18n/pt/libhomeapplet.ts \ |
24 | ../../../i18n/pt_BR/libhomeapplet.ts \ | 25 | ../../../i18n/pt_BR/libhomeapplet.ts \ |
25 | ../../../i18n/sl/libhomeapplet.ts \ | 26 | ../../../i18n/sl/libhomeapplet.ts \ |
26 | ../../../i18n/zh_CN/libhomeapplet.ts \ | 27 | ../../../i18n/zh_CN/libhomeapplet.ts \ |
27 | ../../../i18n/zh_TW/libhomeapplet.ts | 28 | ../../../i18n/zh_TW/libhomeapplet.ts |
28 | 29 | ||
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index 6242794..bc5a792 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = irda.h irdaappletimpl.h | 3 | HEADERS = irda.h irdaappletimpl.h |
4 | SOURCES = irda.cpp irdaappletimpl.cpp | 4 | SOURCES = irda.cpp irdaappletimpl.cpp |
5 | TARGET = irdaapplet | 5 | TARGET = irdaapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ |
13 | ../../../i18n/nl/libirdaapplet.ts \ | ||
13 | ../../../i18n/da/libirdaapplet.ts \ | 14 | ../../../i18n/da/libirdaapplet.ts \ |
14 | ../../../i18n/xx/libirdaapplet.ts \ | 15 | ../../../i18n/xx/libirdaapplet.ts \ |
15 | ../../../i18n/en/libirdaapplet.ts \ | 16 | ../../../i18n/en/libirdaapplet.ts \ |
16 | ../../../i18n/es/libirdaapplet.ts \ | 17 | ../../../i18n/es/libirdaapplet.ts \ |
17 | ../../../i18n/fr/libirdaapplet.ts \ | 18 | ../../../i18n/fr/libirdaapplet.ts \ |
18 | ../../../i18n/hu/libirdaapplet.ts \ | 19 | ../../../i18n/hu/libirdaapplet.ts \ |
19 | ../../../i18n/ja/libirdaapplet.ts \ | 20 | ../../../i18n/ja/libirdaapplet.ts \ |
20 | ../../../i18n/ko/libirdaapplet.ts \ | 21 | ../../../i18n/ko/libirdaapplet.ts \ |
21 | ../../../i18n/no/libirdaapplet.ts \ | 22 | ../../../i18n/no/libirdaapplet.ts \ |
22 | ../../../i18n/pl/libirdaapplet.ts \ | 23 | ../../../i18n/pl/libirdaapplet.ts \ |
23 | ../../../i18n/pt/libirdaapplet.ts \ | 24 | ../../../i18n/pt/libirdaapplet.ts \ |
24 | ../../../i18n/pt_BR/libirdaapplet.ts \ | 25 | ../../../i18n/pt_BR/libirdaapplet.ts \ |
25 | ../../../i18n/sl/libirdaapplet.ts \ | 26 | ../../../i18n/sl/libirdaapplet.ts \ |
26 | ../../../i18n/zh_CN/libirdaapplet.ts \ | 27 | ../../../i18n/zh_CN/libirdaapplet.ts \ |
27 | ../../../i18n/zh_TW/libirdaapplet.ts | 28 | ../../../i18n/zh_TW/libirdaapplet.ts |
28 | 29 | ||
diff --git a/core/applets/logoutapplet/logoutapplet.pro b/core/applets/logoutapplet/logoutapplet.pro index 4950ece..be28a1f 100644 --- a/core/applets/logoutapplet/logoutapplet.pro +++ b/core/applets/logoutapplet/logoutapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = logout.h | 3 | HEADERS = logout.h |
4 | SOURCES = logout.cpp | 4 | SOURCES = logout.cpp |
5 | TARGET = logoutapplet | 5 | TARGET = logoutapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ |
13 | ../../../i18n/nl/liblogoutapplet.ts \ | ||
13 | ../../../i18n/da/liblogoutapplet.ts \ | 14 | ../../../i18n/da/liblogoutapplet.ts \ |
14 | ../../../i18n/xx/liblogoutapplet.ts \ | 15 | ../../../i18n/xx/liblogoutapplet.ts \ |
15 | ../../../i18n/en/liblogoutapplet.ts \ | 16 | ../../../i18n/en/liblogoutapplet.ts \ |
16 | ../../../i18n/es/liblogoutapplet.ts \ | 17 | ../../../i18n/es/liblogoutapplet.ts \ |
17 | ../../../i18n/fr/liblogoutapplet.ts \ | 18 | ../../../i18n/fr/liblogoutapplet.ts \ |
18 | ../../../i18n/hu/liblogoutapplet.ts \ | 19 | ../../../i18n/hu/liblogoutapplet.ts \ |
19 | ../../../i18n/ja/liblogoutapplet.ts \ | 20 | ../../../i18n/ja/liblogoutapplet.ts \ |
20 | ../../../i18n/ko/liblogoutapplet.ts \ | 21 | ../../../i18n/ko/liblogoutapplet.ts \ |
21 | ../../../i18n/no/liblogoutapplet.ts \ | 22 | ../../../i18n/no/liblogoutapplet.ts \ |
22 | ../../../i18n/pl/liblogoutapplet.ts \ | 23 | ../../../i18n/pl/liblogoutapplet.ts \ |
23 | ../../../i18n/pt/liblogoutapplet.ts \ | 24 | ../../../i18n/pt/liblogoutapplet.ts \ |
24 | ../../../i18n/pt_BR/liblogoutapplet.ts \ | 25 | ../../../i18n/pt_BR/liblogoutapplet.ts \ |
25 | ../../../i18n/sl/liblogoutapplet.ts \ | 26 | ../../../i18n/sl/liblogoutapplet.ts \ |
26 | ../../../i18n/zh_CN/liblogoutapplet.ts \ | 27 | ../../../i18n/zh_CN/liblogoutapplet.ts \ |
27 | ../../../i18n/zh_TW/liblogoutapplet.ts | 28 | ../../../i18n/zh_TW/liblogoutapplet.ts |
28 | 29 | ||
diff --git a/core/applets/rotateapplet/rotateapplet.pro b/core/applets/rotateapplet/rotateapplet.pro index 40d31a0..f1ec834 100644 --- a/core/applets/rotateapplet/rotateapplet.pro +++ b/core/applets/rotateapplet/rotateapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = rotate.h | 3 | HEADERS = rotate.h |
4 | SOURCES = rotate.cpp | 4 | SOURCES = rotate.cpp |
5 | TARGET = rotateapplet | 5 | TARGET = rotateapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/librotateapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/librotateapplet.ts \ |
13 | ../../../i18n/nl/librotateapplet.ts \ | ||
13 | ../../../i18n/da/librotateapplet.ts \ | 14 | ../../../i18n/da/librotateapplet.ts \ |
14 | ../../../i18n/xx/librotateapplet.ts \ | 15 | ../../../i18n/xx/librotateapplet.ts \ |
15 | ../../../i18n/en/librotateapplet.ts \ | 16 | ../../../i18n/en/librotateapplet.ts \ |
16 | ../../../i18n/es/librotateapplet.ts \ | 17 | ../../../i18n/es/librotateapplet.ts \ |
17 | ../../../i18n/fr/librotateapplet.ts \ | 18 | ../../../i18n/fr/librotateapplet.ts \ |
18 | ../../../i18n/hu/librotateapplet.ts \ | 19 | ../../../i18n/hu/librotateapplet.ts \ |
19 | ../../../i18n/ja/librotateapplet.ts \ | 20 | ../../../i18n/ja/librotateapplet.ts \ |
20 | ../../../i18n/ko/librotateapplet.ts \ | 21 | ../../../i18n/ko/librotateapplet.ts \ |
21 | ../../../i18n/no/librotateapplet.ts \ | 22 | ../../../i18n/no/librotateapplet.ts \ |
22 | ../../../i18n/pl/librotateapplet.ts \ | 23 | ../../../i18n/pl/librotateapplet.ts \ |
23 | ../../../i18n/pt/librotateapplet.ts \ | 24 | ../../../i18n/pt/librotateapplet.ts \ |
24 | ../../../i18n/pt_BR/librotateapplet.ts \ | 25 | ../../../i18n/pt_BR/librotateapplet.ts \ |
25 | ../../../i18n/sl/librotateapplet.ts \ | 26 | ../../../i18n/sl/librotateapplet.ts \ |
26 | ../../../i18n/zh_CN/librotateapplet.ts \ | 27 | ../../../i18n/zh_CN/librotateapplet.ts \ |
27 | ../../../i18n/zh_TW/librotateapplet.ts | 28 | ../../../i18n/zh_TW/librotateapplet.ts |
28 | 29 | ||
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro index f105d82..554aa3a 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro | |||
@@ -1,30 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = screenshot.h inputDialog.h screenshotappletimpl.h | 3 | HEADERS = screenshot.h inputDialog.h screenshotappletimpl.h |
4 | SOURCES = screenshot.cpp inputDialog.cpp screenshotappletimpl.cpp | 4 | SOURCES = screenshot.cpp inputDialog.cpp screenshotappletimpl.cpp |
5 | TARGET = screenshotapplet | 5 | TARGET = screenshotapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | MOC_DIR=opieobj | 11 | MOC_DIR=opieobj |
12 | OBJECTS_DIR=opieobj | 12 | OBJECTS_DIR=opieobj |
13 | 13 | ||
14 | TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ | 14 | TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ |
15 | ../../../i18n/nl/libscreenshotapplet.ts \ | ||
15 | ../../../i18n/da/libscreenshotapplet.ts \ | 16 | ../../../i18n/da/libscreenshotapplet.ts \ |
16 | ../../../i18n/xx/libscreenshotapplet.ts \ | 17 | ../../../i18n/xx/libscreenshotapplet.ts \ |
17 | ../../../i18n/en/libscreenshotapplet.ts \ | 18 | ../../../i18n/en/libscreenshotapplet.ts \ |
18 | ../../../i18n/es/libscreenshotapplet.ts \ | 19 | ../../../i18n/es/libscreenshotapplet.ts \ |
19 | ../../../i18n/fr/libscreenshotapplet.ts \ | 20 | ../../../i18n/fr/libscreenshotapplet.ts \ |
20 | ../../../i18n/hu/libscreenshotapplet.ts \ | 21 | ../../../i18n/hu/libscreenshotapplet.ts \ |
21 | ../../../i18n/ja/libscreenshotapplet.ts \ | 22 | ../../../i18n/ja/libscreenshotapplet.ts \ |
22 | ../../../i18n/ko/libscreenshotapplet.ts \ | 23 | ../../../i18n/ko/libscreenshotapplet.ts \ |
23 | ../../../i18n/no/libscreenshotapplet.ts \ | 24 | ../../../i18n/no/libscreenshotapplet.ts \ |
24 | ../../../i18n/pl/libscreenshotapplet.ts \ | 25 | ../../../i18n/pl/libscreenshotapplet.ts \ |
25 | ../../../i18n/pt/libscreenshotapplet.ts \ | 26 | ../../../i18n/pt/libscreenshotapplet.ts \ |
26 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ | 27 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ |
27 | ../../../i18n/sl/libscreenshotapplet.ts \ | 28 | ../../../i18n/sl/libscreenshotapplet.ts \ |
28 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ | 29 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ |
29 | ../../../i18n/zh_TW/libscreenshotapplet.ts | 30 | ../../../i18n/zh_TW/libscreenshotapplet.ts |
30 | 31 | ||
diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro index c072642..0b0eec0 100644 --- a/core/applets/suspendapplet/suspendapplet.pro +++ b/core/applets/suspendapplet/suspendapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = suspend.h | 3 | HEADERS = suspend.h |
4 | SOURCES = suspend.cpp | 4 | SOURCES = suspend.cpp |
5 | TARGET = suspendapplet | 5 | TARGET = suspendapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ |
13 | ../../../i18n/nl/libsuspendapplet.ts \ | ||
13 | ../../../i18n/da/libsuspendapplet.ts \ | 14 | ../../../i18n/da/libsuspendapplet.ts \ |
14 | ../../../i18n/xx/libsuspendapplet.ts \ | 15 | ../../../i18n/xx/libsuspendapplet.ts \ |
15 | ../../../i18n/en/libsuspendapplet.ts \ | 16 | ../../../i18n/en/libsuspendapplet.ts \ |
16 | ../../../i18n/es/libsuspendapplet.ts \ | 17 | ../../../i18n/es/libsuspendapplet.ts \ |
17 | ../../../i18n/fr/libsuspendapplet.ts \ | 18 | ../../../i18n/fr/libsuspendapplet.ts \ |
18 | ../../../i18n/hu/libsuspendapplet.ts \ | 19 | ../../../i18n/hu/libsuspendapplet.ts \ |
19 | ../../../i18n/ja/libsuspendapplet.ts \ | 20 | ../../../i18n/ja/libsuspendapplet.ts \ |
20 | ../../../i18n/ko/libsuspendapplet.ts \ | 21 | ../../../i18n/ko/libsuspendapplet.ts \ |
21 | ../../../i18n/no/libsuspendapplet.ts \ | 22 | ../../../i18n/no/libsuspendapplet.ts \ |
22 | ../../../i18n/pl/libsuspendapplet.ts \ | 23 | ../../../i18n/pl/libsuspendapplet.ts \ |
23 | ../../../i18n/pt/libsuspendapplet.ts \ | 24 | ../../../i18n/pt/libsuspendapplet.ts \ |
24 | ../../../i18n/pt_BR/libsuspendapplet.ts \ | 25 | ../../../i18n/pt_BR/libsuspendapplet.ts \ |
25 | ../../../i18n/sl/libsuspendapplet.ts \ | 26 | ../../../i18n/sl/libsuspendapplet.ts \ |
26 | ../../../i18n/zh_CN/libsuspendapplet.ts \ | 27 | ../../../i18n/zh_CN/libsuspendapplet.ts \ |
27 | ../../../i18n/zh_TW/libsuspendapplet.ts | 28 | ../../../i18n/zh_TW/libsuspendapplet.ts |
28 | 29 | ||
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index 75a5936..b17a915 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = vmemo.h vmemoimpl.h adpcm.h | 3 | HEADERS = vmemo.h vmemoimpl.h adpcm.h |
4 | SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c | 4 | SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c |
5 | TARGET = vmemoapplet | 5 | TARGET = vmemoapplet |
6 | DESTDIR =$(OPIEDIR)/plugins/applets | 6 | DESTDIR =$(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ |
13 | ../../../i18n/nl/libvmemoapplet.ts \ | ||
13 | ../../../i18n/da/libvmemoapplet.ts \ | 14 | ../../../i18n/da/libvmemoapplet.ts \ |
14 | ../../../i18n/xx/libvmemoapplet.ts \ | 15 | ../../../i18n/xx/libvmemoapplet.ts \ |
15 | ../../../i18n/en/libvmemoapplet.ts \ | 16 | ../../../i18n/en/libvmemoapplet.ts \ |
16 | ../../../i18n/es/libvmemoapplet.ts \ | 17 | ../../../i18n/es/libvmemoapplet.ts \ |
17 | ../../../i18n/fr/libvmemoapplet.ts \ | 18 | ../../../i18n/fr/libvmemoapplet.ts \ |
18 | ../../../i18n/hu/libvmemoapplet.ts \ | 19 | ../../../i18n/hu/libvmemoapplet.ts \ |
19 | ../../../i18n/ja/libvmemoapplet.ts \ | 20 | ../../../i18n/ja/libvmemoapplet.ts \ |
20 | ../../../i18n/ko/libvmemoapplet.ts \ | 21 | ../../../i18n/ko/libvmemoapplet.ts \ |
21 | ../../../i18n/no/libvmemoapplet.ts \ | 22 | ../../../i18n/no/libvmemoapplet.ts \ |
22 | ../../../i18n/pl/libvmemoapplet.ts \ | 23 | ../../../i18n/pl/libvmemoapplet.ts \ |
23 | ../../../i18n/pt/libvmemoapplet.ts \ | 24 | ../../../i18n/pt/libvmemoapplet.ts \ |
24 | ../../../i18n/pt_BR/libvmemoapplet.ts \ | 25 | ../../../i18n/pt_BR/libvmemoapplet.ts \ |
25 | ../../../i18n/sl/libvmemoapplet.ts \ | 26 | ../../../i18n/sl/libvmemoapplet.ts \ |
26 | ../../../i18n/zh_CN/libvmemoapplet.ts \ | 27 | ../../../i18n/zh_CN/libvmemoapplet.ts \ |
27 | ../../../i18n/zh_TW/libvmemoapplet.ts | 28 | ../../../i18n/zh_TW/libvmemoapplet.ts |
28 | 29 | ||
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index 3c2a9da..bf2228f 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= volume.h volumeappletimpl.h oledbox.h | 3 | HEADERS= volume.h volumeappletimpl.h oledbox.h |
4 | SOURCES= volume.cpp volumeappletimpl.cpp oledbox.cpp | 4 | SOURCES= volume.cpp volumeappletimpl.cpp oledbox.cpp |
5 | TARGET = volumeapplet | 5 | TARGET = volumeapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ |
13 | ../../../i18n/nl/libvolumeapplet.ts \ | ||
13 | ../../../i18n/da/libvolumeapplet.ts \ | 14 | ../../../i18n/da/libvolumeapplet.ts \ |
14 | ../../../i18n/xx/libvolumeapplet.ts \ | 15 | ../../../i18n/xx/libvolumeapplet.ts \ |
15 | ../../../i18n/en/libvolumeapplet.ts \ | 16 | ../../../i18n/en/libvolumeapplet.ts \ |
16 | ../../../i18n/es/libvolumeapplet.ts \ | 17 | ../../../i18n/es/libvolumeapplet.ts \ |
17 | ../../../i18n/fr/libvolumeapplet.ts \ | 18 | ../../../i18n/fr/libvolumeapplet.ts \ |
18 | ../../../i18n/hu/libvolumeapplet.ts \ | 19 | ../../../i18n/hu/libvolumeapplet.ts \ |
19 | ../../../i18n/ja/libvolumeapplet.ts \ | 20 | ../../../i18n/ja/libvolumeapplet.ts \ |
20 | ../../../i18n/ko/libvolumeapplet.ts \ | 21 | ../../../i18n/ko/libvolumeapplet.ts \ |
21 | ../../../i18n/no/libvolumeapplet.ts \ | 22 | ../../../i18n/no/libvolumeapplet.ts \ |
22 | ../../../i18n/pl/libvolumeapplet.ts \ | 23 | ../../../i18n/pl/libvolumeapplet.ts \ |
23 | ../../../i18n/pt/libvolumeapplet.ts \ | 24 | ../../../i18n/pt/libvolumeapplet.ts \ |
24 | ../../../i18n/pt_BR/libvolumeapplet.ts \ | 25 | ../../../i18n/pt_BR/libvolumeapplet.ts \ |
25 | ../../../i18n/sl/libvolumeapplet.ts \ | 26 | ../../../i18n/sl/libvolumeapplet.ts \ |
26 | ../../../i18n/zh_CN/libvolumeapplet.ts \ | 27 | ../../../i18n/zh_CN/libvolumeapplet.ts \ |
27 | ../../../i18n/zh_TW/libvolumeapplet.ts | 28 | ../../../i18n/zh_TW/libvolumeapplet.ts |
28 | 29 | ||
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro index ffec76b..68ae99e 100644 --- a/core/apps/calibrate/calibrate.pro +++ b/core/apps/calibrate/calibrate.pro | |||
@@ -1,27 +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 = calibrate.h | 4 | HEADERS = calibrate.h |
5 | SOURCES = calibrate.cpp main.cpp | 5 | SOURCES = calibrate.cpp main.cpp |
6 | INCLUDEPATH+= $(QTDIR)/include $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(QTDIR)/include $(OPIEDIR)/include |
7 | DEPENDPATH+= $(QTDIR)/include $(OPIEDIR)/include | 7 | DEPENDPATH+= $(QTDIR)/include $(OPIEDIR)/include |
8 | TARGET = calibrate | 8 | TARGET = calibrate |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ |
12 | ../../../i18n/nl/calibrate.pro.in.ts \ | ||
12 | ../../../i18n/da/calibrate.pro.in.ts \ | 13 | ../../../i18n/da/calibrate.pro.in.ts \ |
13 | ../../../i18n/xx/calibrate.pro.in.ts \ | 14 | ../../../i18n/xx/calibrate.pro.in.ts \ |
14 | ../../../i18n/en/calibrate.pro.in.ts \ | 15 | ../../../i18n/en/calibrate.pro.in.ts \ |
15 | ../../../i18n/es/calibrate.pro.in.ts \ | 16 | ../../../i18n/es/calibrate.pro.in.ts \ |
16 | ../../../i18n/fr/calibrate.pro.in.ts \ | 17 | ../../../i18n/fr/calibrate.pro.in.ts \ |
17 | ../../../i18n/hu/calibrate.pro.in.ts \ | 18 | ../../../i18n/hu/calibrate.pro.in.ts \ |
18 | ../../../i18n/ja/calibrate.pro.in.ts \ | 19 | ../../../i18n/ja/calibrate.pro.in.ts \ |
19 | ../../../i18n/ko/calibrate.pro.in.ts \ | 20 | ../../../i18n/ko/calibrate.pro.in.ts \ |
20 | ../../../i18n/no/calibrate.pro.in.ts \ | 21 | ../../../i18n/no/calibrate.pro.in.ts \ |
21 | ../../../i18n/pl/calibrate.pro.in.ts \ | 22 | ../../../i18n/pl/calibrate.pro.in.ts \ |
22 | ../../../i18n/pt/calibrate.pro.in.ts \ | 23 | ../../../i18n/pt/calibrate.pro.in.ts \ |
23 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ | 24 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ |
24 | ../../../i18n/sl/calibrate.pro.in.ts \ | 25 | ../../../i18n/sl/calibrate.pro.in.ts \ |
25 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ | 26 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ |
26 | ../../../i18n/it/calibrate.pro.in.ts \ | 27 | ../../../i18n/it/calibrate.pro.in.ts \ |
27 | ../../../i18n/zh_TW/calibrate.pro.in.ts | 28 | ../../../i18n/zh_TW/calibrate.pro.in.ts |
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index ca2ee0f..f8d2793 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -25,32 +25,33 @@ SOURCES = TEScreen.cpp \ | |||
25 | session.cpp \ | 25 | session.cpp \ |
26 | keytrans.cpp \ | 26 | keytrans.cpp \ |
27 | konsole.cpp \ | 27 | konsole.cpp \ |
28 | commandeditdialog.cpp \ | 28 | commandeditdialog.cpp \ |
29 | commandeditwidget.cpp \ | 29 | commandeditwidget.cpp \ |
30 | playlistselection.cpp \ | 30 | playlistselection.cpp \ |
31 | MyPty.cpp \ | 31 | MyPty.cpp \ |
32 | main.cpp | 32 | main.cpp |
33 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 33 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
34 | TARGET = embeddedkonsole | 34 | TARGET = embeddedkonsole |
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie | 37 | LIBS += -lqpe -lopie |
38 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY | 38 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ | 40 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ |
41 | ../../../i18n/nl/embeddedkonsole.ts \ | ||
41 | ../../../i18n/xx/embeddedkonsole.ts \ | 42 | ../../../i18n/xx/embeddedkonsole.ts \ |
42 | ../../../i18n/en/embeddedkonsole.ts \ | 43 | ../../../i18n/en/embeddedkonsole.ts \ |
43 | ../../../i18n/es/embeddedkonsole.ts \ | 44 | ../../../i18n/es/embeddedkonsole.ts \ |
44 | ../../../i18n/fr/embeddedkonsole.ts \ | 45 | ../../../i18n/fr/embeddedkonsole.ts \ |
45 | ../../../i18n/hu/embeddedkonsole.ts \ | 46 | ../../../i18n/hu/embeddedkonsole.ts \ |
46 | ../../../i18n/ja/embeddedkonsole.ts \ | 47 | ../../../i18n/ja/embeddedkonsole.ts \ |
47 | ../../../i18n/ko/embeddedkonsole.ts \ | 48 | ../../../i18n/ko/embeddedkonsole.ts \ |
48 | ../../../i18n/no/embeddedkonsole.ts \ | 49 | ../../../i18n/no/embeddedkonsole.ts \ |
49 | ../../../i18n/pl/embeddedkonsole.ts \ | 50 | ../../../i18n/pl/embeddedkonsole.ts \ |
50 | ../../../i18n/pt/embeddedkonsole.ts \ | 51 | ../../../i18n/pt/embeddedkonsole.ts \ |
51 | ../../../i18n/pt_BR/embeddedkonsole.ts \ | 52 | ../../../i18n/pt_BR/embeddedkonsole.ts \ |
52 | ../../../i18n/sl/embeddedkonsole.ts \ | 53 | ../../../i18n/sl/embeddedkonsole.ts \ |
53 | ../../../i18n/zh_CN/embeddedkonsole.ts \ | 54 | ../../../i18n/zh_CN/embeddedkonsole.ts \ |
54 | ../../../i18n/zh_TW/embeddedkonsole.ts \ | 55 | ../../../i18n/zh_TW/embeddedkonsole.ts \ |
55 | ../../../i18n/it/embeddedkonsole.ts \ | 56 | ../../../i18n/it/embeddedkonsole.ts \ |
56 | ../../../i18n/da/embeddedkonsole.ts | 57 | ../../../i18n/da/embeddedkonsole.ts |
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index 8891d97..a395959 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -1,28 +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 = helpbrowser.h | 4 | HEADERS = helpbrowser.h |
5 | SOURCES = helpbrowser.cpp \ | 5 | SOURCES = helpbrowser.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= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ |
13 | ../../../i18n/nl/helpbrowser.ts \ | ||
13 | ../../../i18n/xx/helpbrowser.ts \ | 14 | ../../../i18n/xx/helpbrowser.ts \ |
14 | ../../../i18n/en/helpbrowser.ts \ | 15 | ../../../i18n/en/helpbrowser.ts \ |
15 | ../../../i18n/es/helpbrowser.ts \ | 16 | ../../../i18n/es/helpbrowser.ts \ |
16 | ../../../i18n/fr/helpbrowser.ts \ | 17 | ../../../i18n/fr/helpbrowser.ts \ |
17 | ../../../i18n/hu/helpbrowser.ts \ | 18 | ../../../i18n/hu/helpbrowser.ts \ |
18 | ../../../i18n/ja/helpbrowser.ts \ | 19 | ../../../i18n/ja/helpbrowser.ts \ |
19 | ../../../i18n/ko/helpbrowser.ts \ | 20 | ../../../i18n/ko/helpbrowser.ts \ |
20 | ../../../i18n/no/helpbrowser.ts \ | 21 | ../../../i18n/no/helpbrowser.ts \ |
21 | ../../../i18n/pl/helpbrowser.ts \ | 22 | ../../../i18n/pl/helpbrowser.ts \ |
22 | ../../../i18n/pt/helpbrowser.ts \ | 23 | ../../../i18n/pt/helpbrowser.ts \ |
23 | ../../../i18n/pt_BR/helpbrowser.ts \ | 24 | ../../../i18n/pt_BR/helpbrowser.ts \ |
24 | ../../../i18n/sl/helpbrowser.ts \ | 25 | ../../../i18n/sl/helpbrowser.ts \ |
25 | ../../../i18n/zh_CN/helpbrowser.ts \ | 26 | ../../../i18n/zh_CN/helpbrowser.ts \ |
26 | ../../../i18n/it/helpbrowser.ts \ | 27 | ../../../i18n/it/helpbrowser.ts \ |
27 | ../../../i18n/zh_TW/helpbrowser.ts \ | 28 | ../../../i18n/zh_TW/helpbrowser.ts \ |
28 | ../../../i18n/da/helpbrowser.ts | 29 | ../../../i18n/da/helpbrowser.ts |
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index 9048683..baae104 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro | |||
@@ -1,28 +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 = | 4 | HEADERS = |
5 | SOURCES = main.cpp | 5 | SOURCES = main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = qcop | 10 | TARGET = qcop |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/qcop.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/qcop.ts \ |
13 | ../../../i18n/nl/qcop.ts \ | ||
13 | ../../../i18n/da/qcop.ts \ | 14 | ../../../i18n/da/qcop.ts \ |
14 | ../../../i18n/xx/qcop.ts \ | 15 | ../../../i18n/xx/qcop.ts \ |
15 | ../../../i18n/en/qcop.ts \ | 16 | ../../../i18n/en/qcop.ts \ |
16 | ../../../i18n/es/qcop.ts \ | 17 | ../../../i18n/es/qcop.ts \ |
17 | ../../../i18n/fr/qcop.ts \ | 18 | ../../../i18n/fr/qcop.ts \ |
18 | ../../../i18n/hu/qcop.ts \ | 19 | ../../../i18n/hu/qcop.ts \ |
19 | ../../../i18n/ja/qcop.ts \ | 20 | ../../../i18n/ja/qcop.ts \ |
20 | ../../../i18n/ko/qcop.ts \ | 21 | ../../../i18n/ko/qcop.ts \ |
21 | ../../../i18n/no/qcop.ts \ | 22 | ../../../i18n/no/qcop.ts \ |
22 | ../../../i18n/pl/qcop.ts \ | 23 | ../../../i18n/pl/qcop.ts \ |
23 | ../../../i18n/pt/qcop.ts \ | 24 | ../../../i18n/pt/qcop.ts \ |
24 | ../../../i18n/pt_BR/qcop.ts \ | 25 | ../../../i18n/pt_BR/qcop.ts \ |
25 | ../../../i18n/sl/qcop.ts \ | 26 | ../../../i18n/sl/qcop.ts \ |
26 | ../../../i18n/zh_CN/qcop.ts \ | 27 | ../../../i18n/zh_CN/qcop.ts \ |
27 | ../../../i18n/zh_TW/qcop.ts | 28 | ../../../i18n/zh_TW/qcop.ts |
28 | 29 | ||
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index d2c238e..2577340 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -1,27 +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 = textedit.h filePermissions.h | 4 | HEADERS = textedit.h filePermissions.h |
5 | SOURCES = main.cpp textedit.cpp filePermissions.cpp | 5 | SOURCES = main.cpp textedit.cpp filePermissions.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 | TARGET = textedit | 9 | TARGET = textedit |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/textedit.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/textedit.ts \ |
12 | ../../../i18n/nl/textedit.ts \ | ||
12 | ../../../i18n/da/textedit.ts \ | 13 | ../../../i18n/da/textedit.ts \ |
13 | ../../../i18n/xx/textedit.ts \ | 14 | ../../../i18n/xx/textedit.ts \ |
14 | ../../../i18n/en/textedit.ts \ | 15 | ../../../i18n/en/textedit.ts \ |
15 | ../../../i18n/es/textedit.ts \ | 16 | ../../../i18n/es/textedit.ts \ |
16 | ../../../i18n/fr/textedit.ts \ | 17 | ../../../i18n/fr/textedit.ts \ |
17 | ../../../i18n/hu/textedit.ts \ | 18 | ../../../i18n/hu/textedit.ts \ |
18 | ../../../i18n/ja/textedit.ts \ | 19 | ../../../i18n/ja/textedit.ts \ |
19 | ../../../i18n/ko/textedit.ts \ | 20 | ../../../i18n/ko/textedit.ts \ |
20 | ../../../i18n/no/textedit.ts \ | 21 | ../../../i18n/no/textedit.ts \ |
21 | ../../../i18n/pl/textedit.ts \ | 22 | ../../../i18n/pl/textedit.ts \ |
22 | ../../../i18n/pt/textedit.ts \ | 23 | ../../../i18n/pt/textedit.ts \ |
23 | ../../../i18n/pt_BR/textedit.ts \ | 24 | ../../../i18n/pt_BR/textedit.ts \ |
24 | ../../../i18n/sl/textedit.ts \ | 25 | ../../../i18n/sl/textedit.ts \ |
25 | ../../../i18n/zh_CN/textedit.ts \ | 26 | ../../../i18n/zh_CN/textedit.ts \ |
26 | ../../../i18n/zh_TW/textedit.ts | 27 | ../../../i18n/zh_TW/textedit.ts |
27 | 28 | ||
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 007e48c..ba01954 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -85,32 +85,33 @@ SOURCES = background.cpp \ | |||
85 | ../../rsync/sumset.c \ | 85 | ../../rsync/sumset.c \ |
86 | ../../rsync/trace.c \ | 86 | ../../rsync/trace.c \ |
87 | ../../rsync/tube.c \ | 87 | ../../rsync/tube.c \ |
88 | ../../rsync/util.c \ | 88 | ../../rsync/util.c \ |
89 | ../../rsync/version.c \ | 89 | ../../rsync/version.c \ |
90 | ../../rsync/whole.c \ | 90 | ../../rsync/whole.c \ |
91 | ../../rsync/qrsync.cpp | 91 | ../../rsync/qrsync.cpp |
92 | INTERFACES= syncdialog.ui | 92 | INTERFACES= syncdialog.ui |
93 | INCLUDEPATH += ../../include | 93 | INCLUDEPATH += ../../include |
94 | DEPENDPATH+= ../../include . | 94 | DEPENDPATH+= ../../include . |
95 | INCLUDEPATH += ../../rsync | 95 | INCLUDEPATH += ../../rsync |
96 | DEPENDPATH+= ../../rsync | 96 | DEPENDPATH+= ../../rsync |
97 | TARGET = qpe | 97 | TARGET = qpe |
98 | LIBS += -lqpe -lcrypt -lopie | 98 | LIBS += -lqpe -lcrypt -lopie |
99 | 99 | ||
100 | TRANSLATIONS = ../../i18n/de/qpe.ts \ | 100 | TRANSLATIONS = ../../i18n/de/qpe.ts \ |
101 | ../../i18n/nl/qpe.ts \ | ||
101 | ../../i18n/xx/qpe.ts \ | 102 | ../../i18n/xx/qpe.ts \ |
102 | ../../i18n/en/qpe.ts \ | 103 | ../../i18n/en/qpe.ts \ |
103 | ../../i18n/es/qpe.ts \ | 104 | ../../i18n/es/qpe.ts \ |
104 | ../../i18n/fr/qpe.ts \ | 105 | ../../i18n/fr/qpe.ts \ |
105 | ../../i18n/hu/qpe.ts \ | 106 | ../../i18n/hu/qpe.ts \ |
106 | ../../i18n/ja/qpe.ts \ | 107 | ../../i18n/ja/qpe.ts \ |
107 | ../../i18n/ko/qpe.ts \ | 108 | ../../i18n/ko/qpe.ts \ |
108 | ../../i18n/no/qpe.ts \ | 109 | ../../i18n/no/qpe.ts \ |
109 | ../../i18n/pl/qpe.ts \ | 110 | ../../i18n/pl/qpe.ts \ |
110 | ../../i18n/pt/qpe.ts \ | 111 | ../../i18n/pt/qpe.ts \ |
111 | ../../i18n/pt_BR/qpe.ts \ | 112 | ../../i18n/pt_BR/qpe.ts \ |
112 | ../../i18n/sl/qpe.ts \ | 113 | ../../i18n/sl/qpe.ts \ |
113 | ../../i18n/zh_CN/qpe.ts \ | 114 | ../../i18n/zh_CN/qpe.ts \ |
114 | ../../i18n/it/qpe.ts \ | 115 | ../../i18n/it/qpe.ts \ |
115 | ../../i18n/zh_TW/qpe.ts \ | 116 | ../../i18n/zh_TW/qpe.ts \ |
116 | ../../i18n/da/qpe.ts | 117 | ../../i18n/da/qpe.ts |
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro index d21e122..c4deffc 100644 --- a/core/multimedia/opieplayer/libflash/libflash.pro +++ b/core/multimedia/opieplayer/libflash/libflash.pro | |||
@@ -1,32 +1,33 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = libflashplugin.h libflashpluginimpl.h | 3 | HEADERS = libflashplugin.h libflashpluginimpl.h |
4 | SOURCES = libflashplugin.cpp libflashpluginimpl.cpp \ | 4 | SOURCES = libflashplugin.cpp libflashpluginimpl.cpp \ |
5 | adpcm.cc character.cc flash.cc graphic16.cc matrix.cc script.cc \ | 5 | adpcm.cc character.cc flash.cc graphic16.cc matrix.cc script.cc \ |
6 | sprite.cc bitmap.cc cxform.cc font.cc graphic24.cc movie.cc \ | 6 | sprite.cc bitmap.cc cxform.cc font.cc graphic24.cc movie.cc \ |
7 | shape.cc sqrt.cc button.cc displaylist.cc graphic.cc graphic32.cc \ | 7 | shape.cc sqrt.cc button.cc displaylist.cc graphic.cc graphic32.cc \ |
8 | program.cc sound.cc text.cc | 8 | program.cc sound.cc text.cc |
9 | TARGET = flashplugin | 9 | TARGET = flashplugin |
10 | DESTDIR = ../../plugins/codecs | 10 | DESTDIR = ../../plugins/codecs |
11 | INCLUDEPATH += $(OPIEDIR)/include .. | 11 | INCLUDEPATH += $(OPIEDIR)/include .. |
12 | DEPENDPATH += ../$(OPIEDIR)/include .. | 12 | DEPENDPATH += ../$(OPIEDIR)/include .. |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe |
14 | VERSION = 1.0.0 | 14 | VERSION = 1.0.0 |
15 | 15 | ||
16 | TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ | 16 | TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ |
17 | ../../../../i18n/nl/libflashplugin.ts \ | ||
17 | ../../../../i18n/da/libflashplugin.ts \ | 18 | ../../../../i18n/da/libflashplugin.ts \ |
18 | ../../../../i18n/xx/libflashplugin.ts \ | 19 | ../../../../i18n/xx/libflashplugin.ts \ |
19 | ../../../../i18n/en/libflashplugin.ts \ | 20 | ../../../../i18n/en/libflashplugin.ts \ |
20 | ../../../../i18n/es/libflashplugin.ts \ | 21 | ../../../../i18n/es/libflashplugin.ts \ |
21 | ../../../../i18n/fr/libflashplugin.ts \ | 22 | ../../../../i18n/fr/libflashplugin.ts \ |
22 | ../../../../i18n/hu/libflashplugin.ts \ | 23 | ../../../../i18n/hu/libflashplugin.ts \ |
23 | ../../../../i18n/ja/libflashplugin.ts \ | 24 | ../../../../i18n/ja/libflashplugin.ts \ |
24 | ../../../../i18n/ko/libflashplugin.ts \ | 25 | ../../../../i18n/ko/libflashplugin.ts \ |
25 | ../../../../i18n/no/libflashplugin.ts \ | 26 | ../../../../i18n/no/libflashplugin.ts \ |
26 | ../../../../i18n/pl/libflashplugin.ts \ | 27 | ../../../../i18n/pl/libflashplugin.ts \ |
27 | ../../../../i18n/pt/libflashplugin.ts \ | 28 | ../../../../i18n/pt/libflashplugin.ts \ |
28 | ../../../../i18n/pt_BR/libflashplugin.ts \ | 29 | ../../../../i18n/pt_BR/libflashplugin.ts \ |
29 | ../../../../i18n/sl/libflashplugin.ts \ | 30 | ../../../../i18n/sl/libflashplugin.ts \ |
30 | ../../../../i18n/zh_CN/libflashplugin.ts \ | 31 | ../../../../i18n/zh_CN/libflashplugin.ts \ |
31 | ../../../../i18n/zh_TW/libflashplugin.ts | 32 | ../../../../i18n/zh_TW/libflashplugin.ts |
32 | 33 | ||
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index d1528a2..beb7d17 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro | |||
@@ -5,32 +5,33 @@ QMAKE_CXXFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ | |||
5 | $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ | 5 | $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ |
6 | $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) | 6 | $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) |
7 | TEMPLATE = lib | 7 | TEMPLATE = lib |
8 | CONFIG += qt warn_on release | 8 | CONFIG += qt warn_on release |
9 | HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ | 9 | HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ |
10 | layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h | 10 | layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h |
11 | SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ | 11 | SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ |
12 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp | 12 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp |
13 | TARGET = madplugin | 13 | TARGET = madplugin |
14 | DESTDIR = $(OPIEDIR)/plugins/codecs | 14 | DESTDIR = $(OPIEDIR)/plugins/codecs |
15 | INCLUDEPATH += $(OPIEDIR)/include .. | 15 | INCLUDEPATH += $(OPIEDIR)/include .. |
16 | DEPENDPATH += ../$(OPIEDIR)/include .. | 16 | DEPENDPATH += ../$(OPIEDIR)/include .. |
17 | LIBS += -lqpe -lm | 17 | LIBS += -lqpe -lm |
18 | VERSION = 1.0.0 | 18 | VERSION = 1.0.0 |
19 | 19 | ||
20 | TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ | 20 | TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ |
21 | ../../../../i18n/nl/libmadplugin.ts \ | ||
21 | ../../../../i18n/da/libmadplugin.ts \ | 22 | ../../../../i18n/da/libmadplugin.ts \ |
22 | ../../../../i18n/xx/libmadplugin.ts \ | 23 | ../../../../i18n/xx/libmadplugin.ts \ |
23 | ../../../../i18n/en/libmadplugin.ts \ | 24 | ../../../../i18n/en/libmadplugin.ts \ |
24 | ../../../../i18n/es/libmadplugin.ts \ | 25 | ../../../../i18n/es/libmadplugin.ts \ |
25 | ../../../../i18n/fr/libmadplugin.ts \ | 26 | ../../../../i18n/fr/libmadplugin.ts \ |
26 | ../../../../i18n/hu/libmadplugin.ts \ | 27 | ../../../../i18n/hu/libmadplugin.ts \ |
27 | ../../../../i18n/ja/libmadplugin.ts \ | 28 | ../../../../i18n/ja/libmadplugin.ts \ |
28 | ../../../../i18n/ko/libmadplugin.ts \ | 29 | ../../../../i18n/ko/libmadplugin.ts \ |
29 | ../../../../i18n/no/libmadplugin.ts \ | 30 | ../../../../i18n/no/libmadplugin.ts \ |
30 | ../../../../i18n/pl/libmadplugin.ts \ | 31 | ../../../../i18n/pl/libmadplugin.ts \ |
31 | ../../../../i18n/pt/libmadplugin.ts \ | 32 | ../../../../i18n/pt/libmadplugin.ts \ |
32 | ../../../../i18n/pt_BR/libmadplugin.ts \ | 33 | ../../../../i18n/pt_BR/libmadplugin.ts \ |
33 | ../../../../i18n/sl/libmadplugin.ts \ | 34 | ../../../../i18n/sl/libmadplugin.ts \ |
34 | ../../../../i18n/zh_CN/libmadplugin.ts \ | 35 | ../../../../i18n/zh_CN/libmadplugin.ts \ |
35 | ../../../../i18n/zh_TW/libmadplugin.ts | 36 | ../../../../i18n/zh_TW/libmadplugin.ts |
36 | 37 | ||
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index 38b99ec..d5b2408 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | |||
@@ -34,32 +34,33 @@ SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ | |||
34 | video/motion.c \ | 34 | video/motion.c \ |
35 | video/mpeg3video.c \ | 35 | video/mpeg3video.c \ |
36 | video/output.c \ | 36 | video/output.c \ |
37 | video/reconstruct.c \ | 37 | video/reconstruct.c \ |
38 | video/seek.c \ | 38 | video/seek.c \ |
39 | video/slice.c \ | 39 | video/slice.c \ |
40 | video/vlc.c | 40 | video/vlc.c |
41 | TARGET = mpeg3plugin | 41 | TARGET = mpeg3plugin |
42 | TMAKE_CC=$(CXX) | 42 | TMAKE_CC=$(CXX) |
43 | DESTDIR = $(OPIEDIR)/plugins/codecs | 43 | DESTDIR = $(OPIEDIR)/plugins/codecs |
44 | INCLUDEPATH += $(OPIEDIR)/include .. | 44 | INCLUDEPATH += $(OPIEDIR)/include .. |
45 | DEPENDPATH += ../$(OPIEDIR)/include .. | 45 | DEPENDPATH += ../$(OPIEDIR)/include .. |
46 | LIBS += -lqpe -lpthread -lm | 46 | LIBS += -lqpe -lpthread -lm |
47 | VERSION = 1.0.0 | 47 | VERSION = 1.0.0 |
48 | 48 | ||
49 | TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ | 49 | TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ |
50 | ../../../../i18n/nl/libmpeg3plugin.ts \ | ||
50 | ../../../../i18n/da/libmpeg3plugin.ts \ | 51 | ../../../../i18n/da/libmpeg3plugin.ts \ |
51 | ../../../../i18n/xx/libmpeg3plugin.ts \ | 52 | ../../../../i18n/xx/libmpeg3plugin.ts \ |
52 | ../../../../i18n/en/libmpeg3plugin.ts \ | 53 | ../../../../i18n/en/libmpeg3plugin.ts \ |
53 | ../../../../i18n/es/libmpeg3plugin.ts \ | 54 | ../../../../i18n/es/libmpeg3plugin.ts \ |
54 | ../../../../i18n/fr/libmpeg3plugin.ts \ | 55 | ../../../../i18n/fr/libmpeg3plugin.ts \ |
55 | ../../../../i18n/hu/libmpeg3plugin.ts \ | 56 | ../../../../i18n/hu/libmpeg3plugin.ts \ |
56 | ../../../../i18n/ja/libmpeg3plugin.ts \ | 57 | ../../../../i18n/ja/libmpeg3plugin.ts \ |
57 | ../../../../i18n/ko/libmpeg3plugin.ts \ | 58 | ../../../../i18n/ko/libmpeg3plugin.ts \ |
58 | ../../../../i18n/no/libmpeg3plugin.ts \ | 59 | ../../../../i18n/no/libmpeg3plugin.ts \ |
59 | ../../../../i18n/pl/libmpeg3plugin.ts \ | 60 | ../../../../i18n/pl/libmpeg3plugin.ts \ |
60 | ../../../../i18n/pt/libmpeg3plugin.ts \ | 61 | ../../../../i18n/pt/libmpeg3plugin.ts \ |
61 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ | 62 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ |
62 | ../../../../i18n/sl/libmpeg3plugin.ts \ | 63 | ../../../../i18n/sl/libmpeg3plugin.ts \ |
63 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ | 64 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ |
64 | ../../../../i18n/zh_TW/libmpeg3plugin.ts | 65 | ../../../../i18n/zh_TW/libmpeg3plugin.ts |
65 | 66 | ||
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index 5ea5c06..bd9fd8e 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro | |||
@@ -6,32 +6,33 @@ HEADERS = loopcontrol.h mediaplayerplugininterface.h \ | |||
6 | playlistselection.h mediaplayerstate.h \ | 6 | playlistselection.h mediaplayerstate.h \ |
7 | videowidget.h audiowidget.h playlistwidget.h \ | 7 | videowidget.h audiowidget.h playlistwidget.h \ |
8 | mediaplayer.h audiodevice.h inputDialog.h om3u.h | 8 | mediaplayer.h audiodevice.h inputDialog.h om3u.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ | 10 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ |
11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp \ | 11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp \ |
12 | mediaplayer.cpp audiodevice.cpp inputDialog.cpp om3u.cpp | 12 | mediaplayer.cpp audiodevice.cpp inputDialog.cpp om3u.cpp |
13 | TARGET = opieplayer | 13 | TARGET = opieplayer |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH += $(OPIEDIR)/include | 15 | DEPENDPATH += $(OPIEDIR)/include |
16 | LIBS += -lqpe -lpthread -lopie | 16 | LIBS += -lqpe -lpthread -lopie |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 19 | DEPENDPATH += $(OPIEDIR)/include |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ |
22 | ../../../i18n/nl/opieplayer.ts \ | ||
22 | ../../../i18n/da/opieplayer.ts \ | 23 | ../../../i18n/da/opieplayer.ts \ |
23 | ../../../i18n/xx/opieplayer.ts \ | 24 | ../../../i18n/xx/opieplayer.ts \ |
24 | ../../../i18n/en/opieplayer.ts \ | 25 | ../../../i18n/en/opieplayer.ts \ |
25 | ../../../i18n/es/opieplayer.ts \ | 26 | ../../../i18n/es/opieplayer.ts \ |
26 | ../../../i18n/fr/opieplayer.ts \ | 27 | ../../../i18n/fr/opieplayer.ts \ |
27 | ../../../i18n/hu/opieplayer.ts \ | 28 | ../../../i18n/hu/opieplayer.ts \ |
28 | ../../../i18n/ja/opieplayer.ts \ | 29 | ../../../i18n/ja/opieplayer.ts \ |
29 | ../../../i18n/ko/opieplayer.ts \ | 30 | ../../../i18n/ko/opieplayer.ts \ |
30 | ../../../i18n/no/opieplayer.ts \ | 31 | ../../../i18n/no/opieplayer.ts \ |
31 | ../../../i18n/pl/opieplayer.ts \ | 32 | ../../../i18n/pl/opieplayer.ts \ |
32 | ../../../i18n/pt/opieplayer.ts \ | 33 | ../../../i18n/pt/opieplayer.ts \ |
33 | ../../../i18n/pt_BR/opieplayer.ts \ | 34 | ../../../i18n/pt_BR/opieplayer.ts \ |
34 | ../../../i18n/sl/opieplayer.ts \ | 35 | ../../../i18n/sl/opieplayer.ts \ |
35 | ../../../i18n/zh_CN/opieplayer.ts \ | 36 | ../../../i18n/zh_CN/opieplayer.ts \ |
36 | ../../../i18n/zh_TW/opieplayer.ts | 37 | ../../../i18n/zh_TW/opieplayer.ts |
37 | 38 | ||
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro index 4f98c53..0366542 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = wavplugin.h wavpluginimpl.h | 3 | HEADERS = wavplugin.h wavpluginimpl.h |
4 | SOURCES = wavplugin.cpp wavpluginimpl.cpp | 4 | SOURCES = wavplugin.cpp wavpluginimpl.cpp |
5 | TARGET = wavplugin | 5 | TARGET = wavplugin |
6 | DESTDIR = $(OPIEDIR)/plugins/codecs | 6 | DESTDIR = $(OPIEDIR)/plugins/codecs |
7 | INCLUDEPATH += $(OPIEDIR)/include .. | 7 | INCLUDEPATH += $(OPIEDIR)/include .. |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ | 12 | TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ |
13 | ../../../../i18n/nl/libwavplugin.ts \ | ||
13 | ../../../../i18n/da/libwavplugin.ts \ | 14 | ../../../../i18n/da/libwavplugin.ts \ |
14 | ../../../../i18n/xx/libwavplugin.ts \ | 15 | ../../../../i18n/xx/libwavplugin.ts \ |
15 | ../../../../i18n/en/libwavplugin.ts \ | 16 | ../../../../i18n/en/libwavplugin.ts \ |
16 | ../../../../i18n/es/libwavplugin.ts \ | 17 | ../../../../i18n/es/libwavplugin.ts \ |
17 | ../../../../i18n/fr/libwavplugin.ts \ | 18 | ../../../../i18n/fr/libwavplugin.ts \ |
18 | ../../../../i18n/hu/libwavplugin.ts \ | 19 | ../../../../i18n/hu/libwavplugin.ts \ |
19 | ../../../../i18n/ja/libwavplugin.ts \ | 20 | ../../../../i18n/ja/libwavplugin.ts \ |
20 | ../../../../i18n/ko/libwavplugin.ts \ | 21 | ../../../../i18n/ko/libwavplugin.ts \ |
21 | ../../../../i18n/no/libwavplugin.ts \ | 22 | ../../../../i18n/no/libwavplugin.ts \ |
22 | ../../../../i18n/pl/libwavplugin.ts \ | 23 | ../../../../i18n/pl/libwavplugin.ts \ |
23 | ../../../../i18n/pt/libwavplugin.ts \ | 24 | ../../../../i18n/pt/libwavplugin.ts \ |
24 | ../../../../i18n/pt_BR/libwavplugin.ts \ | 25 | ../../../../i18n/pt_BR/libwavplugin.ts \ |
25 | ../../../../i18n/sl/libwavplugin.ts \ | 26 | ../../../../i18n/sl/libwavplugin.ts \ |
26 | ../../../../i18n/zh_CN/libwavplugin.ts \ | 27 | ../../../../i18n/zh_CN/libwavplugin.ts \ |
27 | ../../../../i18n/zh_TW/libwavplugin.ts | 28 | ../../../../i18n/zh_TW/libwavplugin.ts |
28 | 29 | ||
diff --git a/core/obex/obex.pro b/core/obex/obex.pro index 6e5fdbf..f983a2b 100644 --- a/core/obex/obex.pro +++ b/core/obex/obex.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= obex.h obeximpl.h obexhandler.h obexsend.h receiver.h | 3 | HEADERS= obex.h obeximpl.h obexhandler.h obexsend.h receiver.h |
4 | SOURCES= obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp | 4 | SOURCES= obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp |
5 | TARGET = opieobex | 5 | TARGET = opieobex |
6 | DESTDIR = $(OPIEDIR)/plugins/obex | 6 | DESTDIR = $(OPIEDIR)/plugins/obex |
7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher | 7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | VERSION = 0.0.2 | 10 | VERSION = 0.0.2 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ |
13 | ../../../i18n/nl/libopieobex.ts \ | ||
13 | ../../../i18n/da/libopieobex.ts \ | 14 | ../../../i18n/da/libopieobex.ts \ |
14 | ../../../i18n/xx/libopieobex.ts \ | 15 | ../../../i18n/xx/libopieobex.ts \ |
15 | ../../../i18n/en/libopieobex.ts \ | 16 | ../../../i18n/en/libopieobex.ts \ |
16 | ../../../i18n/es/libopieobex.ts \ | 17 | ../../../i18n/es/libopieobex.ts \ |
17 | ../../../i18n/fr/libopieobex.ts \ | 18 | ../../../i18n/fr/libopieobex.ts \ |
18 | ../../../i18n/hu/libopieobex.ts \ | 19 | ../../../i18n/hu/libopieobex.ts \ |
19 | ../../../i18n/ja/libopieobex.ts \ | 20 | ../../../i18n/ja/libopieobex.ts \ |
20 | ../../../i18n/ko/libopieobex.ts \ | 21 | ../../../i18n/ko/libopieobex.ts \ |
21 | ../../../i18n/no/libopieobex.ts \ | 22 | ../../../i18n/no/libopieobex.ts \ |
22 | ../../../i18n/pl/libopieobex.ts \ | 23 | ../../../i18n/pl/libopieobex.ts \ |
23 | ../../../i18n/pt/libopieobex.ts \ | 24 | ../../../i18n/pt/libopieobex.ts \ |
24 | ../../../i18n/pt_BR/libopieobex.ts \ | 25 | ../../../i18n/pt_BR/libopieobex.ts \ |
25 | ../../../i18n/sl/libopieobex.ts \ | 26 | ../../../i18n/sl/libopieobex.ts \ |
26 | ../../../i18n/zh_CN/libopieobex.ts \ | 27 | ../../../i18n/zh_CN/libopieobex.ts \ |
27 | ../../../i18n/zh_TW/libopieobex.ts | 28 | ../../../i18n/zh_TW/libopieobex.ts |
28 | 29 | ||
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro index ce700ff..7b2ed97 100644 --- a/core/opie-login/opie-login.pro +++ b/core/opie-login/opie-login.pro | |||
@@ -13,32 +13,33 @@ SOURCES = loginwindowimpl.cpp \ | |||
13 | main.cpp | 13 | main.cpp |
14 | 14 | ||
15 | INTERFACES = loginwindow.ui | 15 | INTERFACES = loginwindow.ui |
16 | 16 | ||
17 | INCLUDEPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate | 17 | INCLUDEPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate |
18 | DEPENDPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate | 18 | DEPENDPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate |
19 | 19 | ||
20 | LIBS += -lqpe -lopie | 20 | LIBS += -lqpe -lopie |
21 | 21 | ||
22 | usepam:LIBS += -lpam | 22 | usepam:LIBS += -lpam |
23 | usepam:DEFINES += USEPAM | 23 | usepam:DEFINES += USEPAM |
24 | 24 | ||
25 | DESTDIR = $(OPIEDIR)/bin | 25 | DESTDIR = $(OPIEDIR)/bin |
26 | TARGET = opie-login | 26 | TARGET = opie-login |
27 | 27 | ||
28 | TRANSLATIONS = ../../i18n/de/opie-login.ts \ | 28 | TRANSLATIONS = ../../i18n/de/opie-login.ts \ |
29 | ../../i18n/nl/opie-login.ts \ | ||
29 | ../../i18n/xx/opie-login.ts \ | 30 | ../../i18n/xx/opie-login.ts \ |
30 | ../../i18n/en/opie-login.ts \ | 31 | ../../i18n/en/opie-login.ts \ |
31 | ../../i18n/es/opie-login.ts \ | 32 | ../../i18n/es/opie-login.ts \ |
32 | ../../i18n/fr/opie-login.ts \ | 33 | ../../i18n/fr/opie-login.ts \ |
33 | ../../i18n/hu/opie-login.ts \ | 34 | ../../i18n/hu/opie-login.ts \ |
34 | ../../i18n/ja/opie-login.ts \ | 35 | ../../i18n/ja/opie-login.ts \ |
35 | ../../i18n/ko/opie-login.ts \ | 36 | ../../i18n/ko/opie-login.ts \ |
36 | ../../i18n/no/opie-login.ts \ | 37 | ../../i18n/no/opie-login.ts \ |
37 | ../../i18n/pl/opie-login.ts \ | 38 | ../../i18n/pl/opie-login.ts \ |
38 | ../../i18n/pt/opie-login.ts \ | 39 | ../../i18n/pt/opie-login.ts \ |
39 | ../../i18n/pt_BR/opie-login.ts \ | 40 | ../../i18n/pt_BR/opie-login.ts \ |
40 | ../../i18n/sl/opie-login.ts \ | 41 | ../../i18n/sl/opie-login.ts \ |
41 | ../../i18n/zh_CN/opie-login.ts \ | 42 | ../../i18n/zh_CN/opie-login.ts \ |
42 | ../../i18n/zh_TW/opie-login.ts \ | 43 | ../../i18n/zh_TW/opie-login.ts \ |
43 | ../../i18n/it/opie-login.ts \ | 44 | ../../i18n/it/opie-login.ts \ |
44 | ../../i18n/da/opie-login.ts | 45 | ../../i18n/da/opie-login.ts |
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 0e8521e..1637cac 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -17,32 +17,33 @@ SOURCES = main.cpp \ | |||
17 | contacteditor.cpp \ | 17 | contacteditor.cpp \ |
18 | ocontactfields.cpp \ | 18 | ocontactfields.cpp \ |
19 | ablabel.cpp \ | 19 | ablabel.cpp \ |
20 | abtable.cpp \ | 20 | abtable.cpp \ |
21 | picker.cpp \ | 21 | picker.cpp \ |
22 | configdlg.cpp \ | 22 | configdlg.cpp \ |
23 | abconfig.cpp \ | 23 | abconfig.cpp \ |
24 | abview.cpp | 24 | abview.cpp |
25 | 25 | ||
26 | INTERFACES= configdlg_base.ui | 26 | INTERFACES= configdlg_base.ui |
27 | TARGET = addressbook | 27 | TARGET = addressbook |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH+= $(OPIEDIR)/include | 29 | DEPENDPATH+= $(OPIEDIR)/include |
30 | LIBS += -lqpe -lopie | 30 | LIBS += -lqpe -lopie |
31 | 31 | ||
32 | TRANSLATIONS = ../../../i18n/de/addressbook.ts \ | 32 | TRANSLATIONS = ../../../i18n/de/addressbook.ts \ |
33 | ../../../i18n/nl/addressbook.ts \ | ||
33 | ../../../i18n/da/addressbook.ts \ | 34 | ../../../i18n/da/addressbook.ts \ |
34 | ../../../i18n/xx/addressbook.ts \ | 35 | ../../../i18n/xx/addressbook.ts \ |
35 | ../../../i18n/en/addressbook.ts \ | 36 | ../../../i18n/en/addressbook.ts \ |
36 | ../../../i18n/es/addressbook.ts \ | 37 | ../../../i18n/es/addressbook.ts \ |
37 | ../../../i18n/fr/addressbook.ts \ | 38 | ../../../i18n/fr/addressbook.ts \ |
38 | ../../../i18n/hu/addressbook.ts \ | 39 | ../../../i18n/hu/addressbook.ts \ |
39 | ../../../i18n/ja/addressbook.ts \ | 40 | ../../../i18n/ja/addressbook.ts \ |
40 | ../../../i18n/ko/addressbook.ts \ | 41 | ../../../i18n/ko/addressbook.ts \ |
41 | ../../../i18n/no/addressbook.ts \ | 42 | ../../../i18n/no/addressbook.ts \ |
42 | ../../../i18n/pl/addressbook.ts \ | 43 | ../../../i18n/pl/addressbook.ts \ |
43 | ../../../i18n/pt/addressbook.ts \ | 44 | ../../../i18n/pt/addressbook.ts \ |
44 | ../../../i18n/pt_BR/addressbook.ts \ | 45 | ../../../i18n/pt_BR/addressbook.ts \ |
45 | ../../../i18n/sl/addressbook.ts \ | 46 | ../../../i18n/sl/addressbook.ts \ |
46 | ../../../i18n/zh_CN/addressbook.ts \ | 47 | ../../../i18n/zh_CN/addressbook.ts \ |
47 | ../../../i18n/it/addressbook.ts \ | 48 | ../../../i18n/it/addressbook.ts \ |
48 | ../../../i18n/zh_TW/addressbook.ts | 49 | ../../../i18n/zh_TW/addressbook.ts |
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index a6ee799..e8e0a98 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -25,32 +25,33 @@ SOURCES = main.cpp \ | |||
25 | noteentryimpl.cpp \ | 25 | noteentryimpl.cpp \ |
26 | onoteedit.cpp | 26 | onoteedit.cpp |
27 | INTERFACES= dateentry.ui \ | 27 | INTERFACES= dateentry.ui \ |
28 | datebookdayheader.ui \ | 28 | datebookdayheader.ui \ |
29 | datebookweekheader.ui \ | 29 | datebookweekheader.ui \ |
30 | datebookweeklstheader.ui \ | 30 | datebookweeklstheader.ui \ |
31 | datebookweeklstdayhdr.ui \ | 31 | datebookweeklstdayhdr.ui \ |
32 | repeatentrybase.ui \ | 32 | repeatentrybase.ui \ |
33 | datebooksettingsbase.ui \ | 33 | datebooksettingsbase.ui \ |
34 | noteentry.ui | 34 | noteentry.ui |
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH+= $(OPIEDIR)/include | 36 | DEPENDPATH+= $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie | 37 | LIBS += -lqpe -lopie |
38 | TARGET = datebook | 38 | TARGET = datebook |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ | 40 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ |
41 | ../../../i18n/nl/datebook.ts \ | ||
41 | ../../../i18n/xx/datebook.ts \ | 42 | ../../../i18n/xx/datebook.ts \ |
42 | ../../../i18n/en/datebook.ts \ | 43 | ../../../i18n/en/datebook.ts \ |
43 | ../../../i18n/es/datebook.ts \ | 44 | ../../../i18n/es/datebook.ts \ |
44 | ../../../i18n/fr/datebook.ts \ | 45 | ../../../i18n/fr/datebook.ts \ |
45 | ../../../i18n/hu/datebook.ts \ | 46 | ../../../i18n/hu/datebook.ts \ |
46 | ../../../i18n/ja/datebook.ts \ | 47 | ../../../i18n/ja/datebook.ts \ |
47 | ../../../i18n/ko/datebook.ts \ | 48 | ../../../i18n/ko/datebook.ts \ |
48 | ../../../i18n/no/datebook.ts \ | 49 | ../../../i18n/no/datebook.ts \ |
49 | ../../../i18n/pl/datebook.ts \ | 50 | ../../../i18n/pl/datebook.ts \ |
50 | ../../../i18n/pt/datebook.ts \ | 51 | ../../../i18n/pt/datebook.ts \ |
51 | ../../../i18n/pt_BR/datebook.ts \ | 52 | ../../../i18n/pt_BR/datebook.ts \ |
52 | ../../../i18n/sl/datebook.ts \ | 53 | ../../../i18n/sl/datebook.ts \ |
53 | ../../../i18n/zh_CN/datebook.ts \ | 54 | ../../../i18n/zh_CN/datebook.ts \ |
54 | ../../../i18n/it/datebook.ts \ | 55 | ../../../i18n/it/datebook.ts \ |
55 | ../../../i18n/zh_TW/datebook.ts \ | 56 | ../../../i18n/zh_TW/datebook.ts \ |
56 | ../../../i18n/da/datebook.ts | 57 | ../../../i18n/da/datebook.ts |
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro index 3ee5bce..4ebbc9e 100644 --- a/core/pim/today/plugins/addressbook/addressbook.pro +++ b/core/pim/today/plugins/addressbook/addressbook.pro | |||
@@ -6,32 +6,33 @@ CONFIG += qt release | |||
6 | HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \ | 6 | HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \ |
7 | addresspluginwidget.h | 7 | addresspluginwidget.h |
8 | SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \ | 8 | SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \ |
9 | addresspluginwidget.cpp | 9 | addresspluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todayaddressbookplugin | 19 | TARGET = todayaddressbookplugin |
20 | 20 | ||
21 | TRANSLATIONS = ../../../../../i18n/de/libtodayaddressbookplugin.ts \ | 21 | TRANSLATIONS = ../../../../../i18n/de/libtodayaddressbookplugin.ts \ |
22 | ../../../../../i18n/nl/libtodayaddressbookplugin.ts \ | ||
22 | ../../../../../i18n/xx/libtodayaddressbookplugin.ts \ | 23 | ../../../../../i18n/xx/libtodayaddressbookplugin.ts \ |
23 | ../../../../../i18n/en/libtodayaddressbookplugin.ts \ | 24 | ../../../../../i18n/en/libtodayaddressbookplugin.ts \ |
24 | ../../../../../i18n/es/libtodayaddressbookplugin.ts \ | 25 | ../../../../../i18n/es/libtodayaddressbookplugin.ts \ |
25 | ../../../../../i18n/fr/libtodayaddressbookplugin.ts \ | 26 | ../../../../../i18n/fr/libtodayaddressbookplugin.ts \ |
26 | ../../../../../i18n/hu/libtodayaddressbookplugin.ts \ | 27 | ../../../../../i18n/hu/libtodayaddressbookplugin.ts \ |
27 | ../../../../../i18n/ja/libtodayaddressbookplugin.ts \ | 28 | ../../../../../i18n/ja/libtodayaddressbookplugin.ts \ |
28 | ../../../../../i18n/ko/libtodayaddressbookplugin.ts \ | 29 | ../../../../../i18n/ko/libtodayaddressbookplugin.ts \ |
29 | ../../../../../i18n/no/libtodayaddressbookplugin.ts \ | 30 | ../../../../../i18n/no/libtodayaddressbookplugin.ts \ |
30 | ../../../../../i18n/pl/libtodayaddressbookplugin.ts \ | 31 | ../../../../../i18n/pl/libtodayaddressbookplugin.ts \ |
31 | ../../../../../i18n/pt/libtodayaddressbookplugin.ts \ | 32 | ../../../../../i18n/pt/libtodayaddressbookplugin.ts \ |
32 | ../../../../../i18n/pt_BR/libtodayaddressbookplugin.ts \ | 33 | ../../../../../i18n/pt_BR/libtodayaddressbookplugin.ts \ |
33 | ../../../../../i18n/sl/libtodayaddressbookplugin.ts \ | 34 | ../../../../../i18n/sl/libtodayaddressbookplugin.ts \ |
34 | ../../../../../i18n/zh_CN/libtodayaddressbookplugin.ts \ | 35 | ../../../../../i18n/zh_CN/libtodayaddressbookplugin.ts \ |
35 | ../../../../../i18n/zh_TW/libtodayaddressbookplugin.ts \ | 36 | ../../../../../i18n/zh_TW/libtodayaddressbookplugin.ts \ |
36 | ../../../../../i18n/it/libtodayaddressbookplugin.ts \ | 37 | ../../../../../i18n/it/libtodayaddressbookplugin.ts \ |
37 | ../../../../../i18n/da/libtodayaddressbookplugin.ts | 38 | ../../../../../i18n/da/libtodayaddressbookplugin.ts |
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index 318cbdb..e0a1dcb 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro | |||
@@ -5,32 +5,33 @@ CONFIG += qt release | |||
5 | HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ | 5 | HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ |
6 | datebookevent.h datebookpluginwidget.h | 6 | datebookevent.h datebookpluginwidget.h |
7 | SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ | 7 | SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ |
8 | datebookevent.cpp datebookpluginwidget.cpp | 8 | datebookevent.cpp datebookpluginwidget.cpp |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include \ | 10 | INCLUDEPATH += $(OPIEDIR)/include \ |
11 | ../ ../library | 11 | ../ ../library |
12 | DEPENDPATH += $(OPIEDIR)/include \ | 12 | DEPENDPATH += $(OPIEDIR)/include \ |
13 | ../ ../library | 13 | ../ ../library |
14 | 14 | ||
15 | LIBS+= -lqpe -lopie | 15 | LIBS+= -lqpe -lopie |
16 | 16 | ||
17 | DESTDIR = $(OPIEDIR)/plugins/today | 17 | DESTDIR = $(OPIEDIR)/plugins/today |
18 | TARGET = todaydatebookplugin | 18 | TARGET = todaydatebookplugin |
19 | 19 | ||
20 | TRANSLATIONS = ../../../../../i18n/de/libtodaydatebookplugin.ts \ | 20 | TRANSLATIONS = ../../../../../i18n/de/libtodaydatebookplugin.ts \ |
21 | ../../../../../i18n/nl/libtodaydatebookplugin.ts \ | ||
21 | ../../../../../i18n/xx/libtodaydatebookplugin.ts \ | 22 | ../../../../../i18n/xx/libtodaydatebookplugin.ts \ |
22 | ../../../../../i18n/en/libtodaydatebookplugin.ts \ | 23 | ../../../../../i18n/en/libtodaydatebookplugin.ts \ |
23 | ../../../../../i18n/es/libtodaydatebookplugin.ts \ | 24 | ../../../../../i18n/es/libtodaydatebookplugin.ts \ |
24 | ../../../../../i18n/fr/libtodaydatebookplugin.ts \ | 25 | ../../../../../i18n/fr/libtodaydatebookplugin.ts \ |
25 | ../../../../../i18n/hu/libtodaydatebookplugin.ts \ | 26 | ../../../../../i18n/hu/libtodaydatebookplugin.ts \ |
26 | ../../../../../i18n/ja/libtodaydatebookplugin.ts \ | 27 | ../../../../../i18n/ja/libtodaydatebookplugin.ts \ |
27 | ../../../../../i18n/ko/libtodaydatebookplugin.ts \ | 28 | ../../../../../i18n/ko/libtodaydatebookplugin.ts \ |
28 | ../../../../../i18n/no/libtodaydatebookplugin.ts \ | 29 | ../../../../../i18n/no/libtodaydatebookplugin.ts \ |
29 | ../../../../../i18n/pl/libtodaydatebookplugin.ts \ | 30 | ../../../../../i18n/pl/libtodaydatebookplugin.ts \ |
30 | ../../../../../i18n/pt/libtodaydatebookplugin.ts \ | 31 | ../../../../../i18n/pt/libtodaydatebookplugin.ts \ |
31 | ../../../../../i18n/pt_BR/libtodaydatebookplugin.ts \ | 32 | ../../../../../i18n/pt_BR/libtodaydatebookplugin.ts \ |
32 | ../../../../../i18n/sl/libtodaydatebookplugin.ts \ | 33 | ../../../../../i18n/sl/libtodaydatebookplugin.ts \ |
33 | ../../../../../i18n/zh_CN/libtodaydatebookplugin.ts \ | 34 | ../../../../../i18n/zh_CN/libtodaydatebookplugin.ts \ |
34 | ../../../../../i18n/zh_TW/libtodaydatebookplugin.ts \ | 35 | ../../../../../i18n/zh_TW/libtodaydatebookplugin.ts \ |
35 | ../../../../../i18n/it/libtodaydatebookplugin.ts \ | 36 | ../../../../../i18n/it/libtodaydatebookplugin.ts \ |
36 | ../../../../../i18n/da/libtodaydatebookplugin.ts | 37 | ../../../../../i18n/da/libtodaydatebookplugin.ts |
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro index 2538f74..70c484d 100644 --- a/core/pim/today/plugins/mail/mail.pro +++ b/core/pim/today/plugins/mail/mail.pro | |||
@@ -4,32 +4,33 @@ CONFIG += qt release | |||
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h | 6 | HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h |
7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp | 7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp |
8 | 8 | ||
9 | INCLUDEPATH += $(OPIEDIR)/include \ | 9 | INCLUDEPATH += $(OPIEDIR)/include \ |
10 | ../ ../library | 10 | ../ ../library |
11 | DEPENDPATH += $(OPIEDIR)/include \ | 11 | DEPENDPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | 13 | ||
14 | LIBS+= -lqpe -lopie | 14 | LIBS+= -lqpe -lopie |
15 | 15 | ||
16 | DESTDIR = $(OPIEDIR)/plugins/today | 16 | DESTDIR = $(OPIEDIR)/plugins/today |
17 | TARGET = todaymailplugin | 17 | TARGET = todaymailplugin |
18 | 18 | ||
19 | TRANSLATIONS = ../../../../../i18n/de/libtodaymailplugin.ts \ | 19 | TRANSLATIONS = ../../../../../i18n/de/libtodaymailplugin.ts \ |
20 | ../../../../../i18n/nl/libtodaymailplugin.ts \ | ||
20 | ../../../../../i18n/xx/libtodaymailplugin.ts \ | 21 | ../../../../../i18n/xx/libtodaymailplugin.ts \ |
21 | ../../../../../i18n/en/libtodaymailplugin.ts \ | 22 | ../../../../../i18n/en/libtodaymailplugin.ts \ |
22 | ../../../../../i18n/es/libtodaymailplugin.ts \ | 23 | ../../../../../i18n/es/libtodaymailplugin.ts \ |
23 | ../../../../../i18n/fr/libtodaymailplugin.ts \ | 24 | ../../../../../i18n/fr/libtodaymailplugin.ts \ |
24 | ../../../../../i18n/hu/libtodaymailplugin.ts \ | 25 | ../../../../../i18n/hu/libtodaymailplugin.ts \ |
25 | ../../../../../i18n/ja/libtodaymailplugin.ts \ | 26 | ../../../../../i18n/ja/libtodaymailplugin.ts \ |
26 | ../../../../../i18n/ko/libtodaymailplugin.ts \ | 27 | ../../../../../i18n/ko/libtodaymailplugin.ts \ |
27 | ../../../../../i18n/no/libtodaymailplugin.ts \ | 28 | ../../../../../i18n/no/libtodaymailplugin.ts \ |
28 | ../../../../../i18n/pl/libtodaymailplugin.ts \ | 29 | ../../../../../i18n/pl/libtodaymailplugin.ts \ |
29 | ../../../../../i18n/pt/libtodaymailplugin.ts \ | 30 | ../../../../../i18n/pt/libtodaymailplugin.ts \ |
30 | ../../../../../i18n/pt_BR/libtodaymailplugin.ts \ | 31 | ../../../../../i18n/pt_BR/libtodaymailplugin.ts \ |
31 | ../../../../../i18n/sl/libtodaymailplugin.ts \ | 32 | ../../../../../i18n/sl/libtodaymailplugin.ts \ |
32 | ../../../../../i18n/zh_CN/libtodaymailplugin.ts \ | 33 | ../../../../../i18n/zh_CN/libtodaymailplugin.ts \ |
33 | ../../../../../i18n/zh_TW/libtodaymailplugin.ts \ | 34 | ../../../../../i18n/zh_TW/libtodaymailplugin.ts \ |
34 | ../../../../../i18n/it/libtodaymailplugin.ts \ | 35 | ../../../../../i18n/it/libtodaymailplugin.ts \ |
35 | ../../../../../i18n/da/libtodaymailplugin.ts | 36 | ../../../../../i18n/da/libtodaymailplugin.ts |
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro index 5b6aa47..31a6a27 100644 --- a/core/pim/today/plugins/todolist/todolist.pro +++ b/core/pim/today/plugins/todolist/todolist.pro | |||
@@ -6,32 +6,33 @@ CONFIG += qt release | |||
6 | HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h \ | 6 | HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h \ |
7 | todopluginwidget.h | 7 | todopluginwidget.h |
8 | SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \ | 8 | SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \ |
9 | todopluginwidget.cpp | 9 | todopluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todaytodolistplugin | 19 | TARGET = todaytodolistplugin |
20 | 20 | ||
21 | TRANSLATIONS = ../../../../../i18n/de/libtodaytodolistplugin.ts \ | 21 | TRANSLATIONS = ../../../../../i18n/de/libtodaytodolistplugin.ts \ |
22 | ../../../../../i18n/nl/libtodaytodolistplugin.ts \ | ||
22 | ../../../../../i18n/xx/libtodaytodolistplugin.ts \ | 23 | ../../../../../i18n/xx/libtodaytodolistplugin.ts \ |
23 | ../../../../../i18n/en/libtodaytodolistplugin.ts \ | 24 | ../../../../../i18n/en/libtodaytodolistplugin.ts \ |
24 | ../../../../../i18n/es/libtodaytodolistplugin.ts \ | 25 | ../../../../../i18n/es/libtodaytodolistplugin.ts \ |
25 | ../../../../../i18n/fr/libtodaytodolistplugin.ts \ | 26 | ../../../../../i18n/fr/libtodaytodolistplugin.ts \ |
26 | ../../../../../i18n/hu/libtodaytodolistplugin.ts \ | 27 | ../../../../../i18n/hu/libtodaytodolistplugin.ts \ |
27 | ../../../../../i18n/ja/libtodaytodolistplugin.ts \ | 28 | ../../../../../i18n/ja/libtodaytodolistplugin.ts \ |
28 | ../../../../../i18n/ko/libtodaytodolistplugin.ts \ | 29 | ../../../../../i18n/ko/libtodaytodolistplugin.ts \ |
29 | ../../../../../i18n/no/libtodaytodolistplugin.ts \ | 30 | ../../../../../i18n/no/libtodaytodolistplugin.ts \ |
30 | ../../../../../i18n/pl/libtodaytodolistplugin.ts \ | 31 | ../../../../../i18n/pl/libtodaytodolistplugin.ts \ |
31 | ../../../../../i18n/pt/libtodaytodolistplugin.ts \ | 32 | ../../../../../i18n/pt/libtodaytodolistplugin.ts \ |
32 | ../../../../../i18n/pt_BR/libtodaytodolistplugin.ts \ | 33 | ../../../../../i18n/pt_BR/libtodaytodolistplugin.ts \ |
33 | ../../../../../i18n/sl/libtodaytodolistplugin.ts \ | 34 | ../../../../../i18n/sl/libtodaytodolistplugin.ts \ |
34 | ../../../../../i18n/zh_CN/libtodaytodolistplugin.ts \ | 35 | ../../../../../i18n/zh_CN/libtodaytodolistplugin.ts \ |
35 | ../../../../../i18n/zh_TW/libtodaytodolistplugin.ts \ | 36 | ../../../../../i18n/zh_TW/libtodaytodolistplugin.ts \ |
36 | ../../../../../i18n/it/libtodaytodolistplugin.ts \ | 37 | ../../../../../i18n/it/libtodaytodolistplugin.ts \ |
37 | ../../../../../i18n/da/libtodaytodolistplugin.ts | 38 | ../../../../../i18n/da/libtodaytodolistplugin.ts |
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 7ab5f08..f93b5bf 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -1,29 +1,30 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on | 2 | CONFIG = qt warn_on |
3 | #CONFIG = qt warn_on release | 3 | #CONFIG = qt warn_on release |
4 | HEADERS = today.h todaybase.h todayconfig.h | 4 | HEADERS = today.h todaybase.h todayconfig.h |
5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp | 5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp |
6 | 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= | 9 | INTERFACES= |
10 | TARGET = today | 10 | TARGET = today |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/today.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/today.ts \ |
14 | ../../../i18n/nl/today.ts \ | ||
14 | ../../../i18n/xx/today.ts \ | 15 | ../../../i18n/xx/today.ts \ |
15 | ../../../i18n/en/today.ts \ | 16 | ../../../i18n/en/today.ts \ |
16 | ../../../i18n/es/today.ts \ | 17 | ../../../i18n/es/today.ts \ |
17 | ../../../i18n/fr/today.ts \ | 18 | ../../../i18n/fr/today.ts \ |
18 | ../../../i18n/hu/today.ts \ | 19 | ../../../i18n/hu/today.ts \ |
19 | ../../../i18n/ja/today.ts \ | 20 | ../../../i18n/ja/today.ts \ |
20 | ../../../i18n/ko/today.ts \ | 21 | ../../../i18n/ko/today.ts \ |
21 | ../../../i18n/no/today.ts \ | 22 | ../../../i18n/no/today.ts \ |
22 | ../../../i18n/pl/today.ts \ | 23 | ../../../i18n/pl/today.ts \ |
23 | ../../../i18n/pt/today.ts \ | 24 | ../../../i18n/pt/today.ts \ |
24 | ../../../i18n/pt_BR/today.ts \ | 25 | ../../../i18n/pt_BR/today.ts \ |
25 | ../../../i18n/sl/today.ts \ | 26 | ../../../i18n/sl/today.ts \ |
26 | ../../../i18n/zh_CN/today.ts \ | 27 | ../../../i18n/zh_CN/today.ts \ |
27 | ../../../i18n/zh_TW/today.ts \ | 28 | ../../../i18n/zh_TW/today.ts \ |
28 | ../../../i18n/it/today.ts \ | 29 | ../../../i18n/it/today.ts \ |
29 | ../../../i18n/da/today.ts | 30 | ../../../i18n/da/today.ts |
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 1708451..4a63770 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -34,32 +34,33 @@ SOURCES = smalltodo.cpp \ | |||
34 | templateeditor.cpp \ | 34 | templateeditor.cpp \ |
35 | templatedialog.cpp \ | 35 | templatedialog.cpp \ |
36 | templatedialogimpl.cpp \ | 36 | templatedialogimpl.cpp \ |
37 | quickeditimpl.cpp \ | 37 | quickeditimpl.cpp \ |
38 | quickedit.cpp \ | 38 | quickedit.cpp \ |
39 | otaskeditor.cpp \ | 39 | otaskeditor.cpp \ |
40 | taskeditoroverview.cpp \ | 40 | taskeditoroverview.cpp \ |
41 | taskeditorstatus.cpp \ | 41 | taskeditorstatus.cpp \ |
42 | taskeditoralarms.cpp | 42 | taskeditoralarms.cpp |
43 | 43 | ||
44 | TARGET = todolist | 44 | TARGET = todolist |
45 | INCLUDEPATH += $(OPIEDIR)/include | 45 | INCLUDEPATH += $(OPIEDIR)/include |
46 | DEPENDPATH+= $(OPIEDIR)/include | 46 | DEPENDPATH+= $(OPIEDIR)/include |
47 | LIBS += -lqpe -lopie | 47 | LIBS += -lqpe -lopie |
48 | 48 | ||
49 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ | 49 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ |
50 | ../../../i18n/nl/todolist.ts \ | ||
50 | ../../../i18n/da/todolist.ts \ | 51 | ../../../i18n/da/todolist.ts \ |
51 | ../../../i18n/xx/todolist.ts \ | 52 | ../../../i18n/xx/todolist.ts \ |
52 | ../../../i18n/en/todolist.ts \ | 53 | ../../../i18n/en/todolist.ts \ |
53 | ../../../i18n/es/todolist.ts \ | 54 | ../../../i18n/es/todolist.ts \ |
54 | ../../../i18n/fr/todolist.ts \ | 55 | ../../../i18n/fr/todolist.ts \ |
55 | ../../../i18n/hu/todolist.ts \ | 56 | ../../../i18n/hu/todolist.ts \ |
56 | ../../../i18n/ja/todolist.ts \ | 57 | ../../../i18n/ja/todolist.ts \ |
57 | ../../../i18n/ko/todolist.ts \ | 58 | ../../../i18n/ko/todolist.ts \ |
58 | ../../../i18n/no/todolist.ts \ | 59 | ../../../i18n/no/todolist.ts \ |
59 | ../../../i18n/pl/todolist.ts \ | 60 | ../../../i18n/pl/todolist.ts \ |
60 | ../../../i18n/pt/todolist.ts \ | 61 | ../../../i18n/pt/todolist.ts \ |
61 | ../../../i18n/pt_BR/todolist.ts \ | 62 | ../../../i18n/pt_BR/todolist.ts \ |
62 | ../../../i18n/sl/todolist.ts \ | 63 | ../../../i18n/sl/todolist.ts \ |
63 | ../../../i18n/zh_CN/todolist.ts \ | 64 | ../../../i18n/zh_CN/todolist.ts \ |
64 | ../../../i18n/zh_TW/todolist.ts | 65 | ../../../i18n/zh_TW/todolist.ts |
65 | 66 | ||
diff --git a/core/settings/button/button.pro b/core/settings/button/button.pro index e757da9..b10b619 100644 --- a/core/settings/button/button.pro +++ b/core/settings/button/button.pro | |||
@@ -5,32 +5,33 @@ HEADERS = buttonsettings.h \ | |||
5 | buttonutils.h \ | 5 | buttonutils.h \ |
6 | remapdlg.h | 6 | remapdlg.h |
7 | 7 | ||
8 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
9 | buttonsettings.cpp \ | 9 | buttonsettings.cpp \ |
10 | buttonutils.cpp \ | 10 | buttonutils.cpp \ |
11 | remapdlg.cpp | 11 | remapdlg.cpp |
12 | 12 | ||
13 | INTERFACES = remapdlgbase.ui | 13 | INTERFACES = remapdlgbase.ui |
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
17 | LIBS += -lqpe -lopie | 17 | LIBS += -lqpe -lopie |
18 | TARGET = buttonsettings | 18 | TARGET = buttonsettings |
19 | 19 | ||
20 | TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \ | 20 | TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \ |
21 | ../../../i18n/nl/buttonsettings.ts \ | ||
21 | ../../../i18n/xx/buttonsettings.ts \ | 22 | ../../../i18n/xx/buttonsettings.ts \ |
22 | ../../../i18n/en/buttonsettings.ts \ | 23 | ../../../i18n/en/buttonsettings.ts \ |
23 | ../../../i18n/es/buttonsettings.ts \ | 24 | ../../../i18n/es/buttonsettings.ts \ |
24 | ../../../i18n/fr/buttonsettings.ts \ | 25 | ../../../i18n/fr/buttonsettings.ts \ |
25 | ../../../i18n/hu/buttonsettings.ts \ | 26 | ../../../i18n/hu/buttonsettings.ts \ |
26 | ../../../i18n/ja/buttonsettings.ts \ | 27 | ../../../i18n/ja/buttonsettings.ts \ |
27 | ../../../i18n/ko/buttonsettings.ts \ | 28 | ../../../i18n/ko/buttonsettings.ts \ |
28 | ../../../i18n/no/buttonsettings.ts \ | 29 | ../../../i18n/no/buttonsettings.ts \ |
29 | ../../../i18n/pl/buttonsettings.ts \ | 30 | ../../../i18n/pl/buttonsettings.ts \ |
30 | ../../../i18n/pt/buttonsettings.ts \ | 31 | ../../../i18n/pt/buttonsettings.ts \ |
31 | ../../../i18n/pt_BR/buttonsettings.ts \ | 32 | ../../../i18n/pt_BR/buttonsettings.ts \ |
32 | ../../../i18n/sl/buttonsettings.ts \ | 33 | ../../../i18n/sl/buttonsettings.ts \ |
33 | ../../../i18n/zh_CN/buttonsettings.ts \ | 34 | ../../../i18n/zh_CN/buttonsettings.ts \ |
34 | ../../../i18n/zh_TW/buttonsettings.ts \ | 35 | ../../../i18n/zh_TW/buttonsettings.ts \ |
35 | ../../../i18n/da/buttonsettings.ts | 36 | ../../../i18n/da/buttonsettings.ts |
36 | 37 | ||
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 2eb3dad..c7f4d08 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | CONFIG += qt warn_on release | 1 | CONFIG += qt warn_on release |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | #INTERFACES = citytimebase.ui | 4 | #INTERFACES = citytimebase.ui |
5 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h | 5 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h |
6 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 6 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
7 | TARGET = citytime | 7 | TARGET = citytime |
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/citytime.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ |
13 | ../../../i18n/nl/citytime.ts \ | ||
13 | ../../../i18n/xx/citytime.ts \ | 14 | ../../../i18n/xx/citytime.ts \ |
14 | ../../../i18n/en/citytime.ts \ | 15 | ../../../i18n/en/citytime.ts \ |
15 | ../../../i18n/es/citytime.ts \ | 16 | ../../../i18n/es/citytime.ts \ |
16 | ../../../i18n/fr/citytime.ts \ | 17 | ../../../i18n/fr/citytime.ts \ |
17 | ../../../i18n/hu/citytime.ts \ | 18 | ../../../i18n/hu/citytime.ts \ |
18 | ../../../i18n/ja/citytime.ts \ | 19 | ../../../i18n/ja/citytime.ts \ |
19 | ../../../i18n/ko/citytime.ts \ | 20 | ../../../i18n/ko/citytime.ts \ |
20 | ../../../i18n/no/citytime.ts \ | 21 | ../../../i18n/no/citytime.ts \ |
21 | ../../../i18n/pl/citytime.ts \ | 22 | ../../../i18n/pl/citytime.ts \ |
22 | ../../../i18n/pt/citytime.ts \ | 23 | ../../../i18n/pt/citytime.ts \ |
23 | ../../../i18n/pt_BR/citytime.ts \ | 24 | ../../../i18n/pt_BR/citytime.ts \ |
24 | ../../../i18n/sl/citytime.ts \ | 25 | ../../../i18n/sl/citytime.ts \ |
25 | ../../../i18n/zh_CN/citytime.ts \ | 26 | ../../../i18n/zh_CN/citytime.ts \ |
26 | ../../../i18n/zh_TW/citytime.ts \ | 27 | ../../../i18n/zh_TW/citytime.ts \ |
27 | ../../../i18n/da/citytime.ts | 28 | ../../../i18n/da/citytime.ts |
28 | 29 | ||
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index 2577c98..9304fa8 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on debug | 2 | CONFIG += qt warn_on debug |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = light.h sensor.h calibration.h | 4 | HEADERS = light.h sensor.h calibration.h |
5 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp | 5 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp |
6 | INTERFACES= lightsettingsbase.ui sensorbase.ui | 6 | INTERFACES= lightsettingsbase.ui sensorbase.ui |
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 | TARGET = light-and-power | 10 | TARGET = light-and-power |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ |
13 | ../../../i18n/nl/light-and-power.ts \ | ||
13 | ../../../i18n/xx/light-and-power.ts \ | 14 | ../../../i18n/xx/light-and-power.ts \ |
14 | ../../../i18n/en/light-and-power.ts \ | 15 | ../../../i18n/en/light-and-power.ts \ |
15 | ../../../i18n/es/light-and-power.ts \ | 16 | ../../../i18n/es/light-and-power.ts \ |
16 | ../../../i18n/fr/light-and-power.ts \ | 17 | ../../../i18n/fr/light-and-power.ts \ |
17 | ../../../i18n/hu/light-and-power.ts \ | 18 | ../../../i18n/hu/light-and-power.ts \ |
18 | ../../../i18n/ja/light-and-power.ts \ | 19 | ../../../i18n/ja/light-and-power.ts \ |
19 | ../../../i18n/ko/light-and-power.ts \ | 20 | ../../../i18n/ko/light-and-power.ts \ |
20 | ../../../i18n/no/light-and-power.ts \ | 21 | ../../../i18n/no/light-and-power.ts \ |
21 | ../../../i18n/pl/light-and-power.ts \ | 22 | ../../../i18n/pl/light-and-power.ts \ |
22 | ../../../i18n/pt/light-and-power.ts \ | 23 | ../../../i18n/pt/light-and-power.ts \ |
23 | ../../../i18n/pt_BR/light-and-power.ts \ | 24 | ../../../i18n/pt_BR/light-and-power.ts \ |
24 | ../../../i18n/sl/light-and-power.ts \ | 25 | ../../../i18n/sl/light-and-power.ts \ |
25 | ../../../i18n/zh_CN/light-and-power.ts \ | 26 | ../../../i18n/zh_CN/light-and-power.ts \ |
26 | ../../../i18n/zh_TW/light-and-power.ts \ | 27 | ../../../i18n/zh_TW/light-and-power.ts \ |
27 | ../../../i18n/it/light-and-power.ts \ | 28 | ../../../i18n/it/light-and-power.ts \ |
28 | ../../../i18n/da/light-and-power.ts | 29 | ../../../i18n/da/light-and-power.ts |
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index dbb4099..c359537 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -1,28 +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 = security.h | 4 | HEADERS = security.h |
5 | SOURCES = security.cpp main.cpp | 5 | SOURCES = security.cpp main.cpp |
6 | INTERFACES= securitybase.ui | 6 | INTERFACES= securitybase.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 = security | 10 | TARGET = security |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/security.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/security.ts \ |
13 | ../../../i18n/nl/security.ts \ | ||
13 | ../../../i18n/xx/security.ts \ | 14 | ../../../i18n/xx/security.ts \ |
14 | ../../../i18n/en/security.ts \ | 15 | ../../../i18n/en/security.ts \ |
15 | ../../../i18n/es/security.ts \ | 16 | ../../../i18n/es/security.ts \ |
16 | ../../../i18n/fr/security.ts \ | 17 | ../../../i18n/fr/security.ts \ |
17 | ../../../i18n/hu/security.ts \ | 18 | ../../../i18n/hu/security.ts \ |
18 | ../../../i18n/ja/security.ts \ | 19 | ../../../i18n/ja/security.ts \ |
19 | ../../../i18n/ko/security.ts \ | 20 | ../../../i18n/ko/security.ts \ |
20 | ../../../i18n/no/security.ts \ | 21 | ../../../i18n/no/security.ts \ |
21 | ../../../i18n/pl/security.ts \ | 22 | ../../../i18n/pl/security.ts \ |
22 | ../../../i18n/pt/security.ts \ | 23 | ../../../i18n/pt/security.ts \ |
23 | ../../../i18n/pt_BR/security.ts \ | 24 | ../../../i18n/pt_BR/security.ts \ |
24 | ../../../i18n/sl/security.ts \ | 25 | ../../../i18n/sl/security.ts \ |
25 | ../../../i18n/zh_CN/security.ts \ | 26 | ../../../i18n/zh_CN/security.ts \ |
26 | ../../../i18n/zh_TW/security.ts \ | 27 | ../../../i18n/zh_TW/security.ts \ |
27 | ../../../i18n/da/security.ts | 28 | ../../../i18n/da/security.ts |
28 | 29 | ||
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index daec481..70cc171 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -1,29 +1,30 @@ | |||
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 = keyview.h keyboardimpl.h | 4 | HEADERS = keyview.h keyboardimpl.h |
5 | SOURCES = keyview.cpp keyboardimpl.cpp | 5 | SOURCES = keyview.cpp keyboardimpl.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher | 7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = keyview | 10 | TARGET = keyview |
11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/keyview.ts \ | 13 | TRANSLATIONS = ../i18n/de/keyview.ts \ |
14 | ../i18n/nl/keyview.ts \ | ||
14 | ../i18n/da/keyview.ts \ | 15 | ../i18n/da/keyview.ts \ |
15 | ../i18n/xx/keyview.ts \ | 16 | ../i18n/xx/keyview.ts \ |
16 | ../i18n/en/keyview.ts \ | 17 | ../i18n/en/keyview.ts \ |
17 | ../i18n/es/keyview.ts \ | 18 | ../i18n/es/keyview.ts \ |
18 | ../i18n/fr/keyview.ts \ | 19 | ../i18n/fr/keyview.ts \ |
19 | ../i18n/hu/keyview.ts \ | 20 | ../i18n/hu/keyview.ts \ |
20 | ../i18n/ja/keyview.ts \ | 21 | ../i18n/ja/keyview.ts \ |
21 | ../i18n/ko/keyview.ts \ | 22 | ../i18n/ko/keyview.ts \ |
22 | ../i18n/no/keyview.ts \ | 23 | ../i18n/no/keyview.ts \ |
23 | ../i18n/pl/keyview.ts \ | 24 | ../i18n/pl/keyview.ts \ |
24 | ../i18n/pt/keyview.ts \ | 25 | ../i18n/pt/keyview.ts \ |
25 | ../i18n/pt_BR/keyview.ts \ | 26 | ../i18n/pt_BR/keyview.ts \ |
26 | ../i18n/sl/keyview.ts \ | 27 | ../i18n/sl/keyview.ts \ |
27 | ../i18n/zh_CN/keyview.ts \ | 28 | ../i18n/zh_CN/keyview.ts \ |
28 | ../i18n/zh_TW/keyview.ts | 29 | ../i18n/zh_TW/keyview.ts |
29 | 30 | ||
diff --git a/example/example.pro b/example/example.pro index ab233c8..dea78cf 100644 --- a/example/example.pro +++ b/example/example.pro | |||
@@ -1,28 +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 = example.h | 4 | HEADERS = example.h |
5 | SOURCES = main.cpp example.cpp | 5 | SOURCES = main.cpp example.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= examplebase.ui | 9 | INTERFACES= examplebase.ui |
10 | TARGET = example | 10 | TARGET = example |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/example.ts \ | 12 | TRANSLATIONS = ../i18n/de/example.ts \ |
13 | ../i18n/nl/example.ts \ | ||
13 | ../i18n/da/example.ts \ | 14 | ../i18n/da/example.ts \ |
14 | ../i18n/xx/example.ts \ | 15 | ../i18n/xx/example.ts \ |
15 | ../i18n/en/example.ts \ | 16 | ../i18n/en/example.ts \ |
16 | ../i18n/es/example.ts \ | 17 | ../i18n/es/example.ts \ |
17 | ../i18n/fr/example.ts \ | 18 | ../i18n/fr/example.ts \ |
18 | ../i18n/hu/example.ts \ | 19 | ../i18n/hu/example.ts \ |
19 | ../i18n/ja/example.ts \ | 20 | ../i18n/ja/example.ts \ |
20 | ../i18n/ko/example.ts \ | 21 | ../i18n/ko/example.ts \ |
21 | ../i18n/no/example.ts \ | 22 | ../i18n/no/example.ts \ |
22 | ../i18n/pl/example.ts \ | 23 | ../i18n/pl/example.ts \ |
23 | ../i18n/pt/example.ts \ | 24 | ../i18n/pt/example.ts \ |
24 | ../i18n/pt_BR/example.ts \ | 25 | ../i18n/pt_BR/example.ts \ |
25 | ../i18n/sl/example.ts \ | 26 | ../i18n/sl/example.ts \ |
26 | ../i18n/zh_CN/example.ts \ | 27 | ../i18n/zh_CN/example.ts \ |
27 | ../i18n/zh_TW/example.ts | 28 | ../i18n/zh_TW/example.ts |
28 | 29 | ||
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 2d41e8d..c029052 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -1,31 +1,32 @@ | |||
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 | dvorakimpl.h | 4 | dvorakimpl.h |
5 | SOURCES= dvorak.cpp \ | 5 | SOURCES= dvorak.cpp \ |
6 | dvorakimpl.cpp | 6 | dvorakimpl.cpp |
7 | TARGET = qdvorak | 7 | TARGET = qdvorak |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
13 | VERSION = 1.0.0 | 13 | VERSION = 1.0.0 |
14 | 14 | ||
15 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ | 15 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ |
16 | ../../i18n/nl/libqdvorak.ts \ | ||
16 | ../../i18n/da/libqdvorak.ts \ | 17 | ../../i18n/da/libqdvorak.ts \ |
17 | ../../i18n/xx/libqdvorak.ts \ | 18 | ../../i18n/xx/libqdvorak.ts \ |
18 | ../../i18n/en/libqdvorak.ts \ | 19 | ../../i18n/en/libqdvorak.ts \ |
19 | ../../i18n/es/libqdvorak.ts \ | 20 | ../../i18n/es/libqdvorak.ts \ |
20 | ../../i18n/fr/libqdvorak.ts \ | 21 | ../../i18n/fr/libqdvorak.ts \ |
21 | ../../i18n/hu/libqdvorak.ts \ | 22 | ../../i18n/hu/libqdvorak.ts \ |
22 | ../../i18n/ja/libqdvorak.ts \ | 23 | ../../i18n/ja/libqdvorak.ts \ |
23 | ../../i18n/ko/libqdvorak.ts \ | 24 | ../../i18n/ko/libqdvorak.ts \ |
24 | ../../i18n/no/libqdvorak.ts \ | 25 | ../../i18n/no/libqdvorak.ts \ |
25 | ../../i18n/pl/libqdvorak.ts \ | 26 | ../../i18n/pl/libqdvorak.ts \ |
26 | ../../i18n/pt/libqdvorak.ts \ | 27 | ../../i18n/pt/libqdvorak.ts \ |
27 | ../../i18n/pt_BR/libqdvorak.ts \ | 28 | ../../i18n/pt_BR/libqdvorak.ts \ |
28 | ../../i18n/sl/libqdvorak.ts \ | 29 | ../../i18n/sl/libqdvorak.ts \ |
29 | ../../i18n/zh_CN/libqdvorak.ts \ | 30 | ../../i18n/zh_CN/libqdvorak.ts \ |
30 | ../../i18n/zh_TW/libqdvorak.ts | 31 | ../../i18n/zh_TW/libqdvorak.ts |
31 | 32 | ||
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 9dcf8a1..d83c34e 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -18,32 +18,33 @@ SOURCES = qimpenchar.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/de/libqhandwriting.ts \ | 33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ |
34 | ../../i18n/nl/libqhandwriting.ts \ | ||
34 | ../../i18n/da/libqhandwriting.ts \ | 35 | ../../i18n/da/libqhandwriting.ts \ |
35 | ../../i18n/xx/libqhandwriting.ts \ | 36 | ../../i18n/xx/libqhandwriting.ts \ |
36 | ../../i18n/en/libqhandwriting.ts \ | 37 | ../../i18n/en/libqhandwriting.ts \ |
37 | ../../i18n/es/libqhandwriting.ts \ | 38 | ../../i18n/es/libqhandwriting.ts \ |
38 | ../../i18n/fr/libqhandwriting.ts \ | 39 | ../../i18n/fr/libqhandwriting.ts \ |
39 | ../../i18n/hu/libqhandwriting.ts \ | 40 | ../../i18n/hu/libqhandwriting.ts \ |
40 | ../../i18n/ja/libqhandwriting.ts \ | 41 | ../../i18n/ja/libqhandwriting.ts \ |
41 | ../../i18n/ko/libqhandwriting.ts \ | 42 | ../../i18n/ko/libqhandwriting.ts \ |
42 | ../../i18n/no/libqhandwriting.ts \ | 43 | ../../i18n/no/libqhandwriting.ts \ |
43 | ../../i18n/pl/libqhandwriting.ts \ | 44 | ../../i18n/pl/libqhandwriting.ts \ |
44 | ../../i18n/pt/libqhandwriting.ts \ | 45 | ../../i18n/pt/libqhandwriting.ts \ |
45 | ../../i18n/pt_BR/libqhandwriting.ts \ | 46 | ../../i18n/pt_BR/libqhandwriting.ts \ |
46 | ../../i18n/sl/libqhandwriting.ts \ | 47 | ../../i18n/sl/libqhandwriting.ts \ |
47 | ../../i18n/zh_CN/libqhandwriting.ts \ | 48 | ../../i18n/zh_CN/libqhandwriting.ts \ |
48 | ../../i18n/zh_TW/libqhandwriting.ts | 49 | ../../i18n/zh_TW/libqhandwriting.ts |
49 | 50 | ||
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index f78ebe2..4a1bfd7 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro | |||
@@ -1,30 +1,31 @@ | |||
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 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ |
15 | ../../i18n/nl/libqjumpx.ts \ | ||
15 | ../../i18n/da/libqjumpx.ts \ | 16 | ../../i18n/da/libqjumpx.ts \ |
16 | ../../i18n/xx/libqjumpx.ts \ | 17 | ../../i18n/xx/libqjumpx.ts \ |
17 | ../../i18n/en/libqjumpx.ts \ | 18 | ../../i18n/en/libqjumpx.ts \ |
18 | ../../i18n/es/libqjumpx.ts \ | 19 | ../../i18n/es/libqjumpx.ts \ |
19 | ../../i18n/fr/libqjumpx.ts \ | 20 | ../../i18n/fr/libqjumpx.ts \ |
20 | ../../i18n/hu/libqjumpx.ts \ | 21 | ../../i18n/hu/libqjumpx.ts \ |
21 | ../../i18n/ja/libqjumpx.ts \ | 22 | ../../i18n/ja/libqjumpx.ts \ |
22 | ../../i18n/ko/libqjumpx.ts \ | 23 | ../../i18n/ko/libqjumpx.ts \ |
23 | ../../i18n/no/libqjumpx.ts \ | 24 | ../../i18n/no/libqjumpx.ts \ |
24 | ../../i18n/pl/libqjumpx.ts \ | 25 | ../../i18n/pl/libqjumpx.ts \ |
25 | ../../i18n/pt/libqjumpx.ts \ | 26 | ../../i18n/pt/libqjumpx.ts \ |
26 | ../../i18n/pt_BR/libqjumpx.ts \ | 27 | ../../i18n/pt_BR/libqjumpx.ts \ |
27 | ../../i18n/sl/libqjumpx.ts \ | 28 | ../../i18n/sl/libqjumpx.ts \ |
28 | ../../i18n/zh_CN/libqjumpx.ts \ | 29 | ../../i18n/zh_CN/libqjumpx.ts \ |
29 | ../../i18n/zh_TW/libqjumpx.ts | 30 | ../../i18n/zh_TW/libqjumpx.ts |
30 | 31 | ||
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 8172089..264cada 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -1,31 +1,32 @@ | |||
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 = qkeyboard | 7 | TARGET = qkeyboard |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
13 | VERSION = 1.0.0 | 13 | VERSION = 1.0.0 |
14 | 14 | ||
15 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ | 15 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ |
16 | ../../i18n/nl/libqkeyboard.ts \ | ||
16 | ../../i18n/da/libqkeyboard.ts \ | 17 | ../../i18n/da/libqkeyboard.ts \ |
17 | ../../i18n/xx/libqkeyboard.ts \ | 18 | ../../i18n/xx/libqkeyboard.ts \ |
18 | ../../i18n/en/libqkeyboard.ts \ | 19 | ../../i18n/en/libqkeyboard.ts \ |
19 | ../../i18n/es/libqkeyboard.ts \ | 20 | ../../i18n/es/libqkeyboard.ts \ |
20 | ../../i18n/fr/libqkeyboard.ts \ | 21 | ../../i18n/fr/libqkeyboard.ts \ |
21 | ../../i18n/hu/libqkeyboard.ts \ | 22 | ../../i18n/hu/libqkeyboard.ts \ |
22 | ../../i18n/ja/libqkeyboard.ts \ | 23 | ../../i18n/ja/libqkeyboard.ts \ |
23 | ../../i18n/ko/libqkeyboard.ts \ | 24 | ../../i18n/ko/libqkeyboard.ts \ |
24 | ../../i18n/no/libqkeyboard.ts \ | 25 | ../../i18n/no/libqkeyboard.ts \ |
25 | ../../i18n/pl/libqkeyboard.ts \ | 26 | ../../i18n/pl/libqkeyboard.ts \ |
26 | ../../i18n/pt/libqkeyboard.ts \ | 27 | ../../i18n/pt/libqkeyboard.ts \ |
27 | ../../i18n/pt_BR/libqkeyboard.ts \ | 28 | ../../i18n/pt_BR/libqkeyboard.ts \ |
28 | ../../i18n/sl/libqkeyboard.ts \ | 29 | ../../i18n/sl/libqkeyboard.ts \ |
29 | ../../i18n/zh_CN/libqkeyboard.ts \ | 30 | ../../i18n/zh_CN/libqkeyboard.ts \ |
30 | ../../i18n/zh_TW/libqkeyboard.ts | 31 | ../../i18n/zh_TW/libqkeyboard.ts |
31 | 32 | ||
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index 4b864b8..b990c3e 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -1,30 +1,31 @@ | |||
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 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ |
15 | ../../i18n/nl/libqkjumpx.ts \ | ||
15 | ../../i18n/da/libqkjumpx.ts \ | 16 | ../../i18n/da/libqkjumpx.ts \ |
16 | ../../i18n/xx/libqkjumpx.ts \ | 17 | ../../i18n/xx/libqkjumpx.ts \ |
17 | ../../i18n/en/libqkjumpx.ts \ | 18 | ../../i18n/en/libqkjumpx.ts \ |
18 | ../../i18n/es/libqkjumpx.ts \ | 19 | ../../i18n/es/libqkjumpx.ts \ |
19 | ../../i18n/fr/libqkjumpx.ts \ | 20 | ../../i18n/fr/libqkjumpx.ts \ |
20 | ../../i18n/hu/libqkjumpx.ts \ | 21 | ../../i18n/hu/libqkjumpx.ts \ |
21 | ../../i18n/ja/libqkjumpx.ts \ | 22 | ../../i18n/ja/libqkjumpx.ts \ |
22 | ../../i18n/ko/libqkjumpx.ts \ | 23 | ../../i18n/ko/libqkjumpx.ts \ |
23 | ../../i18n/no/libqkjumpx.ts \ | 24 | ../../i18n/no/libqkjumpx.ts \ |
24 | ../../i18n/pl/libqkjumpx.ts \ | 25 | ../../i18n/pl/libqkjumpx.ts \ |
25 | ../../i18n/pt/libqkjumpx.ts \ | 26 | ../../i18n/pt/libqkjumpx.ts \ |
26 | ../../i18n/pt_BR/libqkjumpx.ts \ | 27 | ../../i18n/pt_BR/libqkjumpx.ts \ |
27 | ../../i18n/sl/libqkjumpx.ts \ | 28 | ../../i18n/sl/libqkjumpx.ts \ |
28 | ../../i18n/zh_CN/libqkjumpx.ts \ | 29 | ../../i18n/zh_CN/libqkjumpx.ts \ |
29 | ../../i18n/zh_TW/libqkjumpx.ts | 30 | ../../i18n/zh_TW/libqkjumpx.ts |
30 | 31 | ||
diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro index 3a50c06..ee7a4bd 100644 --- a/inputmethods/multikey/multikey.pro +++ b/inputmethods/multikey/multikey.pro | |||
@@ -2,32 +2,33 @@ TEMPLATE = lib | |||
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= keyboard.h \ | 3 | HEADERS= keyboard.h \ |
4 | configdlg.h \ | 4 | configdlg.h \ |
5 | keyboardimpl.h | 5 | keyboardimpl.h |
6 | SOURCES= keyboard.cpp \ | 6 | SOURCES= keyboard.cpp \ |
7 | configdlg.cpp \ | 7 | configdlg.cpp \ |
8 | keyboardimpl.cpp | 8 | keyboardimpl.cpp |
9 | TARGET = qmultikey | 9 | TARGET = qmultikey |
10 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 10 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
11 | INCLUDEPATH += $(OPIEDIR)/include | 11 | INCLUDEPATH += $(OPIEDIR)/include |
12 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 12 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
13 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 13 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
14 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 14 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
15 | VERSION = 1.0.0 | 15 | VERSION = 1.0.0 |
16 | 16 | ||
17 | TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts \ | 17 | TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts \ |
18 | ../../i18n/nl/libqmultikey.ts \ | ||
18 | ../../i18n/de/libqmultikey.ts \ | 19 | ../../i18n/de/libqmultikey.ts \ |
19 | ../../i18n/xx/libqmultikey.ts \ | 20 | ../../i18n/xx/libqmultikey.ts \ |
20 | ../../i18n/en/libqmultikey.ts \ | 21 | ../../i18n/en/libqmultikey.ts \ |
21 | ../../i18n/hu/libqmultikey.ts \ | 22 | ../../i18n/hu/libqmultikey.ts \ |
22 | ../../i18n/sl/libqmultikey.ts \ | 23 | ../../i18n/sl/libqmultikey.ts \ |
23 | ../../i18n/ja/libqmultikey.ts \ | 24 | ../../i18n/ja/libqmultikey.ts \ |
24 | ../../i18n/ko/libqmultikey.ts \ | 25 | ../../i18n/ko/libqmultikey.ts \ |
25 | ../../i18n/pl/libqmultikey.ts \ | 26 | ../../i18n/pl/libqmultikey.ts \ |
26 | ../../i18n/no/libqmultikey.ts \ | 27 | ../../i18n/no/libqmultikey.ts \ |
27 | ../../i18n/zh_CN/libqmultikey.ts \ | 28 | ../../i18n/zh_CN/libqmultikey.ts \ |
28 | ../../i18n/zh_TW/libqmultikey.ts \ | 29 | ../../i18n/zh_TW/libqmultikey.ts \ |
29 | ../../i18n/fr/libqmultikey.ts \ | 30 | ../../i18n/fr/libqmultikey.ts \ |
30 | ../../i18n/da/libqmultikey.ts | 31 | ../../i18n/da/libqmultikey.ts |
31 | 32 | ||
32 | 33 | ||
33 | 34 | ||
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 59b0e8a..10d0bbd 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -1,28 +1,29 @@ | |||
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/de/libqpickboard.ts \ | 12 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts \ |
13 | ../../i18n/nl/libqpickboard.ts \ | ||
13 | ../../i18n/da/libqpickboard.ts \ | 14 | ../../i18n/da/libqpickboard.ts \ |
14 | ../../i18n/xx/libqpickboard.ts \ | 15 | ../../i18n/xx/libqpickboard.ts \ |
15 | ../../i18n/en/libqpickboard.ts \ | 16 | ../../i18n/en/libqpickboard.ts \ |
16 | ../../i18n/es/libqpickboard.ts \ | 17 | ../../i18n/es/libqpickboard.ts \ |
17 | ../../i18n/fr/libqpickboard.ts \ | 18 | ../../i18n/fr/libqpickboard.ts \ |
18 | ../../i18n/hu/libqpickboard.ts \ | 19 | ../../i18n/hu/libqpickboard.ts \ |
19 | ../../i18n/ja/libqpickboard.ts \ | 20 | ../../i18n/ja/libqpickboard.ts \ |
20 | ../../i18n/ko/libqpickboard.ts \ | 21 | ../../i18n/ko/libqpickboard.ts \ |
21 | ../../i18n/no/libqpickboard.ts \ | 22 | ../../i18n/no/libqpickboard.ts \ |
22 | ../../i18n/pl/libqpickboard.ts \ | 23 | ../../i18n/pl/libqpickboard.ts \ |
23 | ../../i18n/pt/libqpickboard.ts \ | 24 | ../../i18n/pt/libqpickboard.ts \ |
24 | ../../i18n/pt_BR/libqpickboard.ts \ | 25 | ../../i18n/pt_BR/libqpickboard.ts \ |
25 | ../../i18n/sl/libqpickboard.ts \ | 26 | ../../i18n/sl/libqpickboard.ts \ |
26 | ../../i18n/zh_CN/libqpickboard.ts \ | 27 | ../../i18n/zh_CN/libqpickboard.ts \ |
27 | ../../i18n/zh_TW/libqpickboard.ts | 28 | ../../i18n/zh_TW/libqpickboard.ts |
28 | 29 | ||
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 5d07ee2..e20853f 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -1,28 +1,29 @@ | |||
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/de/libqunikeyboard.ts \ | 12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts \ |
13 | ../../i18n/nl/libqunikeyboard.ts \ | ||
13 | ../../i18n/da/libqunikeyboard.ts \ | 14 | ../../i18n/da/libqunikeyboard.ts \ |
14 | ../../i18n/xx/libqunikeyboard.ts \ | 15 | ../../i18n/xx/libqunikeyboard.ts \ |
15 | ../../i18n/en/libqunikeyboard.ts \ | 16 | ../../i18n/en/libqunikeyboard.ts \ |
16 | ../../i18n/es/libqunikeyboard.ts \ | 17 | ../../i18n/es/libqunikeyboard.ts \ |
17 | ../../i18n/fr/libqunikeyboard.ts \ | 18 | ../../i18n/fr/libqunikeyboard.ts \ |
18 | ../../i18n/hu/libqunikeyboard.ts \ | 19 | ../../i18n/hu/libqunikeyboard.ts \ |
19 | ../../i18n/ja/libqunikeyboard.ts \ | 20 | ../../i18n/ja/libqunikeyboard.ts \ |
20 | ../../i18n/ko/libqunikeyboard.ts \ | 21 | ../../i18n/ko/libqunikeyboard.ts \ |
21 | ../../i18n/no/libqunikeyboard.ts \ | 22 | ../../i18n/no/libqunikeyboard.ts \ |
22 | ../../i18n/pl/libqunikeyboard.ts \ | 23 | ../../i18n/pl/libqunikeyboard.ts \ |
23 | ../../i18n/pt/libqunikeyboard.ts \ | 24 | ../../i18n/pt/libqunikeyboard.ts \ |
24 | ../../i18n/pt_BR/libqunikeyboard.ts \ | 25 | ../../i18n/pt_BR/libqunikeyboard.ts \ |
25 | ../../i18n/sl/libqunikeyboard.ts \ | 26 | ../../i18n/sl/libqunikeyboard.ts \ |
26 | ../../i18n/zh_CN/libqunikeyboard.ts \ | 27 | ../../i18n/zh_CN/libqunikeyboard.ts \ |
27 | ../../i18n/zh_TW/libqunikeyboard.ts | 28 | ../../i18n/zh_TW/libqunikeyboard.ts |
28 | 29 | ||
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index e39c80d..21b8e29 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -85,32 +85,33 @@ SOURCES = ofontmenu.cc \ | |||
85 | orecurrancewidget.cpp \ | 85 | orecurrancewidget.cpp \ |
86 | oticker.cpp owait.cpp \ | 86 | oticker.cpp owait.cpp \ |
87 | # pim/otodoaccesssql.cpp \ | 87 | # pim/otodoaccesssql.cpp \ |
88 | 88 | ||
89 | TARGET = opie | 89 | TARGET = opie |
90 | INCLUDEPATH += $(OPIEDIR)/include | 90 | INCLUDEPATH += $(OPIEDIR)/include |
91 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 91 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
92 | #VERSION = 1.0.0 | 92 | #VERSION = 1.0.0 |
93 | 93 | ||
94 | LIBS += -lqpe | 94 | LIBS += -lqpe |
95 | 95 | ||
96 | # LIBS += -lopiesql | 96 | # LIBS += -lopiesql |
97 | 97 | ||
98 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 98 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
99 | 99 | ||
100 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 100 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
101 | ../i18n/nl/libopie.ts \ | ||
101 | ../i18n/xx/libopie.ts \ | 102 | ../i18n/xx/libopie.ts \ |
102 | ../i18n/en/libopie.ts \ | 103 | ../i18n/en/libopie.ts \ |
103 | ../i18n/es/libopie.ts \ | 104 | ../i18n/es/libopie.ts \ |
104 | ../i18n/fr/libopie.ts \ | 105 | ../i18n/fr/libopie.ts \ |
105 | ../i18n/hu/libopie.ts \ | 106 | ../i18n/hu/libopie.ts \ |
106 | ../i18n/ja/libopie.ts \ | 107 | ../i18n/ja/libopie.ts \ |
107 | ../i18n/ko/libopie.ts \ | 108 | ../i18n/ko/libopie.ts \ |
108 | ../i18n/no/libopie.ts \ | 109 | ../i18n/no/libopie.ts \ |
109 | ../i18n/pl/libopie.ts \ | 110 | ../i18n/pl/libopie.ts \ |
110 | ../i18n/pt/libopie.ts \ | 111 | ../i18n/pt/libopie.ts \ |
111 | ../i18n/pt_BR/libopie.ts \ | 112 | ../i18n/pt_BR/libopie.ts \ |
112 | ../i18n/sl/libopie.ts \ | 113 | ../i18n/sl/libopie.ts \ |
113 | ../i18n/zh_CN/libopie.ts \ | 114 | ../i18n/zh_CN/libopie.ts \ |
114 | ../i18n/zh_TW/libopie.ts \ | 115 | ../i18n/zh_TW/libopie.ts \ |
115 | ../i18n/da/libopie.ts | 116 | ../i18n/da/libopie.ts |
116 | 117 | ||
diff --git a/libopie/ofileselector/libopie.pro b/libopie/ofileselector/libopie.pro index b91dbb6..5cc6368 100644 --- a/libopie/ofileselector/libopie.pro +++ b/libopie/ofileselector/libopie.pro | |||
@@ -69,32 +69,33 @@ SOURCES = ofontmenu.cc \ | |||
69 | pim/ocontactaccess.cpp \ | 69 | pim/ocontactaccess.cpp \ |
70 | pim/otodoaccessvcal.cpp \ | 70 | pim/otodoaccessvcal.cpp \ |
71 | pim/orecur.cpp \ | 71 | pim/orecur.cpp \ |
72 | orecurrancewidget.cpp | 72 | orecurrancewidget.cpp |
73 | # pim/otodoaccesssql.cpp \ | 73 | # pim/otodoaccesssql.cpp \ |
74 | 74 | ||
75 | TARGET = opie | 75 | TARGET = opie |
76 | INCLUDEPATH += $(OPIEDIR)/include | 76 | INCLUDEPATH += $(OPIEDIR)/include |
77 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 77 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
78 | #VERSION = 1.0.0 | 78 | #VERSION = 1.0.0 |
79 | 79 | ||
80 | # LIBS += -lopiesql | 80 | # LIBS += -lopiesql |
81 | 81 | ||
82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
83 | 83 | ||
84 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 84 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
85 | ../i18n/nl/libopie.ts \ | ||
85 | ../i18n/xx/libopie.ts \ | 86 | ../i18n/xx/libopie.ts \ |
86 | ../i18n/en/libopie.ts \ | 87 | ../i18n/en/libopie.ts \ |
87 | ../i18n/es/libopie.ts \ | 88 | ../i18n/es/libopie.ts \ |
88 | ../i18n/fr/libopie.ts \ | 89 | ../i18n/fr/libopie.ts \ |
89 | ../i18n/hu/libopie.ts \ | 90 | ../i18n/hu/libopie.ts \ |
90 | ../i18n/ja/libopie.ts \ | 91 | ../i18n/ja/libopie.ts \ |
91 | ../i18n/ko/libopie.ts \ | 92 | ../i18n/ko/libopie.ts \ |
92 | ../i18n/no/libopie.ts \ | 93 | ../i18n/no/libopie.ts \ |
93 | ../i18n/pl/libopie.ts \ | 94 | ../i18n/pl/libopie.ts \ |
94 | ../i18n/pt/libopie.ts \ | 95 | ../i18n/pt/libopie.ts \ |
95 | ../i18n/pt_BR/libopie.ts \ | 96 | ../i18n/pt_BR/libopie.ts \ |
96 | ../i18n/sl/libopie.ts \ | 97 | ../i18n/sl/libopie.ts \ |
97 | ../i18n/zh_CN/libopie.ts \ | 98 | ../i18n/zh_CN/libopie.ts \ |
98 | ../i18n/zh_TW/libopie.ts \ | 99 | ../i18n/zh_TW/libopie.ts \ |
99 | ../i18n/da/libopie.ts | 100 | ../i18n/da/libopie.ts |
100 | 101 | ||
diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index da6417e..ce92b8a 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro | |||
@@ -49,32 +49,33 @@ SOURCES = ofontmenu.cc \ | |||
49 | pim/otodo.cpp \ | 49 | pim/otodo.cpp \ |
50 | pim/opimrecord.cpp \ | 50 | pim/opimrecord.cpp \ |
51 | pim/otodoaccess.cpp \ | 51 | pim/otodoaccess.cpp \ |
52 | pim/otodoaccessbackend.cpp \ | 52 | pim/otodoaccessbackend.cpp \ |
53 | pim/ocontact.cpp \ | 53 | pim/ocontact.cpp \ |
54 | pim/ocontactaccess.cpp \ | 54 | pim/ocontactaccess.cpp \ |
55 | pim/orecord.cpp | 55 | pim/orecord.cpp |
56 | 56 | ||
57 | TARGET = opie | 57 | TARGET = opie |
58 | INCLUDEPATH += $(OPIEDIR)/include | 58 | INCLUDEPATH += $(OPIEDIR)/include |
59 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 59 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
60 | #VERSION = 1.0.0 | 60 | #VERSION = 1.0.0 |
61 | 61 | ||
62 | INTERFACES = otimepickerbase.ui | 62 | INTERFACES = otimepickerbase.ui |
63 | 63 | ||
64 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 64 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
65 | ../i18n/nl/libopie.ts \ | ||
65 | ../i18n/xx/libopie.ts \ | 66 | ../i18n/xx/libopie.ts \ |
66 | ../i18n/en/libopie.ts \ | 67 | ../i18n/en/libopie.ts \ |
67 | ../i18n/es/libopie.ts \ | 68 | ../i18n/es/libopie.ts \ |
68 | ../i18n/fr/libopie.ts \ | 69 | ../i18n/fr/libopie.ts \ |
69 | ../i18n/hu/libopie.ts \ | 70 | ../i18n/hu/libopie.ts \ |
70 | ../i18n/ja/libopie.ts \ | 71 | ../i18n/ja/libopie.ts \ |
71 | ../i18n/ko/libopie.ts \ | 72 | ../i18n/ko/libopie.ts \ |
72 | ../i18n/no/libopie.ts \ | 73 | ../i18n/no/libopie.ts \ |
73 | ../i18n/pl/libopie.ts \ | 74 | ../i18n/pl/libopie.ts \ |
74 | ../i18n/pt/libopie.ts \ | 75 | ../i18n/pt/libopie.ts \ |
75 | ../i18n/pt_BR/libopie.ts \ | 76 | ../i18n/pt_BR/libopie.ts \ |
76 | ../i18n/sl/libopie.ts \ | 77 | ../i18n/sl/libopie.ts \ |
77 | ../i18n/zh_CN/libopie.ts \ | 78 | ../i18n/zh_CN/libopie.ts \ |
78 | ../i18n/zh_TW/libopie.ts \ | 79 | ../i18n/zh_TW/libopie.ts \ |
79 | ../i18n/da/libopie.ts | 80 | ../i18n/da/libopie.ts |
80 | 81 | ||
diff --git a/library/library.pro b/library/library.pro index 00639bf..80a0f62 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -116,32 +116,33 @@ SOURCES = calendar.cpp \ | |||
116 | findwidget_p.cpp \ | 116 | findwidget_p.cpp \ |
117 | finddialog.cpp \ | 117 | finddialog.cpp \ |
118 | lnkproperties.cpp \ | 118 | lnkproperties.cpp \ |
119 | qt_override.cpp | 119 | qt_override.cpp |
120 | 120 | ||
121 | # Qt 3 compatibility | 121 | # Qt 3 compatibility |
122 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 122 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
123 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 123 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
124 | INCLUDEPATH += $(OPIEDIR)/include backend | 124 | INCLUDEPATH += $(OPIEDIR)/include backend |
125 | LIBS += -ldl -lcrypt -lm | 125 | LIBS += -ldl -lcrypt -lm |
126 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 126 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
127 | TARGET = qpe | 127 | TARGET = qpe |
128 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 128 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
129 | VERSION = 1.5.0.1 | 129 | VERSION = 1.5.0.1 |
130 | 130 | ||
131 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 131 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
132 | ../i18n/nl/libqpe.ts \ | ||
132 | ../i18n/xx/libqpe.ts \ | 133 | ../i18n/xx/libqpe.ts \ |
133 | ../i18n/en/libqpe.ts \ | 134 | ../i18n/en/libqpe.ts \ |
134 | ../i18n/es/libqpe.ts \ | 135 | ../i18n/es/libqpe.ts \ |
135 | ../i18n/fr/libqpe.ts \ | 136 | ../i18n/fr/libqpe.ts \ |
136 | ../i18n/hu/libqpe.ts \ | 137 | ../i18n/hu/libqpe.ts \ |
137 | ../i18n/ja/libqpe.ts \ | 138 | ../i18n/ja/libqpe.ts \ |
138 | ../i18n/ko/libqpe.ts \ | 139 | ../i18n/ko/libqpe.ts \ |
139 | ../i18n/no/libqpe.ts \ | 140 | ../i18n/no/libqpe.ts \ |
140 | ../i18n/pl/libqpe.ts \ | 141 | ../i18n/pl/libqpe.ts \ |
141 | ../i18n/pt/libqpe.ts \ | 142 | ../i18n/pt/libqpe.ts \ |
142 | ../i18n/pt_BR/libqpe.ts \ | 143 | ../i18n/pt_BR/libqpe.ts \ |
143 | ../i18n/sl/libqpe.ts \ | 144 | ../i18n/sl/libqpe.ts \ |
144 | ../i18n/zh_CN/libqpe.ts \ | 145 | ../i18n/zh_CN/libqpe.ts \ |
145 | ../i18n/it/libqpe.ts \ | 146 | ../i18n/it/libqpe.ts \ |
146 | ../i18n/zh_TW/libqpe.ts \ | 147 | ../i18n/zh_TW/libqpe.ts \ |
147 | ../i18n/da/libqpe.ts | 148 | ../i18n/da/libqpe.ts |
diff --git a/noncore/applets/wirelessapplet/wirelessapplet.pro b/noncore/applets/wirelessapplet/wirelessapplet.pro index f82c8b6..501327d 100644 --- a/noncore/applets/wirelessapplet/wirelessapplet.pro +++ b/noncore/applets/wirelessapplet/wirelessapplet.pro | |||
@@ -1,29 +1,30 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = wireless.h wirelessappletimpl.h networkinfo.h mgraph.h advancedconfig.h | 3 | HEADERS = wireless.h wirelessappletimpl.h networkinfo.h mgraph.h advancedconfig.h |
4 | SOURCES = wireless.cpp wirelessappletimpl.cpp networkinfo.cpp mgraph.cpp advancedconfig.cpp | 4 | SOURCES = wireless.cpp wirelessappletimpl.cpp networkinfo.cpp mgraph.cpp advancedconfig.cpp |
5 | INTERFACES = advancedconfigbase.ui | 5 | INTERFACES = advancedconfigbase.ui |
6 | TARGET = wirelessapplet | 6 | TARGET = wirelessapplet |
7 | DESTDIR = $(OPIEDIR)/plugins/applets | 7 | DESTDIR = $(OPIEDIR)/plugins/applets |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += ../$(OPIEDIR)/include | 9 | DEPENDPATH += ../$(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | VERSION = 0.1.0 | 11 | VERSION = 0.1.0 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ |
14 | ../../../i18n/nl/libwirelessapplet.ts \ | ||
14 | ../../../i18n/da/libwirelessapplet.ts \ | 15 | ../../../i18n/da/libwirelessapplet.ts \ |
15 | ../../../i18n/xx/libwirelessapplet.ts \ | 16 | ../../../i18n/xx/libwirelessapplet.ts \ |
16 | ../../../i18n/en/libwirelessapplet.ts \ | 17 | ../../../i18n/en/libwirelessapplet.ts \ |
17 | ../../../i18n/es/libwirelessapplet.ts \ | 18 | ../../../i18n/es/libwirelessapplet.ts \ |
18 | ../../../i18n/fr/libwirelessapplet.ts \ | 19 | ../../../i18n/fr/libwirelessapplet.ts \ |
19 | ../../../i18n/hu/libwirelessapplet.ts \ | 20 | ../../../i18n/hu/libwirelessapplet.ts \ |
20 | ../../../i18n/ja/libwirelessapplet.ts \ | 21 | ../../../i18n/ja/libwirelessapplet.ts \ |
21 | ../../../i18n/ko/libwirelessapplet.ts \ | 22 | ../../../i18n/ko/libwirelessapplet.ts \ |
22 | ../../../i18n/no/libwirelessapplet.ts \ | 23 | ../../../i18n/no/libwirelessapplet.ts \ |
23 | ../../../i18n/pl/libwirelessapplet.ts \ | 24 | ../../../i18n/pl/libwirelessapplet.ts \ |
24 | ../../../i18n/pt/libwirelessapplet.ts \ | 25 | ../../../i18n/pt/libwirelessapplet.ts \ |
25 | ../../../i18n/pt_BR/libwirelessapplet.ts \ | 26 | ../../../i18n/pt_BR/libwirelessapplet.ts \ |
26 | ../../../i18n/sl/libwirelessapplet.ts \ | 27 | ../../../i18n/sl/libwirelessapplet.ts \ |
27 | ../../../i18n/zh_CN/libwirelessapplet.ts \ | 28 | ../../../i18n/zh_CN/libwirelessapplet.ts \ |
28 | ../../../i18n/zh_TW/libwirelessapplet.ts | 29 | ../../../i18n/zh_TW/libwirelessapplet.ts |
29 | 30 | ||
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 77a6fea..6865d5a 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -1,27 +1,28 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = advancedfm.h filePermissions.h output.h | 3 | HEADERS = advancedfm.h filePermissions.h output.h |
4 | SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp | 4 | SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp |
5 | TARGET = advancedfm | 5 | TARGET = advancedfm |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | DESTDIR = $(OPIEDIR)/bin | 8 | DESTDIR = $(OPIEDIR)/bin |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ |
12 | ../../../i18n/nl/advancedfm.ts \ | ||
12 | ../../../i18n/da/advancedfm.ts \ | 13 | ../../../i18n/da/advancedfm.ts \ |
13 | ../../../i18n/xx/advancedfm.ts \ | 14 | ../../../i18n/xx/advancedfm.ts \ |
14 | ../../../i18n/en/advancedfm.ts \ | 15 | ../../../i18n/en/advancedfm.ts \ |
15 | ../../../i18n/es/advancedfm.ts \ | 16 | ../../../i18n/es/advancedfm.ts \ |
16 | ../../../i18n/fr/advancedfm.ts \ | 17 | ../../../i18n/fr/advancedfm.ts \ |
17 | ../../../i18n/hu/advancedfm.ts \ | 18 | ../../../i18n/hu/advancedfm.ts \ |
18 | ../../../i18n/ja/advancedfm.ts \ | 19 | ../../../i18n/ja/advancedfm.ts \ |
19 | ../../../i18n/ko/advancedfm.ts \ | 20 | ../../../i18n/ko/advancedfm.ts \ |
20 | ../../../i18n/no/advancedfm.ts \ | 21 | ../../../i18n/no/advancedfm.ts \ |
21 | ../../../i18n/pl/advancedfm.ts \ | 22 | ../../../i18n/pl/advancedfm.ts \ |
22 | ../../../i18n/pt/advancedfm.ts \ | 23 | ../../../i18n/pt/advancedfm.ts \ |
23 | ../../../i18n/pt_BR/advancedfm.ts \ | 24 | ../../../i18n/pt_BR/advancedfm.ts \ |
24 | ../../../i18n/sl/advancedfm.ts \ | 25 | ../../../i18n/sl/advancedfm.ts \ |
25 | ../../../i18n/zh_CN/advancedfm.ts \ | 26 | ../../../i18n/zh_CN/advancedfm.ts \ |
26 | ../../../i18n/zh_TW/advancedfm.ts | 27 | ../../../i18n/zh_TW/advancedfm.ts |
27 | 28 | ||
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index d1a7d68..9a16a56 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro | |||
@@ -13,32 +13,33 @@ SOURCES = main.cpp \ | |||
13 | mainwindow.cpp \ | 13 | mainwindow.cpp \ |
14 | cbinfo.cpp \ | 14 | cbinfo.cpp \ |
15 | traninfo.cpp \ | 15 | traninfo.cpp \ |
16 | graphinfo.cpp \ | 16 | graphinfo.cpp \ |
17 | configuration.cpp \ | 17 | configuration.cpp \ |
18 | password.cpp \ | 18 | password.cpp \ |
19 | checkbook.cpp \ | 19 | checkbook.cpp \ |
20 | transaction.cpp \ | 20 | transaction.cpp \ |
21 | graph.cpp | 21 | graph.cpp |
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
24 | LIBS += -lqpe -lopie | 24 | LIBS += -lqpe -lopie |
25 | TARGET = checkbook | 25 | TARGET = checkbook |
26 | DESTDIR = $(OPIEDIR)/bin | 26 | DESTDIR = $(OPIEDIR)/bin |
27 | 27 | ||
28 | TRANSLATIONS = ../../../i18n/de/checkbook.ts \ | 28 | TRANSLATIONS = ../../../i18n/de/checkbook.ts \ |
29 | ../../../i18n/nl/checkbook.ts \ | ||
29 | ../../../i18n/da/checkbook.ts \ | 30 | ../../../i18n/da/checkbook.ts \ |
30 | ../../../i18n/xx/checkbook.ts \ | 31 | ../../../i18n/xx/checkbook.ts \ |
31 | ../../../i18n/en/checkbook.ts \ | 32 | ../../../i18n/en/checkbook.ts \ |
32 | ../../../i18n/es/checkbook.ts \ | 33 | ../../../i18n/es/checkbook.ts \ |
33 | ../../../i18n/fr/checkbook.ts \ | 34 | ../../../i18n/fr/checkbook.ts \ |
34 | ../../../i18n/hu/checkbook.ts \ | 35 | ../../../i18n/hu/checkbook.ts \ |
35 | ../../../i18n/ja/checkbook.ts \ | 36 | ../../../i18n/ja/checkbook.ts \ |
36 | ../../../i18n/ko/checkbook.ts \ | 37 | ../../../i18n/ko/checkbook.ts \ |
37 | ../../../i18n/no/checkbook.ts \ | 38 | ../../../i18n/no/checkbook.ts \ |
38 | ../../../i18n/pl/checkbook.ts \ | 39 | ../../../i18n/pl/checkbook.ts \ |
39 | ../../../i18n/pt/checkbook.ts \ | 40 | ../../../i18n/pt/checkbook.ts \ |
40 | ../../../i18n/pt_BR/checkbook.ts \ | 41 | ../../../i18n/pt_BR/checkbook.ts \ |
41 | ../../../i18n/sl/checkbook.ts \ | 42 | ../../../i18n/sl/checkbook.ts \ |
42 | ../../../i18n/zh_CN/checkbook.ts \ | 43 | ../../../i18n/zh_CN/checkbook.ts \ |
43 | ../../../i18n/zh_TW/checkbook.ts \ | 44 | ../../../i18n/zh_TW/checkbook.ts \ |
44 | ../../../i18n/it/checkbook.ts | 45 | ../../../i18n/it/checkbook.ts |
diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index d9aaa2f..f6227f7 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro | |||
@@ -1,29 +1,30 @@ | |||
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 | CONFIG = qt warn_on debug | 4 | CONFIG = qt warn_on debug |
5 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h | 5 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h |
6 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp | 6 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/ioclude | 8 | DEPENDPATH+= $(OPIEDIR)/ioclude |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = confedit | 11 | TARGET = confedit |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/confedit.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/confedit.ts \ |
14 | ../../../i18n/nl/confedit.ts \ | ||
14 | ../../../i18n/da/confedit.ts \ | 15 | ../../../i18n/da/confedit.ts \ |
15 | ../../../i18n/xx/confedit.ts \ | 16 | ../../../i18n/xx/confedit.ts \ |
16 | ../../../i18n/en/confedit.ts \ | 17 | ../../../i18n/en/confedit.ts \ |
17 | ../../../i18n/es/confedit.ts \ | 18 | ../../../i18n/es/confedit.ts \ |
18 | ../../../i18n/fr/confedit.ts \ | 19 | ../../../i18n/fr/confedit.ts \ |
19 | ../../../i18n/hu/confedit.ts \ | 20 | ../../../i18n/hu/confedit.ts \ |
20 | ../../../i18n/ja/confedit.ts \ | 21 | ../../../i18n/ja/confedit.ts \ |
21 | ../../../i18n/ko/confedit.ts \ | 22 | ../../../i18n/ko/confedit.ts \ |
22 | ../../../i18n/no/confedit.ts \ | 23 | ../../../i18n/no/confedit.ts \ |
23 | ../../../i18n/pl/confedit.ts \ | 24 | ../../../i18n/pl/confedit.ts \ |
24 | ../../../i18n/pt/confedit.ts \ | 25 | ../../../i18n/pt/confedit.ts \ |
25 | ../../../i18n/pt_BR/confedit.ts \ | 26 | ../../../i18n/pt_BR/confedit.ts \ |
26 | ../../../i18n/sl/confedit.ts \ | 27 | ../../../i18n/sl/confedit.ts \ |
27 | ../../../i18n/zh_CN/confedit.ts \ | 28 | ../../../i18n/zh_CN/confedit.ts \ |
28 | ../../../i18n/zh_TW/confedit.ts | 29 | ../../../i18n/zh_TW/confedit.ts |
29 | 30 | ||
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro index e43f935..32f83fd 100644 --- a/noncore/apps/odict/odict.pro +++ b/noncore/apps/odict/odict.pro | |||
@@ -7,32 +7,33 @@ HEADERS = odict.h \ | |||
7 | dingwidget.h \ | 7 | dingwidget.h \ |
8 | dictwidget.h | 8 | dictwidget.h |
9 | 9 | ||
10 | SOURCES = main.cpp \ | 10 | SOURCES = main.cpp \ |
11 | odict.cpp \ | 11 | odict.cpp \ |
12 | searchmethoddlg.cpp \ | 12 | searchmethoddlg.cpp \ |
13 | configdlg.cpp \ | 13 | configdlg.cpp \ |
14 | dictwidget.cpp \ | 14 | dictwidget.cpp \ |
15 | dingwidget.cpp | 15 | dingwidget.cpp |
16 | INCLUDEPATH += $(OPIEDIR)/include | 16 | INCLUDEPATH += $(OPIEDIR)/include |
17 | DEPENDPATH += $(OPIEDIR)/include | 17 | DEPENDPATH += $(OPIEDIR)/include |
18 | LIBS += -lqpe -lstdc++ -lopie | 18 | LIBS += -lqpe -lstdc++ -lopie |
19 | TARGET = odict | 19 | TARGET = odict |
20 | DESTDIR = $(OPIEDIR)/bin | 20 | DESTDIR = $(OPIEDIR)/bin |
21 | 21 | ||
22 | TRANSLATIONS = ../../../i18n/de/odict.ts \ | 22 | TRANSLATIONS = ../../../i18n/de/odict.ts \ |
23 | ../../../i18n/nl/odict.ts \ | ||
23 | ../../../i18n/xx/odict.ts \ | 24 | ../../../i18n/xx/odict.ts \ |
24 | ../../../i18n/en/odict.ts \ | 25 | ../../../i18n/en/odict.ts \ |
25 | ../../../i18n/es/odict.ts \ | 26 | ../../../i18n/es/odict.ts \ |
26 | ../../../i18n/fr/odict.ts \ | 27 | ../../../i18n/fr/odict.ts \ |
27 | ../../../i18n/hu/odict.ts \ | 28 | ../../../i18n/hu/odict.ts \ |
28 | ../../../i18n/ja/odict.ts \ | 29 | ../../../i18n/ja/odict.ts \ |
29 | ../../../i18n/ko/odict.ts \ | 30 | ../../../i18n/ko/odict.ts \ |
30 | ../../../i18n/no/odict.ts \ | 31 | ../../../i18n/no/odict.ts \ |
31 | ../../../i18n/pl/odict.ts \ | 32 | ../../../i18n/pl/odict.ts \ |
32 | ../../../i18n/pt/odict.ts \ | 33 | ../../../i18n/pt/odict.ts \ |
33 | ../../../i18n/pt_BR/odict.ts \ | 34 | ../../../i18n/pt_BR/odict.ts \ |
34 | ../../../i18n/sl/odict.ts \ | 35 | ../../../i18n/sl/odict.ts \ |
35 | ../../../i18n/zh_CN/odict.ts \ | 36 | ../../../i18n/zh_CN/odict.ts \ |
36 | ../../../i18n/zh_TW/odict.ts \ | 37 | ../../../i18n/zh_TW/odict.ts \ |
37 | ../../../i18n/it/odict.ts \ | 38 | ../../../i18n/it/odict.ts \ |
38 | ../../../i18n/da/odict.ts | 39 | ../../../i18n/da/odict.ts |
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index 16b5e02..b8915b3 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -60,32 +60,33 @@ SOURCES = Aportis.cpp \ | |||
60 | main.cpp \ | 60 | main.cpp \ |
61 | pdb.cpp \ | 61 | pdb.cpp \ |
62 | plucker.cpp \ | 62 | plucker.cpp \ |
63 | ppm.cpp \ | 63 | ppm.cpp \ |
64 | ppm_expander.cpp \ | 64 | ppm_expander.cpp \ |
65 | ztxt.cpp | 65 | ztxt.cpp |
66 | 66 | ||
67 | INTERFACES= | 67 | INTERFACES= |
68 | DESTDIR = $(OPIEDIR)/bin | 68 | DESTDIR = $(OPIEDIR)/bin |
69 | INCLUDEPATH+= $(OPIEDIR)/include | 69 | INCLUDEPATH+= $(OPIEDIR)/include |
70 | DEPENDPATH+= $(OPIEDIR)/include | 70 | DEPENDPATH+= $(OPIEDIR)/include |
71 | TARGET = reader | 71 | TARGET = reader |
72 | LIBS += -lqpe | 72 | LIBS += -lqpe |
73 | 73 | ||
74 | 74 | ||
75 | TRANSLATIONS = ../../../i18n/de/reader.ts \ | 75 | TRANSLATIONS = ../../../i18n/de/reader.ts \ |
76 | ../../../i18n/nl/reader.ts \ | ||
76 | ../../../i18n/da/reader.ts \ | 77 | ../../../i18n/da/reader.ts \ |
77 | ../../../i18n/xx/reader.ts \ | 78 | ../../../i18n/xx/reader.ts \ |
78 | ../../../i18n/en/reader.ts \ | 79 | ../../../i18n/en/reader.ts \ |
79 | ../../../i18n/es/reader.ts \ | 80 | ../../../i18n/es/reader.ts \ |
80 | ../../../i18n/fr/reader.ts \ | 81 | ../../../i18n/fr/reader.ts \ |
81 | ../../../i18n/hu/reader.ts \ | 82 | ../../../i18n/hu/reader.ts \ |
82 | ../../../i18n/ja/reader.ts \ | 83 | ../../../i18n/ja/reader.ts \ |
83 | ../../../i18n/ko/reader.ts \ | 84 | ../../../i18n/ko/reader.ts \ |
84 | ../../../i18n/no/reader.ts \ | 85 | ../../../i18n/no/reader.ts \ |
85 | ../../../i18n/pl/reader.ts \ | 86 | ../../../i18n/pl/reader.ts \ |
86 | ../../../i18n/pt/reader.ts \ | 87 | ../../../i18n/pt/reader.ts \ |
87 | ../../../i18n/pt_BR/reader.ts \ | 88 | ../../../i18n/pt_BR/reader.ts \ |
88 | ../../../i18n/sl/reader.ts \ | 89 | ../../../i18n/sl/reader.ts \ |
89 | ../../../i18n/zh_CN/reader.ts \ | 90 | ../../../i18n/zh_CN/reader.ts \ |
90 | ../../../i18n/zh_TW/reader.ts | 91 | ../../../i18n/zh_TW/reader.ts |
91 | 92 | ||
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 102da8e..1435af6 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro | |||
@@ -1,27 +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 = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h | 4 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h |
5 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp | 5 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.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 = sheetqt | 9 | TARGET = sheetqt |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/sheetqt.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/sheetqt.ts \ |
12 | ../../../i18n/nl/sheetqt.ts \ | ||
12 | ../../../i18n/da/sheetqt.ts \ | 13 | ../../../i18n/da/sheetqt.ts \ |
13 | ../../../i18n/xx/sheetqt.ts \ | 14 | ../../../i18n/xx/sheetqt.ts \ |
14 | ../../../i18n/en/sheetqt.ts \ | 15 | ../../../i18n/en/sheetqt.ts \ |
15 | ../../../i18n/es/sheetqt.ts \ | 16 | ../../../i18n/es/sheetqt.ts \ |
16 | ../../../i18n/fr/sheetqt.ts \ | 17 | ../../../i18n/fr/sheetqt.ts \ |
17 | ../../../i18n/hu/sheetqt.ts \ | 18 | ../../../i18n/hu/sheetqt.ts \ |
18 | ../../../i18n/ja/sheetqt.ts \ | 19 | ../../../i18n/ja/sheetqt.ts \ |
19 | ../../../i18n/ko/sheetqt.ts \ | 20 | ../../../i18n/ko/sheetqt.ts \ |
20 | ../../../i18n/no/sheetqt.ts \ | 21 | ../../../i18n/no/sheetqt.ts \ |
21 | ../../../i18n/pl/sheetqt.ts \ | 22 | ../../../i18n/pl/sheetqt.ts \ |
22 | ../../../i18n/pt/sheetqt.ts \ | 23 | ../../../i18n/pt/sheetqt.ts \ |
23 | ../../../i18n/pt_BR/sheetqt.ts \ | 24 | ../../../i18n/pt_BR/sheetqt.ts \ |
24 | ../../../i18n/sl/sheetqt.ts \ | 25 | ../../../i18n/sl/sheetqt.ts \ |
25 | ../../../i18n/zh_CN/sheetqt.ts \ | 26 | ../../../i18n/zh_CN/sheetqt.ts \ |
26 | ../../../i18n/zh_TW/sheetqt.ts \ | 27 | ../../../i18n/zh_TW/sheetqt.ts \ |
27 | ../../../i18n/it/sheetqt.ts | 28 | ../../../i18n/it/sheetqt.ts |
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro index fad87ca..21a3c3a 100644 --- a/noncore/apps/opie-write/opie-write.pro +++ b/noncore/apps/opie-write/opie-write.pro | |||
@@ -12,32 +12,33 @@ HEADERS = qcleanuphandler.h \ | |||
12 | 12 | ||
13 | SOURCES =qcomplextext.cpp \ | 13 | SOURCES =qcomplextext.cpp \ |
14 | qstylesheet.cpp \ | 14 | qstylesheet.cpp \ |
15 | qrichtext_p.cpp \ | 15 | qrichtext_p.cpp \ |
16 | qrichtext.cpp \ | 16 | qrichtext.cpp \ |
17 | qtextedit.cpp \ | 17 | qtextedit.cpp \ |
18 | main.cpp \ | 18 | main.cpp \ |
19 | mainwindow.cpp | 19 | mainwindow.cpp |
20 | 20 | ||
21 | INCLUDEPATH+= $(OPIEDIR)/include | 21 | INCLUDEPATH+= $(OPIEDIR)/include |
22 | DEPENDPATH+= $(OPIEDIR)/include | 22 | DEPENDPATH+= $(OPIEDIR)/include |
23 | LIBS += -lqpe | 23 | LIBS += -lqpe |
24 | 24 | ||
25 | TARGET = opie-write | 25 | TARGET = opie-write |
26 | 26 | ||
27 | TRANSLATIONS = ../../../i18n/de/opie-write.ts \ | 27 | TRANSLATIONS = ../../../i18n/de/opie-write.ts \ |
28 | ../../../i18n/nl/opie-write.ts \ | ||
28 | ../../../i18n/da/opie-write.ts \ | 29 | ../../../i18n/da/opie-write.ts \ |
29 | ../../../i18n/xx/opie-write.ts \ | 30 | ../../../i18n/xx/opie-write.ts \ |
30 | ../../../i18n/en/opie-write.ts \ | 31 | ../../../i18n/en/opie-write.ts \ |
31 | ../../../i18n/es/opie-write.ts \ | 32 | ../../../i18n/es/opie-write.ts \ |
32 | ../../../i18n/fr/opie-write.ts \ | 33 | ../../../i18n/fr/opie-write.ts \ |
33 | ../../../i18n/hu/opie-write.ts \ | 34 | ../../../i18n/hu/opie-write.ts \ |
34 | ../../../i18n/ja/opie-write.ts \ | 35 | ../../../i18n/ja/opie-write.ts \ |
35 | ../../../i18n/ko/opie-write.ts \ | 36 | ../../../i18n/ko/opie-write.ts \ |
36 | ../../../i18n/no/opie-write.ts \ | 37 | ../../../i18n/no/opie-write.ts \ |
37 | ../../../i18n/pl/opie-write.ts \ | 38 | ../../../i18n/pl/opie-write.ts \ |
38 | ../../../i18n/pt/opie-write.ts \ | 39 | ../../../i18n/pt/opie-write.ts \ |
39 | ../../../i18n/pt_BR/opie-write.ts \ | 40 | ../../../i18n/pt_BR/opie-write.ts \ |
40 | ../../../i18n/sl/opie-write.ts \ | 41 | ../../../i18n/sl/opie-write.ts \ |
41 | ../../../i18n/zh_CN/opie-write.ts \ | 42 | ../../../i18n/zh_CN/opie-write.ts \ |
42 | ../../../i18n/zh_TW/opie-write.ts | 43 | ../../../i18n/zh_TW/opie-write.ts |
43 | 44 | ||
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index 0c7cfcf..a41bf7b 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro | |||
@@ -13,32 +13,33 @@ SOURCES = main.cpp \ | |||
13 | oxygen.cpp \ | 13 | oxygen.cpp \ |
14 | kmolcalc.cpp \ | 14 | kmolcalc.cpp \ |
15 | calcdlgui.cpp \ | 15 | calcdlgui.cpp \ |
16 | kmolelements.cpp \ | 16 | kmolelements.cpp \ |
17 | dataTable.cpp \ | 17 | dataTable.cpp \ |
18 | psewidget.cpp \ | 18 | psewidget.cpp \ |
19 | oxyframe.cpp \ | 19 | oxyframe.cpp \ |
20 | datawidgetui.cpp | 20 | datawidgetui.cpp |
21 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DEPENDPATH += $(OPIEDIR)/include | 22 | DEPENDPATH += $(OPIEDIR)/include |
23 | LIBS += -lqpe -lstdc++ | 23 | LIBS += -lqpe -lstdc++ |
24 | INTERFACES= calcdlg.ui | 24 | INTERFACES= calcdlg.ui |
25 | TARGET = oxygen | 25 | TARGET = oxygen |
26 | DESTDIR = $(OPIEDIR)/bin | 26 | DESTDIR = $(OPIEDIR)/bin |
27 | 27 | ||
28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts \ | 28 | TRANSLATIONS = ../../../i18n/de/oxygen.ts \ |
29 | ../../../i18n/nl/oxygen.ts \ | ||
29 | ../../../i18n/xx/oxygen.ts \ | 30 | ../../../i18n/xx/oxygen.ts \ |
30 | ../../../i18n/en/oxygen.ts \ | 31 | ../../../i18n/en/oxygen.ts \ |
31 | ../../../i18n/es/oxygen.ts \ | 32 | ../../../i18n/es/oxygen.ts \ |
32 | ../../../i18n/fr/oxygen.ts \ | 33 | ../../../i18n/fr/oxygen.ts \ |
33 | ../../../i18n/hu/oxygen.ts \ | 34 | ../../../i18n/hu/oxygen.ts \ |
34 | ../../../i18n/ja/oxygen.ts \ | 35 | ../../../i18n/ja/oxygen.ts \ |
35 | ../../../i18n/ko/oxygen.ts \ | 36 | ../../../i18n/ko/oxygen.ts \ |
36 | ../../../i18n/no/oxygen.ts \ | 37 | ../../../i18n/no/oxygen.ts \ |
37 | ../../../i18n/pl/oxygen.ts \ | 38 | ../../../i18n/pl/oxygen.ts \ |
38 | ../../../i18n/pt/oxygen.ts \ | 39 | ../../../i18n/pt/oxygen.ts \ |
39 | ../../../i18n/pt_BR/oxygen.ts \ | 40 | ../../../i18n/pt_BR/oxygen.ts \ |
40 | ../../../i18n/sl/oxygen.ts \ | 41 | ../../../i18n/sl/oxygen.ts \ |
41 | ../../../i18n/zh_CN/oxygen.ts \ | 42 | ../../../i18n/zh_CN/oxygen.ts \ |
42 | ../../../i18n/zh_TW/oxygen.ts \ | 43 | ../../../i18n/zh_TW/oxygen.ts \ |
43 | ../../../i18n/it/oxygen.ts \ | 44 | ../../../i18n/it/oxygen.ts \ |
44 | ../../../i18n/da/oxygen.ts | 45 | ../../../i18n/da/oxygen.ts |
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 1c7905b..6f73400 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -23,32 +23,33 @@ SOURCES = main.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/de/tableviewer.ts \ | 38 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ |
39 | ../../../i18n/nl/tableviewer.ts \ | ||
39 | ../../../i18n/da/tableviewer.ts \ | 40 | ../../../i18n/da/tableviewer.ts \ |
40 | ../../../i18n/xx/tableviewer.ts \ | 41 | ../../../i18n/xx/tableviewer.ts \ |
41 | ../../../i18n/en/tableviewer.ts \ | 42 | ../../../i18n/en/tableviewer.ts \ |
42 | ../../../i18n/es/tableviewer.ts \ | 43 | ../../../i18n/es/tableviewer.ts \ |
43 | ../../../i18n/fr/tableviewer.ts \ | 44 | ../../../i18n/fr/tableviewer.ts \ |
44 | ../../../i18n/hu/tableviewer.ts \ | 45 | ../../../i18n/hu/tableviewer.ts \ |
45 | ../../../i18n/ja/tableviewer.ts \ | 46 | ../../../i18n/ja/tableviewer.ts \ |
46 | ../../../i18n/ko/tableviewer.ts \ | 47 | ../../../i18n/ko/tableviewer.ts \ |
47 | ../../../i18n/no/tableviewer.ts \ | 48 | ../../../i18n/no/tableviewer.ts \ |
48 | ../../../i18n/pl/tableviewer.ts \ | 49 | ../../../i18n/pl/tableviewer.ts \ |
49 | ../../../i18n/pt/tableviewer.ts \ | 50 | ../../../i18n/pt/tableviewer.ts \ |
50 | ../../../i18n/pt_BR/tableviewer.ts \ | 51 | ../../../i18n/pt_BR/tableviewer.ts \ |
51 | ../../../i18n/sl/tableviewer.ts \ | 52 | ../../../i18n/sl/tableviewer.ts \ |
52 | ../../../i18n/zh_CN/tableviewer.ts \ | 53 | ../../../i18n/zh_CN/tableviewer.ts \ |
53 | ../../../i18n/zh_TW/tableviewer.ts | 54 | ../../../i18n/zh_TW/tableviewer.ts |
54 | 55 | ||
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 1eee074..04f4b64 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -21,32 +21,33 @@ SOURCES = d3des.c \ | |||
21 | krfbconnection.cpp \ | 21 | krfbconnection.cpp \ |
22 | krfbdecoder.cpp \ | 22 | krfbdecoder.cpp \ |
23 | krfblogin.cpp \ | 23 | krfblogin.cpp \ |
24 | krfbserver.cpp \ | 24 | krfbserver.cpp \ |
25 | kvnc.cpp \ | 25 | kvnc.cpp \ |
26 | kvncconndlg.cpp \ | 26 | kvncconndlg.cpp \ |
27 | kvncbookmarkdlg.cpp \ | 27 | kvncbookmarkdlg.cpp \ |
28 | main.cpp | 28 | main.cpp |
29 | INTERFACES= kvncconndlgbase.ui \ | 29 | INTERFACES= kvncconndlgbase.ui \ |
30 | kvncbookmarkdlgbase.ui | 30 | kvncbookmarkdlgbase.ui |
31 | TARGET = keypebble | 31 | TARGET = keypebble |
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH += $(OPIEDIR)/include | 33 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | 35 | ||
36 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ | 36 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ |
37 | ../../../i18n/nl/keypebble.ts \ | ||
37 | ../../../i18n/da/keypebble.ts \ | 38 | ../../../i18n/da/keypebble.ts \ |
38 | ../../../i18n/xx/keypebble.ts \ | 39 | ../../../i18n/xx/keypebble.ts \ |
39 | ../../../i18n/en/keypebble.ts \ | 40 | ../../../i18n/en/keypebble.ts \ |
40 | ../../../i18n/es/keypebble.ts \ | 41 | ../../../i18n/es/keypebble.ts \ |
41 | ../../../i18n/fr/keypebble.ts \ | 42 | ../../../i18n/fr/keypebble.ts \ |
42 | ../../../i18n/hu/keypebble.ts \ | 43 | ../../../i18n/hu/keypebble.ts \ |
43 | ../../../i18n/ja/keypebble.ts \ | 44 | ../../../i18n/ja/keypebble.ts \ |
44 | ../../../i18n/ko/keypebble.ts \ | 45 | ../../../i18n/ko/keypebble.ts \ |
45 | ../../../i18n/no/keypebble.ts \ | 46 | ../../../i18n/no/keypebble.ts \ |
46 | ../../../i18n/pl/keypebble.ts \ | 47 | ../../../i18n/pl/keypebble.ts \ |
47 | ../../../i18n/pt/keypebble.ts \ | 48 | ../../../i18n/pt/keypebble.ts \ |
48 | ../../../i18n/pt_BR/keypebble.ts \ | 49 | ../../../i18n/pt_BR/keypebble.ts \ |
49 | ../../../i18n/sl/keypebble.ts \ | 50 | ../../../i18n/sl/keypebble.ts \ |
50 | ../../../i18n/zh_CN/keypebble.ts \ | 51 | ../../../i18n/zh_CN/keypebble.ts \ |
51 | ../../../i18n/zh_TW/keypebble.ts | 52 | ../../../i18n/zh_TW/keypebble.ts |
52 | 53 | ||
diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 4a3bbd8..278e7b2 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro | |||
@@ -1,29 +1,30 @@ | |||
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 = mobilemsg.h | 4 | HEADERS = mobilemsg.h |
5 | SOURCES = main.cpp mobilemsg.cpp | 5 | SOURCES = main.cpp mobilemsg.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 = mobilemsg | 9 | TARGET = mobilemsg |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | INTERFACES= mobilemsgbase.ui | 11 | INTERFACES= mobilemsgbase.ui |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ |
14 | ../../../i18n/nl/mobilemsg.ts \ | ||
14 | ../../../i18n/da/mobilemsg.ts \ | 15 | ../../../i18n/da/mobilemsg.ts \ |
15 | ../../../i18n/xx/mobilemsg.ts \ | 16 | ../../../i18n/xx/mobilemsg.ts \ |
16 | ../../../i18n/en/mobilemsg.ts \ | 17 | ../../../i18n/en/mobilemsg.ts \ |
17 | ../../../i18n/es/mobilemsg.ts \ | 18 | ../../../i18n/es/mobilemsg.ts \ |
18 | ../../../i18n/fr/mobilemsg.ts \ | 19 | ../../../i18n/fr/mobilemsg.ts \ |
19 | ../../../i18n/hu/mobilemsg.ts \ | 20 | ../../../i18n/hu/mobilemsg.ts \ |
20 | ../../../i18n/ja/mobilemsg.ts \ | 21 | ../../../i18n/ja/mobilemsg.ts \ |
21 | ../../../i18n/ko/mobilemsg.ts \ | 22 | ../../../i18n/ko/mobilemsg.ts \ |
22 | ../../../i18n/no/mobilemsg.ts \ | 23 | ../../../i18n/no/mobilemsg.ts \ |
23 | ../../../i18n/pl/mobilemsg.ts \ | 24 | ../../../i18n/pl/mobilemsg.ts \ |
24 | ../../../i18n/pt/mobilemsg.ts \ | 25 | ../../../i18n/pt/mobilemsg.ts \ |
25 | ../../../i18n/pt_BR/mobilemsg.ts \ | 26 | ../../../i18n/pt_BR/mobilemsg.ts \ |
26 | ../../../i18n/sl/mobilemsg.ts \ | 27 | ../../../i18n/sl/mobilemsg.ts \ |
27 | ../../../i18n/zh_CN/mobilemsg.ts \ | 28 | ../../../i18n/zh_CN/mobilemsg.ts \ |
28 | ../../../i18n/zh_TW/mobilemsg.ts | 29 | ../../../i18n/zh_TW/mobilemsg.ts |
29 | 30 | ||
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro index b66c53d..9310898 100644 --- a/noncore/games/bounce/bounce.pro +++ b/noncore/games/bounce/bounce.pro | |||
@@ -1,28 +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 = game.h kbounce.h | 4 | HEADERS = game.h kbounce.h |
5 | SOURCES = game.cpp kbounce.cpp main.cpp | 5 | SOURCES = game.cpp kbounce.cpp main.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | DESTDIR = $(OPIEDIR)/bin | 9 | DESTDIR = $(OPIEDIR)/bin |
10 | TARGET = bounce | 10 | TARGET = bounce |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/bounce.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/bounce.ts \ |
13 | ../../../i18n/nl/bounce.ts \ | ||
13 | ../../../i18n/da/bounce.ts \ | 14 | ../../../i18n/da/bounce.ts \ |
14 | ../../../i18n/xx/bounce.ts \ | 15 | ../../../i18n/xx/bounce.ts \ |
15 | ../../../i18n/en/bounce.ts \ | 16 | ../../../i18n/en/bounce.ts \ |
16 | ../../../i18n/es/bounce.ts \ | 17 | ../../../i18n/es/bounce.ts \ |
17 | ../../../i18n/fr/bounce.ts \ | 18 | ../../../i18n/fr/bounce.ts \ |
18 | ../../../i18n/hu/bounce.ts \ | 19 | ../../../i18n/hu/bounce.ts \ |
19 | ../../../i18n/ja/bounce.ts \ | 20 | ../../../i18n/ja/bounce.ts \ |
20 | ../../../i18n/ko/bounce.ts \ | 21 | ../../../i18n/ko/bounce.ts \ |
21 | ../../../i18n/no/bounce.ts \ | 22 | ../../../i18n/no/bounce.ts \ |
22 | ../../../i18n/pl/bounce.ts \ | 23 | ../../../i18n/pl/bounce.ts \ |
23 | ../../../i18n/pt/bounce.ts \ | 24 | ../../../i18n/pt/bounce.ts \ |
24 | ../../../i18n/pt_BR/bounce.ts \ | 25 | ../../../i18n/pt_BR/bounce.ts \ |
25 | ../../../i18n/sl/bounce.ts \ | 26 | ../../../i18n/sl/bounce.ts \ |
26 | ../../../i18n/zh_CN/bounce.ts \ | 27 | ../../../i18n/zh_CN/bounce.ts \ |
27 | ../../../i18n/zh_TW/bounce.ts \ | 28 | ../../../i18n/zh_TW/bounce.ts \ |
28 | ../../../i18n/it/bounce.ts | 29 | ../../../i18n/it/bounce.ts |
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 2ce48eb..1239b29 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro | |||
@@ -1,27 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = buzzword.h | 3 | HEADERS = buzzword.h |
4 | SOURCES = buzzword.cpp main.cpp | 4 | SOURCES = buzzword.cpp main.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | DESTDIR = $(OPIEDIR)/bin |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = buzzword | 9 | TARGET = buzzword |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/buzzword.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/buzzword.ts \ |
12 | ../../../i18n/nl/buzzword.ts \ | ||
12 | ../../../i18n/da/buzzword.ts \ | 13 | ../../../i18n/da/buzzword.ts \ |
13 | ../../../i18n/xx/buzzword.ts \ | 14 | ../../../i18n/xx/buzzword.ts \ |
14 | ../../../i18n/en/buzzword.ts \ | 15 | ../../../i18n/en/buzzword.ts \ |
15 | ../../../i18n/es/buzzword.ts \ | 16 | ../../../i18n/es/buzzword.ts \ |
16 | ../../../i18n/fr/buzzword.ts \ | 17 | ../../../i18n/fr/buzzword.ts \ |
17 | ../../../i18n/hu/buzzword.ts \ | 18 | ../../../i18n/hu/buzzword.ts \ |
18 | ../../../i18n/ja/buzzword.ts \ | 19 | ../../../i18n/ja/buzzword.ts \ |
19 | ../../../i18n/ko/buzzword.ts \ | 20 | ../../../i18n/ko/buzzword.ts \ |
20 | ../../../i18n/no/buzzword.ts \ | 21 | ../../../i18n/no/buzzword.ts \ |
21 | ../../../i18n/pl/buzzword.ts \ | 22 | ../../../i18n/pl/buzzword.ts \ |
22 | ../../../i18n/pt/buzzword.ts \ | 23 | ../../../i18n/pt/buzzword.ts \ |
23 | ../../../i18n/pt_BR/buzzword.ts \ | 24 | ../../../i18n/pt_BR/buzzword.ts \ |
24 | ../../../i18n/sl/buzzword.ts \ | 25 | ../../../i18n/sl/buzzword.ts \ |
25 | ../../../i18n/zh_CN/buzzword.ts \ | 26 | ../../../i18n/zh_CN/buzzword.ts \ |
26 | ../../../i18n/zh_TW/buzzword.ts \ | 27 | ../../../i18n/zh_TW/buzzword.ts \ |
27 | ../../../i18n/it/buzzword.ts | 28 | ../../../i18n/it/buzzword.ts |
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 6048b25..d6606fb 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,28 +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 = 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/de/fifteen.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/fifteen.ts \ |
13 | ../../../i18n/nl/fifteen.ts \ | ||
13 | ../../../i18n/da/fifteen.ts \ | 14 | ../../../i18n/da/fifteen.ts \ |
14 | ../../../i18n/xx/fifteen.ts \ | 15 | ../../../i18n/xx/fifteen.ts \ |
15 | ../../../i18n/en/fifteen.ts \ | 16 | ../../../i18n/en/fifteen.ts \ |
16 | ../../../i18n/es/fifteen.ts \ | 17 | ../../../i18n/es/fifteen.ts \ |
17 | ../../../i18n/fr/fifteen.ts \ | 18 | ../../../i18n/fr/fifteen.ts \ |
18 | ../../../i18n/hu/fifteen.ts \ | 19 | ../../../i18n/hu/fifteen.ts \ |
19 | ../../../i18n/ja/fifteen.ts \ | 20 | ../../../i18n/ja/fifteen.ts \ |
20 | ../../../i18n/ko/fifteen.ts \ | 21 | ../../../i18n/ko/fifteen.ts \ |
21 | ../../../i18n/no/fifteen.ts \ | 22 | ../../../i18n/no/fifteen.ts \ |
22 | ../../../i18n/pl/fifteen.ts \ | 23 | ../../../i18n/pl/fifteen.ts \ |
23 | ../../../i18n/pt/fifteen.ts \ | 24 | ../../../i18n/pt/fifteen.ts \ |
24 | ../../../i18n/pt_BR/fifteen.ts \ | 25 | ../../../i18n/pt_BR/fifteen.ts \ |
25 | ../../../i18n/sl/fifteen.ts \ | 26 | ../../../i18n/sl/fifteen.ts \ |
26 | ../../../i18n/zh_CN/fifteen.ts \ | 27 | ../../../i18n/zh_CN/fifteen.ts \ |
27 | ../../../i18n/zh_TW/fifteen.ts | 28 | ../../../i18n/zh_TW/fifteen.ts |
28 | 29 | ||
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 0cbcb69..e4bbf8f 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -4,32 +4,33 @@ 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 | TRANSLATIONS = ../../../i18n/de/go.ts \ |
20 | ../../../i18n/nl/go.ts \ | ||
20 | ../../../i18n/da/go.ts \ | 21 | ../../../i18n/da/go.ts \ |
21 | ../../../i18n/xx/go.ts \ | 22 | ../../../i18n/xx/go.ts \ |
22 | ../../../i18n/en/go.ts \ | 23 | ../../../i18n/en/go.ts \ |
23 | ../../../i18n/es/go.ts \ | 24 | ../../../i18n/es/go.ts \ |
24 | ../../../i18n/fr/go.ts \ | 25 | ../../../i18n/fr/go.ts \ |
25 | ../../../i18n/hu/go.ts \ | 26 | ../../../i18n/hu/go.ts \ |
26 | ../../../i18n/ja/go.ts \ | 27 | ../../../i18n/ja/go.ts \ |
27 | ../../../i18n/ko/go.ts \ | 28 | ../../../i18n/ko/go.ts \ |
28 | ../../../i18n/no/go.ts \ | 29 | ../../../i18n/no/go.ts \ |
29 | ../../../i18n/pl/go.ts \ | 30 | ../../../i18n/pl/go.ts \ |
30 | ../../../i18n/pt/go.ts \ | 31 | ../../../i18n/pt/go.ts \ |
31 | ../../../i18n/pt_BR/go.ts \ | 32 | ../../../i18n/pt_BR/go.ts \ |
32 | ../../../i18n/sl/go.ts \ | 33 | ../../../i18n/sl/go.ts \ |
33 | ../../../i18n/zh_CN/go.ts \ | 34 | ../../../i18n/zh_CN/go.ts \ |
34 | ../../../i18n/zh_TW/go.ts | 35 | ../../../i18n/zh_TW/go.ts |
35 | 36 | ||
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index db5dc10..d0ec3e2 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro | |||
@@ -1,32 +1,33 @@ | |||
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 -lstdc++ | 13 | LIBS += -lqpe -lstdc++ |
14 | DESTDIR = $(OPIEDIR)/bin | 14 | DESTDIR = $(OPIEDIR)/bin |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ |
17 | ../../../i18n/nl/kbill.ts \ | ||
17 | ../../../i18n/da/kbill.ts \ | 18 | ../../../i18n/da/kbill.ts \ |
18 | ../../../i18n/xx/kbill.ts \ | 19 | ../../../i18n/xx/kbill.ts \ |
19 | ../../../i18n/en/kbill.ts \ | 20 | ../../../i18n/en/kbill.ts \ |
20 | ../../../i18n/es/kbill.ts \ | 21 | ../../../i18n/es/kbill.ts \ |
21 | ../../../i18n/fr/kbill.ts \ | 22 | ../../../i18n/fr/kbill.ts \ |
22 | ../../../i18n/hu/kbill.ts \ | 23 | ../../../i18n/hu/kbill.ts \ |
23 | ../../../i18n/ja/kbill.ts \ | 24 | ../../../i18n/ja/kbill.ts \ |
24 | ../../../i18n/ko/kbill.ts \ | 25 | ../../../i18n/ko/kbill.ts \ |
25 | ../../../i18n/no/kbill.ts \ | 26 | ../../../i18n/no/kbill.ts \ |
26 | ../../../i18n/pl/kbill.ts \ | 27 | ../../../i18n/pl/kbill.ts \ |
27 | ../../../i18n/pt/kbill.ts \ | 28 | ../../../i18n/pt/kbill.ts \ |
28 | ../../../i18n/pt_BR/kbill.ts \ | 29 | ../../../i18n/pt_BR/kbill.ts \ |
29 | ../../../i18n/sl/kbill.ts \ | 30 | ../../../i18n/sl/kbill.ts \ |
30 | ../../../i18n/zh_CN/kbill.ts \ | 31 | ../../../i18n/zh_CN/kbill.ts \ |
31 | ../../../i18n/zh_TW/kbill.ts | 32 | ../../../i18n/zh_TW/kbill.ts |
32 | 33 | ||
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index c1631e7..062505f 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -5,32 +5,33 @@ HEADERS = checkers.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/de/kcheckers.ts \ | 20 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ |
21 | ../../../i18n/nl/kcheckers.ts \ | ||
21 | ../../../i18n/da/kcheckers.ts \ | 22 | ../../../i18n/da/kcheckers.ts \ |
22 | ../../../i18n/xx/kcheckers.ts \ | 23 | ../../../i18n/xx/kcheckers.ts \ |
23 | ../../../i18n/en/kcheckers.ts \ | 24 | ../../../i18n/en/kcheckers.ts \ |
24 | ../../../i18n/es/kcheckers.ts \ | 25 | ../../../i18n/es/kcheckers.ts \ |
25 | ../../../i18n/fr/kcheckers.ts \ | 26 | ../../../i18n/fr/kcheckers.ts \ |
26 | ../../../i18n/hu/kcheckers.ts \ | 27 | ../../../i18n/hu/kcheckers.ts \ |
27 | ../../../i18n/ja/kcheckers.ts \ | 28 | ../../../i18n/ja/kcheckers.ts \ |
28 | ../../../i18n/ko/kcheckers.ts \ | 29 | ../../../i18n/ko/kcheckers.ts \ |
29 | ../../../i18n/no/kcheckers.ts \ | 30 | ../../../i18n/no/kcheckers.ts \ |
30 | ../../../i18n/pl/kcheckers.ts \ | 31 | ../../../i18n/pl/kcheckers.ts \ |
31 | ../../../i18n/pt/kcheckers.ts \ | 32 | ../../../i18n/pt/kcheckers.ts \ |
32 | ../../../i18n/pt_BR/kcheckers.ts \ | 33 | ../../../i18n/pt_BR/kcheckers.ts \ |
33 | ../../../i18n/sl/kcheckers.ts \ | 34 | ../../../i18n/sl/kcheckers.ts \ |
34 | ../../../i18n/zh_CN/kcheckers.ts \ | 35 | ../../../i18n/zh_CN/kcheckers.ts \ |
35 | ../../../i18n/zh_TW/kcheckers.ts | 36 | ../../../i18n/zh_TW/kcheckers.ts |
36 | 37 | ||
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index bca34a4..e193ebc 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro | |||
@@ -28,32 +28,33 @@ SOURCES = kpacmanwidget.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 | INCLUDEPATH+= $(OPIEDIR)/include | 37 | INCLUDEPATH+= $(OPIEDIR)/include |
38 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
39 | LIBS += -lqpe | 39 | LIBS += -lqpe |
40 | DESTDIR = $(OPIEDIR)/bin | 40 | DESTDIR = $(OPIEDIR)/bin |
41 | TARGET = kpacman | 41 | TARGET = kpacman |
42 | 42 | ||
43 | TRANSLATIONS = ../../../i18n/de/kpacman.ts \ | 43 | TRANSLATIONS = ../../../i18n/de/kpacman.ts \ |
44 | ../../../i18n/nl/kpacman.ts \ | ||
44 | ../../../i18n/da/kpacman.ts \ | 45 | ../../../i18n/da/kpacman.ts \ |
45 | ../../../i18n/xx/kpacman.ts \ | 46 | ../../../i18n/xx/kpacman.ts \ |
46 | ../../../i18n/en/kpacman.ts \ | 47 | ../../../i18n/en/kpacman.ts \ |
47 | ../../../i18n/es/kpacman.ts \ | 48 | ../../../i18n/es/kpacman.ts \ |
48 | ../../../i18n/fr/kpacman.ts \ | 49 | ../../../i18n/fr/kpacman.ts \ |
49 | ../../../i18n/hu/kpacman.ts \ | 50 | ../../../i18n/hu/kpacman.ts \ |
50 | ../../../i18n/ja/kpacman.ts \ | 51 | ../../../i18n/ja/kpacman.ts \ |
51 | ../../../i18n/ko/kpacman.ts \ | 52 | ../../../i18n/ko/kpacman.ts \ |
52 | ../../../i18n/no/kpacman.ts \ | 53 | ../../../i18n/no/kpacman.ts \ |
53 | ../../../i18n/pl/kpacman.ts \ | 54 | ../../../i18n/pl/kpacman.ts \ |
54 | ../../../i18n/pt/kpacman.ts \ | 55 | ../../../i18n/pt/kpacman.ts \ |
55 | ../../../i18n/pt_BR/kpacman.ts \ | 56 | ../../../i18n/pt_BR/kpacman.ts \ |
56 | ../../../i18n/sl/kpacman.ts \ | 57 | ../../../i18n/sl/kpacman.ts \ |
57 | ../../../i18n/zh_CN/kpacman.ts \ | 58 | ../../../i18n/zh_CN/kpacman.ts \ |
58 | ../../../i18n/zh_TW/kpacman.ts | 59 | ../../../i18n/zh_TW/kpacman.ts |
59 | 60 | ||
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index ed0f79c..b8af466 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -1,28 +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 = 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 | TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ |
13 | ../../../i18n/nl/mindbreaker.ts \ | ||
13 | ../../../i18n/da/mindbreaker.ts \ | 14 | ../../../i18n/da/mindbreaker.ts \ |
14 | ../../../i18n/xx/mindbreaker.ts \ | 15 | ../../../i18n/xx/mindbreaker.ts \ |
15 | ../../../i18n/en/mindbreaker.ts \ | 16 | ../../../i18n/en/mindbreaker.ts \ |
16 | ../../../i18n/es/mindbreaker.ts \ | 17 | ../../../i18n/es/mindbreaker.ts \ |
17 | ../../../i18n/fr/mindbreaker.ts \ | 18 | ../../../i18n/fr/mindbreaker.ts \ |
18 | ../../../i18n/hu/mindbreaker.ts \ | 19 | ../../../i18n/hu/mindbreaker.ts \ |
19 | ../../../i18n/ja/mindbreaker.ts \ | 20 | ../../../i18n/ja/mindbreaker.ts \ |
20 | ../../../i18n/ko/mindbreaker.ts \ | 21 | ../../../i18n/ko/mindbreaker.ts \ |
21 | ../../../i18n/no/mindbreaker.ts \ | 22 | ../../../i18n/no/mindbreaker.ts \ |
22 | ../../../i18n/pl/mindbreaker.ts \ | 23 | ../../../i18n/pl/mindbreaker.ts \ |
23 | ../../../i18n/pt/mindbreaker.ts \ | 24 | ../../../i18n/pt/mindbreaker.ts \ |
24 | ../../../i18n/pt_BR/mindbreaker.ts \ | 25 | ../../../i18n/pt_BR/mindbreaker.ts \ |
25 | ../../../i18n/sl/mindbreaker.ts \ | 26 | ../../../i18n/sl/mindbreaker.ts \ |
26 | ../../../i18n/zh_CN/mindbreaker.ts \ | 27 | ../../../i18n/zh_CN/mindbreaker.ts \ |
27 | ../../../i18n/zh_TW/mindbreaker.ts | 28 | ../../../i18n/zh_TW/mindbreaker.ts |
28 | 29 | ||
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 9728ac7..3675b06 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -1,31 +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 | 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 | TARGET = minesweep | 13 | TARGET = minesweep |
14 | 14 | ||
15 | TRANSLATIONS = ../../../i18n/de/minesweep.ts \ | 15 | TRANSLATIONS = ../../../i18n/de/minesweep.ts \ |
16 | ../../../i18n/nl/minesweep.ts \ | ||
16 | ../../../i18n/da/minesweep.ts \ | 17 | ../../../i18n/da/minesweep.ts \ |
17 | ../../../i18n/xx/minesweep.ts \ | 18 | ../../../i18n/xx/minesweep.ts \ |
18 | ../../../i18n/en/minesweep.ts \ | 19 | ../../../i18n/en/minesweep.ts \ |
19 | ../../../i18n/es/minesweep.ts \ | 20 | ../../../i18n/es/minesweep.ts \ |
20 | ../../../i18n/fr/minesweep.ts \ | 21 | ../../../i18n/fr/minesweep.ts \ |
21 | ../../../i18n/hu/minesweep.ts \ | 22 | ../../../i18n/hu/minesweep.ts \ |
22 | ../../../i18n/ja/minesweep.ts \ | 23 | ../../../i18n/ja/minesweep.ts \ |
23 | ../../../i18n/ko/minesweep.ts \ | 24 | ../../../i18n/ko/minesweep.ts \ |
24 | ../../../i18n/no/minesweep.ts \ | 25 | ../../../i18n/no/minesweep.ts \ |
25 | ../../../i18n/pl/minesweep.ts \ | 26 | ../../../i18n/pl/minesweep.ts \ |
26 | ../../../i18n/pt/minesweep.ts \ | 27 | ../../../i18n/pt/minesweep.ts \ |
27 | ../../../i18n/pt_BR/minesweep.ts \ | 28 | ../../../i18n/pt_BR/minesweep.ts \ |
28 | ../../../i18n/sl/minesweep.ts \ | 29 | ../../../i18n/sl/minesweep.ts \ |
29 | ../../../i18n/zh_CN/minesweep.ts \ | 30 | ../../../i18n/zh_CN/minesweep.ts \ |
30 | ../../../i18n/it/minesweep.ts \ | 31 | ../../../i18n/it/minesweep.ts \ |
31 | ../../../i18n/zh_TW/minesweep.ts | 32 | ../../../i18n/zh_TW/minesweep.ts |
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index 999e28e..6d79903 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -1,27 +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 = 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 | TRANSLATIONS = ../../../i18n/de/parashoot.ts \ |
12 | ../../../i18n/nl/parashoot.ts \ | ||
12 | ../../../i18n/da/parashoot.ts \ | 13 | ../../../i18n/da/parashoot.ts \ |
13 | ../../../i18n/xx/parashoot.ts \ | 14 | ../../../i18n/xx/parashoot.ts \ |
14 | ../../../i18n/en/parashoot.ts \ | 15 | ../../../i18n/en/parashoot.ts \ |
15 | ../../../i18n/es/parashoot.ts \ | 16 | ../../../i18n/es/parashoot.ts \ |
16 | ../../../i18n/fr/parashoot.ts \ | 17 | ../../../i18n/fr/parashoot.ts \ |
17 | ../../../i18n/hu/parashoot.ts \ | 18 | ../../../i18n/hu/parashoot.ts \ |
18 | ../../../i18n/ja/parashoot.ts \ | 19 | ../../../i18n/ja/parashoot.ts \ |
19 | ../../../i18n/ko/parashoot.ts \ | 20 | ../../../i18n/ko/parashoot.ts \ |
20 | ../../../i18n/no/parashoot.ts \ | 21 | ../../../i18n/no/parashoot.ts \ |
21 | ../../../i18n/pl/parashoot.ts \ | 22 | ../../../i18n/pl/parashoot.ts \ |
22 | ../../../i18n/pt/parashoot.ts \ | 23 | ../../../i18n/pt/parashoot.ts \ |
23 | ../../../i18n/pt_BR/parashoot.ts \ | 24 | ../../../i18n/pt_BR/parashoot.ts \ |
24 | ../../../i18n/sl/parashoot.ts \ | 25 | ../../../i18n/sl/parashoot.ts \ |
25 | ../../../i18n/zh_CN/parashoot.ts \ | 26 | ../../../i18n/zh_CN/parashoot.ts \ |
26 | ../../../i18n/zh_TW/parashoot.ts | 27 | ../../../i18n/zh_TW/parashoot.ts |
27 | 28 | ||
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index c6b18b0..1659bd1 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -1,27 +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 = 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 | TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ |
12 | ../../../i18n/nl/qasteroids.ts \ | ||
12 | ../../../i18n/da/qasteroids.ts \ | 13 | ../../../i18n/da/qasteroids.ts \ |
13 | ../../../i18n/xx/qasteroids.ts \ | 14 | ../../../i18n/xx/qasteroids.ts \ |
14 | ../../../i18n/en/qasteroids.ts \ | 15 | ../../../i18n/en/qasteroids.ts \ |
15 | ../../../i18n/es/qasteroids.ts \ | 16 | ../../../i18n/es/qasteroids.ts \ |
16 | ../../../i18n/fr/qasteroids.ts \ | 17 | ../../../i18n/fr/qasteroids.ts \ |
17 | ../../../i18n/hu/qasteroids.ts \ | 18 | ../../../i18n/hu/qasteroids.ts \ |
18 | ../../../i18n/ja/qasteroids.ts \ | 19 | ../../../i18n/ja/qasteroids.ts \ |
19 | ../../../i18n/ko/qasteroids.ts \ | 20 | ../../../i18n/ko/qasteroids.ts \ |
20 | ../../../i18n/no/qasteroids.ts \ | 21 | ../../../i18n/no/qasteroids.ts \ |
21 | ../../../i18n/pl/qasteroids.ts \ | 22 | ../../../i18n/pl/qasteroids.ts \ |
22 | ../../../i18n/pt/qasteroids.ts \ | 23 | ../../../i18n/pt/qasteroids.ts \ |
23 | ../../../i18n/pt_BR/qasteroids.ts \ | 24 | ../../../i18n/pt_BR/qasteroids.ts \ |
24 | ../../../i18n/sl/qasteroids.ts \ | 25 | ../../../i18n/sl/qasteroids.ts \ |
25 | ../../../i18n/zh_CN/qasteroids.ts \ | 26 | ../../../i18n/zh_CN/qasteroids.ts \ |
26 | ../../../i18n/zh_TW/qasteroids.ts | 27 | ../../../i18n/zh_TW/qasteroids.ts |
27 | 28 | ||
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 2c17467..a2c0725 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -1,27 +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 = 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 | TRANSLATIONS = ../../../i18n/de/snake.ts \ |
12 | ../../../i18n/nl/snake.ts \ | ||
12 | ../../../i18n/da/snake.ts \ | 13 | ../../../i18n/da/snake.ts \ |
13 | ../../../i18n/xx/snake.ts \ | 14 | ../../../i18n/xx/snake.ts \ |
14 | ../../../i18n/en/snake.ts \ | 15 | ../../../i18n/en/snake.ts \ |
15 | ../../../i18n/es/snake.ts \ | 16 | ../../../i18n/es/snake.ts \ |
16 | ../../../i18n/fr/snake.ts \ | 17 | ../../../i18n/fr/snake.ts \ |
17 | ../../../i18n/hu/snake.ts \ | 18 | ../../../i18n/hu/snake.ts \ |
18 | ../../../i18n/ja/snake.ts \ | 19 | ../../../i18n/ja/snake.ts \ |
19 | ../../../i18n/ko/snake.ts \ | 20 | ../../../i18n/ko/snake.ts \ |
20 | ../../../i18n/no/snake.ts \ | 21 | ../../../i18n/no/snake.ts \ |
21 | ../../../i18n/pl/snake.ts \ | 22 | ../../../i18n/pl/snake.ts \ |
22 | ../../../i18n/pt/snake.ts \ | 23 | ../../../i18n/pt/snake.ts \ |
23 | ../../../i18n/pt_BR/snake.ts \ | 24 | ../../../i18n/pt_BR/snake.ts \ |
24 | ../../../i18n/sl/snake.ts \ | 25 | ../../../i18n/sl/snake.ts \ |
25 | ../../../i18n/zh_CN/snake.ts \ | 26 | ../../../i18n/zh_CN/snake.ts \ |
26 | ../../../i18n/zh_TW/snake.ts | 27 | ../../../i18n/zh_TW/snake.ts |
27 | 28 | ||
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 8bd6ac8..b62b7c9 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -6,32 +6,33 @@ DESTDIR = $(OPIEDIR)/bin | |||
6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ | 6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ |
7 | canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \ | 7 | canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \ |
8 | patiencecardgame.h canvascardwindow.h | 8 | patiencecardgame.h canvascardwindow.h |
9 | 9 | ||
10 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ | 10 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ |
11 | cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \ | 11 | cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \ |
12 | chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \ | 12 | chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \ |
13 | patiencecardgame.cpp canvascardwindow.cpp main.cpp | 13 | patiencecardgame.cpp canvascardwindow.cpp main.cpp |
14 | 14 | ||
15 | TARGET = patience | 15 | TARGET = patience |
16 | 16 | ||
17 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DEPENDPATH += $(OPIEDIR)/include | 18 | DEPENDPATH += $(OPIEDIR)/include |
19 | LIBS += -lqpe | 19 | LIBS += -lqpe |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/patience.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/patience.ts \ |
22 | ../../../i18n/nl/patience.ts \ | ||
22 | ../../../i18n/da/patience.ts \ | 23 | ../../../i18n/da/patience.ts \ |
23 | ../../../i18n/xx/patience.ts \ | 24 | ../../../i18n/xx/patience.ts \ |
24 | ../../../i18n/en/patience.ts \ | 25 | ../../../i18n/en/patience.ts \ |
25 | ../../../i18n/es/patience.ts \ | 26 | ../../../i18n/es/patience.ts \ |
26 | ../../../i18n/fr/patience.ts \ | 27 | ../../../i18n/fr/patience.ts \ |
27 | ../../../i18n/hu/patience.ts \ | 28 | ../../../i18n/hu/patience.ts \ |
28 | ../../../i18n/ja/patience.ts \ | 29 | ../../../i18n/ja/patience.ts \ |
29 | ../../../i18n/ko/patience.ts \ | 30 | ../../../i18n/ko/patience.ts \ |
30 | ../../../i18n/no/patience.ts \ | 31 | ../../../i18n/no/patience.ts \ |
31 | ../../../i18n/pl/patience.ts \ | 32 | ../../../i18n/pl/patience.ts \ |
32 | ../../../i18n/pt/patience.ts \ | 33 | ../../../i18n/pt/patience.ts \ |
33 | ../../../i18n/pt_BR/patience.ts \ | 34 | ../../../i18n/pt_BR/patience.ts \ |
34 | ../../../i18n/sl/patience.ts \ | 35 | ../../../i18n/sl/patience.ts \ |
35 | ../../../i18n/zh_CN/patience.ts \ | 36 | ../../../i18n/zh_CN/patience.ts \ |
36 | ../../../i18n/zh_TW/patience.ts \ | 37 | ../../../i18n/zh_TW/patience.ts \ |
37 | ../../../i18n/it/patience.ts | 38 | ../../../i18n/it/patience.ts |
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index b2beaaf..6ef8d64 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -6,32 +6,33 @@ HEADERS = gtetrix.h \ | |||
6 | qtetrixb.h \ | 6 | qtetrixb.h \ |
7 | tpiece.h \ | 7 | tpiece.h \ |
8 | ohighscoredlg.h | 8 | ohighscoredlg.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 | ohighscoredlg.cpp | 14 | ohighscoredlg.cpp |
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
17 | LIBS += -lqpe -lstdc++ | 17 | LIBS += -lqpe -lstdc++ |
18 | INTERFACES= | 18 | INTERFACES= |
19 | TARGET = tetrix | 19 | TARGET = tetrix |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ |
22 | ../../../i18n/nl/tetrix.ts \ | ||
22 | ../../../i18n/da/tetrix.ts \ | 23 | ../../../i18n/da/tetrix.ts \ |
23 | ../../../i18n/xx/tetrix.ts \ | 24 | ../../../i18n/xx/tetrix.ts \ |
24 | ../../../i18n/en/tetrix.ts \ | 25 | ../../../i18n/en/tetrix.ts \ |
25 | ../../../i18n/es/tetrix.ts \ | 26 | ../../../i18n/es/tetrix.ts \ |
26 | ../../../i18n/fr/tetrix.ts \ | 27 | ../../../i18n/fr/tetrix.ts \ |
27 | ../../../i18n/hu/tetrix.ts \ | 28 | ../../../i18n/hu/tetrix.ts \ |
28 | ../../../i18n/ja/tetrix.ts \ | 29 | ../../../i18n/ja/tetrix.ts \ |
29 | ../../../i18n/ko/tetrix.ts \ | 30 | ../../../i18n/ko/tetrix.ts \ |
30 | ../../../i18n/no/tetrix.ts \ | 31 | ../../../i18n/no/tetrix.ts \ |
31 | ../../../i18n/pl/tetrix.ts \ | 32 | ../../../i18n/pl/tetrix.ts \ |
32 | ../../../i18n/pt/tetrix.ts \ | 33 | ../../../i18n/pt/tetrix.ts \ |
33 | ../../../i18n/pt_BR/tetrix.ts \ | 34 | ../../../i18n/pt_BR/tetrix.ts \ |
34 | ../../../i18n/sl/tetrix.ts \ | 35 | ../../../i18n/sl/tetrix.ts \ |
35 | ../../../i18n/zh_CN/tetrix.ts \ | 36 | ../../../i18n/zh_CN/tetrix.ts \ |
36 | ../../../i18n/it/tetrix.ts \ | 37 | ../../../i18n/it/tetrix.ts \ |
37 | ../../../i18n/zh_TW/tetrix.ts | 38 | ../../../i18n/zh_TW/tetrix.ts |
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index fb6c0fd..eb0705e 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -1,28 +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 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ |
13 | ../../../i18n/nl/tictac.ts \ | ||
13 | ../../../i18n/da/tictac.ts \ | 14 | ../../../i18n/da/tictac.ts \ |
14 | ../../../i18n/xx/tictac.ts \ | 15 | ../../../i18n/xx/tictac.ts \ |
15 | ../../../i18n/en/tictac.ts \ | 16 | ../../../i18n/en/tictac.ts \ |
16 | ../../../i18n/es/tictac.ts \ | 17 | ../../../i18n/es/tictac.ts \ |
17 | ../../../i18n/fr/tictac.ts \ | 18 | ../../../i18n/fr/tictac.ts \ |
18 | ../../../i18n/hu/tictac.ts \ | 19 | ../../../i18n/hu/tictac.ts \ |
19 | ../../../i18n/ja/tictac.ts \ | 20 | ../../../i18n/ja/tictac.ts \ |
20 | ../../../i18n/ko/tictac.ts \ | 21 | ../../../i18n/ko/tictac.ts \ |
21 | ../../../i18n/no/tictac.ts \ | 22 | ../../../i18n/no/tictac.ts \ |
22 | ../../../i18n/pl/tictac.ts \ | 23 | ../../../i18n/pl/tictac.ts \ |
23 | ../../../i18n/pt/tictac.ts \ | 24 | ../../../i18n/pt/tictac.ts \ |
24 | ../../../i18n/pt_BR/tictac.ts \ | 25 | ../../../i18n/pt_BR/tictac.ts \ |
25 | ../../../i18n/sl/tictac.ts \ | 26 | ../../../i18n/sl/tictac.ts \ |
26 | ../../../i18n/zh_CN/tictac.ts \ | 27 | ../../../i18n/zh_CN/tictac.ts \ |
27 | ../../../i18n/zh_TW/tictac.ts | 28 | ../../../i18n/zh_TW/tictac.ts |
28 | 29 | ||
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index e5609df..b556658 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -1,29 +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 = 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/de/wordgame.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/wordgame.ts \ |
14 | ../../../i18n/nl/wordgame.ts \ | ||
14 | ../../../i18n/da/wordgame.ts \ | 15 | ../../../i18n/da/wordgame.ts \ |
15 | ../../../i18n/xx/wordgame.ts \ | 16 | ../../../i18n/xx/wordgame.ts \ |
16 | ../../../i18n/en/wordgame.ts \ | 17 | ../../../i18n/en/wordgame.ts \ |
17 | ../../../i18n/es/wordgame.ts \ | 18 | ../../../i18n/es/wordgame.ts \ |
18 | ../../../i18n/fr/wordgame.ts \ | 19 | ../../../i18n/fr/wordgame.ts \ |
19 | ../../../i18n/hu/wordgame.ts \ | 20 | ../../../i18n/hu/wordgame.ts \ |
20 | ../../../i18n/ja/wordgame.ts \ | 21 | ../../../i18n/ja/wordgame.ts \ |
21 | ../../../i18n/ko/wordgame.ts \ | 22 | ../../../i18n/ko/wordgame.ts \ |
22 | ../../../i18n/no/wordgame.ts \ | 23 | ../../../i18n/no/wordgame.ts \ |
23 | ../../../i18n/pl/wordgame.ts \ | 24 | ../../../i18n/pl/wordgame.ts \ |
24 | ../../../i18n/pt/wordgame.ts \ | 25 | ../../../i18n/pt/wordgame.ts \ |
25 | ../../../i18n/pt_BR/wordgame.ts \ | 26 | ../../../i18n/pt_BR/wordgame.ts \ |
26 | ../../../i18n/sl/wordgame.ts \ | 27 | ../../../i18n/sl/wordgame.ts \ |
27 | ../../../i18n/zh_CN/wordgame.ts \ | 28 | ../../../i18n/zh_CN/wordgame.ts \ |
28 | ../../../i18n/zh_TW/wordgame.ts | 29 | ../../../i18n/zh_TW/wordgame.ts |
29 | 30 | ||
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index cca6a34..bfe6ac4 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -33,32 +33,33 @@ SOURCES = drawpad.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 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ |
49 | ../../../i18n/nl/drawpad.ts \ | ||
49 | ../../../i18n/da/drawpad.ts \ | 50 | ../../../i18n/da/drawpad.ts \ |
50 | ../../../i18n/xx/drawpad.ts \ | 51 | ../../../i18n/xx/drawpad.ts \ |
51 | ../../../i18n/en/drawpad.ts \ | 52 | ../../../i18n/en/drawpad.ts \ |
52 | ../../../i18n/es/drawpad.ts \ | 53 | ../../../i18n/es/drawpad.ts \ |
53 | ../../../i18n/fr/drawpad.ts \ | 54 | ../../../i18n/fr/drawpad.ts \ |
54 | ../../../i18n/hu/drawpad.ts \ | 55 | ../../../i18n/hu/drawpad.ts \ |
55 | ../../../i18n/ja/drawpad.ts \ | 56 | ../../../i18n/ja/drawpad.ts \ |
56 | ../../../i18n/ko/drawpad.ts \ | 57 | ../../../i18n/ko/drawpad.ts \ |
57 | ../../../i18n/no/drawpad.ts \ | 58 | ../../../i18n/no/drawpad.ts \ |
58 | ../../../i18n/pl/drawpad.ts \ | 59 | ../../../i18n/pl/drawpad.ts \ |
59 | ../../../i18n/pt/drawpad.ts \ | 60 | ../../../i18n/pt/drawpad.ts \ |
60 | ../../../i18n/pt_BR/drawpad.ts \ | 61 | ../../../i18n/pt_BR/drawpad.ts \ |
61 | ../../../i18n/sl/drawpad.ts \ | 62 | ../../../i18n/sl/drawpad.ts \ |
62 | ../../../i18n/zh_CN/drawpad.ts \ | 63 | ../../../i18n/zh_CN/drawpad.ts \ |
63 | ../../../i18n/it/drawpad.ts \ | 64 | ../../../i18n/it/drawpad.ts \ |
64 | ../../../i18n/zh_TW/drawpad.ts | 65 | ../../../i18n/zh_TW/drawpad.ts |
diff --git a/noncore/multimedia/opieplayer2/opieplayer2.pro b/noncore/multimedia/opieplayer2/opieplayer2.pro index a739692..57cd18f 100644 --- a/noncore/multimedia/opieplayer2/opieplayer2.pro +++ b/noncore/multimedia/opieplayer2/opieplayer2.pro | |||
@@ -14,32 +14,33 @@ SOURCES = main.cpp \ | |||
14 | alphablend.c yuv2rgb.c yuv2rgb_arm.c yuv2rgb_arm4l.S \ | 14 | alphablend.c yuv2rgb.c yuv2rgb_arm.c yuv2rgb_arm4l.S \ |
15 | threadutil.cpp mediawidget.cpp playlistview.cpp playlistfileview.cpp \ | 15 | threadutil.cpp mediawidget.cpp playlistview.cpp playlistfileview.cpp \ |
16 | skin.cpp | 16 | skin.cpp |
17 | TARGET = opieplayer2 | 17 | TARGET = opieplayer2 |
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 19 | DEPENDPATH += $(OPIEDIR)/include |
20 | LIBS += -lqpe -lpthread -lopie -lxine -lstdc++ | 20 | LIBS += -lqpe -lpthread -lopie -lxine -lstdc++ |
21 | MOC_DIR = qpeobj | 21 | MOC_DIR = qpeobj |
22 | OBJECTS_DIR = qpeobj | 22 | OBJECTS_DIR = qpeobj |
23 | 23 | ||
24 | #INCLUDEPATH += $(OPIEDIR)/include | 24 | #INCLUDEPATH += $(OPIEDIR)/include |
25 | #DEPENDPATH += $(OPIEDIR)/include | 25 | #DEPENDPATH += $(OPIEDIR)/include |
26 | 26 | ||
27 | 27 | ||
28 | 28 | ||
29 | TRANSLATIONS = ../../../i18n/de/opieplayer2.ts \ | 29 | TRANSLATIONS = ../../../i18n/de/opieplayer2.ts \ |
30 | ../../../i18n/nl/opieplayer2.ts \ | ||
30 | ../../../i18n/da/opieplayer2.ts \ | 31 | ../../../i18n/da/opieplayer2.ts \ |
31 | ../../../i18n/xx/opieplayer2.ts \ | 32 | ../../../i18n/xx/opieplayer2.ts \ |
32 | ../../../i18n/en/opieplayer2.ts \ | 33 | ../../../i18n/en/opieplayer2.ts \ |
33 | ../../../i18n/es/opieplayer2.ts \ | 34 | ../../../i18n/es/opieplayer2.ts \ |
34 | ../../../i18n/fr/opieplayer2.ts \ | 35 | ../../../i18n/fr/opieplayer2.ts \ |
35 | ../../../i18n/hu/opieplayer2.ts \ | 36 | ../../../i18n/hu/opieplayer2.ts \ |
36 | ../../../i18n/ja/opieplayer2.ts \ | 37 | ../../../i18n/ja/opieplayer2.ts \ |
37 | ../../../i18n/ko/opieplayer2.ts \ | 38 | ../../../i18n/ko/opieplayer2.ts \ |
38 | ../../../i18n/no/opieplayer2.ts \ | 39 | ../../../i18n/no/opieplayer2.ts \ |
39 | ../../../i18n/pl/opieplayer2.ts \ | 40 | ../../../i18n/pl/opieplayer2.ts \ |
40 | ../../../i18n/pt/opieplayer2.ts \ | 41 | ../../../i18n/pt/opieplayer2.ts \ |
41 | ../../../i18n/pt_BR/opieplayer2.ts \ | 42 | ../../../i18n/pt_BR/opieplayer2.ts \ |
42 | ../../../i18n/sl/opieplayer2.ts \ | 43 | ../../../i18n/sl/opieplayer2.ts \ |
43 | ../../../i18n/zh_CN/opieplayer2.ts \ | 44 | ../../../i18n/zh_CN/opieplayer2.ts \ |
44 | ../../../i18n/zh_TW/opieplayer2.ts | 45 | ../../../i18n/zh_TW/opieplayer2.ts |
45 | 46 | ||
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index bab7e0f..d369e62 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,27 +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 = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h | 4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h |
5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp | 5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp |
6 | TARGET = showimg | 6 | TARGET = showimg |
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 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ |
12 | ../../../i18n/nl/showimg.ts \ | ||
12 | ../../../i18n/xx/showimg.ts \ | 13 | ../../../i18n/xx/showimg.ts \ |
13 | ../../../i18n/en/showimg.ts \ | 14 | ../../../i18n/en/showimg.ts \ |
14 | ../../../i18n/es/showimg.ts \ | 15 | ../../../i18n/es/showimg.ts \ |
15 | ../../../i18n/fr/showimg.ts \ | 16 | ../../../i18n/fr/showimg.ts \ |
16 | ../../../i18n/hu/showimg.ts \ | 17 | ../../../i18n/hu/showimg.ts \ |
17 | ../../../i18n/ja/showimg.ts \ | 18 | ../../../i18n/ja/showimg.ts \ |
18 | ../../../i18n/ko/showimg.ts \ | 19 | ../../../i18n/ko/showimg.ts \ |
19 | ../../../i18n/no/showimg.ts \ | 20 | ../../../i18n/no/showimg.ts \ |
20 | ../../../i18n/pl/showimg.ts \ | 21 | ../../../i18n/pl/showimg.ts \ |
21 | ../../../i18n/pt/showimg.ts \ | 22 | ../../../i18n/pt/showimg.ts \ |
22 | ../../../i18n/pt_BR/showimg.ts \ | 23 | ../../../i18n/pt_BR/showimg.ts \ |
23 | ../../../i18n/sl/showimg.ts \ | 24 | ../../../i18n/sl/showimg.ts \ |
24 | ../../../i18n/zh_CN/showimg.ts \ | 25 | ../../../i18n/zh_CN/showimg.ts \ |
25 | ../../../i18n/zh_TW/showimg.ts \ | 26 | ../../../i18n/zh_TW/showimg.ts \ |
26 | ../../../i18n/da/showimg.ts | 27 | ../../../i18n/da/showimg.ts |
27 | 28 | ||
diff --git a/noncore/net/mailit/mailit.pro b/noncore/net/mailit/mailit.pro index 1d78075..cfbda36 100644 --- a/noncore/net/mailit/mailit.pro +++ b/noncore/net/mailit/mailit.pro | |||
@@ -28,32 +28,33 @@ SOURCES = emailclient.cpp \ | |||
28 | textparser.cpp \ | 28 | textparser.cpp \ |
29 | viewatt.cpp \ | 29 | viewatt.cpp \ |
30 | addatt.cpp \ | 30 | addatt.cpp \ |
31 | editaccount.cpp \ | 31 | editaccount.cpp \ |
32 | maillist.cpp \ | 32 | maillist.cpp \ |
33 | addresslist.cpp | 33 | addresslist.cpp |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie | 37 | LIBS += -lqpe -lopie |
38 | # -lssl | 38 | # -lssl |
39 | MOC_DIR=qpeobj | 39 | MOC_DIR=qpeobj |
40 | OBJECTS_DIR=qpeobj | 40 | OBJECTS_DIR=qpeobj |
41 | DESTDIR=$(OPIEDIR)/bin | 41 | DESTDIR=$(OPIEDIR)/bin |
42 | 42 | ||
43 | TRANSLATIONS = ../../../i18n/de/mailit.ts \ | 43 | TRANSLATIONS = ../../../i18n/de/mailit.ts \ |
44 | ../../../i18n/nl/mailit.ts \ | ||
44 | ../../../i18n/da/mailit.ts \ | 45 | ../../../i18n/da/mailit.ts \ |
45 | ../../../i18n/xx/mailit.ts \ | 46 | ../../../i18n/xx/mailit.ts \ |
46 | ../../../i18n/it/mailit.ts \ | 47 | ../../../i18n/it/mailit.ts \ |
47 | ../../../i18n/en/mailit.ts \ | 48 | ../../../i18n/en/mailit.ts \ |
48 | ../../../i18n/es/mailit.ts \ | 49 | ../../../i18n/es/mailit.ts \ |
49 | ../../../i18n/fr/mailit.ts \ | 50 | ../../../i18n/fr/mailit.ts \ |
50 | ../../../i18n/hu/mailit.ts \ | 51 | ../../../i18n/hu/mailit.ts \ |
51 | ../../../i18n/ja/mailit.ts \ | 52 | ../../../i18n/ja/mailit.ts \ |
52 | ../../../i18n/ko/mailit.ts \ | 53 | ../../../i18n/ko/mailit.ts \ |
53 | ../../../i18n/no/mailit.ts \ | 54 | ../../../i18n/no/mailit.ts \ |
54 | ../../../i18n/pl/mailit.ts \ | 55 | ../../../i18n/pl/mailit.ts \ |
55 | ../../../i18n/pt/mailit.ts \ | 56 | ../../../i18n/pt/mailit.ts \ |
56 | ../../../i18n/pt_BR/mailit.ts \ | 57 | ../../../i18n/pt_BR/mailit.ts \ |
57 | ../../../i18n/sl/mailit.ts \ | 58 | ../../../i18n/sl/mailit.ts \ |
58 | ../../../i18n/zh_CN/mailit.ts \ | 59 | ../../../i18n/zh_CN/mailit.ts \ |
59 | ../../../i18n/zh_TW/mailit.ts | 60 | ../../../i18n/zh_TW/mailit.ts |
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index 9819cf8..dbccd98 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -1,27 +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 main.cpp | 4 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp |
5 | TARGET = opieftp | 5 | TARGET = opieftp |
6 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lftplib | 9 | LIBS += -lqpe -lftplib |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ |
12 | ../../../i18n/nl/opieftp.ts \ | ||
12 | ../../../i18n/da/opieftp.ts \ | 13 | ../../../i18n/da/opieftp.ts \ |
13 | ../../../i18n/xx/opieftp.ts \ | 14 | ../../../i18n/xx/opieftp.ts \ |
14 | ../../../i18n/en/opieftp.ts \ | 15 | ../../../i18n/en/opieftp.ts \ |
15 | ../../../i18n/es/opieftp.ts \ | 16 | ../../../i18n/es/opieftp.ts \ |
16 | ../../../i18n/fr/opieftp.ts \ | 17 | ../../../i18n/fr/opieftp.ts \ |
17 | ../../../i18n/hu/opieftp.ts \ | 18 | ../../../i18n/hu/opieftp.ts \ |
18 | ../../../i18n/ja/opieftp.ts \ | 19 | ../../../i18n/ja/opieftp.ts \ |
19 | ../../../i18n/ko/opieftp.ts \ | 20 | ../../../i18n/ko/opieftp.ts \ |
20 | ../../../i18n/no/opieftp.ts \ | 21 | ../../../i18n/no/opieftp.ts \ |
21 | ../../../i18n/pl/opieftp.ts \ | 22 | ../../../i18n/pl/opieftp.ts \ |
22 | ../../../i18n/pt/opieftp.ts \ | 23 | ../../../i18n/pt/opieftp.ts \ |
23 | ../../../i18n/pt_BR/opieftp.ts \ | 24 | ../../../i18n/pt_BR/opieftp.ts \ |
24 | ../../../i18n/sl/opieftp.ts \ | 25 | ../../../i18n/sl/opieftp.ts \ |
25 | ../../../i18n/zh_CN/opieftp.ts \ | 26 | ../../../i18n/zh_CN/opieftp.ts \ |
26 | ../../../i18n/zh_TW/opieftp.ts | 27 | ../../../i18n/zh_TW/opieftp.ts |
27 | 28 | ||
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index 6b68284..23c1d0a 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro | |||
@@ -1,29 +1,30 @@ | |||
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 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ | 13 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ |
14 | ../../../../i18n/nl/libbluetoothapplet.ts \ | ||
14 | ../../../../i18n/da/libbluetoothapplet.ts \ | 15 | ../../../../i18n/da/libbluetoothapplet.ts \ |
15 | ../../../../i18n/xx/libbluetoothapplet.ts \ | 16 | ../../../../i18n/xx/libbluetoothapplet.ts \ |
16 | ../../../../i18n/en/libbluetoothapplet.ts \ | 17 | ../../../../i18n/en/libbluetoothapplet.ts \ |
17 | ../../../../i18n/es/libbluetoothapplet.ts \ | 18 | ../../../../i18n/es/libbluetoothapplet.ts \ |
18 | ../../../../i18n/fr/libbluetoothapplet.ts \ | 19 | ../../../../i18n/fr/libbluetoothapplet.ts \ |
19 | ../../../../i18n/hu/libbluetoothapplet.ts \ | 20 | ../../../../i18n/hu/libbluetoothapplet.ts \ |
20 | ../../../../i18n/ja/libbluetoothapplet.ts \ | 21 | ../../../../i18n/ja/libbluetoothapplet.ts \ |
21 | ../../../../i18n/ko/libbluetoothapplet.ts \ | 22 | ../../../../i18n/ko/libbluetoothapplet.ts \ |
22 | ../../../../i18n/no/libbluetoothapplet.ts \ | 23 | ../../../../i18n/no/libbluetoothapplet.ts \ |
23 | ../../../../i18n/pl/libbluetoothapplet.ts \ | 24 | ../../../../i18n/pl/libbluetoothapplet.ts \ |
24 | ../../../../i18n/pt/libbluetoothapplet.ts \ | 25 | ../../../../i18n/pt/libbluetoothapplet.ts \ |
25 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ | 26 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ |
26 | ../../../../i18n/sl/libbluetoothapplet.ts \ | 27 | ../../../../i18n/sl/libbluetoothapplet.ts \ |
27 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ | 28 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ |
28 | ../../../../i18n/zh_TW/libbluetoothapplet.ts | 29 | ../../../../i18n/zh_TW/libbluetoothapplet.ts |
29 | 30 | ||
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index 37c6ae8..102a937 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -1,30 +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 | 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 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | TARGET = bluepin | 12 | TARGET = bluepin |
13 | 13 | ||
14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ | 14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ |
15 | ../../../../i18n/nl/bluepin.ts \ | ||
15 | ../../../../i18n/da/bluepin.ts \ | 16 | ../../../../i18n/da/bluepin.ts \ |
16 | ../../../../i18n/xx/bluepin.ts \ | 17 | ../../../../i18n/xx/bluepin.ts \ |
17 | ../../../../i18n/en/bluepin.ts \ | 18 | ../../../../i18n/en/bluepin.ts \ |
18 | ../../../../i18n/es/bluepin.ts \ | 19 | ../../../../i18n/es/bluepin.ts \ |
19 | ../../../../i18n/fr/bluepin.ts \ | 20 | ../../../../i18n/fr/bluepin.ts \ |
20 | ../../../../i18n/hu/bluepin.ts \ | 21 | ../../../../i18n/hu/bluepin.ts \ |
21 | ../../../../i18n/ja/bluepin.ts \ | 22 | ../../../../i18n/ja/bluepin.ts \ |
22 | ../../../../i18n/ko/bluepin.ts \ | 23 | ../../../../i18n/ko/bluepin.ts \ |
23 | ../../../../i18n/no/bluepin.ts \ | 24 | ../../../../i18n/no/bluepin.ts \ |
24 | ../../../../i18n/pl/bluepin.ts \ | 25 | ../../../../i18n/pl/bluepin.ts \ |
25 | ../../../../i18n/pt/bluepin.ts \ | 26 | ../../../../i18n/pt/bluepin.ts \ |
26 | ../../../../i18n/pt_BR/bluepin.ts \ | 27 | ../../../../i18n/pt_BR/bluepin.ts \ |
27 | ../../../../i18n/sl/bluepin.ts \ | 28 | ../../../../i18n/sl/bluepin.ts \ |
28 | ../../../../i18n/zh_CN/bluepin.ts \ | 29 | ../../../../i18n/zh_CN/bluepin.ts \ |
29 | ../../../../i18n/zh_TW/bluepin.ts | 30 | ../../../../i18n/zh_TW/bluepin.ts |
30 | 31 | ||
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index 25b3c2d..7caa25b 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro | |||
@@ -1,27 +1,28 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h | 3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h |
4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp | 4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp |
5 | TARGET = opietooth | 5 | TARGET = opietooth |
6 | INCLUDEPATH += $(OPIEDIR)/include . | 6 | INCLUDEPATH += $(OPIEDIR)/include . |
7 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
8 | LIBS += -lopie | 8 | LIBS += -lopie |
9 | #VERSION = 0.0.0 | 9 | #VERSION = 0.0.0 |
10 | 10 | ||
11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ | 11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ |
12 | ../../../../i18n/nl/libopietooth.ts \ | ||
12 | ../../../../i18n/da/libopietooth.ts \ | 13 | ../../../../i18n/da/libopietooth.ts \ |
13 | ../../../../i18n/xx/libopietooth.ts \ | 14 | ../../../../i18n/xx/libopietooth.ts \ |
14 | ../../../../i18n/en/libopietooth.ts \ | 15 | ../../../../i18n/en/libopietooth.ts \ |
15 | ../../../../i18n/es/libopietooth.ts \ | 16 | ../../../../i18n/es/libopietooth.ts \ |
16 | ../../../../i18n/fr/libopietooth.ts \ | 17 | ../../../../i18n/fr/libopietooth.ts \ |
17 | ../../../../i18n/hu/libopietooth.ts \ | 18 | ../../../../i18n/hu/libopietooth.ts \ |
18 | ../../../../i18n/ja/libopietooth.ts \ | 19 | ../../../../i18n/ja/libopietooth.ts \ |
19 | ../../../../i18n/ko/libopietooth.ts \ | 20 | ../../../../i18n/ko/libopietooth.ts \ |
20 | ../../../../i18n/no/libopietooth.ts \ | 21 | ../../../../i18n/no/libopietooth.ts \ |
21 | ../../../../i18n/pl/libopietooth.ts \ | 22 | ../../../../i18n/pl/libopietooth.ts \ |
22 | ../../../../i18n/pt/libopietooth.ts \ | 23 | ../../../../i18n/pt/libopietooth.ts \ |
23 | ../../../../i18n/pt_BR/libopietooth.ts \ | 24 | ../../../../i18n/pt_BR/libopietooth.ts \ |
24 | ../../../../i18n/sl/libopietooth.ts \ | 25 | ../../../../i18n/sl/libopietooth.ts \ |
25 | ../../../../i18n/zh_CN/libopietooth.ts \ | 26 | ../../../../i18n/zh_CN/libopietooth.ts \ |
26 | ../../../../i18n/zh_TW/libopietooth.ts | 27 | ../../../../i18n/zh_TW/libopietooth.ts |
27 | 28 | ||
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index 6fad6ae..9841740 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -15,32 +15,33 @@ SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ | |||
15 | popuphelper.cpp main.cpp \ | 15 | popuphelper.cpp main.cpp \ |
16 | bluebase.cpp scandialog.cpp \ | 16 | bluebase.cpp scandialog.cpp \ |
17 | btlistitem.cpp hciconfwrapper.cpp \ | 17 | btlistitem.cpp hciconfwrapper.cpp \ |
18 | bticonloader.cpp pppdialog.cpp \ | 18 | bticonloader.cpp pppdialog.cpp \ |
19 | obexdialog.cpp devicehandler.cpp \ | 19 | obexdialog.cpp devicehandler.cpp \ |
20 | rfcpopup.cpp obexpopup.cpp \ | 20 | rfcpopup.cpp obexpopup.cpp \ |
21 | rfcommhelper.cpp panpopup.cpp dunpopup.cpp | 21 | rfcommhelper.cpp panpopup.cpp dunpopup.cpp |
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 23 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
24 | DEPENDPATH += $(OPIEDIR)/include | 24 | DEPENDPATH += $(OPIEDIR)/include |
25 | LIBS += -lqpe -lopietooth -lopie | 25 | LIBS += -lqpe -lopietooth -lopie |
26 | INTERFACES = bluetoothbase.ui devicedialog.ui | 26 | INTERFACES = bluetoothbase.ui devicedialog.ui |
27 | DESTDIR = $(OPIEDIR)/bin | 27 | DESTDIR = $(OPIEDIR)/bin |
28 | TARGET = bluetooth-manager | 28 | TARGET = bluetooth-manager |
29 | 29 | ||
30 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ | 30 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ |
31 | ../../../../i18n/nl/bluetooth-manager.ts \ | ||
31 | ../../../../i18n/da/bluetooth-manager.ts \ | 32 | ../../../../i18n/da/bluetooth-manager.ts \ |
32 | ../../../../i18n/xx/bluetooth-manager.ts \ | 33 | ../../../../i18n/xx/bluetooth-manager.ts \ |
33 | ../../../../i18n/en/bluetooth-manager.ts \ | 34 | ../../../../i18n/en/bluetooth-manager.ts \ |
34 | ../../../../i18n/es/bluetooth-manager.ts \ | 35 | ../../../../i18n/es/bluetooth-manager.ts \ |
35 | ../../../../i18n/fr/bluetooth-manager.ts \ | 36 | ../../../../i18n/fr/bluetooth-manager.ts \ |
36 | ../../../../i18n/hu/bluetooth-manager.ts \ | 37 | ../../../../i18n/hu/bluetooth-manager.ts \ |
37 | ../../../../i18n/ja/bluetooth-manager.ts \ | 38 | ../../../../i18n/ja/bluetooth-manager.ts \ |
38 | ../../../../i18n/ko/bluetooth-manager.ts \ | 39 | ../../../../i18n/ko/bluetooth-manager.ts \ |
39 | ../../../../i18n/no/bluetooth-manager.ts \ | 40 | ../../../../i18n/no/bluetooth-manager.ts \ |
40 | ../../../../i18n/pl/bluetooth-manager.ts \ | 41 | ../../../../i18n/pl/bluetooth-manager.ts \ |
41 | ../../../../i18n/pt/bluetooth-manager.ts \ | 42 | ../../../../i18n/pt/bluetooth-manager.ts \ |
42 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ | 43 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ |
43 | ../../../../i18n/sl/bluetooth-manager.ts \ | 44 | ../../../../i18n/sl/bluetooth-manager.ts \ |
44 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ | 45 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ |
45 | ../../../../i18n/zh_TW/bluetooth-manager.ts | 46 | ../../../../i18n/zh_TW/bluetooth-manager.ts |
46 | 47 | ||
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 34684e0..e37536d 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro | |||
@@ -1,29 +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 = appearance.h editScheme.h sample.h | 4 | HEADERS = appearance.h editScheme.h sample.h |
5 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp | 5 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.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 | TARGET = appearance | 9 | TARGET = appearance |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH += $(OPIEDIR)/include | 11 | DEPENDPATH += $(OPIEDIR)/include |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/appearance.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/appearance.ts \ |
14 | ../../../i18n/nl/appearance.ts \ | ||
14 | ../../../i18n/xx/appearance.ts \ | 15 | ../../../i18n/xx/appearance.ts \ |
15 | ../../../i18n/en/appearance.ts \ | 16 | ../../../i18n/en/appearance.ts \ |
16 | ../../../i18n/es/appearance.ts \ | 17 | ../../../i18n/es/appearance.ts \ |
17 | ../../../i18n/fr/appearance.ts \ | 18 | ../../../i18n/fr/appearance.ts \ |
18 | ../../../i18n/hu/appearance.ts \ | 19 | ../../../i18n/hu/appearance.ts \ |
19 | ../../../i18n/ja/appearance.ts \ | 20 | ../../../i18n/ja/appearance.ts \ |
20 | ../../../i18n/ko/appearance.ts \ | 21 | ../../../i18n/ko/appearance.ts \ |
21 | ../../../i18n/no/appearance.ts \ | 22 | ../../../i18n/no/appearance.ts \ |
22 | ../../../i18n/pl/appearance.ts \ | 23 | ../../../i18n/pl/appearance.ts \ |
23 | ../../../i18n/pt/appearance.ts \ | 24 | ../../../i18n/pt/appearance.ts \ |
24 | ../../../i18n/pt_BR/appearance.ts \ | 25 | ../../../i18n/pt_BR/appearance.ts \ |
25 | ../../../i18n/sl/appearance.ts \ | 26 | ../../../i18n/sl/appearance.ts \ |
26 | ../../../i18n/zh_CN/appearance.ts \ | 27 | ../../../i18n/zh_CN/appearance.ts \ |
27 | ../../../i18n/zh_TW/appearance.ts \ | 28 | ../../../i18n/zh_TW/appearance.ts \ |
28 | ../../../i18n/da/appearance.ts | 29 | ../../../i18n/da/appearance.ts |
29 | 30 | ||
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index e4076f5..5b5d506 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -25,32 +25,33 @@ SOURCES = mainwin.cpp \ | |||
25 | instoptionsimpl.cpp \ | 25 | instoptionsimpl.cpp \ |
26 | destination.cpp \ | 26 | destination.cpp \ |
27 | utils.cpp \ | 27 | utils.cpp \ |
28 | server.cpp \ | 28 | server.cpp \ |
29 | letterpushbutton.cpp \ | 29 | letterpushbutton.cpp \ |
30 | inputdlg.cpp \ | 30 | inputdlg.cpp \ |
31 | version.cpp \ | 31 | version.cpp \ |
32 | categoryfilterimpl.cpp | 32 | categoryfilterimpl.cpp |
33 | INTERFACES= | 33 | INTERFACES= |
34 | TARGET = aqpkg | 34 | TARGET = aqpkg |
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie -lstdc++ | 37 | LIBS += -lqpe -lopie -lstdc++ |
38 | DESTDIR = $(OPIEDIR)/bin | 38 | DESTDIR = $(OPIEDIR)/bin |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/aqpkg.ts \ | 40 | TRANSLATIONS = ../../../i18n/de/aqpkg.ts \ |
41 | ../../../i18n/nl/aqpkg.ts \ | ||
41 | ../../../i18n/xx/aqpkg.ts \ | 42 | ../../../i18n/xx/aqpkg.ts \ |
42 | ../../../i18n/en/aqpkg.ts \ | 43 | ../../../i18n/en/aqpkg.ts \ |
43 | ../../../i18n/es/aqpkg.ts \ | 44 | ../../../i18n/es/aqpkg.ts \ |
44 | ../../../i18n/fr/aqpkg.ts \ | 45 | ../../../i18n/fr/aqpkg.ts \ |
45 | ../../../i18n/hu/aqpkg.ts \ | 46 | ../../../i18n/hu/aqpkg.ts \ |
46 | ../../../i18n/ja/aqpkg.ts \ | 47 | ../../../i18n/ja/aqpkg.ts \ |
47 | ../../../i18n/ko/aqpkg.ts \ | 48 | ../../../i18n/ko/aqpkg.ts \ |
48 | ../../../i18n/no/aqpkg.ts \ | 49 | ../../../i18n/no/aqpkg.ts \ |
49 | ../../../i18n/pl/aqpkg.ts \ | 50 | ../../../i18n/pl/aqpkg.ts \ |
50 | ../../../i18n/pt/aqpkg.ts \ | 51 | ../../../i18n/pt/aqpkg.ts \ |
51 | ../../../i18n/pt_BR/aqpkg.ts \ | 52 | ../../../i18n/pt_BR/aqpkg.ts \ |
52 | ../../../i18n/sl/aqpkg.ts \ | 53 | ../../../i18n/sl/aqpkg.ts \ |
53 | ../../../i18n/zh_CN/aqpkg.ts \ | 54 | ../../../i18n/zh_CN/aqpkg.ts \ |
54 | ../../../i18n/zh_TW/aqpkg.ts \ | 55 | ../../../i18n/zh_TW/aqpkg.ts \ |
55 | ../../../i18n/it/aqpkg.ts \ | 56 | ../../../i18n/it/aqpkg.ts \ |
56 | ../../../i18n/da/aqpkg.ts | 57 | ../../../i18n/da/aqpkg.ts |
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro index 60760bc..78842b9 100644 --- a/noncore/settings/backup/backup.pro +++ b/noncore/settings/backup/backup.pro | |||
@@ -1,29 +1,30 @@ | |||
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 = backuprestore.h | 4 | HEADERS = backuprestore.h |
5 | SOURCES = main.cpp backuprestore.cpp | 5 | SOURCES = main.cpp backuprestore.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= backuprestorebase.ui | 9 | INTERFACES= backuprestorebase.ui |
10 | TARGET = backup | 10 | TARGET = backup |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/backup.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/backup.ts \ |
14 | ../../../i18n/nl/backup.ts \ | ||
14 | ../../../i18n/xx/backup.ts \ | 15 | ../../../i18n/xx/backup.ts \ |
15 | ../../../i18n/en/backup.ts \ | 16 | ../../../i18n/en/backup.ts \ |
16 | ../../../i18n/es/backup.ts \ | 17 | ../../../i18n/es/backup.ts \ |
17 | ../../../i18n/fr/backup.ts \ | 18 | ../../../i18n/fr/backup.ts \ |
18 | ../../../i18n/hu/backup.ts \ | 19 | ../../../i18n/hu/backup.ts \ |
19 | ../../../i18n/ja/backup.ts \ | 20 | ../../../i18n/ja/backup.ts \ |
20 | ../../../i18n/ko/backup.ts \ | 21 | ../../../i18n/ko/backup.ts \ |
21 | ../../../i18n/no/backup.ts \ | 22 | ../../../i18n/no/backup.ts \ |
22 | ../../../i18n/pl/backup.ts \ | 23 | ../../../i18n/pl/backup.ts \ |
23 | ../../../i18n/pt/backup.ts \ | 24 | ../../../i18n/pt/backup.ts \ |
24 | ../../../i18n/pt_BR/backup.ts \ | 25 | ../../../i18n/pt_BR/backup.ts \ |
25 | ../../../i18n/sl/backup.ts \ | 26 | ../../../i18n/sl/backup.ts \ |
26 | ../../../i18n/zh_CN/backup.ts \ | 27 | ../../../i18n/zh_CN/backup.ts \ |
27 | ../../../i18n/zh_TW/backup.ts \ | 28 | ../../../i18n/zh_TW/backup.ts \ |
28 | ../../../i18n/it/backup.ts \ | 29 | ../../../i18n/it/backup.ts \ |
29 | ../../../i18n/da/backup.ts | 30 | ../../../i18n/da/backup.ts |
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 16fe37a..eb9e0b9 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -1,28 +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 = 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/de/language.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/language.ts \ |
13 | ../../../i18n/nl/language.ts \ | ||
13 | ../../../i18n/xx/language.ts \ | 14 | ../../../i18n/xx/language.ts \ |
14 | ../../../i18n/en/language.ts \ | 15 | ../../../i18n/en/language.ts \ |
15 | ../../../i18n/es/language.ts \ | 16 | ../../../i18n/es/language.ts \ |
16 | ../../../i18n/fr/language.ts \ | 17 | ../../../i18n/fr/language.ts \ |
17 | ../../../i18n/hu/language.ts \ | 18 | ../../../i18n/hu/language.ts \ |
18 | ../../../i18n/ja/language.ts \ | 19 | ../../../i18n/ja/language.ts \ |
19 | ../../../i18n/ko/language.ts \ | 20 | ../../../i18n/ko/language.ts \ |
20 | ../../../i18n/no/language.ts \ | 21 | ../../../i18n/no/language.ts \ |
21 | ../../../i18n/pl/language.ts \ | 22 | ../../../i18n/pl/language.ts \ |
22 | ../../../i18n/pt/language.ts \ | 23 | ../../../i18n/pt/language.ts \ |
23 | ../../../i18n/pt_BR/language.ts \ | 24 | ../../../i18n/pt_BR/language.ts \ |
24 | ../../../i18n/sl/language.ts \ | 25 | ../../../i18n/sl/language.ts \ |
25 | ../../../i18n/zh_CN/language.ts \ | 26 | ../../../i18n/zh_CN/language.ts \ |
26 | ../../../i18n/zh_TW/language.ts \ | 27 | ../../../i18n/zh_TW/language.ts \ |
27 | ../../../i18n/da/language.ts | 28 | ../../../i18n/da/language.ts |
28 | 29 | ||
diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index 2063b04..97bbbaf 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro | |||
@@ -1,28 +1,29 @@ | |||
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 | 10 | TARGET = mediummount |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ |
13 | ../../../i18n/nl/mediummount.ts \ | ||
13 | ../../../i18n/da/mediummount.ts \ | 14 | ../../../i18n/da/mediummount.ts \ |
14 | ../../../i18n/xx/mediummount.ts \ | 15 | ../../../i18n/xx/mediummount.ts \ |
15 | ../../../i18n/en/mediummount.ts \ | 16 | ../../../i18n/en/mediummount.ts \ |
16 | ../../../i18n/es/mediummount.ts \ | 17 | ../../../i18n/es/mediummount.ts \ |
17 | ../../../i18n/fr/mediummount.ts \ | 18 | ../../../i18n/fr/mediummount.ts \ |
18 | ../../../i18n/hu/mediummount.ts \ | 19 | ../../../i18n/hu/mediummount.ts \ |
19 | ../../../i18n/ja/mediummount.ts \ | 20 | ../../../i18n/ja/mediummount.ts \ |
20 | ../../../i18n/ko/mediummount.ts \ | 21 | ../../../i18n/ko/mediummount.ts \ |
21 | ../../../i18n/no/mediummount.ts \ | 22 | ../../../i18n/no/mediummount.ts \ |
22 | ../../../i18n/pl/mediummount.ts \ | 23 | ../../../i18n/pl/mediummount.ts \ |
23 | ../../../i18n/pt/mediummount.ts \ | 24 | ../../../i18n/pt/mediummount.ts \ |
24 | ../../../i18n/pt_BR/mediummount.ts \ | 25 | ../../../i18n/pt_BR/mediummount.ts \ |
25 | ../../../i18n/sl/mediummount.ts \ | 26 | ../../../i18n/sl/mediummount.ts \ |
26 | ../../../i18n/zh_CN/mediummount.ts \ | 27 | ../../../i18n/zh_CN/mediummount.ts \ |
27 | ../../../i18n/zh_TW/mediummount.ts | 28 | ../../../i18n/zh_TW/mediummount.ts |
28 | 29 | ||
diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index 0d154a6..7a12dd1 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro | |||
@@ -9,32 +9,33 @@ HEADERS = mainwindow.h \ | |||
9 | ntptabwidget.h | 9 | ntptabwidget.h |
10 | SOURCES = main.cpp \ | 10 | SOURCES = main.cpp \ |
11 | mainwindow.cpp \ | 11 | mainwindow.cpp \ |
12 | timetabwidget.cpp \ | 12 | timetabwidget.cpp \ |
13 | formattabwidget.cpp \ | 13 | formattabwidget.cpp \ |
14 | settingstabwidget.cpp \ | 14 | settingstabwidget.cpp \ |
15 | predicttabwidget.cpp \ | 15 | predicttabwidget.cpp \ |
16 | ntptabwidget.cpp | 16 | ntptabwidget.cpp |
17 | INCLUDEPATH+= $(OPIEDIR)/include | 17 | INCLUDEPATH+= $(OPIEDIR)/include |
18 | DEPENDPATH+= $(OPIEDIR)/include | 18 | DEPENDPATH+= $(OPIEDIR)/include |
19 | LIBS += -lqpe -lopie | 19 | LIBS += -lqpe -lopie |
20 | INTERFACES= | 20 | INTERFACES= |
21 | DESTDIR = $(OPIEDIR)/bin | 21 | DESTDIR = $(OPIEDIR)/bin |
22 | TARGET = systemtime | 22 | TARGET = systemtime |
23 | 23 | ||
24 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ | 24 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ |
25 | ../../../i18n/nl/systemtime.ts \ | ||
25 | ../../../i18n/da/systemtime.ts \ | 26 | ../../../i18n/da/systemtime.ts \ |
26 | ../../../i18n/xx/systemtime.ts \ | 27 | ../../../i18n/xx/systemtime.ts \ |
27 | ../../../i18n/en/systemtime.ts \ | 28 | ../../../i18n/en/systemtime.ts \ |
28 | ../../../i18n/es/systemtime.ts \ | 29 | ../../../i18n/es/systemtime.ts \ |
29 | ../../../i18n/fr/systemtime.ts \ | 30 | ../../../i18n/fr/systemtime.ts \ |
30 | ../../../i18n/hu/systemtime.ts \ | 31 | ../../../i18n/hu/systemtime.ts \ |
31 | ../../../i18n/ja/systemtime.ts \ | 32 | ../../../i18n/ja/systemtime.ts \ |
32 | ../../../i18n/ko/systemtime.ts \ | 33 | ../../../i18n/ko/systemtime.ts \ |
33 | ../../../i18n/no/systemtime.ts \ | 34 | ../../../i18n/no/systemtime.ts \ |
34 | ../../../i18n/pl/systemtime.ts \ | 35 | ../../../i18n/pl/systemtime.ts \ |
35 | ../../../i18n/pt/systemtime.ts \ | 36 | ../../../i18n/pt/systemtime.ts \ |
36 | ../../../i18n/pt_BR/systemtime.ts \ | 37 | ../../../i18n/pt_BR/systemtime.ts \ |
37 | ../../../i18n/sl/systemtime.ts \ | 38 | ../../../i18n/sl/systemtime.ts \ |
38 | ../../../i18n/zh_CN/systemtime.ts \ | 39 | ../../../i18n/zh_CN/systemtime.ts \ |
39 | ../../../i18n/zh_TW/systemtime.ts | 40 | ../../../i18n/zh_TW/systemtime.ts |
40 | 41 | ||
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index b0dd456..48c612e 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -1,28 +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 = 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/de/sound.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/sound.ts \ |
13 | ../../../i18n/nl/sound.ts \ | ||
13 | ../../../i18n/da/sound.ts \ | 14 | ../../../i18n/da/sound.ts \ |
14 | ../../../i18n/xx/sound.ts \ | 15 | ../../../i18n/xx/sound.ts \ |
15 | ../../../i18n/en/sound.ts \ | 16 | ../../../i18n/en/sound.ts \ |
16 | ../../../i18n/es/sound.ts \ | 17 | ../../../i18n/es/sound.ts \ |
17 | ../../../i18n/fr/sound.ts \ | 18 | ../../../i18n/fr/sound.ts \ |
18 | ../../../i18n/hu/sound.ts \ | 19 | ../../../i18n/hu/sound.ts \ |
19 | ../../../i18n/ja/sound.ts \ | 20 | ../../../i18n/ja/sound.ts \ |
20 | ../../../i18n/ko/sound.ts \ | 21 | ../../../i18n/ko/sound.ts \ |
21 | ../../../i18n/no/sound.ts \ | 22 | ../../../i18n/no/sound.ts \ |
22 | ../../../i18n/pl/sound.ts \ | 23 | ../../../i18n/pl/sound.ts \ |
23 | ../../../i18n/pt/sound.ts \ | 24 | ../../../i18n/pt/sound.ts \ |
24 | ../../../i18n/pt_BR/sound.ts \ | 25 | ../../../i18n/pt_BR/sound.ts \ |
25 | ../../../i18n/sl/sound.ts \ | 26 | ../../../i18n/sl/sound.ts \ |
26 | ../../../i18n/zh_CN/sound.ts \ | 27 | ../../../i18n/zh_CN/sound.ts \ |
27 | ../../../i18n/zh_TW/sound.ts | 28 | ../../../i18n/zh_TW/sound.ts |
28 | 29 | ||
diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro index 2ac94e2..dd5762b 100644 --- a/noncore/settings/sshkeys/sshkeys.pro +++ b/noncore/settings/sshkeys/sshkeys.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = sshkeys.h | 3 | HEADERS = sshkeys.h |
4 | SOURCES = main.cpp sshkeys.cpp | 4 | SOURCES = main.cpp sshkeys.cpp |
5 | TARGET = sshkeys | 5 | TARGET = sshkeys |
6 | INTERFACES = sshkeysbase.ui | 6 | INTERFACES = sshkeysbase.ui |
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 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ |
13 | ../../../i18n/nl/sshkeys.ts \ | ||
13 | ../../../i18n/xx/sshkeys.ts \ | 14 | ../../../i18n/xx/sshkeys.ts \ |
14 | ../../../i18n/en/sshkeys.ts \ | 15 | ../../../i18n/en/sshkeys.ts \ |
15 | ../../../i18n/es/sshkeys.ts \ | 16 | ../../../i18n/es/sshkeys.ts \ |
16 | ../../../i18n/fr/sshkeys.ts \ | 17 | ../../../i18n/fr/sshkeys.ts \ |
17 | ../../../i18n/hu/sshkeys.ts \ | 18 | ../../../i18n/hu/sshkeys.ts \ |
18 | ../../../i18n/ja/sshkeys.ts \ | 19 | ../../../i18n/ja/sshkeys.ts \ |
19 | ../../../i18n/ko/sshkeys.ts \ | 20 | ../../../i18n/ko/sshkeys.ts \ |
20 | ../../../i18n/no/sshkeys.ts \ | 21 | ../../../i18n/no/sshkeys.ts \ |
21 | ../../../i18n/pl/sshkeys.ts \ | 22 | ../../../i18n/pl/sshkeys.ts \ |
22 | ../../../i18n/pt/sshkeys.ts \ | 23 | ../../../i18n/pt/sshkeys.ts \ |
23 | ../../../i18n/pt_BR/sshkeys.ts \ | 24 | ../../../i18n/pt_BR/sshkeys.ts \ |
24 | ../../../i18n/sl/sshkeys.ts \ | 25 | ../../../i18n/sl/sshkeys.ts \ |
25 | ../../../i18n/zh_CN/sshkeys.ts \ | 26 | ../../../i18n/zh_CN/sshkeys.ts \ |
26 | ../../../i18n/zh_TW/sshkeys.ts \ | 27 | ../../../i18n/zh_TW/sshkeys.ts \ |
27 | ../../../i18n/it/sshkeys.ts \ | 28 | ../../../i18n/it/sshkeys.ts \ |
28 | ../../../i18n/da/sshkeys.ts | 29 | ../../../i18n/da/sshkeys.ts |
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index c4d4ea2..2582ea2 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -14,32 +14,33 @@ SOURCES = main.cpp \ | |||
14 | memory.cpp \ | 14 | memory.cpp \ |
15 | graph.cpp \ | 15 | graph.cpp \ |
16 | load.cpp \ | 16 | load.cpp \ |
17 | storage.cpp \ | 17 | storage.cpp \ |
18 | processinfo.cpp \ | 18 | processinfo.cpp \ |
19 | modulesinfo.cpp \ | 19 | modulesinfo.cpp \ |
20 | detail.cpp \ | 20 | detail.cpp \ |
21 | versioninfo.cpp \ | 21 | versioninfo.cpp \ |
22 | sysinfo.cpp | 22 | sysinfo.cpp |
23 | INTERFACES = | 23 | INTERFACES = |
24 | INCLUDEPATH += $(OPIEDIR)/include | 24 | INCLUDEPATH += $(OPIEDIR)/include |
25 | DEPENDPATH += $(OPIEDIR)/include | 25 | DEPENDPATH += $(OPIEDIR)/include |
26 | LIBS += -lqpe -lopie | 26 | LIBS += -lqpe -lopie |
27 | TARGET = sysinfo | 27 | TARGET = sysinfo |
28 | 28 | ||
29 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ | 29 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ |
30 | ../../../i18n/nl/sysinfo.ts \ | ||
30 | ../../../i18n/xx/sysinfo.ts \ | 31 | ../../../i18n/xx/sysinfo.ts \ |
31 | ../../../i18n/en/sysinfo.ts \ | 32 | ../../../i18n/en/sysinfo.ts \ |
32 | ../../../i18n/es/sysinfo.ts \ | 33 | ../../../i18n/es/sysinfo.ts \ |
33 | ../../../i18n/fr/sysinfo.ts \ | 34 | ../../../i18n/fr/sysinfo.ts \ |
34 | ../../../i18n/hu/sysinfo.ts \ | 35 | ../../../i18n/hu/sysinfo.ts \ |
35 | ../../../i18n/ja/sysinfo.ts \ | 36 | ../../../i18n/ja/sysinfo.ts \ |
36 | ../../../i18n/ko/sysinfo.ts \ | 37 | ../../../i18n/ko/sysinfo.ts \ |
37 | ../../../i18n/no/sysinfo.ts \ | 38 | ../../../i18n/no/sysinfo.ts \ |
38 | ../../../i18n/pl/sysinfo.ts \ | 39 | ../../../i18n/pl/sysinfo.ts \ |
39 | ../../../i18n/pt/sysinfo.ts \ | 40 | ../../../i18n/pt/sysinfo.ts \ |
40 | ../../../i18n/pt_BR/sysinfo.ts \ | 41 | ../../../i18n/pt_BR/sysinfo.ts \ |
41 | ../../../i18n/sl/sysinfo.ts \ | 42 | ../../../i18n/sl/sysinfo.ts \ |
42 | ../../../i18n/zh_CN/sysinfo.ts \ | 43 | ../../../i18n/zh_CN/sysinfo.ts \ |
43 | ../../../i18n/zh_TW/sysinfo.ts \ | 44 | ../../../i18n/zh_TW/sysinfo.ts \ |
44 | ../../../i18n/da/sysinfo.ts | 45 | ../../../i18n/da/sysinfo.ts |
45 | 46 | ||
diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index db0b67c..0c227d2 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = tabmanager.h tabmainwindow.h tablistview.h tabmanagerbase.h tabapplnk.h | 3 | HEADERS = tabmanager.h tabmainwindow.h tablistview.h tabmanagerbase.h tabapplnk.h |
4 | SOURCES = main.cpp tabmanager.cpp tabmanagerbase.cpp | 4 | SOURCES = main.cpp tabmanager.cpp tabmanagerbase.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | INTERFACES= app.ui wait.ui | 8 | INTERFACES= app.ui wait.ui |
9 | TARGET = tabmanager | 9 | TARGET = tabmanager |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS =../../../i18n/de/tabmanager.ts \ | 12 | TRANSLATIONS =../../../i18n/de/tabmanager.ts \ |
13 | ../../../i18n/nl/tabmanager.ts \ | ||
13 | ../../../i18n/da/tabmanager.ts \ | 14 | ../../../i18n/da/tabmanager.ts \ |
14 | ../../../i18n/xx/tabmanager.ts \ | 15 | ../../../i18n/xx/tabmanager.ts \ |
15 | ../../../i18n/en/tabmanager.ts \ | 16 | ../../../i18n/en/tabmanager.ts \ |
16 | ../../../i18n/es/tabmanager.ts \ | 17 | ../../../i18n/es/tabmanager.ts \ |
17 | ../../../i18n/fr/tabmanager.ts \ | 18 | ../../../i18n/fr/tabmanager.ts \ |
18 | ../../../i18n/hu/tabmanager.ts \ | 19 | ../../../i18n/hu/tabmanager.ts \ |
19 | ../../../i18n/ja/tabmanager.ts \ | 20 | ../../../i18n/ja/tabmanager.ts \ |
20 | ../../../i18n/ko/tabmanager.ts \ | 21 | ../../../i18n/ko/tabmanager.ts \ |
21 | ../../../i18n/no/tabmanager.ts \ | 22 | ../../../i18n/no/tabmanager.ts \ |
22 | ../../../i18n/pl/tabmanager.ts \ | 23 | ../../../i18n/pl/tabmanager.ts \ |
23 | ../../../i18n/pt/tabmanager.ts \ | 24 | ../../../i18n/pt/tabmanager.ts \ |
24 | ../../../i18n/pt_BR/tabmanager.ts \ | 25 | ../../../i18n/pt_BR/tabmanager.ts \ |
25 | ../../../i18n/sl/tabmanager.ts \ | 26 | ../../../i18n/sl/tabmanager.ts \ |
26 | ../../../i18n/zh_CN/tabmanager.ts \ | 27 | ../../../i18n/zh_CN/tabmanager.ts \ |
27 | ../../../i18n/zh_TW/tabmanager.ts | 28 | ../../../i18n/zh_TW/tabmanager.ts |
28 | 29 | ||
diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index 473bffd..1baccb6 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro | |||
@@ -1,28 +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 = usermanager.h userdialog.h groupdialog.h passwd.h | 4 | HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h |
5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp | 5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie -lcrypt | 8 | LIBS += -lqpe -lopie -lcrypt |
9 | TARGET = usermanager | 9 | TARGET = usermanager |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/usermanager.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/usermanager.ts \ |
13 | ../../../i18n/nl/usermanager.ts \ | ||
13 | ../../../i18n/xx/usermanager.ts \ | 14 | ../../../i18n/xx/usermanager.ts \ |
14 | ../../../i18n/en/usermanager.ts \ | 15 | ../../../i18n/en/usermanager.ts \ |
15 | ../../../i18n/es/usermanager.ts \ | 16 | ../../../i18n/es/usermanager.ts \ |
16 | ../../../i18n/fr/usermanager.ts \ | 17 | ../../../i18n/fr/usermanager.ts \ |
17 | ../../../i18n/hu/usermanager.ts \ | 18 | ../../../i18n/hu/usermanager.ts \ |
18 | ../../../i18n/ja/usermanager.ts \ | 19 | ../../../i18n/ja/usermanager.ts \ |
19 | ../../../i18n/ko/usermanager.ts \ | 20 | ../../../i18n/ko/usermanager.ts \ |
20 | ../../../i18n/no/usermanager.ts \ | 21 | ../../../i18n/no/usermanager.ts \ |
21 | ../../../i18n/pl/usermanager.ts \ | 22 | ../../../i18n/pl/usermanager.ts \ |
22 | ../../../i18n/pt/usermanager.ts \ | 23 | ../../../i18n/pt/usermanager.ts \ |
23 | ../../../i18n/pt_BR/usermanager.ts \ | 24 | ../../../i18n/pt_BR/usermanager.ts \ |
24 | ../../../i18n/sl/usermanager.ts \ | 25 | ../../../i18n/sl/usermanager.ts \ |
25 | ../../../i18n/zh_CN/usermanager.ts \ | 26 | ../../../i18n/zh_CN/usermanager.ts \ |
26 | ../../../i18n/zh_TW/usermanager.ts \ | 27 | ../../../i18n/zh_TW/usermanager.ts \ |
27 | ../../../i18n/it/usermanager.ts \ | 28 | ../../../i18n/it/usermanager.ts \ |
28 | ../../../i18n/da/usermanager.ts | 29 | ../../../i18n/da/usermanager.ts |
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index da65982..9241eba 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro | |||
@@ -4,32 +4,33 @@ SOURCES = liquid.cpp \ | |||
4 | effects.cpp \ | 4 | effects.cpp \ |
5 | liquidset.cpp \ | 5 | liquidset.cpp \ |
6 | plugin.cpp | 6 | plugin.cpp |
7 | 7 | ||
8 | HEADERS = liquid.h \ | 8 | HEADERS = liquid.h \ |
9 | effects.h \ | 9 | effects.h \ |
10 | liquidset.h \ | 10 | liquidset.h \ |
11 | plugin.h | 11 | plugin.h |
12 | 12 | ||
13 | LIBS += -lqpe -lopie | 13 | LIBS += -lqpe -lopie |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DESTDIR = $(OPIEDIR)/plugins/styles | 15 | DESTDIR = $(OPIEDIR)/plugins/styles |
16 | TARGET = liquid | 16 | TARGET = liquid |
17 | VERSION = 1.0.0 | 17 | VERSION = 1.0.0 |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/libliquid.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/libliquid.ts \ |
20 | ../../../i18n/nl/libliquid.ts \ | ||
20 | ../../../i18n/da/libliquid.ts \ | 21 | ../../../i18n/da/libliquid.ts \ |
21 | ../../../i18n/xx/libliquid.ts \ | 22 | ../../../i18n/xx/libliquid.ts \ |
22 | ../../../i18n/en/libliquid.ts \ | 23 | ../../../i18n/en/libliquid.ts \ |
23 | ../../../i18n/es/libliquid.ts \ | 24 | ../../../i18n/es/libliquid.ts \ |
24 | ../../../i18n/fr/libliquid.ts \ | 25 | ../../../i18n/fr/libliquid.ts \ |
25 | ../../../i18n/hu/libliquid.ts \ | 26 | ../../../i18n/hu/libliquid.ts \ |
26 | ../../../i18n/ja/libliquid.ts \ | 27 | ../../../i18n/ja/libliquid.ts \ |
27 | ../../../i18n/ko/libliquid.ts \ | 28 | ../../../i18n/ko/libliquid.ts \ |
28 | ../../../i18n/no/libliquid.ts \ | 29 | ../../../i18n/no/libliquid.ts \ |
29 | ../../../i18n/pl/libliquid.ts \ | 30 | ../../../i18n/pl/libliquid.ts \ |
30 | ../../../i18n/pt/libliquid.ts \ | 31 | ../../../i18n/pt/libliquid.ts \ |
31 | ../../../i18n/pt_BR/libliquid.ts \ | 32 | ../../../i18n/pt_BR/libliquid.ts \ |
32 | ../../../i18n/sl/libliquid.ts \ | 33 | ../../../i18n/sl/libliquid.ts \ |
33 | ../../../i18n/zh_CN/libliquid.ts \ | 34 | ../../../i18n/zh_CN/libliquid.ts \ |
34 | ../../../i18n/zh_TW/libliquid.ts | 35 | ../../../i18n/zh_TW/libliquid.ts |
35 | 36 | ||
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index 3b88588..3bb376d 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded release warn_on | 2 | CONFIG = qt embedded release warn_on |
3 | SOURCES = metal.cpp plugin.cpp | 3 | SOURCES = metal.cpp plugin.cpp |
4 | 4 | ||
5 | HEADERS = metal.h plugin.h | 5 | HEADERS = metal.h plugin.h |
6 | LIBS += -lqpe | 6 | LIBS += -lqpe |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DESTDIR = $(OPIEDIR)/plugins/styles | 8 | DESTDIR = $(OPIEDIR)/plugins/styles |
9 | TARGET = metal | 9 | TARGET = metal |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libmetal.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libmetal.ts \ |
13 | ../../../i18n/nl/libmetal.ts \ | ||
13 | ../../../i18n/da/libmetal.ts \ | 14 | ../../../i18n/da/libmetal.ts \ |
14 | ../../../i18n/xx/libmetal.ts \ | 15 | ../../../i18n/xx/libmetal.ts \ |
15 | ../../../i18n/en/libmetal.ts \ | 16 | ../../../i18n/en/libmetal.ts \ |
16 | ../../../i18n/es/libmetal.ts \ | 17 | ../../../i18n/es/libmetal.ts \ |
17 | ../../../i18n/fr/libmetal.ts \ | 18 | ../../../i18n/fr/libmetal.ts \ |
18 | ../../../i18n/hu/libmetal.ts \ | 19 | ../../../i18n/hu/libmetal.ts \ |
19 | ../../../i18n/ja/libmetal.ts \ | 20 | ../../../i18n/ja/libmetal.ts \ |
20 | ../../../i18n/ko/libmetal.ts \ | 21 | ../../../i18n/ko/libmetal.ts \ |
21 | ../../../i18n/no/libmetal.ts \ | 22 | ../../../i18n/no/libmetal.ts \ |
22 | ../../../i18n/pl/libmetal.ts \ | 23 | ../../../i18n/pl/libmetal.ts \ |
23 | ../../../i18n/pt/libmetal.ts \ | 24 | ../../../i18n/pt/libmetal.ts \ |
24 | ../../../i18n/pt_BR/libmetal.ts \ | 25 | ../../../i18n/pt_BR/libmetal.ts \ |
25 | ../../../i18n/sl/libmetal.ts \ | 26 | ../../../i18n/sl/libmetal.ts \ |
26 | ../../../i18n/zh_CN/libmetal.ts \ | 27 | ../../../i18n/zh_CN/libmetal.ts \ |
27 | ../../../i18n/zh_TW/libmetal.ts | 28 | ../../../i18n/zh_TW/libmetal.ts |
28 | 29 | ||
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro index 75fd87a..f7ed324 100644 --- a/noncore/styles/theme/theme.pro +++ b/noncore/styles/theme/theme.pro | |||
@@ -7,32 +7,33 @@ SOURCES = ogfxeffect.cpp \ | |||
7 | plugin.cpp | 7 | plugin.cpp |
8 | 8 | ||
9 | HEADERS = ogfxeffect.h \ | 9 | HEADERS = ogfxeffect.h \ |
10 | othemebase.h \ | 10 | othemebase.h \ |
11 | othemestyle.h \ | 11 | othemestyle.h \ |
12 | themeset.h \ | 12 | themeset.h \ |
13 | plugin.h | 13 | plugin.h |
14 | 14 | ||
15 | 15 | ||
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DESTDIR = $(OPIEDIR)/plugins/styles | 18 | DESTDIR = $(OPIEDIR)/plugins/styles |
19 | TARGET = theme | 19 | TARGET = theme |
20 | VERSION = 1.0.0 | 20 | VERSION = 1.0.0 |
21 | 21 | ||
22 | TRANSLATIONS = ../../../i18n/de/libtheme.ts \ | 22 | TRANSLATIONS = ../../../i18n/de/libtheme.ts \ |
23 | ../../../i18n/nl/libtheme.ts \ | ||
23 | ../../../i18n/da/libtheme.ts \ | 24 | ../../../i18n/da/libtheme.ts \ |
24 | ../../../i18n/xx/libtheme.ts \ | 25 | ../../../i18n/xx/libtheme.ts \ |
25 | ../../../i18n/en/libtheme.ts \ | 26 | ../../../i18n/en/libtheme.ts \ |
26 | ../../../i18n/es/libtheme.ts \ | 27 | ../../../i18n/es/libtheme.ts \ |
27 | ../../../i18n/fr/libtheme.ts \ | 28 | ../../../i18n/fr/libtheme.ts \ |
28 | ../../../i18n/hu/libtheme.ts \ | 29 | ../../../i18n/hu/libtheme.ts \ |
29 | ../../../i18n/ja/libtheme.ts \ | 30 | ../../../i18n/ja/libtheme.ts \ |
30 | ../../../i18n/ko/libtheme.ts \ | 31 | ../../../i18n/ko/libtheme.ts \ |
31 | ../../../i18n/no/libtheme.ts \ | 32 | ../../../i18n/no/libtheme.ts \ |
32 | ../../../i18n/pl/libtheme.ts \ | 33 | ../../../i18n/pl/libtheme.ts \ |
33 | ../../../i18n/pt/libtheme.ts \ | 34 | ../../../i18n/pt/libtheme.ts \ |
34 | ../../../i18n/pt_BR/libtheme.ts \ | 35 | ../../../i18n/pt_BR/libtheme.ts \ |
35 | ../../../i18n/sl/libtheme.ts \ | 36 | ../../../i18n/sl/libtheme.ts \ |
36 | ../../../i18n/zh_CN/libtheme.ts \ | 37 | ../../../i18n/zh_CN/libtheme.ts \ |
37 | ../../../i18n/zh_TW/libtheme.ts | 38 | ../../../i18n/zh_TW/libtheme.ts |
38 | 39 | ||
diff --git a/noncore/todayplugins/fortune/fortune.pro b/noncore/todayplugins/fortune/fortune.pro index 040454b..0a0d5b9 100644 --- a/noncore/todayplugins/fortune/fortune.pro +++ b/noncore/todayplugins/fortune/fortune.pro | |||
@@ -6,32 +6,33 @@ CONFIG += qt release | |||
6 | HEADERS = fortuneplugin.h fortunepluginimpl.h \ | 6 | HEADERS = fortuneplugin.h fortunepluginimpl.h \ |
7 | fortunepluginwidget.h | 7 | fortunepluginwidget.h |
8 | SOURCES = fortuneplugin.cpp fortunepluginimpl.cpp \ | 8 | SOURCES = fortuneplugin.cpp fortunepluginimpl.cpp \ |
9 | fortunepluginwidget.cpp | 9 | fortunepluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todayfortuneplugin | 19 | TARGET = todayfortuneplugin |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/libtodayfortuneplugin.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/libtodayfortuneplugin.ts \ |
22 | ../../../i18n/nl/libtodayfortuneplugin.ts \ | ||
22 | ../../../i18n/xx/libtodayfortuneplugin.ts \ | 23 | ../../../i18n/xx/libtodayfortuneplugin.ts \ |
23 | ../../../i18n/en/libtodayfortuneplugin.ts \ | 24 | ../../../i18n/en/libtodayfortuneplugin.ts \ |
24 | ../../../i18n/es/libtodayfortuneplugin.ts \ | 25 | ../../../i18n/es/libtodayfortuneplugin.ts \ |
25 | ../../../i18n/fr/libtodayfortuneplugin.ts \ | 26 | ../../../i18n/fr/libtodayfortuneplugin.ts \ |
26 | ../../../i18n/hu/libtodayfortuneplugin.ts \ | 27 | ../../../i18n/hu/libtodayfortuneplugin.ts \ |
27 | ../../../i18n/ja/libtodayfortuneplugin.ts \ | 28 | ../../../i18n/ja/libtodayfortuneplugin.ts \ |
28 | ../../../i18n/ko/libtodayfortuneplugin.ts \ | 29 | ../../../i18n/ko/libtodayfortuneplugin.ts \ |
29 | ../../../i18n/no/libtodayfortuneplugin.ts \ | 30 | ../../../i18n/no/libtodayfortuneplugin.ts \ |
30 | ../../../i18n/pl/libtodayfortuneplugin.ts \ | 31 | ../../../i18n/pl/libtodayfortuneplugin.ts \ |
31 | ../../../i18n/pt/libtodayfortuneplugin.ts \ | 32 | ../../../i18n/pt/libtodayfortuneplugin.ts \ |
32 | ../../../i18n/pt_BR/libtodayfortuneplugin.ts \ | 33 | ../../../i18n/pt_BR/libtodayfortuneplugin.ts \ |
33 | ../../../i18n/sl/libtodayfortuneplugin.ts \ | 34 | ../../../i18n/sl/libtodayfortuneplugin.ts \ |
34 | ../../../i18n/zh_CN/libtodayfortuneplugin.ts \ | 35 | ../../../i18n/zh_CN/libtodayfortuneplugin.ts \ |
35 | ../../../i18n/zh_TW/libtodayfortuneplugin.ts \ | 36 | ../../../i18n/zh_TW/libtodayfortuneplugin.ts \ |
36 | ../../../i18n/it/libtodayfortuneplugin.ts \ | 37 | ../../../i18n/it/libtodayfortuneplugin.ts \ |
37 | ../../../i18n/da/libtodayfortuneplugin.ts | 38 | ../../../i18n/da/libtodayfortuneplugin.ts |
diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro index e963d01..a4b28b4 100644 --- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro | |||
@@ -1,28 +1,29 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = inputDialog.h helpwindow.h | 3 | HEADERS = inputDialog.h helpwindow.h |
4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp | 4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp |
5 | INTERFACES = | 5 | INTERFACES = |
6 | TARGET = stockticker | 6 | TARGET = stockticker |
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 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../../i18n/de/stockticker.ts \ | 12 | TRANSLATIONS = ../../../../i18n/de/stockticker.ts \ |
13 | ../../../../i18n/nl/stockticker.ts \ | ||
13 | ../../../../i18n/xx/stockticker.ts \ | 14 | ../../../../i18n/xx/stockticker.ts \ |
14 | ../../../../i18n/en/stockticker.ts \ | 15 | ../../../../i18n/en/stockticker.ts \ |
15 | ../../../../i18n/es/stockticker.ts \ | 16 | ../../../../i18n/es/stockticker.ts \ |
16 | ../../../../i18n/fr/stockticker.ts \ | 17 | ../../../../i18n/fr/stockticker.ts \ |
17 | ../../../../i18n/hu/stockticker.ts \ | 18 | ../../../../i18n/hu/stockticker.ts \ |
18 | ../../../../i18n/ja/stockticker.ts \ | 19 | ../../../../i18n/ja/stockticker.ts \ |
19 | ../../../../i18n/ko/stockticker.ts \ | 20 | ../../../../i18n/ko/stockticker.ts \ |
20 | ../../../../i18n/no/stockticker.ts \ | 21 | ../../../../i18n/no/stockticker.ts \ |
21 | ../../../../i18n/pl/stockticker.ts \ | 22 | ../../../../i18n/pl/stockticker.ts \ |
22 | ../../../../i18n/pt/stockticker.ts \ | 23 | ../../../../i18n/pt/stockticker.ts \ |
23 | ../../../../i18n/pt_BR/stockticker.ts \ | 24 | ../../../../i18n/pt_BR/stockticker.ts \ |
24 | ../../../../i18n/sl/stockticker.ts \ | 25 | ../../../../i18n/sl/stockticker.ts \ |
25 | ../../../../i18n/zh_CN/stockticker.ts \ | 26 | ../../../../i18n/zh_CN/stockticker.ts \ |
26 | ../../../../i18n/zh_TW/stockticker.ts \ | 27 | ../../../../i18n/zh_TW/stockticker.ts \ |
27 | ../../../../i18n/it/stockticker.ts \ | 28 | ../../../../i18n/it/stockticker.ts \ |
28 | ../../../../i18n/da/stockticker.ts | 29 | ../../../../i18n/da/stockticker.ts |
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro index 7421610..c34be33 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro | |||
@@ -14,32 +14,33 @@ SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidge | |||
14 | ../libstocks/http.c \ | 14 | ../libstocks/http.c \ |
15 | ../libstocks/lists.c \ | 15 | ../libstocks/lists.c \ |
16 | ../libstocks/stocks.c | 16 | ../libstocks/stocks.c |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include \ | 18 | INCLUDEPATH += $(OPIEDIR)/include \ |
19 | ../ ../library | 19 | ../ ../library |
20 | DEPENDPATH += $(OPIEDIR)/include \ | 20 | DEPENDPATH += $(OPIEDIR)/include \ |
21 | ../ ../library | 21 | ../ ../library |
22 | 22 | ||
23 | LIBS+= -lqpe -lopie -lpthread | 23 | LIBS+= -lqpe -lopie -lpthread |
24 | TMAKE_CFLAGS += -D__UNIX__ | 24 | TMAKE_CFLAGS += -D__UNIX__ |
25 | 25 | ||
26 | DESTDIR = $(OPIEDIR)/plugins/today | 26 | DESTDIR = $(OPIEDIR)/plugins/today |
27 | TARGET = todaystocktickerplugin | 27 | TARGET = todaystocktickerplugin |
28 | 28 | ||
29 | TRANSLATIONS = ../../../../i18n/de/libtodaystocktickerplugin.ts \ | 29 | TRANSLATIONS = ../../../../i18n/de/libtodaystocktickerplugin.ts \ |
30 | ../../../../i18n/nl/libtodaystocktickerplugin.ts \ | ||
30 | ../../../../i18n/xx/libtodaystocktickerplugin.ts \ | 31 | ../../../../i18n/xx/libtodaystocktickerplugin.ts \ |
31 | ../../../../i18n/en/libtodaystocktickerplugin.ts \ | 32 | ../../../../i18n/en/libtodaystocktickerplugin.ts \ |
32 | ../../../../i18n/es/libtodaystocktickerplugin.ts \ | 33 | ../../../../i18n/es/libtodaystocktickerplugin.ts \ |
33 | ../../../../i18n/fr/libtodaystocktickerplugin.ts \ | 34 | ../../../../i18n/fr/libtodaystocktickerplugin.ts \ |
34 | ../../../../i18n/hu/libtodaystocktickerplugin.ts \ | 35 | ../../../../i18n/hu/libtodaystocktickerplugin.ts \ |
35 | ../../../../i18n/ja/libtodaystocktickerplugin.ts \ | 36 | ../../../../i18n/ja/libtodaystocktickerplugin.ts \ |
36 | ../../../../i18n/ko/libtodaystocktickerplugin.ts \ | 37 | ../../../../i18n/ko/libtodaystocktickerplugin.ts \ |
37 | ../../../../i18n/no/libtodaystocktickerplugin.ts \ | 38 | ../../../../i18n/no/libtodaystocktickerplugin.ts \ |
38 | ../../../../i18n/pl/libtodaystocktickerplugin.ts \ | 39 | ../../../../i18n/pl/libtodaystocktickerplugin.ts \ |
39 | ../../../../i18n/pt/libtodaystocktickerplugin.ts \ | 40 | ../../../../i18n/pt/libtodaystocktickerplugin.ts \ |
40 | ../../../../i18n/pt_BR/libtodaystocktickerplugin.ts \ | 41 | ../../../../i18n/pt_BR/libtodaystocktickerplugin.ts \ |
41 | ../../../../i18n/sl/libtodaystocktickerplugin.ts \ | 42 | ../../../../i18n/sl/libtodaystocktickerplugin.ts \ |
42 | ../../../../i18n/zh_CN/libtodaystocktickerplugin.ts \ | 43 | ../../../../i18n/zh_CN/libtodaystocktickerplugin.ts \ |
43 | ../../../../i18n/zh_TW/libtodaystocktickerplugin.ts \ | 44 | ../../../../i18n/zh_TW/libtodaystocktickerplugin.ts \ |
44 | ../../../../i18n/it/libtodaystocktickerplugin.ts \ | 45 | ../../../../i18n/it/libtodaystocktickerplugin.ts \ |
45 | ../../../../i18n/da/libtodaystocktickerplugin.ts | 46 | ../../../../i18n/da/libtodaystocktickerplugin.ts |
diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro index 7af516f..2833e88 100644 --- a/noncore/todayplugins/weather/weather.pro +++ b/noncore/todayplugins/weather/weather.pro | |||
@@ -10,32 +10,33 @@ HEADERS = weatherplugin.h \ | |||
10 | SOURCES = weatherplugin.cpp \ | 10 | SOURCES = weatherplugin.cpp \ |
11 | weatherpluginimpl.cpp \ | 11 | weatherpluginimpl.cpp \ |
12 | weatherpluginwidget.cpp \ | 12 | weatherpluginwidget.cpp \ |
13 | weatherconfig.cpp | 13 | weatherconfig.cpp |
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include \ | 15 | INCLUDEPATH += $(OPIEDIR)/include \ |
16 | ../ ../library | 16 | ../ ../library |
17 | DEPENDPATH += $(OPIEDIR)/include \ | 17 | DEPENDPATH += $(OPIEDIR)/include \ |
18 | ../ ../library | 18 | ../ ../library |
19 | 19 | ||
20 | LIBS+= -lqpe -lopie | 20 | LIBS+= -lqpe -lopie |
21 | 21 | ||
22 | DESTDIR = $(OPIEDIR)/plugins/today | 22 | DESTDIR = $(OPIEDIR)/plugins/today |
23 | TARGET = todayweatherplugin | 23 | TARGET = todayweatherplugin |
24 | 24 | ||
25 | TRANSLATIONS = ../../../i18n/de/libtodayweatherplugin.ts \ | 25 | TRANSLATIONS = ../../../i18n/de/libtodayweatherplugin.ts \ |
26 | ../../../i18n/nl/libtodayweatherplugin.ts \ | ||
26 | ../../../i18n/xx/libtodayweatherplugin.ts \ | 27 | ../../../i18n/xx/libtodayweatherplugin.ts \ |
27 | ../../../i18n/en/libtodayweatherplugin.ts \ | 28 | ../../../i18n/en/libtodayweatherplugin.ts \ |
28 | ../../../i18n/es/libtodayweatherplugin.ts \ | 29 | ../../../i18n/es/libtodayweatherplugin.ts \ |
29 | ../../../i18n/fr/libtodayweatherplugin.ts \ | 30 | ../../../i18n/fr/libtodayweatherplugin.ts \ |
30 | ../../../i18n/hu/libtodayweatherplugin.ts \ | 31 | ../../../i18n/hu/libtodayweatherplugin.ts \ |
31 | ../../../i18n/ja/libtodayweatherplugin.ts \ | 32 | ../../../i18n/ja/libtodayweatherplugin.ts \ |
32 | ../../../i18n/ko/libtodayweatherplugin.ts \ | 33 | ../../../i18n/ko/libtodayweatherplugin.ts \ |
33 | ../../../i18n/no/libtodayweatherplugin.ts \ | 34 | ../../../i18n/no/libtodayweatherplugin.ts \ |
34 | ../../../i18n/pl/libtodayweatherplugin.ts \ | 35 | ../../../i18n/pl/libtodayweatherplugin.ts \ |
35 | ../../../i18n/pt/libtodayweatherplugin.ts \ | 36 | ../../../i18n/pt/libtodayweatherplugin.ts \ |
36 | ../../../i18n/pt_BR/libtodayweatherplugin.ts \ | 37 | ../../../i18n/pt_BR/libtodayweatherplugin.ts \ |
37 | ../../../i18n/sl/libtodayweatherplugin.ts \ | 38 | ../../../i18n/sl/libtodayweatherplugin.ts \ |
38 | ../../../i18n/zh_CN/libtodayweatherplugin.ts \ | 39 | ../../../i18n/zh_CN/libtodayweatherplugin.ts \ |
39 | ../../../i18n/zh_TW/libtodayweatherplugin.ts \ | 40 | ../../../i18n/zh_TW/libtodayweatherplugin.ts \ |
40 | ../../../i18n/it/libtodayweatherplugin.ts \ | 41 | ../../../i18n/it/libtodayweatherplugin.ts \ |
41 | ../../../i18n/da/libtodayweatherplugin.ts | 42 | ../../../i18n/da/libtodayweatherplugin.ts |
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 3c052e7..0fe5bb2 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -1,29 +1,30 @@ | |||
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/de/calculator.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ |
14 | ../../../i18n/nl/calculator.ts \ | ||
14 | ../../../i18n/xx/calculator.ts \ | 15 | ../../../i18n/xx/calculator.ts \ |
15 | ../../../i18n/en/calculator.ts \ | 16 | ../../../i18n/en/calculator.ts \ |
16 | ../../../i18n/es/calculator.ts \ | 17 | ../../../i18n/es/calculator.ts \ |
17 | ../../../i18n/fr/calculator.ts \ | 18 | ../../../i18n/fr/calculator.ts \ |
18 | ../../../i18n/hu/calculator.ts \ | 19 | ../../../i18n/hu/calculator.ts \ |
19 | ../../../i18n/ja/calculator.ts \ | 20 | ../../../i18n/ja/calculator.ts \ |
20 | ../../../i18n/ko/calculator.ts \ | 21 | ../../../i18n/ko/calculator.ts \ |
21 | ../../../i18n/no/calculator.ts \ | 22 | ../../../i18n/no/calculator.ts \ |
22 | ../../../i18n/pl/calculator.ts \ | 23 | ../../../i18n/pl/calculator.ts \ |
23 | ../../../i18n/pt/calculator.ts \ | 24 | ../../../i18n/pt/calculator.ts \ |
24 | ../../../i18n/pt_BR/calculator.ts \ | 25 | ../../../i18n/pt_BR/calculator.ts \ |
25 | ../../../i18n/sl/calculator.ts \ | 26 | ../../../i18n/sl/calculator.ts \ |
26 | ../../../i18n/zh_CN/calculator.ts \ | 27 | ../../../i18n/zh_CN/calculator.ts \ |
27 | ../../../i18n/zh_TW/calculator.ts \ | 28 | ../../../i18n/zh_TW/calculator.ts \ |
28 | ../../../i18n/da/calculator.ts | 29 | ../../../i18n/da/calculator.ts |
29 | 30 | ||
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 8b92118..38ce2f8 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -1,29 +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 = 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 -lpthread | 9 | LIBS += -lqpe -lopie -lpthread |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ |
14 | ../../../i18n/nl/clock.ts \ | ||
14 | ../../../i18n/xx/clock.ts \ | 15 | ../../../i18n/xx/clock.ts \ |
15 | ../../../i18n/en/clock.ts \ | 16 | ../../../i18n/en/clock.ts \ |
16 | ../../../i18n/es/clock.ts \ | 17 | ../../../i18n/es/clock.ts \ |
17 | ../../../i18n/fr/clock.ts \ | 18 | ../../../i18n/fr/clock.ts \ |
18 | ../../../i18n/hu/clock.ts \ | 19 | ../../../i18n/hu/clock.ts \ |
19 | ../../../i18n/ja/clock.ts \ | 20 | ../../../i18n/ja/clock.ts \ |
20 | ../../../i18n/ko/clock.ts \ | 21 | ../../../i18n/ko/clock.ts \ |
21 | ../../../i18n/no/clock.ts \ | 22 | ../../../i18n/no/clock.ts \ |
22 | ../../../i18n/pl/clock.ts \ | 23 | ../../../i18n/pl/clock.ts \ |
23 | ../../../i18n/pt/clock.ts \ | 24 | ../../../i18n/pt/clock.ts \ |
24 | ../../../i18n/pt_BR/clock.ts \ | 25 | ../../../i18n/pt_BR/clock.ts \ |
25 | ../../../i18n/sl/clock.ts \ | 26 | ../../../i18n/sl/clock.ts \ |
26 | ../../../i18n/zh_CN/clock.ts \ | 27 | ../../../i18n/zh_CN/clock.ts \ |
27 | ../../../i18n/zh_TW/clock.ts \ | 28 | ../../../i18n/zh_TW/clock.ts \ |
28 | ../../../i18n/da/clock.ts | 29 | ../../../i18n/da/clock.ts |
29 | 30 | ||
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index b2e976b..baf6ace 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro | |||
@@ -1,27 +1,28 @@ | |||
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 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
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/formatter.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ |
12 | ../../../i18n/nl/formatter.ts \ | ||
12 | ../../../i18n/da/formatter.ts \ | 13 | ../../../i18n/da/formatter.ts \ |
13 | ../../../i18n/xx/formatter.ts \ | 14 | ../../../i18n/xx/formatter.ts \ |
14 | ../../../i18n/en/formatter.ts \ | 15 | ../../../i18n/en/formatter.ts \ |
15 | ../../../i18n/es/formatter.ts \ | 16 | ../../../i18n/es/formatter.ts \ |
16 | ../../../i18n/fr/formatter.ts \ | 17 | ../../../i18n/fr/formatter.ts \ |
17 | ../../../i18n/hu/formatter.ts \ | 18 | ../../../i18n/hu/formatter.ts \ |
18 | ../../../i18n/ja/formatter.ts \ | 19 | ../../../i18n/ja/formatter.ts \ |
19 | ../../../i18n/ko/formatter.ts \ | 20 | ../../../i18n/ko/formatter.ts \ |
20 | ../../../i18n/no/formatter.ts \ | 21 | ../../../i18n/no/formatter.ts \ |
21 | ../../../i18n/pl/formatter.ts \ | 22 | ../../../i18n/pl/formatter.ts \ |
22 | ../../../i18n/pt/formatter.ts \ | 23 | ../../../i18n/pt/formatter.ts \ |
23 | ../../../i18n/pt_BR/formatter.ts \ | 24 | ../../../i18n/pt_BR/formatter.ts \ |
24 | ../../../i18n/sl/formatter.ts \ | 25 | ../../../i18n/sl/formatter.ts \ |
25 | ../../../i18n/zh_CN/formatter.ts \ | 26 | ../../../i18n/zh_CN/formatter.ts \ |
26 | ../../../i18n/zh_TW/formatter.ts | 27 | ../../../i18n/zh_TW/formatter.ts |
27 | 28 | ||
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index a419362..b595cc1 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro | |||
@@ -1,27 +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 =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 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ |
12 | ../../../i18n/nl/opie-sh.ts \ | ||
12 | ../../../i18n/da/opie-sh.ts \ | 13 | ../../../i18n/da/opie-sh.ts \ |
13 | ../../../i18n/xx/opie-sh.ts \ | 14 | ../../../i18n/xx/opie-sh.ts \ |
14 | ../../../i18n/en/opie-sh.ts \ | 15 | ../../../i18n/en/opie-sh.ts \ |
15 | ../../../i18n/es/opie-sh.ts \ | 16 | ../../../i18n/es/opie-sh.ts \ |
16 | ../../../i18n/fr/opie-sh.ts \ | 17 | ../../../i18n/fr/opie-sh.ts \ |
17 | ../../../i18n/hu/opie-sh.ts \ | 18 | ../../../i18n/hu/opie-sh.ts \ |
18 | ../../../i18n/ja/opie-sh.ts \ | 19 | ../../../i18n/ja/opie-sh.ts \ |
19 | ../../../i18n/ko/opie-sh.ts \ | 20 | ../../../i18n/ko/opie-sh.ts \ |
20 | ../../../i18n/no/opie-sh.ts \ | 21 | ../../../i18n/no/opie-sh.ts \ |
21 | ../../../i18n/pl/opie-sh.ts \ | 22 | ../../../i18n/pl/opie-sh.ts \ |
22 | ../../../i18n/pt/opie-sh.ts \ | 23 | ../../../i18n/pt/opie-sh.ts \ |
23 | ../../../i18n/pt_BR/opie-sh.ts \ | 24 | ../../../i18n/pt_BR/opie-sh.ts \ |
24 | ../../../i18n/sl/opie-sh.ts \ | 25 | ../../../i18n/sl/opie-sh.ts \ |
25 | ../../../i18n/zh_CN/opie-sh.ts \ | 26 | ../../../i18n/zh_CN/opie-sh.ts \ |
26 | ../../../i18n/zh_TW/opie-sh.ts | 27 | ../../../i18n/zh_TW/opie-sh.ts |
27 | 28 | ||
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index bd681be..d822cea 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro | |||
@@ -1,27 +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 = 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 recorddialog.h helptab.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 recorddialog.h helptab.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 recorddialog.cpp helptab.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 recorddialog.cpp helptab.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 | TARGET = remote | 9 | TARGET = remote |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/remote.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/remote.ts \ |
12 | ../../../i18n/nl/remote.ts \ | ||
12 | ../../../i18n/da/remote.ts \ | 13 | ../../../i18n/da/remote.ts \ |
13 | ../../../i18n/xx/remote.ts \ | 14 | ../../../i18n/xx/remote.ts \ |
14 | ../../../i18n/en/remote.ts \ | 15 | ../../../i18n/en/remote.ts \ |
15 | ../../../i18n/es/remote.ts \ | 16 | ../../../i18n/es/remote.ts \ |
16 | ../../../i18n/fr/remote.ts \ | 17 | ../../../i18n/fr/remote.ts \ |
17 | ../../../i18n/hu/remote.ts \ | 18 | ../../../i18n/hu/remote.ts \ |
18 | ../../../i18n/ja/remote.ts \ | 19 | ../../../i18n/ja/remote.ts \ |
19 | ../../../i18n/ko/remote.ts \ | 20 | ../../../i18n/ko/remote.ts \ |
20 | ../../../i18n/no/remote.ts \ | 21 | ../../../i18n/no/remote.ts \ |
21 | ../../../i18n/pl/remote.ts \ | 22 | ../../../i18n/pl/remote.ts \ |
22 | ../../../i18n/pt/remote.ts \ | 23 | ../../../i18n/pt/remote.ts \ |
23 | ../../../i18n/pt_BR/remote.ts \ | 24 | ../../../i18n/pt_BR/remote.ts \ |
24 | ../../../i18n/sl/remote.ts \ | 25 | ../../../i18n/sl/remote.ts \ |
25 | ../../../i18n/zh_CN/remote.ts \ | 26 | ../../../i18n/zh_CN/remote.ts \ |
26 | ../../../i18n/zh_TW/remote.ts | 27 | ../../../i18n/zh_TW/remote.ts |
27 | 28 | ||
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 43e6c0f..4e0f946 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -1,27 +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 = inlineedit.h filebrowser.h filePermissions.h | 4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h |
5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp | 5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ |
12 | ../../../i18n/nl/filebrowser.ts \ | ||
12 | ../../../i18n/da/filebrowser.ts \ | 13 | ../../../i18n/da/filebrowser.ts \ |
13 | ../../../i18n/xx/filebrowser.ts \ | 14 | ../../../i18n/xx/filebrowser.ts \ |
14 | ../../../i18n/en/filebrowser.ts \ | 15 | ../../../i18n/en/filebrowser.ts \ |
15 | ../../../i18n/es/filebrowser.ts \ | 16 | ../../../i18n/es/filebrowser.ts \ |
16 | ../../../i18n/fr/filebrowser.ts \ | 17 | ../../../i18n/fr/filebrowser.ts \ |
17 | ../../../i18n/hu/filebrowser.ts \ | 18 | ../../../i18n/hu/filebrowser.ts \ |
18 | ../../../i18n/ja/filebrowser.ts \ | 19 | ../../../i18n/ja/filebrowser.ts \ |
19 | ../../../i18n/ko/filebrowser.ts \ | 20 | ../../../i18n/ko/filebrowser.ts \ |
20 | ../../../i18n/no/filebrowser.ts \ | 21 | ../../../i18n/no/filebrowser.ts \ |
21 | ../../../i18n/pl/filebrowser.ts \ | 22 | ../../../i18n/pl/filebrowser.ts \ |
22 | ../../../i18n/pt/filebrowser.ts \ | 23 | ../../../i18n/pt/filebrowser.ts \ |
23 | ../../../i18n/pt_BR/filebrowser.ts \ | 24 | ../../../i18n/pt_BR/filebrowser.ts \ |
24 | ../../../i18n/sl/filebrowser.ts \ | 25 | ../../../i18n/sl/filebrowser.ts \ |
25 | ../../../i18n/zh_CN/filebrowser.ts \ | 26 | ../../../i18n/zh_CN/filebrowser.ts \ |
26 | ../../../i18n/it/filebrowser.ts \ | 27 | ../../../i18n/it/filebrowser.ts \ |
27 | ../../../i18n/zh_TW/filebrowser.ts | 28 | ../../../i18n/zh_TW/filebrowser.ts |
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index ca0620d..180195f 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro | |||
@@ -1,32 +1,33 @@ | |||
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 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ |
17 | ../../../i18n/nl/gsmtool.ts \ | ||
17 | ../../../i18n/da/gsmtool.ts \ | 18 | ../../../i18n/da/gsmtool.ts \ |
18 | ../../../i18n/xx/gsmtool.ts \ | 19 | ../../../i18n/xx/gsmtool.ts \ |
19 | ../../../i18n/en/gsmtool.ts \ | 20 | ../../../i18n/en/gsmtool.ts \ |
20 | ../../../i18n/es/gsmtool.ts \ | 21 | ../../../i18n/es/gsmtool.ts \ |
21 | ../../../i18n/fr/gsmtool.ts \ | 22 | ../../../i18n/fr/gsmtool.ts \ |
22 | ../../../i18n/hu/gsmtool.ts \ | 23 | ../../../i18n/hu/gsmtool.ts \ |
23 | ../../../i18n/ja/gsmtool.ts \ | 24 | ../../../i18n/ja/gsmtool.ts \ |
24 | ../../../i18n/ko/gsmtool.ts \ | 25 | ../../../i18n/ko/gsmtool.ts \ |
25 | ../../../i18n/no/gsmtool.ts \ | 26 | ../../../i18n/no/gsmtool.ts \ |
26 | ../../../i18n/pl/gsmtool.ts \ | 27 | ../../../i18n/pl/gsmtool.ts \ |
27 | ../../../i18n/pt/gsmtool.ts \ | 28 | ../../../i18n/pt/gsmtool.ts \ |
28 | ../../../i18n/pt_BR/gsmtool.ts \ | 29 | ../../../i18n/pt_BR/gsmtool.ts \ |
29 | ../../../i18n/sl/gsmtool.ts \ | 30 | ../../../i18n/sl/gsmtool.ts \ |
30 | ../../../i18n/zh_CN/gsmtool.ts \ | 31 | ../../../i18n/zh_CN/gsmtool.ts \ |
31 | ../../../i18n/zh_TW/gsmtool.ts | 32 | ../../../i18n/zh_TW/gsmtool.ts |
32 | 33 | ||
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index ebb53b5..b03f652 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -1,28 +1,29 @@ | |||
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 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ |
13 | ../../../i18n/nl/libbend.ts \ | ||
13 | ../../../i18n/da/libbend.ts \ | 14 | ../../../i18n/da/libbend.ts \ |
14 | ../../../i18n/xx/libbend.ts \ | 15 | ../../../i18n/xx/libbend.ts \ |
15 | ../../../i18n/en/libbend.ts \ | 16 | ../../../i18n/en/libbend.ts \ |
16 | ../../../i18n/es/libbend.ts \ | 17 | ../../../i18n/es/libbend.ts \ |
17 | ../../../i18n/fr/libbend.ts \ | 18 | ../../../i18n/fr/libbend.ts \ |
18 | ../../../i18n/hu/libbend.ts \ | 19 | ../../../i18n/hu/libbend.ts \ |
19 | ../../../i18n/ja/libbend.ts \ | 20 | ../../../i18n/ja/libbend.ts \ |
20 | ../../../i18n/ko/libbend.ts \ | 21 | ../../../i18n/ko/libbend.ts \ |
21 | ../../../i18n/no/libbend.ts \ | 22 | ../../../i18n/no/libbend.ts \ |
22 | ../../../i18n/pl/libbend.ts \ | 23 | ../../../i18n/pl/libbend.ts \ |
23 | ../../../i18n/pt/libbend.ts \ | 24 | ../../../i18n/pt/libbend.ts \ |
24 | ../../../i18n/pt_BR/libbend.ts \ | 25 | ../../../i18n/pt_BR/libbend.ts \ |
25 | ../../../i18n/sl/libbend.ts \ | 26 | ../../../i18n/sl/libbend.ts \ |
26 | ../../../i18n/zh_CN/libbend.ts \ | 27 | ../../../i18n/zh_CN/libbend.ts \ |
27 | ../../../i18n/zh_TW/libbend.ts | 28 | ../../../i18n/zh_TW/libbend.ts |
28 | 29 | ||
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 53cbb82..94ca448 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -11,32 +11,33 @@ HEADERS = configfile.h \ | |||
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 = $(OPIEDIR)/lib | 24 | DESTDIR = $(OPIEDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ |
27 | ../../../i18n/nl/libmail.ts \ | ||
27 | ../../../i18n/da/libmail.ts \ | 28 | ../../../i18n/da/libmail.ts \ |
28 | ../../../i18n/xx/libmail.ts \ | 29 | ../../../i18n/xx/libmail.ts \ |
29 | ../../../i18n/en/libmail.ts \ | 30 | ../../../i18n/en/libmail.ts \ |
30 | ../../../i18n/es/libmail.ts \ | 31 | ../../../i18n/es/libmail.ts \ |
31 | ../../../i18n/fr/libmail.ts \ | 32 | ../../../i18n/fr/libmail.ts \ |
32 | ../../../i18n/hu/libmail.ts \ | 33 | ../../../i18n/hu/libmail.ts \ |
33 | ../../../i18n/ja/libmail.ts \ | 34 | ../../../i18n/ja/libmail.ts \ |
34 | ../../../i18n/ko/libmail.ts \ | 35 | ../../../i18n/ko/libmail.ts \ |
35 | ../../../i18n/no/libmail.ts \ | 36 | ../../../i18n/no/libmail.ts \ |
36 | ../../../i18n/pl/libmail.ts \ | 37 | ../../../i18n/pl/libmail.ts \ |
37 | ../../../i18n/pt/libmail.ts \ | 38 | ../../../i18n/pt/libmail.ts \ |
38 | ../../../i18n/pt_BR/libmail.ts \ | 39 | ../../../i18n/pt_BR/libmail.ts \ |
39 | ../../../i18n/sl/libmail.ts \ | 40 | ../../../i18n/sl/libmail.ts \ |
40 | ../../../i18n/zh_CN/libmail.ts \ | 41 | ../../../i18n/zh_CN/libmail.ts \ |
41 | ../../../i18n/zh_TW/libmail.ts | 42 | ../../../i18n/zh_TW/libmail.ts |
42 | 43 | ||
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index fb121be..0c1a1fb 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -33,32 +33,33 @@ SOURCES = accounteditor.cpp \ | |||
33 | rename.cpp \ | 33 | rename.cpp \ |
34 | searchdiag.cpp \ | 34 | searchdiag.cpp \ |
35 | viewmail.cpp \ | 35 | viewmail.cpp \ |
36 | viewmailbase.cpp | 36 | viewmailbase.cpp |
37 | INTERFACES = accounteditorbase.ui \ | 37 | INTERFACES = accounteditorbase.ui \ |
38 | addresspickerbase.ui \ | 38 | addresspickerbase.ui \ |
39 | configdiagbase.ui \ | 39 | configdiagbase.ui \ |
40 | opendiagbase.ui \ | 40 | opendiagbase.ui \ |
41 | renamebase.ui \ | 41 | renamebase.ui \ |
42 | searchdiagbase.ui | 42 | searchdiagbase.ui |
43 | INCLUDEPATH += $(OPIEDIR)/include libmail | 43 | INCLUDEPATH += $(OPIEDIR)/include libmail |
44 | LIBS += -lmail -lqpe -lopie | 44 | LIBS += -lmail -lqpe -lopie |
45 | TARGET = mail | 45 | TARGET = mail |
46 | DESTDIR = $(OPIEDIR)/bin | 46 | DESTDIR = $(OPIEDIR)/bin |
47 | 47 | ||
48 | TRANSLATIONS = ../../i18n/de/mail.ts \ | 48 | TRANSLATIONS = ../../i18n/de/mail.ts \ |
49 | ../../i18n/nl/mail.ts \ | ||
49 | ../../i18n/da/mail.ts \ | 50 | ../../i18n/da/mail.ts \ |
50 | ../../i18n/xx/mail.ts \ | 51 | ../../i18n/xx/mail.ts \ |
51 | ../../i18n/en/mail.ts \ | 52 | ../../i18n/en/mail.ts \ |
52 | ../../i18n/es/mail.ts \ | 53 | ../../i18n/es/mail.ts \ |
53 | ../../i18n/fr/mail.ts \ | 54 | ../../i18n/fr/mail.ts \ |
54 | ../../i18n/hu/mail.ts \ | 55 | ../../i18n/hu/mail.ts \ |
55 | ../../i18n/ja/mail.ts \ | 56 | ../../i18n/ja/mail.ts \ |
56 | ../../i18n/ko/mail.ts \ | 57 | ../../i18n/ko/mail.ts \ |
57 | ../../i18n/no/mail.ts \ | 58 | ../../i18n/no/mail.ts \ |
58 | ../../i18n/pl/mail.ts \ | 59 | ../../i18n/pl/mail.ts \ |
59 | ../../i18n/pt/mail.ts \ | 60 | ../../i18n/pt/mail.ts \ |
60 | ../../i18n/pt_BR/mail.ts \ | 61 | ../../i18n/pt_BR/mail.ts \ |
61 | ../../i18n/sl/mail.ts \ | 62 | ../../i18n/sl/mail.ts \ |
62 | ../../i18n/zh_CN/mail.ts \ | 63 | ../../i18n/zh_CN/mail.ts \ |
63 | ../../i18n/zh_TW/mail.ts | 64 | ../../i18n/zh_TW/mail.ts |
64 | 65 | ||
diff --git a/noncore/unsupported/mailit/mailit.pro b/noncore/unsupported/mailit/mailit.pro index 1d78075..cfbda36 100644 --- a/noncore/unsupported/mailit/mailit.pro +++ b/noncore/unsupported/mailit/mailit.pro | |||
@@ -28,32 +28,33 @@ SOURCES = emailclient.cpp \ | |||
28 | textparser.cpp \ | 28 | textparser.cpp \ |
29 | viewatt.cpp \ | 29 | viewatt.cpp \ |
30 | addatt.cpp \ | 30 | addatt.cpp \ |
31 | editaccount.cpp \ | 31 | editaccount.cpp \ |
32 | maillist.cpp \ | 32 | maillist.cpp \ |
33 | addresslist.cpp | 33 | addresslist.cpp |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie | 37 | LIBS += -lqpe -lopie |
38 | # -lssl | 38 | # -lssl |
39 | MOC_DIR=qpeobj | 39 | MOC_DIR=qpeobj |
40 | OBJECTS_DIR=qpeobj | 40 | OBJECTS_DIR=qpeobj |
41 | DESTDIR=$(OPIEDIR)/bin | 41 | DESTDIR=$(OPIEDIR)/bin |
42 | 42 | ||
43 | TRANSLATIONS = ../../../i18n/de/mailit.ts \ | 43 | TRANSLATIONS = ../../../i18n/de/mailit.ts \ |
44 | ../../../i18n/nl/mailit.ts \ | ||
44 | ../../../i18n/da/mailit.ts \ | 45 | ../../../i18n/da/mailit.ts \ |
45 | ../../../i18n/xx/mailit.ts \ | 46 | ../../../i18n/xx/mailit.ts \ |
46 | ../../../i18n/it/mailit.ts \ | 47 | ../../../i18n/it/mailit.ts \ |
47 | ../../../i18n/en/mailit.ts \ | 48 | ../../../i18n/en/mailit.ts \ |
48 | ../../../i18n/es/mailit.ts \ | 49 | ../../../i18n/es/mailit.ts \ |
49 | ../../../i18n/fr/mailit.ts \ | 50 | ../../../i18n/fr/mailit.ts \ |
50 | ../../../i18n/hu/mailit.ts \ | 51 | ../../../i18n/hu/mailit.ts \ |
51 | ../../../i18n/ja/mailit.ts \ | 52 | ../../../i18n/ja/mailit.ts \ |
52 | ../../../i18n/ko/mailit.ts \ | 53 | ../../../i18n/ko/mailit.ts \ |
53 | ../../../i18n/no/mailit.ts \ | 54 | ../../../i18n/no/mailit.ts \ |
54 | ../../../i18n/pl/mailit.ts \ | 55 | ../../../i18n/pl/mailit.ts \ |
55 | ../../../i18n/pt/mailit.ts \ | 56 | ../../../i18n/pt/mailit.ts \ |
56 | ../../../i18n/pt_BR/mailit.ts \ | 57 | ../../../i18n/pt_BR/mailit.ts \ |
57 | ../../../i18n/sl/mailit.ts \ | 58 | ../../../i18n/sl/mailit.ts \ |
58 | ../../../i18n/zh_CN/mailit.ts \ | 59 | ../../../i18n/zh_CN/mailit.ts \ |
59 | ../../../i18n/zh_TW/mailit.ts | 60 | ../../../i18n/zh_TW/mailit.ts |
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index 71fba0c..ee9481c 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro | |||
@@ -25,32 +25,33 @@ SOURCES = main.cpp \ | |||
25 | packagelistremote.cpp \ | 25 | packagelistremote.cpp \ |
26 | packagelistlocal.cpp \ | 26 | packagelistlocal.cpp \ |
27 | pksettings.cpp \ | 27 | pksettings.cpp \ |
28 | pmipkg.cpp \ | 28 | pmipkg.cpp \ |
29 | packagelistitem.cpp \ | 29 | packagelistitem.cpp \ |
30 | packagelist.cpp \ | 30 | packagelist.cpp \ |
31 | package.cpp | 31 | package.cpp |
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH+= $(OPIEDIR)/ioclude | 33 | DEPENDPATH+= $(OPIEDIR)/ioclude |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | LIBS += -lopie | 35 | LIBS += -lopie |
36 | INTERFACES= runwindow.ui \ | 36 | INTERFACES= runwindow.ui \ |
37 | pksettingsbase.ui | 37 | pksettingsbase.ui |
38 | TARGET = oipkg | 38 | TARGET = oipkg |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/oipkg.ts \ | 40 | TRANSLATIONS = ../../../i18n/de/oipkg.ts \ |
41 | ../../../i18n/nl/oipkg.ts \ | ||
41 | ../../../i18n/da/oipkg.ts \ | 42 | ../../../i18n/da/oipkg.ts \ |
42 | ../../../i18n/xx/oipkg.ts \ | 43 | ../../../i18n/xx/oipkg.ts \ |
43 | ../../../i18n/en/oipkg.ts \ | 44 | ../../../i18n/en/oipkg.ts \ |
44 | ../../../i18n/es/oipkg.ts \ | 45 | ../../../i18n/es/oipkg.ts \ |
45 | ../../../i18n/fr/oipkg.ts \ | 46 | ../../../i18n/fr/oipkg.ts \ |
46 | ../../../i18n/hu/oipkg.ts \ | 47 | ../../../i18n/hu/oipkg.ts \ |
47 | ../../../i18n/ja/oipkg.ts \ | 48 | ../../../i18n/ja/oipkg.ts \ |
48 | ../../../i18n/ko/oipkg.ts \ | 49 | ../../../i18n/ko/oipkg.ts \ |
49 | ../../../i18n/no/oipkg.ts \ | 50 | ../../../i18n/no/oipkg.ts \ |
50 | ../../../i18n/pl/oipkg.ts \ | 51 | ../../../i18n/pl/oipkg.ts \ |
51 | ../../../i18n/pt/oipkg.ts \ | 52 | ../../../i18n/pt/oipkg.ts \ |
52 | ../../../i18n/pt_BR/oipkg.ts \ | 53 | ../../../i18n/pt_BR/oipkg.ts \ |
53 | ../../../i18n/sl/oipkg.ts \ | 54 | ../../../i18n/sl/oipkg.ts \ |
54 | ../../../i18n/zh_CN/oipkg.ts \ | 55 | ../../../i18n/zh_CN/oipkg.ts \ |
55 | ../../../i18n/zh_TW/oipkg.ts | 56 | ../../../i18n/zh_TW/oipkg.ts |
56 | 57 | ||
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index f5ec264..cfb6d2f 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -41,32 +41,33 @@ SOURCES = xpdf/Array.cc \ | |||
41 | HEADERS = QOutputDev.h \ | 41 | HEADERS = QOutputDev.h \ |
42 | QPEOutputDev.h \ | 42 | QPEOutputDev.h \ |
43 | qbusybar.h \ | 43 | qbusybar.h \ |
44 | qpdf.h | 44 | qpdf.h |
45 | INCLUDEPATH += . \ | 45 | INCLUDEPATH += . \ |
46 | .. \ | 46 | .. \ |
47 | xpdf \ | 47 | xpdf \ |
48 | $(OPIEDIR)/include \ | 48 | $(OPIEDIR)/include \ |
49 | ../goo \ | 49 | ../goo \ |
50 | goo | 50 | goo |
51 | 51 | ||
52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ | 52 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ |
53 | DESTDIR = $(OPIEDIR)/bin | 53 | DESTDIR = $(OPIEDIR)/bin |
54 | TARGET = qpdf | 54 | TARGET = qpdf |
55 | 55 | ||
56 | TRANSLATIONS = ../../../i18n/de/qpdf.ts \ | 56 | TRANSLATIONS = ../../../i18n/de/qpdf.ts \ |
57 | ../../../i18n/nl/qpdf.ts \ | ||
57 | ../../../i18n/da/qpdf.ts \ | 58 | ../../../i18n/da/qpdf.ts \ |
58 | ../../../i18n/xx/qpdf.ts \ | 59 | ../../../i18n/xx/qpdf.ts \ |
59 | ../../../i18n/en/qpdf.ts \ | 60 | ../../../i18n/en/qpdf.ts \ |
60 | ../../../i18n/es/qpdf.ts \ | 61 | ../../../i18n/es/qpdf.ts \ |
61 | ../../../i18n/fr/qpdf.ts \ | 62 | ../../../i18n/fr/qpdf.ts \ |
62 | ../../../i18n/hu/qpdf.ts \ | 63 | ../../../i18n/hu/qpdf.ts \ |
63 | ../../../i18n/ja/qpdf.ts \ | 64 | ../../../i18n/ja/qpdf.ts \ |
64 | ../../../i18n/ko/qpdf.ts \ | 65 | ../../../i18n/ko/qpdf.ts \ |
65 | ../../../i18n/no/qpdf.ts \ | 66 | ../../../i18n/no/qpdf.ts \ |
66 | ../../../i18n/pl/qpdf.ts \ | 67 | ../../../i18n/pl/qpdf.ts \ |
67 | ../../../i18n/pt/qpdf.ts \ | 68 | ../../../i18n/pt/qpdf.ts \ |
68 | ../../../i18n/pt_BR/qpdf.ts \ | 69 | ../../../i18n/pt_BR/qpdf.ts \ |
69 | ../../../i18n/sl/qpdf.ts \ | 70 | ../../../i18n/sl/qpdf.ts \ |
70 | ../../../i18n/zh_CN/qpdf.ts \ | 71 | ../../../i18n/zh_CN/qpdf.ts \ |
71 | ../../../i18n/it/qpdf.ts \ | 72 | ../../../i18n/it/qpdf.ts \ |
72 | ../../../i18n/zh_TW/qpdf.ts | 73 | ../../../i18n/zh_TW/qpdf.ts |
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index 96a3518..73b54d1 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro | |||
@@ -1,25 +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 = | 4 | HEADERS = |
5 | SOURCES = quickexec.cpp | 5 | SOURCES = quickexec.cpp |
6 | LIBS += -ldl -lqpe | 6 | LIBS += -ldl -lqpe |
7 | TARGET = quickexec | 7 | TARGET = quickexec |
8 | 8 | ||
9 | TRANSLATIONS = ../i18n/de/quickexec.ts \ | 9 | TRANSLATIONS = ../i18n/de/quickexec.ts \ |
10 | ../i18n/nl/quickexec.ts \ | ||
10 | ../i18n/da/quickexec.ts \ | 11 | ../i18n/da/quickexec.ts \ |
11 | ../i18n/xx/quickexec.ts \ | 12 | ../i18n/xx/quickexec.ts \ |
12 | ../i18n/en/quickexec.ts \ | 13 | ../i18n/en/quickexec.ts \ |
13 | ../i18n/es/quickexec.ts \ | 14 | ../i18n/es/quickexec.ts \ |
14 | ../i18n/fr/quickexec.ts \ | 15 | ../i18n/fr/quickexec.ts \ |
15 | ../i18n/hu/quickexec.ts \ | 16 | ../i18n/hu/quickexec.ts \ |
16 | ../i18n/ja/quickexec.ts \ | 17 | ../i18n/ja/quickexec.ts \ |
17 | ../i18n/ko/quickexec.ts \ | 18 | ../i18n/ko/quickexec.ts \ |
18 | ../i18n/no/quickexec.ts \ | 19 | ../i18n/no/quickexec.ts \ |
19 | ../i18n/pl/quickexec.ts \ | 20 | ../i18n/pl/quickexec.ts \ |
20 | ../i18n/pt/quickexec.ts \ | 21 | ../i18n/pt/quickexec.ts \ |
21 | ../i18n/pt_BR/quickexec.ts \ | 22 | ../i18n/pt_BR/quickexec.ts \ |
22 | ../i18n/sl/quickexec.ts \ | 23 | ../i18n/sl/quickexec.ts \ |
23 | ../i18n/zh_CN/quickexec.ts \ | 24 | ../i18n/zh_CN/quickexec.ts \ |
24 | ../i18n/zh_TW/quickexec.ts | 25 | ../i18n/zh_TW/quickexec.ts |
25 | 26 | ||