105 files changed, 198 insertions, 12 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index c24182e..a947ca6 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -1,25 +1,27 @@ | |||
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 | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ |
13 | ../../../i18n/da/libbatteryapplet.ts \ | ||
14 | ../../../i18n/xx/libbatteryapplet.ts \ | ||
13 | ../../../i18n/en/libbatteryapplet.ts \ | 15 | ../../../i18n/en/libbatteryapplet.ts \ |
14 | ../../../i18n/es/libbatteryapplet.ts \ | 16 | ../../../i18n/es/libbatteryapplet.ts \ |
15 | ../../../i18n/fr/libbatteryapplet.ts \ | 17 | ../../../i18n/fr/libbatteryapplet.ts \ |
16 | ../../../i18n/hu/libbatteryapplet.ts \ | 18 | ../../../i18n/hu/libbatteryapplet.ts \ |
17 | ../../../i18n/ja/libbatteryapplet.ts \ | 19 | ../../../i18n/ja/libbatteryapplet.ts \ |
18 | ../../../i18n/ko/libbatteryapplet.ts \ | 20 | ../../../i18n/ko/libbatteryapplet.ts \ |
19 | ../../../i18n/no/libbatteryapplet.ts \ | 21 | ../../../i18n/no/libbatteryapplet.ts \ |
20 | ../../../i18n/pl/libbatteryapplet.ts \ | 22 | ../../../i18n/pl/libbatteryapplet.ts \ |
21 | ../../../i18n/pt/libbatteryapplet.ts \ | 23 | ../../../i18n/pt/libbatteryapplet.ts \ |
22 | ../../../i18n/pt_BR/libbatteryapplet.ts \ | 24 | ../../../i18n/pt_BR/libbatteryapplet.ts \ |
23 | ../../../i18n/sl/libbatteryapplet.ts \ | 25 | ../../../i18n/sl/libbatteryapplet.ts \ |
24 | ../../../i18n/zh_CN/libbatteryapplet.ts \ | 26 | ../../../i18n/zh_CN/libbatteryapplet.ts \ |
25 | ../../../i18n/zh_TW/libbatteryapplet.ts | 27 | ../../../i18n/zh_TW/libbatteryapplet.ts |
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro index b2a2a4a..b98c0f2 100644 --- a/core/applets/cardmon/cardmon.pro +++ b/core/applets/cardmon/cardmon.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libcardmonapplet.ts \ | ||
14 | ../../../i18n/xx/libcardmonapplet.ts \ | ||
13 | ../../../i18n/en/libcardmonapplet.ts \ | 15 | ../../../i18n/en/libcardmonapplet.ts \ |
14 | ../../../i18n/es/libcardmonapplet.ts \ | 16 | ../../../i18n/es/libcardmonapplet.ts \ |
15 | ../../../i18n/fr/libcardmonapplet.ts \ | 17 | ../../../i18n/fr/libcardmonapplet.ts \ |
16 | ../../../i18n/hu/libcardmonapplet.ts \ | 18 | ../../../i18n/hu/libcardmonapplet.ts \ |
17 | ../../../i18n/ja/libcardmonapplet.ts \ | 19 | ../../../i18n/ja/libcardmonapplet.ts \ |
18 | ../../../i18n/ko/libcardmonapplet.ts \ | 20 | ../../../i18n/ko/libcardmonapplet.ts \ |
19 | ../../../i18n/no/libcardmonapplet.ts \ | 21 | ../../../i18n/no/libcardmonapplet.ts \ |
20 | ../../../i18n/pl/libcardmonapplet.ts \ | 22 | ../../../i18n/pl/libcardmonapplet.ts \ |
21 | ../../../i18n/pt/libcardmonapplet.ts \ | 23 | ../../../i18n/pt/libcardmonapplet.ts \ |
22 | ../../../i18n/pt_BR/libcardmonapplet.ts \ | 24 | ../../../i18n/pt_BR/libcardmonapplet.ts \ |
23 | ../../../i18n/sl/libcardmonapplet.ts \ | 25 | ../../../i18n/sl/libcardmonapplet.ts \ |
24 | ../../../i18n/zh_CN/libcardmonapplet.ts \ | 26 | ../../../i18n/zh_CN/libcardmonapplet.ts \ |
25 | ../../../i18n/zh_TW/libcardmonapplet.ts | 27 | ../../../i18n/zh_TW/libcardmonapplet.ts |
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro index 23b5525..85b2fe7 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libclipboardapplet.ts \ | ||
14 | ../../../i18n/xx/libclipboardapplet.ts \ | ||
13 | ../../../i18n/en/libclipboardapplet.ts \ | 15 | ../../../i18n/en/libclipboardapplet.ts \ |
14 | ../../../i18n/es/libclipboardapplet.ts \ | 16 | ../../../i18n/es/libclipboardapplet.ts \ |
15 | ../../../i18n/fr/libclipboardapplet.ts \ | 17 | ../../../i18n/fr/libclipboardapplet.ts \ |
16 | ../../../i18n/hu/libclipboardapplet.ts \ | 18 | ../../../i18n/hu/libclipboardapplet.ts \ |
17 | ../../../i18n/ja/libclipboardapplet.ts \ | 19 | ../../../i18n/ja/libclipboardapplet.ts \ |
18 | ../../../i18n/ko/libclipboardapplet.ts \ | 20 | ../../../i18n/ko/libclipboardapplet.ts \ |
19 | ../../../i18n/no/libclipboardapplet.ts \ | 21 | ../../../i18n/no/libclipboardapplet.ts \ |
20 | ../../../i18n/pl/libclipboardapplet.ts \ | 22 | ../../../i18n/pl/libclipboardapplet.ts \ |
21 | ../../../i18n/pt/libclipboardapplet.ts \ | 23 | ../../../i18n/pt/libclipboardapplet.ts \ |
22 | ../../../i18n/pt_BR/libclipboardapplet.ts \ | 24 | ../../../i18n/pt_BR/libclipboardapplet.ts \ |
23 | ../../../i18n/sl/libclipboardapplet.ts \ | 25 | ../../../i18n/sl/libclipboardapplet.ts \ |
24 | ../../../i18n/zh_CN/libclipboardapplet.ts \ | 26 | ../../../i18n/zh_CN/libclipboardapplet.ts \ |
25 | ../../../i18n/zh_TW/libclipboardapplet.ts | 27 | ../../../i18n/zh_TW/libclipboardapplet.ts |
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index ca26ec8..ff4867d 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libclockapplet.ts \ | ||
14 | ../../../i18n/xx/libclockapplet.ts \ | ||
13 | ../../../i18n/en/libclockapplet.ts \ | 15 | ../../../i18n/en/libclockapplet.ts \ |
14 | ../../../i18n/es/libclockapplet.ts \ | 16 | ../../../i18n/es/libclockapplet.ts \ |
15 | ../../../i18n/fr/libclockapplet.ts \ | 17 | ../../../i18n/fr/libclockapplet.ts \ |
16 | ../../../i18n/hu/libclockapplet.ts \ | 18 | ../../../i18n/hu/libclockapplet.ts \ |
17 | ../../../i18n/ja/libclockapplet.ts \ | 19 | ../../../i18n/ja/libclockapplet.ts \ |
18 | ../../../i18n/ko/libclockapplet.ts \ | 20 | ../../../i18n/ko/libclockapplet.ts \ |
19 | ../../../i18n/no/libclockapplet.ts \ | 21 | ../../../i18n/no/libclockapplet.ts \ |
20 | ../../../i18n/pl/libclockapplet.ts \ | 22 | ../../../i18n/pl/libclockapplet.ts \ |
21 | ../../../i18n/pt/libclockapplet.ts \ | 23 | ../../../i18n/pt/libclockapplet.ts \ |
22 | ../../../i18n/pt_BR/libclockapplet.ts \ | 24 | ../../../i18n/pt_BR/libclockapplet.ts \ |
23 | ../../../i18n/sl/libclockapplet.ts \ | 25 | ../../../i18n/sl/libclockapplet.ts \ |
24 | ../../../i18n/zh_CN/libclockapplet.ts \ | 26 | ../../../i18n/zh_CN/libclockapplet.ts \ |
25 | ../../../i18n/zh_TW/libclockapplet.ts | 27 | ../../../i18n/zh_TW/libclockapplet.ts |
diff --git a/core/applets/homeapplet/homeapplet.pro b/core/applets/homeapplet/homeapplet.pro index 2c591f9..420c744 100644 --- a/core/applets/homeapplet/homeapplet.pro +++ b/core/applets/homeapplet/homeapplet.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libhomeapplet.ts \ | ||
14 | ../../../i18n/xx/libhomeapplet.ts \ | ||
13 | ../../../i18n/en/libhomeapplet.ts \ | 15 | ../../../i18n/en/libhomeapplet.ts \ |
14 | ../../../i18n/es/libhomeapplet.ts \ | 16 | ../../../i18n/es/libhomeapplet.ts \ |
15 | ../../../i18n/fr/libhomeapplet.ts \ | 17 | ../../../i18n/fr/libhomeapplet.ts \ |
16 | ../../../i18n/hu/libhomeapplet.ts \ | 18 | ../../../i18n/hu/libhomeapplet.ts \ |
17 | ../../../i18n/ja/libhomeapplet.ts \ | 19 | ../../../i18n/ja/libhomeapplet.ts \ |
18 | ../../../i18n/ko/libhomeapplet.ts \ | 20 | ../../../i18n/ko/libhomeapplet.ts \ |
19 | ../../../i18n/no/libhomeapplet.ts \ | 21 | ../../../i18n/no/libhomeapplet.ts \ |
20 | ../../../i18n/pl/libhomeapplet.ts \ | 22 | ../../../i18n/pl/libhomeapplet.ts \ |
21 | ../../../i18n/pt/libhomeapplet.ts \ | 23 | ../../../i18n/pt/libhomeapplet.ts \ |
22 | ../../../i18n/pt_BR/libhomeapplet.ts \ | 24 | ../../../i18n/pt_BR/libhomeapplet.ts \ |
23 | ../../../i18n/sl/libhomeapplet.ts \ | 25 | ../../../i18n/sl/libhomeapplet.ts \ |
24 | ../../../i18n/zh_CN/libhomeapplet.ts \ | 26 | ../../../i18n/zh_CN/libhomeapplet.ts \ |
25 | ../../../i18n/zh_TW/libhomeapplet.ts | 27 | ../../../i18n/zh_TW/libhomeapplet.ts |
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index af4231b..38a5d9b 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libirdaapplet.ts \ | ||
14 | ../../../i18n/xx/libirdaapplet.ts \ | ||
13 | ../../../i18n/en/libirdaapplet.ts \ | 15 | ../../../i18n/en/libirdaapplet.ts \ |
14 | ../../../i18n/es/libirdaapplet.ts \ | 16 | ../../../i18n/es/libirdaapplet.ts \ |
15 | ../../../i18n/fr/libirdaapplet.ts \ | 17 | ../../../i18n/fr/libirdaapplet.ts \ |
16 | ../../../i18n/hu/libirdaapplet.ts \ | 18 | ../../../i18n/hu/libirdaapplet.ts \ |
17 | ../../../i18n/ja/libirdaapplet.ts \ | 19 | ../../../i18n/ja/libirdaapplet.ts \ |
18 | ../../../i18n/ko/libirdaapplet.ts \ | 20 | ../../../i18n/ko/libirdaapplet.ts \ |
19 | ../../../i18n/no/libirdaapplet.ts \ | 21 | ../../../i18n/no/libirdaapplet.ts \ |
20 | ../../../i18n/pl/libirdaapplet.ts \ | 22 | ../../../i18n/pl/libirdaapplet.ts \ |
21 | ../../../i18n/pt/libirdaapplet.ts \ | 23 | ../../../i18n/pt/libirdaapplet.ts \ |
22 | ../../../i18n/pt_BR/libirdaapplet.ts \ | 24 | ../../../i18n/pt_BR/libirdaapplet.ts \ |
23 | ../../../i18n/sl/libirdaapplet.ts \ | 25 | ../../../i18n/sl/libirdaapplet.ts \ |
24 | ../../../i18n/zh_CN/libirdaapplet.ts \ | 26 | ../../../i18n/zh_CN/libirdaapplet.ts \ |
25 | ../../../i18n/zh_TW/libirdaapplet.ts | 27 | ../../../i18n/zh_TW/libirdaapplet.ts |
diff --git a/core/applets/logoutapplet/logoutapplet.pro b/core/applets/logoutapplet/logoutapplet.pro index 9adfea5..6a5f606 100644 --- a/core/applets/logoutapplet/logoutapplet.pro +++ b/core/applets/logoutapplet/logoutapplet.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/liblogoutapplet.ts \ | ||
14 | ../../../i18n/xx/liblogoutapplet.ts \ | ||
13 | ../../../i18n/en/liblogoutapplet.ts \ | 15 | ../../../i18n/en/liblogoutapplet.ts \ |
14 | ../../../i18n/es/liblogoutapplet.ts \ | 16 | ../../../i18n/es/liblogoutapplet.ts \ |
15 | ../../../i18n/fr/liblogoutapplet.ts \ | 17 | ../../../i18n/fr/liblogoutapplet.ts \ |
16 | ../../../i18n/hu/liblogoutapplet.ts \ | 18 | ../../../i18n/hu/liblogoutapplet.ts \ |
17 | ../../../i18n/ja/liblogoutapplet.ts \ | 19 | ../../../i18n/ja/liblogoutapplet.ts \ |
18 | ../../../i18n/ko/liblogoutapplet.ts \ | 20 | ../../../i18n/ko/liblogoutapplet.ts \ |
19 | ../../../i18n/no/liblogoutapplet.ts \ | 21 | ../../../i18n/no/liblogoutapplet.ts \ |
20 | ../../../i18n/pl/liblogoutapplet.ts \ | 22 | ../../../i18n/pl/liblogoutapplet.ts \ |
21 | ../../../i18n/pt/liblogoutapplet.ts \ | 23 | ../../../i18n/pt/liblogoutapplet.ts \ |
22 | ../../../i18n/pt_BR/liblogoutapplet.ts \ | 24 | ../../../i18n/pt_BR/liblogoutapplet.ts \ |
23 | ../../../i18n/sl/liblogoutapplet.ts \ | 25 | ../../../i18n/sl/liblogoutapplet.ts \ |
24 | ../../../i18n/zh_CN/liblogoutapplet.ts \ | 26 | ../../../i18n/zh_CN/liblogoutapplet.ts \ |
25 | ../../../i18n/zh_TW/liblogoutapplet.ts | 27 | ../../../i18n/zh_TW/liblogoutapplet.ts |
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro index 3c08682..c08e52f 100644 --- a/core/applets/obex/obex.pro +++ b/core/applets/obex/obex.pro | |||
@@ -1,26 +1,28 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= obex.h obeximpl.h | 3 | HEADERS= obex.h obeximpl.h |
4 | SOURCES= obex.cc obeximpl.cc | 4 | SOURCES= obex.cc obeximpl.cc |
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 | INTERFACES = obexinc.ui obexdlg.ui | 9 | INTERFACES = obexinc.ui obexdlg.ui |
10 | LIBS += -lqpe -lopie | 10 | LIBS += -lqpe -lopie |
11 | VERSION = 0.0.1 | 11 | VERSION = 0.0.1 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ |
14 | ../../../i18n/da/libopieobex.ts \ | ||
15 | ../../../i18n/xx/libopieobex.ts \ | ||
14 | ../../../i18n/en/libopieobex.ts \ | 16 | ../../../i18n/en/libopieobex.ts \ |
15 | ../../../i18n/es/libopieobex.ts \ | 17 | ../../../i18n/es/libopieobex.ts \ |
16 | ../../../i18n/fr/libopieobex.ts \ | 18 | ../../../i18n/fr/libopieobex.ts \ |
17 | ../../../i18n/hu/libopieobex.ts \ | 19 | ../../../i18n/hu/libopieobex.ts \ |
18 | ../../../i18n/ja/libopieobex.ts \ | 20 | ../../../i18n/ja/libopieobex.ts \ |
19 | ../../../i18n/ko/libopieobex.ts \ | 21 | ../../../i18n/ko/libopieobex.ts \ |
20 | ../../../i18n/no/libopieobex.ts \ | 22 | ../../../i18n/no/libopieobex.ts \ |
21 | ../../../i18n/pl/libopieobex.ts \ | 23 | ../../../i18n/pl/libopieobex.ts \ |
22 | ../../../i18n/pt/libopieobex.ts \ | 24 | ../../../i18n/pt/libopieobex.ts \ |
23 | ../../../i18n/pt_BR/libopieobex.ts \ | 25 | ../../../i18n/pt_BR/libopieobex.ts \ |
24 | ../../../i18n/sl/libopieobex.ts \ | 26 | ../../../i18n/sl/libopieobex.ts \ |
25 | ../../../i18n/zh_CN/libopieobex.ts \ | 27 | ../../../i18n/zh_CN/libopieobex.ts \ |
26 | ../../../i18n/zh_TW/libopieobex.ts | 28 | ../../../i18n/zh_TW/libopieobex.ts |
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro index 4064836..ffde3cc 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro | |||
@@ -1,27 +1,29 @@ | |||
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/da/libscreenshotapplet.ts \ | ||
16 | ../../../i18n/xx/libscreenshotapplet.ts \ | ||
15 | ../../../i18n/en/libscreenshotapplet.ts \ | 17 | ../../../i18n/en/libscreenshotapplet.ts \ |
16 | ../../../i18n/es/libscreenshotapplet.ts \ | 18 | ../../../i18n/es/libscreenshotapplet.ts \ |
17 | ../../../i18n/fr/libscreenshotapplet.ts \ | 19 | ../../../i18n/fr/libscreenshotapplet.ts \ |
18 | ../../../i18n/hu/libscreenshotapplet.ts \ | 20 | ../../../i18n/hu/libscreenshotapplet.ts \ |
19 | ../../../i18n/ja/libscreenshotapplet.ts \ | 21 | ../../../i18n/ja/libscreenshotapplet.ts \ |
20 | ../../../i18n/ko/libscreenshotapplet.ts \ | 22 | ../../../i18n/ko/libscreenshotapplet.ts \ |
21 | ../../../i18n/no/libscreenshotapplet.ts \ | 23 | ../../../i18n/no/libscreenshotapplet.ts \ |
22 | ../../../i18n/pl/libscreenshotapplet.ts \ | 24 | ../../../i18n/pl/libscreenshotapplet.ts \ |
23 | ../../../i18n/pt/libscreenshotapplet.ts \ | 25 | ../../../i18n/pt/libscreenshotapplet.ts \ |
24 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ | 26 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ |
25 | ../../../i18n/sl/libscreenshotapplet.ts \ | 27 | ../../../i18n/sl/libscreenshotapplet.ts \ |
26 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ | 28 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ |
27 | ../../../i18n/zh_TW/libscreenshotapplet.ts | 29 | ../../../i18n/zh_TW/libscreenshotapplet.ts |
diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro index 44ff273..c29c44f 100644 --- a/core/applets/suspendapplet/suspendapplet.pro +++ b/core/applets/suspendapplet/suspendapplet.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libsuspendapplet.ts \ | ||
14 | ../../../i18n/xx/libsuspendapplet.ts \ | ||
13 | ../../../i18n/en/libsuspendapplet.ts \ | 15 | ../../../i18n/en/libsuspendapplet.ts \ |
14 | ../../../i18n/es/libsuspendapplet.ts \ | 16 | ../../../i18n/es/libsuspendapplet.ts \ |
15 | ../../../i18n/fr/libsuspendapplet.ts \ | 17 | ../../../i18n/fr/libsuspendapplet.ts \ |
16 | ../../../i18n/hu/libsuspendapplet.ts \ | 18 | ../../../i18n/hu/libsuspendapplet.ts \ |
17 | ../../../i18n/ja/libsuspendapplet.ts \ | 19 | ../../../i18n/ja/libsuspendapplet.ts \ |
18 | ../../../i18n/ko/libsuspendapplet.ts \ | 20 | ../../../i18n/ko/libsuspendapplet.ts \ |
19 | ../../../i18n/no/libsuspendapplet.ts \ | 21 | ../../../i18n/no/libsuspendapplet.ts \ |
20 | ../../../i18n/pl/libsuspendapplet.ts \ | 22 | ../../../i18n/pl/libsuspendapplet.ts \ |
21 | ../../../i18n/pt/libsuspendapplet.ts \ | 23 | ../../../i18n/pt/libsuspendapplet.ts \ |
22 | ../../../i18n/pt_BR/libsuspendapplet.ts \ | 24 | ../../../i18n/pt_BR/libsuspendapplet.ts \ |
23 | ../../../i18n/sl/libsuspendapplet.ts \ | 25 | ../../../i18n/sl/libsuspendapplet.ts \ |
24 | ../../../i18n/zh_CN/libsuspendapplet.ts \ | 26 | ../../../i18n/zh_CN/libsuspendapplet.ts \ |
25 | ../../../i18n/zh_TW/libsuspendapplet.ts | 27 | ../../../i18n/zh_TW/libsuspendapplet.ts |
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index 6599b52..05f2167 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libvmemoapplet.ts \ | ||
14 | ../../../i18n/xx/libvmemoapplet.ts \ | ||
13 | ../../../i18n/en/libvmemoapplet.ts \ | 15 | ../../../i18n/en/libvmemoapplet.ts \ |
14 | ../../../i18n/es/libvmemoapplet.ts \ | 16 | ../../../i18n/es/libvmemoapplet.ts \ |
15 | ../../../i18n/fr/libvmemoapplet.ts \ | 17 | ../../../i18n/fr/libvmemoapplet.ts \ |
16 | ../../../i18n/hu/libvmemoapplet.ts \ | 18 | ../../../i18n/hu/libvmemoapplet.ts \ |
17 | ../../../i18n/ja/libvmemoapplet.ts \ | 19 | ../../../i18n/ja/libvmemoapplet.ts \ |
18 | ../../../i18n/ko/libvmemoapplet.ts \ | 20 | ../../../i18n/ko/libvmemoapplet.ts \ |
19 | ../../../i18n/no/libvmemoapplet.ts \ | 21 | ../../../i18n/no/libvmemoapplet.ts \ |
20 | ../../../i18n/pl/libvmemoapplet.ts \ | 22 | ../../../i18n/pl/libvmemoapplet.ts \ |
21 | ../../../i18n/pt/libvmemoapplet.ts \ | 23 | ../../../i18n/pt/libvmemoapplet.ts \ |
22 | ../../../i18n/pt_BR/libvmemoapplet.ts \ | 24 | ../../../i18n/pt_BR/libvmemoapplet.ts \ |
23 | ../../../i18n/sl/libvmemoapplet.ts \ | 25 | ../../../i18n/sl/libvmemoapplet.ts \ |
24 | ../../../i18n/zh_CN/libvmemoapplet.ts \ | 26 | ../../../i18n/zh_CN/libvmemoapplet.ts \ |
25 | ../../../i18n/zh_TW/libvmemoapplet.ts | 27 | ../../../i18n/zh_TW/libvmemoapplet.ts |
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index 8cfb0d3..73a1715 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libvolumeapplet.ts \ | ||
14 | ../../../i18n/xx/libvolumeapplet.ts \ | ||
13 | ../../../i18n/en/libvolumeapplet.ts \ | 15 | ../../../i18n/en/libvolumeapplet.ts \ |
14 | ../../../i18n/es/libvolumeapplet.ts \ | 16 | ../../../i18n/es/libvolumeapplet.ts \ |
15 | ../../../i18n/fr/libvolumeapplet.ts \ | 17 | ../../../i18n/fr/libvolumeapplet.ts \ |
16 | ../../../i18n/hu/libvolumeapplet.ts \ | 18 | ../../../i18n/hu/libvolumeapplet.ts \ |
17 | ../../../i18n/ja/libvolumeapplet.ts \ | 19 | ../../../i18n/ja/libvolumeapplet.ts \ |
18 | ../../../i18n/ko/libvolumeapplet.ts \ | 20 | ../../../i18n/ko/libvolumeapplet.ts \ |
19 | ../../../i18n/no/libvolumeapplet.ts \ | 21 | ../../../i18n/no/libvolumeapplet.ts \ |
20 | ../../../i18n/pl/libvolumeapplet.ts \ | 22 | ../../../i18n/pl/libvolumeapplet.ts \ |
21 | ../../../i18n/pt/libvolumeapplet.ts \ | 23 | ../../../i18n/pt/libvolumeapplet.ts \ |
22 | ../../../i18n/pt_BR/libvolumeapplet.ts \ | 24 | ../../../i18n/pt_BR/libvolumeapplet.ts \ |
23 | ../../../i18n/sl/libvolumeapplet.ts \ | 25 | ../../../i18n/sl/libvolumeapplet.ts \ |
24 | ../../../i18n/zh_CN/libvolumeapplet.ts \ | 26 | ../../../i18n/zh_CN/libvolumeapplet.ts \ |
25 | ../../../i18n/zh_TW/libvolumeapplet.ts | 27 | ../../../i18n/zh_TW/libvolumeapplet.ts |
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro index 761d3de..7e37cb4 100644 --- a/core/apps/calibrate/calibrate.pro +++ b/core/apps/calibrate/calibrate.pro | |||
@@ -1,17 +1,19 @@ | |||
1 | # This is part of the taskbar | 1 | # This is part of the taskbar |
2 | 2 | ||
3 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ | 3 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ |
4 | ../../../i18n/da/calibrate.pro.in.ts \ | ||
5 | ../../../i18n/xx/calibrate.pro.in.ts \ | ||
4 | ../../../i18n/en/calibrate.pro.in.ts \ | 6 | ../../../i18n/en/calibrate.pro.in.ts \ |
5 | ../../../i18n/es/calibrate.pro.in.ts \ | 7 | ../../../i18n/es/calibrate.pro.in.ts \ |
6 | ../../../i18n/fr/calibrate.pro.in.ts \ | 8 | ../../../i18n/fr/calibrate.pro.in.ts \ |
7 | ../../../i18n/hu/calibrate.pro.in.ts \ | 9 | ../../../i18n/hu/calibrate.pro.in.ts \ |
8 | ../../../i18n/ja/calibrate.pro.in.ts \ | 10 | ../../../i18n/ja/calibrate.pro.in.ts \ |
9 | ../../../i18n/ko/calibrate.pro.in.ts \ | 11 | ../../../i18n/ko/calibrate.pro.in.ts \ |
10 | ../../../i18n/no/calibrate.pro.in.ts \ | 12 | ../../../i18n/no/calibrate.pro.in.ts \ |
11 | ../../../i18n/pl/calibrate.pro.in.ts \ | 13 | ../../../i18n/pl/calibrate.pro.in.ts \ |
12 | ../../../i18n/pt/calibrate.pro.in.ts \ | 14 | ../../../i18n/pt/calibrate.pro.in.ts \ |
13 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ | 15 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ |
14 | ../../../i18n/sl/calibrate.pro.in.ts \ | 16 | ../../../i18n/sl/calibrate.pro.in.ts \ |
15 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ | 17 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ |
16 | ../../../i18n/it/calibrate.pro.in.ts \ | 18 | ../../../i18n/it/calibrate.pro.in.ts \ |
17 | ../../../i18n/zh_TW/calibrate.pro.in.ts | 19 | ../../../i18n/zh_TW/calibrate.pro.in.ts |
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 236e52e..8b6da78 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -16,39 +16,40 @@ HEADERS = TEWidget.h \ | |||
16 | commandeditwidget.h \ | 16 | commandeditwidget.h \ |
17 | playlistselection.h \ | 17 | playlistselection.h \ |
18 | MyPty.h | 18 | MyPty.h |
19 | SOURCES = TEScreen.cpp \ | 19 | SOURCES = TEScreen.cpp \ |
20 | TEWidget.cpp \ | 20 | TEWidget.cpp \ |
21 | TEHistory.cpp \ | 21 | TEHistory.cpp \ |
22 | TEmulation.cpp \ | 22 | TEmulation.cpp \ |
23 | TEmuVt102.cpp \ | 23 | TEmuVt102.cpp \ |
24 | session.cpp \ | 24 | session.cpp \ |
25 | keytrans.cpp \ | 25 | keytrans.cpp \ |
26 | konsole.cpp \ | 26 | konsole.cpp \ |
27 | commandeditdialog.cpp \ | 27 | commandeditdialog.cpp \ |
28 | commandeditwidget.cpp \ | 28 | commandeditwidget.cpp \ |
29 | playlistselection.cpp \ | 29 | playlistselection.cpp \ |
30 | MyPty.cpp \ | 30 | MyPty.cpp \ |
31 | main.cpp | 31 | main.cpp |
32 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 32 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
33 | TARGET = embeddedkonsole | 33 | TARGET = embeddedkonsole |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe -lopie | 36 | LIBS += -lqpe -lopie |
37 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE | 37 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE |
38 | 38 | ||
39 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ | 39 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ |
40 | ../../../i18n/xx/embeddedkonsole.ts \ | ||
40 | ../../../i18n/en/embeddedkonsole.ts \ | 41 | ../../../i18n/en/embeddedkonsole.ts \ |
41 | ../../../i18n/es/embeddedkonsole.ts \ | 42 | ../../../i18n/es/embeddedkonsole.ts \ |
42 | ../../../i18n/fr/embeddedkonsole.ts \ | 43 | ../../../i18n/fr/embeddedkonsole.ts \ |
43 | ../../../i18n/hu/embeddedkonsole.ts \ | 44 | ../../../i18n/hu/embeddedkonsole.ts \ |
44 | ../../../i18n/ja/embeddedkonsole.ts \ | 45 | ../../../i18n/ja/embeddedkonsole.ts \ |
45 | ../../../i18n/ko/embeddedkonsole.ts \ | 46 | ../../../i18n/ko/embeddedkonsole.ts \ |
46 | ../../../i18n/no/embeddedkonsole.ts \ | 47 | ../../../i18n/no/embeddedkonsole.ts \ |
47 | ../../../i18n/pl/embeddedkonsole.ts \ | 48 | ../../../i18n/pl/embeddedkonsole.ts \ |
48 | ../../../i18n/pt/embeddedkonsole.ts \ | 49 | ../../../i18n/pt/embeddedkonsole.ts \ |
49 | ../../../i18n/pt_BR/embeddedkonsole.ts \ | 50 | ../../../i18n/pt_BR/embeddedkonsole.ts \ |
50 | ../../../i18n/sl/embeddedkonsole.ts \ | 51 | ../../../i18n/sl/embeddedkonsole.ts \ |
51 | ../../../i18n/zh_CN/embeddedkonsole.ts \ | 52 | ../../../i18n/zh_CN/embeddedkonsole.ts \ |
52 | ../../../i18n/zh_TW/embeddedkonsole.ts \ | 53 | ../../../i18n/zh_TW/embeddedkonsole.ts \ |
53 | ../../../i18n/it/embeddedkonsole.ts \ | 54 | ../../../i18n/it/embeddedkonsole.ts \ |
54 | ../../../i18n/da/embeddedkonsole.ts | 55 | ../../../i18n/da/embeddedkonsole.ts |
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index aa446dc..d13638c 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.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 = 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/xx/helpbrowser.ts \ | ||
13 | ../../../i18n/en/helpbrowser.ts \ | 14 | ../../../i18n/en/helpbrowser.ts \ |
14 | ../../../i18n/es/helpbrowser.ts \ | 15 | ../../../i18n/es/helpbrowser.ts \ |
15 | ../../../i18n/fr/helpbrowser.ts \ | 16 | ../../../i18n/fr/helpbrowser.ts \ |
16 | ../../../i18n/hu/helpbrowser.ts \ | 17 | ../../../i18n/hu/helpbrowser.ts \ |
17 | ../../../i18n/ja/helpbrowser.ts \ | 18 | ../../../i18n/ja/helpbrowser.ts \ |
18 | ../../../i18n/ko/helpbrowser.ts \ | 19 | ../../../i18n/ko/helpbrowser.ts \ |
19 | ../../../i18n/no/helpbrowser.ts \ | 20 | ../../../i18n/no/helpbrowser.ts \ |
20 | ../../../i18n/pl/helpbrowser.ts \ | 21 | ../../../i18n/pl/helpbrowser.ts \ |
21 | ../../../i18n/pt/helpbrowser.ts \ | 22 | ../../../i18n/pt/helpbrowser.ts \ |
22 | ../../../i18n/pt_BR/helpbrowser.ts \ | 23 | ../../../i18n/pt_BR/helpbrowser.ts \ |
23 | ../../../i18n/sl/helpbrowser.ts \ | 24 | ../../../i18n/sl/helpbrowser.ts \ |
24 | ../../../i18n/zh_CN/helpbrowser.ts \ | 25 | ../../../i18n/zh_CN/helpbrowser.ts \ |
25 | ../../../i18n/it/helpbrowser.ts \ | 26 | ../../../i18n/it/helpbrowser.ts \ |
26 | ../../../i18n/zh_TW/helpbrowser.ts \ | 27 | ../../../i18n/zh_TW/helpbrowser.ts \ |
27 | ../../../i18n/da/helpbrowser.ts | 28 | ../../../i18n/da/helpbrowser.ts |
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index 36bc724..9e9f6dc 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = | 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/da/qcop.ts \ | ||
14 | ../../../i18n/xx/qcop.ts \ | ||
13 | ../../../i18n/en/qcop.ts \ | 15 | ../../../i18n/en/qcop.ts \ |
14 | ../../../i18n/es/qcop.ts \ | 16 | ../../../i18n/es/qcop.ts \ |
15 | ../../../i18n/fr/qcop.ts \ | 17 | ../../../i18n/fr/qcop.ts \ |
16 | ../../../i18n/hu/qcop.ts \ | 18 | ../../../i18n/hu/qcop.ts \ |
17 | ../../../i18n/ja/qcop.ts \ | 19 | ../../../i18n/ja/qcop.ts \ |
18 | ../../../i18n/ko/qcop.ts \ | 20 | ../../../i18n/ko/qcop.ts \ |
19 | ../../../i18n/no/qcop.ts \ | 21 | ../../../i18n/no/qcop.ts \ |
20 | ../../../i18n/pl/qcop.ts \ | 22 | ../../../i18n/pl/qcop.ts \ |
21 | ../../../i18n/pt/qcop.ts \ | 23 | ../../../i18n/pt/qcop.ts \ |
22 | ../../../i18n/pt_BR/qcop.ts \ | 24 | ../../../i18n/pt_BR/qcop.ts \ |
23 | ../../../i18n/sl/qcop.ts \ | 25 | ../../../i18n/sl/qcop.ts \ |
24 | ../../../i18n/zh_CN/qcop.ts \ | 26 | ../../../i18n/zh_CN/qcop.ts \ |
25 | ../../../i18n/zh_TW/qcop.ts | 27 | ../../../i18n/zh_TW/qcop.ts |
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index 500abde..c8df9f3 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -1,24 +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 = 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/da/textedit.ts \ | ||
13 | ../../../i18n/xx/textedit.ts \ | ||
12 | ../../../i18n/en/textedit.ts \ | 14 | ../../../i18n/en/textedit.ts \ |
13 | ../../../i18n/es/textedit.ts \ | 15 | ../../../i18n/es/textedit.ts \ |
14 | ../../../i18n/fr/textedit.ts \ | 16 | ../../../i18n/fr/textedit.ts \ |
15 | ../../../i18n/hu/textedit.ts \ | 17 | ../../../i18n/hu/textedit.ts \ |
16 | ../../../i18n/ja/textedit.ts \ | 18 | ../../../i18n/ja/textedit.ts \ |
17 | ../../../i18n/ko/textedit.ts \ | 19 | ../../../i18n/ko/textedit.ts \ |
18 | ../../../i18n/no/textedit.ts \ | 20 | ../../../i18n/no/textedit.ts \ |
19 | ../../../i18n/pl/textedit.ts \ | 21 | ../../../i18n/pl/textedit.ts \ |
20 | ../../../i18n/pt/textedit.ts \ | 22 | ../../../i18n/pt/textedit.ts \ |
21 | ../../../i18n/pt_BR/textedit.ts \ | 23 | ../../../i18n/pt_BR/textedit.ts \ |
22 | ../../../i18n/sl/textedit.ts \ | 24 | ../../../i18n/sl/textedit.ts \ |
23 | ../../../i18n/zh_CN/textedit.ts \ | 25 | ../../../i18n/zh_CN/textedit.ts \ |
24 | ../../../i18n/zh_TW/textedit.ts | 26 | ../../../i18n/zh_TW/textedit.ts |
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 802975b..3391378 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -83,39 +83,40 @@ SOURCES = background.cpp \ | |||
83 | ../../rsync/prototab.c \ | 83 | ../../rsync/prototab.c \ |
84 | ../../rsync/readsums.c \ | 84 | ../../rsync/readsums.c \ |
85 | ../../rsync/scoop.c \ | 85 | ../../rsync/scoop.c \ |
86 | ../../rsync/search.c \ | 86 | ../../rsync/search.c \ |
87 | ../../rsync/stats.c \ | 87 | ../../rsync/stats.c \ |
88 | ../../rsync/stream.c \ | 88 | ../../rsync/stream.c \ |
89 | ../../rsync/sumset.c \ | 89 | ../../rsync/sumset.c \ |
90 | ../../rsync/trace.c \ | 90 | ../../rsync/trace.c \ |
91 | ../../rsync/tube.c \ | 91 | ../../rsync/tube.c \ |
92 | ../../rsync/util.c \ | 92 | ../../rsync/util.c \ |
93 | ../../rsync/version.c \ | 93 | ../../rsync/version.c \ |
94 | ../../rsync/whole.c \ | 94 | ../../rsync/whole.c \ |
95 | ../../rsync/qrsync.cpp | 95 | ../../rsync/qrsync.cpp |
96 | INTERFACES= syncdialog.ui | 96 | INTERFACES= syncdialog.ui |
97 | INCLUDEPATH += ../../include | 97 | INCLUDEPATH += ../../include |
98 | DEPENDPATH+= ../../include . | 98 | DEPENDPATH+= ../../include . |
99 | INCLUDEPATH += ../../core/apps/calibrate | 99 | INCLUDEPATH += ../../core/apps/calibrate |
100 | DEPENDPATH+= ../../core/apps/calibrate | 100 | DEPENDPATH+= ../../core/apps/calibrate |
101 | INCLUDEPATH += ../../rsync | 101 | INCLUDEPATH += ../../rsync |
102 | DEPENDPATH+= ../../rsync | 102 | DEPENDPATH+= ../../rsync |
103 | TARGET = qpe | 103 | TARGET = qpe |
104 | LIBS += -lqpe -lcrypt -lopie | 104 | LIBS += -lqpe -lcrypt -lopie |
105 | 105 | ||
106 | TRANSLATIONS = ../../i18n/de/qpe.ts \ | 106 | TRANSLATIONS = ../../i18n/de/qpe.ts \ |
107 | ../../i18n/xx/qpe.ts \ | ||
107 | ../../i18n/en/qpe.ts \ | 108 | ../../i18n/en/qpe.ts \ |
108 | ../../i18n/es/qpe.ts \ | 109 | ../../i18n/es/qpe.ts \ |
109 | ../../i18n/fr/qpe.ts \ | 110 | ../../i18n/fr/qpe.ts \ |
110 | ../../i18n/hu/qpe.ts \ | 111 | ../../i18n/hu/qpe.ts \ |
111 | ../../i18n/ja/qpe.ts \ | 112 | ../../i18n/ja/qpe.ts \ |
112 | ../../i18n/ko/qpe.ts \ | 113 | ../../i18n/ko/qpe.ts \ |
113 | ../../i18n/no/qpe.ts \ | 114 | ../../i18n/no/qpe.ts \ |
114 | ../../i18n/pl/qpe.ts \ | 115 | ../../i18n/pl/qpe.ts \ |
115 | ../../i18n/pt/qpe.ts \ | 116 | ../../i18n/pt/qpe.ts \ |
116 | ../../i18n/pt_BR/qpe.ts \ | 117 | ../../i18n/pt_BR/qpe.ts \ |
117 | ../../i18n/sl/qpe.ts \ | 118 | ../../i18n/sl/qpe.ts \ |
118 | ../../i18n/zh_CN/qpe.ts \ | 119 | ../../i18n/zh_CN/qpe.ts \ |
119 | ../../i18n/it/qpe.ts \ | 120 | ../../i18n/it/qpe.ts \ |
120 | ../../i18n/zh_TW/qpe.ts \ | 121 | ../../i18n/zh_TW/qpe.ts \ |
121 | ../../i18n/da/qpe.ts | 122 | ../../i18n/da/qpe.ts |
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro index f3d452b..c10929c 100644 --- a/core/multimedia/opieplayer/libflash/libflash.pro +++ b/core/multimedia/opieplayer/libflash/libflash.pro | |||
@@ -1,29 +1,31 @@ | |||
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/da/libflashplugin.ts \ | ||
18 | ../../../../i18n/xx/libflashplugin.ts \ | ||
17 | ../../../../i18n/en/libflashplugin.ts \ | 19 | ../../../../i18n/en/libflashplugin.ts \ |
18 | ../../../../i18n/es/libflashplugin.ts \ | 20 | ../../../../i18n/es/libflashplugin.ts \ |
19 | ../../../../i18n/fr/libflashplugin.ts \ | 21 | ../../../../i18n/fr/libflashplugin.ts \ |
20 | ../../../../i18n/hu/libflashplugin.ts \ | 22 | ../../../../i18n/hu/libflashplugin.ts \ |
21 | ../../../../i18n/ja/libflashplugin.ts \ | 23 | ../../../../i18n/ja/libflashplugin.ts \ |
22 | ../../../../i18n/ko/libflashplugin.ts \ | 24 | ../../../../i18n/ko/libflashplugin.ts \ |
23 | ../../../../i18n/no/libflashplugin.ts \ | 25 | ../../../../i18n/no/libflashplugin.ts \ |
24 | ../../../../i18n/pl/libflashplugin.ts \ | 26 | ../../../../i18n/pl/libflashplugin.ts \ |
25 | ../../../../i18n/pt/libflashplugin.ts \ | 27 | ../../../../i18n/pt/libflashplugin.ts \ |
26 | ../../../../i18n/pt_BR/libflashplugin.ts \ | 28 | ../../../../i18n/pt_BR/libflashplugin.ts \ |
27 | ../../../../i18n/sl/libflashplugin.ts \ | 29 | ../../../../i18n/sl/libflashplugin.ts \ |
28 | ../../../../i18n/zh_CN/libflashplugin.ts \ | 30 | ../../../../i18n/zh_CN/libflashplugin.ts \ |
29 | ../../../../i18n/zh_TW/libflashplugin.ts | 31 | ../../../../i18n/zh_TW/libflashplugin.ts |
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index 3ba1bc1..1e7f597 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro | |||
@@ -1,33 +1,35 @@ | |||
1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ | 1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ |
2 | $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ | 2 | $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ |
3 | $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) | 3 | $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) |
4 | QMAKE_CXXFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ | 4 | 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/da/libmadplugin.ts \ | ||
22 | ../../../../i18n/xx/libmadplugin.ts \ | ||
21 | ../../../../i18n/en/libmadplugin.ts \ | 23 | ../../../../i18n/en/libmadplugin.ts \ |
22 | ../../../../i18n/es/libmadplugin.ts \ | 24 | ../../../../i18n/es/libmadplugin.ts \ |
23 | ../../../../i18n/fr/libmadplugin.ts \ | 25 | ../../../../i18n/fr/libmadplugin.ts \ |
24 | ../../../../i18n/hu/libmadplugin.ts \ | 26 | ../../../../i18n/hu/libmadplugin.ts \ |
25 | ../../../../i18n/ja/libmadplugin.ts \ | 27 | ../../../../i18n/ja/libmadplugin.ts \ |
26 | ../../../../i18n/ko/libmadplugin.ts \ | 28 | ../../../../i18n/ko/libmadplugin.ts \ |
27 | ../../../../i18n/no/libmadplugin.ts \ | 29 | ../../../../i18n/no/libmadplugin.ts \ |
28 | ../../../../i18n/pl/libmadplugin.ts \ | 30 | ../../../../i18n/pl/libmadplugin.ts \ |
29 | ../../../../i18n/pt/libmadplugin.ts \ | 31 | ../../../../i18n/pt/libmadplugin.ts \ |
30 | ../../../../i18n/pt_BR/libmadplugin.ts \ | 32 | ../../../../i18n/pt_BR/libmadplugin.ts \ |
31 | ../../../../i18n/sl/libmadplugin.ts \ | 33 | ../../../../i18n/sl/libmadplugin.ts \ |
32 | ../../../../i18n/zh_CN/libmadplugin.ts \ | 34 | ../../../../i18n/zh_CN/libmadplugin.ts \ |
33 | ../../../../i18n/zh_TW/libmadplugin.ts | 35 | ../../../../i18n/zh_TW/libmadplugin.ts |
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index 338fe29..0f8f396 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | |||
@@ -26,37 +26,39 @@ SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ | |||
26 | audio/pcm.c \ | 26 | audio/pcm.c \ |
27 | audio/synthesizers.c \ | 27 | audio/synthesizers.c \ |
28 | audio/tables.c \ | 28 | audio/tables.c \ |
29 | video/getpicture.c \ | 29 | video/getpicture.c \ |
30 | video/headers.c \ | 30 | video/headers.c \ |
31 | video/idct.c \ | 31 | video/idct.c \ |
32 | video/macroblocks.c \ | 32 | video/macroblocks.c \ |
33 | video/mmxtest.c \ | 33 | video/mmxtest.c \ |
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/da/libmpeg3plugin.ts \ | ||
51 | ../../../../i18n/xx/libmpeg3plugin.ts \ | ||
50 | ../../../../i18n/en/libmpeg3plugin.ts \ | 52 | ../../../../i18n/en/libmpeg3plugin.ts \ |
51 | ../../../../i18n/es/libmpeg3plugin.ts \ | 53 | ../../../../i18n/es/libmpeg3plugin.ts \ |
52 | ../../../../i18n/fr/libmpeg3plugin.ts \ | 54 | ../../../../i18n/fr/libmpeg3plugin.ts \ |
53 | ../../../../i18n/hu/libmpeg3plugin.ts \ | 55 | ../../../../i18n/hu/libmpeg3plugin.ts \ |
54 | ../../../../i18n/ja/libmpeg3plugin.ts \ | 56 | ../../../../i18n/ja/libmpeg3plugin.ts \ |
55 | ../../../../i18n/ko/libmpeg3plugin.ts \ | 57 | ../../../../i18n/ko/libmpeg3plugin.ts \ |
56 | ../../../../i18n/no/libmpeg3plugin.ts \ | 58 | ../../../../i18n/no/libmpeg3plugin.ts \ |
57 | ../../../../i18n/pl/libmpeg3plugin.ts \ | 59 | ../../../../i18n/pl/libmpeg3plugin.ts \ |
58 | ../../../../i18n/pt/libmpeg3plugin.ts \ | 60 | ../../../../i18n/pt/libmpeg3plugin.ts \ |
59 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ | 61 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ |
60 | ../../../../i18n/sl/libmpeg3plugin.ts \ | 62 | ../../../../i18n/sl/libmpeg3plugin.ts \ |
61 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ | 63 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ |
62 | ../../../../i18n/zh_TW/libmpeg3plugin.ts | 64 | ../../../../i18n/zh_TW/libmpeg3plugin.ts |
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index 6f22280..5c8272d 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro | |||
@@ -1,34 +1,36 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | #release | 3 | #release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h \ | 5 | 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/da/opieplayer.ts \ | ||
23 | ../../../i18n/xx/opieplayer.ts \ | ||
22 | ../../../i18n/en/opieplayer.ts \ | 24 | ../../../i18n/en/opieplayer.ts \ |
23 | ../../../i18n/es/opieplayer.ts \ | 25 | ../../../i18n/es/opieplayer.ts \ |
24 | ../../../i18n/fr/opieplayer.ts \ | 26 | ../../../i18n/fr/opieplayer.ts \ |
25 | ../../../i18n/hu/opieplayer.ts \ | 27 | ../../../i18n/hu/opieplayer.ts \ |
26 | ../../../i18n/ja/opieplayer.ts \ | 28 | ../../../i18n/ja/opieplayer.ts \ |
27 | ../../../i18n/ko/opieplayer.ts \ | 29 | ../../../i18n/ko/opieplayer.ts \ |
28 | ../../../i18n/no/opieplayer.ts \ | 30 | ../../../i18n/no/opieplayer.ts \ |
29 | ../../../i18n/pl/opieplayer.ts \ | 31 | ../../../i18n/pl/opieplayer.ts \ |
30 | ../../../i18n/pt/opieplayer.ts \ | 32 | ../../../i18n/pt/opieplayer.ts \ |
31 | ../../../i18n/pt_BR/opieplayer.ts \ | 33 | ../../../i18n/pt_BR/opieplayer.ts \ |
32 | ../../../i18n/sl/opieplayer.ts \ | 34 | ../../../i18n/sl/opieplayer.ts \ |
33 | ../../../i18n/zh_CN/opieplayer.ts \ | 35 | ../../../i18n/zh_CN/opieplayer.ts \ |
34 | ../../../i18n/zh_TW/opieplayer.ts | 36 | ../../../i18n/zh_TW/opieplayer.ts |
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro index 5b5a15b..b0f37a8 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libwavplugin.ts \ | ||
14 | ../../../../i18n/xx/libwavplugin.ts \ | ||
13 | ../../../../i18n/en/libwavplugin.ts \ | 15 | ../../../../i18n/en/libwavplugin.ts \ |
14 | ../../../../i18n/es/libwavplugin.ts \ | 16 | ../../../../i18n/es/libwavplugin.ts \ |
15 | ../../../../i18n/fr/libwavplugin.ts \ | 17 | ../../../../i18n/fr/libwavplugin.ts \ |
16 | ../../../../i18n/hu/libwavplugin.ts \ | 18 | ../../../../i18n/hu/libwavplugin.ts \ |
17 | ../../../../i18n/ja/libwavplugin.ts \ | 19 | ../../../../i18n/ja/libwavplugin.ts \ |
18 | ../../../../i18n/ko/libwavplugin.ts \ | 20 | ../../../../i18n/ko/libwavplugin.ts \ |
19 | ../../../../i18n/no/libwavplugin.ts \ | 21 | ../../../../i18n/no/libwavplugin.ts \ |
20 | ../../../../i18n/pl/libwavplugin.ts \ | 22 | ../../../../i18n/pl/libwavplugin.ts \ |
21 | ../../../../i18n/pt/libwavplugin.ts \ | 23 | ../../../../i18n/pt/libwavplugin.ts \ |
22 | ../../../../i18n/pt_BR/libwavplugin.ts \ | 24 | ../../../../i18n/pt_BR/libwavplugin.ts \ |
23 | ../../../../i18n/sl/libwavplugin.ts \ | 25 | ../../../../i18n/sl/libwavplugin.ts \ |
24 | ../../../../i18n/zh_CN/libwavplugin.ts \ | 26 | ../../../../i18n/zh_CN/libwavplugin.ts \ |
25 | ../../../../i18n/zh_TW/libwavplugin.ts | 27 | ../../../../i18n/zh_TW/libwavplugin.ts |
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro index 7d8ecb1..d0b4e8e 100644 --- a/core/opie-login/opie-login.pro +++ b/core/opie-login/opie-login.pro | |||
@@ -5,40 +5,41 @@ HEADERS = loginwindowimpl.h \ | |||
5 | loginapplication.h \ | 5 | loginapplication.h \ |
6 | ../launcher/inputmethods.h \ | 6 | ../launcher/inputmethods.h \ |
7 | ../apps/calibrate/calibrate.h | 7 | ../apps/calibrate/calibrate.h |
8 | 8 | ||
9 | SOURCES = loginwindowimpl.cpp \ | 9 | SOURCES = loginwindowimpl.cpp \ |
10 | loginapplication.cpp \ | 10 | loginapplication.cpp \ |
11 | ../launcher/inputmethods.cpp \ | 11 | ../launcher/inputmethods.cpp \ |
12 | ../apps/calibrate/calibrate.cpp \ | 12 | ../apps/calibrate/calibrate.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/xx/opie-login.ts \ | ||
29 | · ../../i18n/en/opie-login.ts \ | 30 | · ../../i18n/en/opie-login.ts \ |
30 | · ../../i18n/es/opie-login.ts \ | 31 | · ../../i18n/es/opie-login.ts \ |
31 | · ../../i18n/fr/opie-login.ts \ | 32 | · ../../i18n/fr/opie-login.ts \ |
32 | · ../../i18n/hu/opie-login.ts \ | 33 | · ../../i18n/hu/opie-login.ts \ |
33 | · ../../i18n/ja/opie-login.ts \ | 34 | · ../../i18n/ja/opie-login.ts \ |
34 | · ../../i18n/ko/opie-login.ts \ | 35 | · ../../i18n/ko/opie-login.ts \ |
35 | · ../../i18n/no/opie-login.ts \ | 36 | · ../../i18n/no/opie-login.ts \ |
36 | · ../../i18n/pl/opie-login.ts \ | 37 | · ../../i18n/pl/opie-login.ts \ |
37 | · ../../i18n/pt/opie-login.ts \ | 38 | · ../../i18n/pt/opie-login.ts \ |
38 | · ../../i18n/pt_BR/opie-login.ts \ | 39 | · ../../i18n/pt_BR/opie-login.ts \ |
39 | · ../../i18n/sl/opie-login.ts \ | 40 | · ../../i18n/sl/opie-login.ts \ |
40 | · ../../i18n/zh_CN/opie-login.ts \ | 41 | · ../../i18n/zh_CN/opie-login.ts \ |
41 | · ../../i18n/zh_TW/opie-login.ts \ | 42 | · ../../i18n/zh_TW/opie-login.ts \ |
42 | · ../../i18n/it/opie-login.ts \ | 43 | · ../../i18n/it/opie-login.ts \ |
43 | · ../../i18n/da/opie-login.ts | 44 | · ../../i18n/da/opie-login.ts |
44 | 45 | ||
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index ef49374..742eb69 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -9,38 +9,40 @@ HEADERS = addressbook.h \ | |||
9 | abtable.h \ | 9 | abtable.h \ |
10 | picker.h \ | 10 | picker.h \ |
11 | ofloatbar.h \ | 11 | ofloatbar.h \ |
12 | configdlg.h \ | 12 | configdlg.h \ |
13 | abconfig.h \ | 13 | abconfig.h \ |
14 | abview.h | 14 | abview.h |
15 | SOURCES= main.cpp \ | 15 | SOURCES= main.cpp \ |
16 | addressbook.cpp \ | 16 | addressbook.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/da/addressbook.ts \ | ||
34 | ../../../i18n/xx/addressbook.ts \ | ||
33 | ../../../i18n/en/addressbook.ts \ | 35 | ../../../i18n/en/addressbook.ts \ |
34 | ../../../i18n/es/addressbook.ts \ | 36 | ../../../i18n/es/addressbook.ts \ |
35 | ../../../i18n/fr/addressbook.ts \ | 37 | ../../../i18n/fr/addressbook.ts \ |
36 | ../../../i18n/hu/addressbook.ts \ | 38 | ../../../i18n/hu/addressbook.ts \ |
37 | ../../../i18n/ja/addressbook.ts \ | 39 | ../../../i18n/ja/addressbook.ts \ |
38 | ../../../i18n/ko/addressbook.ts \ | 40 | ../../../i18n/ko/addressbook.ts \ |
39 | ../../../i18n/no/addressbook.ts \ | 41 | ../../../i18n/no/addressbook.ts \ |
40 | ../../../i18n/pl/addressbook.ts \ | 42 | ../../../i18n/pl/addressbook.ts \ |
41 | ../../../i18n/pt/addressbook.ts \ | 43 | ../../../i18n/pt/addressbook.ts \ |
42 | ../../../i18n/pt_BR/addressbook.ts \ | 44 | ../../../i18n/pt_BR/addressbook.ts \ |
43 | ../../../i18n/sl/addressbook.ts \ | 45 | ../../../i18n/sl/addressbook.ts \ |
44 | ../../../i18n/zh_CN/addressbook.ts \ | 46 | ../../../i18n/zh_CN/addressbook.ts \ |
45 | ../../../i18n/it/addressbook.ts \ | 47 | ../../../i18n/it/addressbook.ts \ |
46 | ../../../i18n/zh_TW/addressbook.ts | 48 | ../../../i18n/zh_TW/addressbook.ts |
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index d5dafc8..f61e19a 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -19,39 +19,40 @@ SOURCES = main.cpp \ | |||
19 | dateentryimpl.cpp \ | 19 | dateentryimpl.cpp \ |
20 | datebookdayheaderimpl.cpp \ | 20 | datebookdayheaderimpl.cpp \ |
21 | datebooksettings.cpp \ | 21 | datebooksettings.cpp \ |
22 | datebookweek.cpp \ | 22 | datebookweek.cpp \ |
23 | datebookweeklst.cpp \ | 23 | datebookweeklst.cpp \ |
24 | datebookweekheaderimpl.cpp \ | 24 | datebookweekheaderimpl.cpp \ |
25 | repeatentry.cpp \ | 25 | repeatentry.cpp \ |
26 | timepicker.cpp \ | 26 | timepicker.cpp \ |
27 | noteentryimpl.cpp \ | 27 | noteentryimpl.cpp \ |
28 | onoteedit.cpp | 28 | onoteedit.cpp |
29 | INTERFACES= dateentry.ui \ | 29 | INTERFACES= dateentry.ui \ |
30 | datebookdayheader.ui \ | 30 | datebookdayheader.ui \ |
31 | datebookweekheader.ui \ | 31 | datebookweekheader.ui \ |
32 | datebookweeklstheader.ui \ | 32 | datebookweeklstheader.ui \ |
33 | datebookweeklstdayhdr.ui \ | 33 | datebookweeklstdayhdr.ui \ |
34 | repeatentrybase.ui \ | 34 | repeatentrybase.ui \ |
35 | datebooksettingsbase.ui \ | 35 | datebooksettingsbase.ui \ |
36 | noteentry.ui | 36 | noteentry.ui |
37 | INCLUDEPATH += $(OPIEDIR)/include | 37 | INCLUDEPATH += $(OPIEDIR)/include |
38 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
39 | LIBS += -lqpe -lopie | 39 | LIBS += -lqpe -lopie |
40 | TARGET = datebook | 40 | TARGET = datebook |
41 | 41 | ||
42 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ | 42 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ |
43 | ../../../i18n/xx/datebook.ts \ | ||
43 | ../../../i18n/en/datebook.ts \ | 44 | ../../../i18n/en/datebook.ts \ |
44 | ../../../i18n/es/datebook.ts \ | 45 | ../../../i18n/es/datebook.ts \ |
45 | ../../../i18n/fr/datebook.ts \ | 46 | ../../../i18n/fr/datebook.ts \ |
46 | ../../../i18n/hu/datebook.ts \ | 47 | ../../../i18n/hu/datebook.ts \ |
47 | ../../../i18n/ja/datebook.ts \ | 48 | ../../../i18n/ja/datebook.ts \ |
48 | ../../../i18n/ko/datebook.ts \ | 49 | ../../../i18n/ko/datebook.ts \ |
49 | ../../../i18n/no/datebook.ts \ | 50 | ../../../i18n/no/datebook.ts \ |
50 | ../../../i18n/pl/datebook.ts \ | 51 | ../../../i18n/pl/datebook.ts \ |
51 | ../../../i18n/pt/datebook.ts \ | 52 | ../../../i18n/pt/datebook.ts \ |
52 | ../../../i18n/pt_BR/datebook.ts \ | 53 | ../../../i18n/pt_BR/datebook.ts \ |
53 | ../../../i18n/sl/datebook.ts \ | 54 | ../../../i18n/sl/datebook.ts \ |
54 | ../../../i18n/zh_CN/datebook.ts \ | 55 | ../../../i18n/zh_CN/datebook.ts \ |
55 | ../../../i18n/it/datebook.ts \ | 56 | ../../../i18n/it/datebook.ts \ |
56 | ../../../i18n/zh_TW/datebook.ts \ | 57 | ../../../i18n/zh_TW/datebook.ts \ |
57 | ../../../i18n/da/datebook.ts | 58 | ../../../i18n/da/datebook.ts |
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index e989f79..1fa8c94 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.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 = 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/xx/today.ts \ | ||
14 | ../../../i18n/en/today.ts \ | 15 | ../../../i18n/en/today.ts \ |
15 | ../../../i18n/es/today.ts \ | 16 | ../../../i18n/es/today.ts \ |
16 | ../../../i18n/fr/today.ts \ | 17 | ../../../i18n/fr/today.ts \ |
17 | ../../../i18n/hu/today.ts \ | 18 | ../../../i18n/hu/today.ts \ |
18 | ../../../i18n/ja/today.ts \ | 19 | ../../../i18n/ja/today.ts \ |
19 | ../../../i18n/ko/today.ts \ | 20 | ../../../i18n/ko/today.ts \ |
20 | ../../../i18n/no/today.ts \ | 21 | ../../../i18n/no/today.ts \ |
21 | ../../../i18n/pl/today.ts \ | 22 | ../../../i18n/pl/today.ts \ |
22 | ../../../i18n/pt/today.ts \ | 23 | ../../../i18n/pt/today.ts \ |
23 | ../../../i18n/pt_BR/today.ts \ | 24 | ../../../i18n/pt_BR/today.ts \ |
24 | ../../../i18n/sl/today.ts \ | 25 | ../../../i18n/sl/today.ts \ |
25 | ../../../i18n/zh_CN/today.ts \ | 26 | ../../../i18n/zh_CN/today.ts \ |
26 | ../../../i18n/zh_TW/today.ts \ | 27 | ../../../i18n/zh_TW/today.ts \ |
27 | ../../../i18n/it/today.ts \ | 28 | ../../../i18n/it/today.ts \ |
28 | ../../../i18n/da/today.ts | 29 | ../../../i18n/da/today.ts |
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 40a5f28..2911743 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -27,37 +27,39 @@ SOURCES = smalltodo.cpp \ | |||
27 | main.cpp \ | 27 | main.cpp \ |
28 | tableview.cpp \ | 28 | tableview.cpp \ |
29 | tableitems.cpp \ | 29 | tableitems.cpp \ |
30 | todoview.cpp \ | 30 | todoview.cpp \ |
31 | todotemplatemanager.cpp \ | 31 | todotemplatemanager.cpp \ |
32 | todoeditor.cpp \ | 32 | todoeditor.cpp \ |
33 | todoshow.cpp \ | 33 | todoshow.cpp \ |
34 | textviewshow.cpp \ | 34 | textviewshow.cpp \ |
35 | templateeditor.cpp \ | 35 | templateeditor.cpp \ |
36 | templatedialog.cpp \ | 36 | templatedialog.cpp \ |
37 | templatedialogimpl.cpp \ | 37 | templatedialogimpl.cpp \ |
38 | quickeditimpl.cpp \ | 38 | quickeditimpl.cpp \ |
39 | quickedit.cpp \ | 39 | quickedit.cpp \ |
40 | otaskeditor.cpp \ | 40 | otaskeditor.cpp \ |
41 | taskeditoroverviewimpl.cpp \ | 41 | taskeditoroverviewimpl.cpp \ |
42 | taskeditoradvancedimpl.cpp | 42 | taskeditoradvancedimpl.cpp |
43 | 43 | ||
44 | INTERFACES= taskeditoradvanced.ui taskeditoralarms.ui taskeditoroverview.ui | 44 | INTERFACES= taskeditoradvanced.ui taskeditoralarms.ui taskeditoroverview.ui |
45 | TARGET = todolist | 45 | TARGET = todolist |
46 | INCLUDEPATH += $(OPIEDIR)/include | 46 | INCLUDEPATH += $(OPIEDIR)/include |
47 | DEPENDPATH+= $(OPIEDIR)/include | 47 | DEPENDPATH+= $(OPIEDIR)/include |
48 | LIBS += -lqpe -lopie | 48 | LIBS += -lqpe -lopie |
49 | 49 | ||
50 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ | 50 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ |
51 | ../../../i18n/da/todolist.ts \ | ||
52 | ../../../i18n/xx/todolist.ts \ | ||
51 | ../../../i18n/en/todolist.ts \ | 53 | ../../../i18n/en/todolist.ts \ |
52 | ../../../i18n/es/todolist.ts \ | 54 | ../../../i18n/es/todolist.ts \ |
53 | ../../../i18n/fr/todolist.ts \ | 55 | ../../../i18n/fr/todolist.ts \ |
54 | ../../../i18n/hu/todolist.ts \ | 56 | ../../../i18n/hu/todolist.ts \ |
55 | ../../../i18n/ja/todolist.ts \ | 57 | ../../../i18n/ja/todolist.ts \ |
56 | ../../../i18n/ko/todolist.ts \ | 58 | ../../../i18n/ko/todolist.ts \ |
57 | ../../../i18n/no/todolist.ts \ | 59 | ../../../i18n/no/todolist.ts \ |
58 | ../../../i18n/pl/todolist.ts \ | 60 | ../../../i18n/pl/todolist.ts \ |
59 | ../../../i18n/pt/todolist.ts \ | 61 | ../../../i18n/pt/todolist.ts \ |
60 | ../../../i18n/pt_BR/todolist.ts \ | 62 | ../../../i18n/pt_BR/todolist.ts \ |
61 | ../../../i18n/sl/todolist.ts \ | 63 | ../../../i18n/sl/todolist.ts \ |
62 | ../../../i18n/zh_CN/todolist.ts \ | 64 | ../../../i18n/zh_CN/todolist.ts \ |
63 | ../../../i18n/zh_TW/todolist.ts | 65 | ../../../i18n/zh_TW/todolist.ts |
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 1456fab..03aef86 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -1,27 +1,28 @@ | |||
1 | #CONFIG += qt warn_on release | 1 | #CONFIG += qt warn_on release |
2 | CONFIG += qt warn_on debug | 2 | CONFIG += qt warn_on debug |
3 | TEMPLATE = app | 3 | TEMPLATE = app |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | #INTERFACES = citytimebase.ui | 5 | #INTERFACES = citytimebase.ui |
6 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h | 6 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h |
7 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 7 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
8 | TARGET = citytime | 8 | TARGET = citytime |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ |
14 | ../../../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 |
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index 455d246..a7ce88a 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -1,27 +1,28 @@ | |||
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/xx/light-and-power.ts \ | ||
13 | ../../../i18n/en/light-and-power.ts \ | 14 | ../../../i18n/en/light-and-power.ts \ |
14 | ../../../i18n/es/light-and-power.ts \ | 15 | ../../../i18n/es/light-and-power.ts \ |
15 | ../../../i18n/fr/light-and-power.ts \ | 16 | ../../../i18n/fr/light-and-power.ts \ |
16 | ../../../i18n/hu/light-and-power.ts \ | 17 | ../../../i18n/hu/light-and-power.ts \ |
17 | ../../../i18n/ja/light-and-power.ts \ | 18 | ../../../i18n/ja/light-and-power.ts \ |
18 | ../../../i18n/ko/light-and-power.ts \ | 19 | ../../../i18n/ko/light-and-power.ts \ |
19 | ../../../i18n/no/light-and-power.ts \ | 20 | ../../../i18n/no/light-and-power.ts \ |
20 | ../../../i18n/pl/light-and-power.ts \ | 21 | ../../../i18n/pl/light-and-power.ts \ |
21 | ../../../i18n/pt/light-and-power.ts \ | 22 | ../../../i18n/pt/light-and-power.ts \ |
22 | ../../../i18n/pt_BR/light-and-power.ts \ | 23 | ../../../i18n/pt_BR/light-and-power.ts \ |
23 | ../../../i18n/sl/light-and-power.ts \ | 24 | ../../../i18n/sl/light-and-power.ts \ |
24 | ../../../i18n/zh_CN/light-and-power.ts \ | 25 | ../../../i18n/zh_CN/light-and-power.ts \ |
25 | ../../../i18n/zh_TW/light-and-power.ts \ | 26 | ../../../i18n/zh_TW/light-and-power.ts \ |
26 | ../../../i18n/it/light-and-power.ts \ | 27 | ../../../i18n/it/light-and-power.ts \ |
27 | ../../../i18n/da/light-and-power.ts | 28 | ../../../i18n/da/light-and-power.ts |
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index 2bd015d..d7cfba4 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -1,26 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = 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/xx/security.ts \ | ||
13 | ../../../i18n/en/security.ts \ | 14 | ../../../i18n/en/security.ts \ |
14 | ../../../i18n/es/security.ts \ | 15 | ../../../i18n/es/security.ts \ |
15 | ../../../i18n/fr/security.ts \ | 16 | ../../../i18n/fr/security.ts \ |
16 | ../../../i18n/hu/security.ts \ | 17 | ../../../i18n/hu/security.ts \ |
17 | ../../../i18n/ja/security.ts \ | 18 | ../../../i18n/ja/security.ts \ |
18 | ../../../i18n/ko/security.ts \ | 19 | ../../../i18n/ko/security.ts \ |
19 | ../../../i18n/no/security.ts \ | 20 | ../../../i18n/no/security.ts \ |
20 | ../../../i18n/pl/security.ts \ | 21 | ../../../i18n/pl/security.ts \ |
21 | ../../../i18n/pt/security.ts \ | 22 | ../../../i18n/pt/security.ts \ |
22 | ../../../i18n/pt_BR/security.ts \ | 23 | ../../../i18n/pt_BR/security.ts \ |
23 | ../../../i18n/sl/security.ts \ | 24 | ../../../i18n/sl/security.ts \ |
24 | ../../../i18n/zh_CN/security.ts \ | 25 | ../../../i18n/zh_CN/security.ts \ |
25 | ../../../i18n/zh_TW/security.ts \ | 26 | ../../../i18n/zh_TW/security.ts \ |
26 | ../../../i18n/da/security.ts | 27 | ../../../i18n/da/security.ts |
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index b4694c9..ab9f57a 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -1,26 +1,28 @@ | |||
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/da/keyview.ts \ | ||
15 | ../i18n/xx/keyview.ts \ | ||
14 | ../i18n/en/keyview.ts \ | 16 | ../i18n/en/keyview.ts \ |
15 | ../i18n/es/keyview.ts \ | 17 | ../i18n/es/keyview.ts \ |
16 | ../i18n/fr/keyview.ts \ | 18 | ../i18n/fr/keyview.ts \ |
17 | ../i18n/hu/keyview.ts \ | 19 | ../i18n/hu/keyview.ts \ |
18 | ../i18n/ja/keyview.ts \ | 20 | ../i18n/ja/keyview.ts \ |
19 | ../i18n/ko/keyview.ts \ | 21 | ../i18n/ko/keyview.ts \ |
20 | ../i18n/no/keyview.ts \ | 22 | ../i18n/no/keyview.ts \ |
21 | ../i18n/pl/keyview.ts \ | 23 | ../i18n/pl/keyview.ts \ |
22 | ../i18n/pt/keyview.ts \ | 24 | ../i18n/pt/keyview.ts \ |
23 | ../i18n/pt_BR/keyview.ts \ | 25 | ../i18n/pt_BR/keyview.ts \ |
24 | ../i18n/sl/keyview.ts \ | 26 | ../i18n/sl/keyview.ts \ |
25 | ../i18n/zh_CN/keyview.ts \ | 27 | ../i18n/zh_CN/keyview.ts \ |
26 | ../i18n/zh_TW/keyview.ts | 28 | ../i18n/zh_TW/keyview.ts |
diff --git a/example/example.pro b/example/example.pro index 5d2b39a..7bcd7ac 100644 --- a/example/example.pro +++ b/example/example.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/example.ts \ | ||
14 | ../i18n/xx/example.ts \ | ||
13 | ../i18n/en/example.ts \ | 15 | ../i18n/en/example.ts \ |
14 | ../i18n/es/example.ts \ | 16 | ../i18n/es/example.ts \ |
15 | ../i18n/fr/example.ts \ | 17 | ../i18n/fr/example.ts \ |
16 | ../i18n/hu/example.ts \ | 18 | ../i18n/hu/example.ts \ |
17 | ../i18n/ja/example.ts \ | 19 | ../i18n/ja/example.ts \ |
18 | ../i18n/ko/example.ts \ | 20 | ../i18n/ko/example.ts \ |
19 | ../i18n/no/example.ts \ | 21 | ../i18n/no/example.ts \ |
20 | ../i18n/pl/example.ts \ | 22 | ../i18n/pl/example.ts \ |
21 | ../i18n/pt/example.ts \ | 23 | ../i18n/pt/example.ts \ |
22 | ../i18n/pt_BR/example.ts \ | 24 | ../i18n/pt_BR/example.ts \ |
23 | ../i18n/sl/example.ts \ | 25 | ../i18n/sl/example.ts \ |
24 | ../i18n/zh_CN/example.ts \ | 26 | ../i18n/zh_CN/example.ts \ |
25 | ../i18n/zh_TW/example.ts | 27 | ../i18n/zh_TW/example.ts |
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 8ebf7b8..dc02e55 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -1,28 +1,30 @@ | |||
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/da/libqdvorak.ts \ | ||
17 | ../../i18n/xx/libqdvorak.ts \ | ||
16 | ../../i18n/en/libqdvorak.ts \ | 18 | ../../i18n/en/libqdvorak.ts \ |
17 | ../../i18n/es/libqdvorak.ts \ | 19 | ../../i18n/es/libqdvorak.ts \ |
18 | ../../i18n/fr/libqdvorak.ts \ | 20 | ../../i18n/fr/libqdvorak.ts \ |
19 | ../../i18n/hu/libqdvorak.ts \ | 21 | ../../i18n/hu/libqdvorak.ts \ |
20 | ../../i18n/ja/libqdvorak.ts \ | 22 | ../../i18n/ja/libqdvorak.ts \ |
21 | ../../i18n/ko/libqdvorak.ts \ | 23 | ../../i18n/ko/libqdvorak.ts \ |
22 | ../../i18n/no/libqdvorak.ts \ | 24 | ../../i18n/no/libqdvorak.ts \ |
23 | ../../i18n/pl/libqdvorak.ts \ | 25 | ../../i18n/pl/libqdvorak.ts \ |
24 | ../../i18n/pt/libqdvorak.ts \ | 26 | ../../i18n/pt/libqdvorak.ts \ |
25 | ../../i18n/pt_BR/libqdvorak.ts \ | 27 | ../../i18n/pt_BR/libqdvorak.ts \ |
26 | ../../i18n/sl/libqdvorak.ts \ | 28 | ../../i18n/sl/libqdvorak.ts \ |
27 | ../../i18n/zh_CN/libqdvorak.ts \ | 29 | ../../i18n/zh_CN/libqdvorak.ts \ |
28 | ../../i18n/zh_TW/libqdvorak.ts | 30 | ../../i18n/zh_TW/libqdvorak.ts |
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index b4a742d..dd661fe 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -10,37 +10,39 @@ HEADERS = qimpenchar.h \ | |||
10 | qimpenstroke.h \ | 10 | qimpenstroke.h \ |
11 | qimpenwidget.h \ | 11 | qimpenwidget.h \ |
12 | qimpenwordpick.h \ | 12 | qimpenwordpick.h \ |
13 | handwritingimpl.h | 13 | handwritingimpl.h |
14 | SOURCES= qimpenchar.cpp \ | 14 | SOURCES= qimpenchar.cpp \ |
15 | qimpenprofile.cpp \ | 15 | qimpenprofile.cpp \ |
16 | qimpencombining.cpp \ | 16 | qimpencombining.cpp \ |
17 | qimpenhelp.cpp \ | 17 | qimpenhelp.cpp \ |
18 | qimpeninput.cpp \ | 18 | qimpeninput.cpp \ |
19 | qimpenmatch.cpp \ | 19 | qimpenmatch.cpp \ |
20 | qimpensetup.cpp \ | 20 | qimpensetup.cpp \ |
21 | qimpenstroke.cpp \ | 21 | qimpenstroke.cpp \ |
22 | qimpenwidget.cpp \ | 22 | qimpenwidget.cpp \ |
23 | qimpenwordpick.cpp \ | 23 | qimpenwordpick.cpp \ |
24 | handwritingimpl.cpp | 24 | handwritingimpl.cpp |
25 | INTERFACES = qimpenprefbase.ui | 25 | INTERFACES = qimpenprefbase.ui |
26 | TARGET = qhandwriting | 26 | TARGET = qhandwriting |
27 | DESTDIR = ../../plugins/inputmethods | 27 | DESTDIR = ../../plugins/inputmethods |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ | 33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ |
34 | ../../i18n/da/libqhandwriting.ts \ | ||
35 | ../../i18n/xx/libqhandwriting.ts \ | ||
34 | ../../i18n/en/libqhandwriting.ts \ | 36 | ../../i18n/en/libqhandwriting.ts \ |
35 | ../../i18n/es/libqhandwriting.ts \ | 37 | ../../i18n/es/libqhandwriting.ts \ |
36 | ../../i18n/fr/libqhandwriting.ts \ | 38 | ../../i18n/fr/libqhandwriting.ts \ |
37 | ../../i18n/hu/libqhandwriting.ts \ | 39 | ../../i18n/hu/libqhandwriting.ts \ |
38 | ../../i18n/ja/libqhandwriting.ts \ | 40 | ../../i18n/ja/libqhandwriting.ts \ |
39 | ../../i18n/ko/libqhandwriting.ts \ | 41 | ../../i18n/ko/libqhandwriting.ts \ |
40 | ../../i18n/no/libqhandwriting.ts \ | 42 | ../../i18n/no/libqhandwriting.ts \ |
41 | ../../i18n/pl/libqhandwriting.ts \ | 43 | ../../i18n/pl/libqhandwriting.ts \ |
42 | ../../i18n/pt/libqhandwriting.ts \ | 44 | ../../i18n/pt/libqhandwriting.ts \ |
43 | ../../i18n/pt_BR/libqhandwriting.ts \ | 45 | ../../i18n/pt_BR/libqhandwriting.ts \ |
44 | ../../i18n/sl/libqhandwriting.ts \ | 46 | ../../i18n/sl/libqhandwriting.ts \ |
45 | ../../i18n/zh_CN/libqhandwriting.ts \ | 47 | ../../i18n/zh_CN/libqhandwriting.ts \ |
46 | ../../i18n/zh_TW/libqhandwriting.ts | 48 | ../../i18n/zh_TW/libqhandwriting.ts |
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index d8d123c..b706856 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro | |||
@@ -1,27 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = keyboard.h \ | 3 | HEADERS = keyboard.h \ |
4 | keyboardimpl.h | 4 | keyboardimpl.h |
5 | SOURCES = keyboard.cpp \ | 5 | SOURCES = keyboard.cpp \ |
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qjumpx | 7 | TARGET = qjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ |
15 | ../../i18n/da/libqjumpx.ts \ | ||
16 | ../../i18n/xx/libqjumpx.ts \ | ||
15 | ../../i18n/en/libqjumpx.ts \ | 17 | ../../i18n/en/libqjumpx.ts \ |
16 | ../../i18n/es/libqjumpx.ts \ | 18 | ../../i18n/es/libqjumpx.ts \ |
17 | ../../i18n/fr/libqjumpx.ts \ | 19 | ../../i18n/fr/libqjumpx.ts \ |
18 | ../../i18n/hu/libqjumpx.ts \ | 20 | ../../i18n/hu/libqjumpx.ts \ |
19 | ../../i18n/ja/libqjumpx.ts \ | 21 | ../../i18n/ja/libqjumpx.ts \ |
20 | ../../i18n/ko/libqjumpx.ts \ | 22 | ../../i18n/ko/libqjumpx.ts \ |
21 | ../../i18n/no/libqjumpx.ts \ | 23 | ../../i18n/no/libqjumpx.ts \ |
22 | ../../i18n/pl/libqjumpx.ts \ | 24 | ../../i18n/pl/libqjumpx.ts \ |
23 | ../../i18n/pt/libqjumpx.ts \ | 25 | ../../i18n/pt/libqjumpx.ts \ |
24 | ../../i18n/pt_BR/libqjumpx.ts \ | 26 | ../../i18n/pt_BR/libqjumpx.ts \ |
25 | ../../i18n/sl/libqjumpx.ts \ | 27 | ../../i18n/sl/libqjumpx.ts \ |
26 | ../../i18n/zh_CN/libqjumpx.ts \ | 28 | ../../i18n/zh_CN/libqjumpx.ts \ |
27 | ../../i18n/zh_TW/libqjumpx.ts | 29 | ../../i18n/zh_TW/libqjumpx.ts |
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index c6c331e..8890c12 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -1,28 +1,30 @@ | |||
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/da/libqkeyboard.ts \ | ||
17 | ../../i18n/xx/libqkeyboard.ts \ | ||
16 | ../../i18n/en/libqkeyboard.ts \ | 18 | ../../i18n/en/libqkeyboard.ts \ |
17 | ../../i18n/es/libqkeyboard.ts \ | 19 | ../../i18n/es/libqkeyboard.ts \ |
18 | ../../i18n/fr/libqkeyboard.ts \ | 20 | ../../i18n/fr/libqkeyboard.ts \ |
19 | ../../i18n/hu/libqkeyboard.ts \ | 21 | ../../i18n/hu/libqkeyboard.ts \ |
20 | ../../i18n/ja/libqkeyboard.ts \ | 22 | ../../i18n/ja/libqkeyboard.ts \ |
21 | ../../i18n/ko/libqkeyboard.ts \ | 23 | ../../i18n/ko/libqkeyboard.ts \ |
22 | ../../i18n/no/libqkeyboard.ts \ | 24 | ../../i18n/no/libqkeyboard.ts \ |
23 | ../../i18n/pl/libqkeyboard.ts \ | 25 | ../../i18n/pl/libqkeyboard.ts \ |
24 | ../../i18n/pt/libqkeyboard.ts \ | 26 | ../../i18n/pt/libqkeyboard.ts \ |
25 | ../../i18n/pt_BR/libqkeyboard.ts \ | 27 | ../../i18n/pt_BR/libqkeyboard.ts \ |
26 | ../../i18n/sl/libqkeyboard.ts \ | 28 | ../../i18n/sl/libqkeyboard.ts \ |
27 | ../../i18n/zh_CN/libqkeyboard.ts \ | 29 | ../../i18n/zh_CN/libqkeyboard.ts \ |
28 | ../../i18n/zh_TW/libqkeyboard.ts | 30 | ../../i18n/zh_TW/libqkeyboard.ts |
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index 23faa9c..55bbf78 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -1,27 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = keyboard.h \ | 3 | HEADERS = keyboard.h \ |
4 | keyboardimpl.h | 4 | keyboardimpl.h |
5 | SOURCES = keyboard.cpp \ | 5 | SOURCES = keyboard.cpp \ |
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qkjumpx | 7 | TARGET = qkjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ |
15 | ../../i18n/da/libqkjumpx.ts \ | ||
16 | ../../i18n/xx/libqkjumpx.ts \ | ||
15 | ../../i18n/en/libqkjumpx.ts \ | 17 | ../../i18n/en/libqkjumpx.ts \ |
16 | ../../i18n/es/libqkjumpx.ts \ | 18 | ../../i18n/es/libqkjumpx.ts \ |
17 | ../../i18n/fr/libqkjumpx.ts \ | 19 | ../../i18n/fr/libqkjumpx.ts \ |
18 | ../../i18n/hu/libqkjumpx.ts \ | 20 | ../../i18n/hu/libqkjumpx.ts \ |
19 | ../../i18n/ja/libqkjumpx.ts \ | 21 | ../../i18n/ja/libqkjumpx.ts \ |
20 | ../../i18n/ko/libqkjumpx.ts \ | 22 | ../../i18n/ko/libqkjumpx.ts \ |
21 | ../../i18n/no/libqkjumpx.ts \ | 23 | ../../i18n/no/libqkjumpx.ts \ |
22 | ../../i18n/pl/libqkjumpx.ts \ | 24 | ../../i18n/pl/libqkjumpx.ts \ |
23 | ../../i18n/pt/libqkjumpx.ts \ | 25 | ../../i18n/pt/libqkjumpx.ts \ |
24 | ../../i18n/pt_BR/libqkjumpx.ts \ | 26 | ../../i18n/pt_BR/libqkjumpx.ts \ |
25 | ../../i18n/sl/libqkjumpx.ts \ | 27 | ../../i18n/sl/libqkjumpx.ts \ |
26 | ../../i18n/zh_CN/libqkjumpx.ts \ | 28 | ../../i18n/zh_CN/libqkjumpx.ts \ |
27 | ../../i18n/zh_TW/libqkjumpx.ts | 29 | ../../i18n/zh_TW/libqkjumpx.ts |
diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro index 3d2acef..aac3a8c 100644 --- a/inputmethods/multikey/multikey.pro +++ b/inputmethods/multikey/multikey.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= 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 | TRANSLATIONS += ../../i18n/de/libqmultikey.ts | 18 | += ../../i18n/de/libqmultikey.ts |
19 | TRANSLATIONS += ../../i18n/en/libqmultikey.ts | 19 | += ../../i18n/xx/libqmultikey.ts |
20 | TRANSLATIONS += ../../i18n/hu/libqmultikey.ts | 20 | += ../../i18n/en/libqmultikey.ts |
21 | TRANSLATIONS += ../../i18n/sl/libqmultikey.ts | 21 | += ../../i18n/hu/libqmultikey.ts |
22 | TRANSLATIONS += ../../i18n/ja/libqmultikey.ts | 22 | += ../../i18n/sl/libqmultikey.ts |
23 | TRANSLATIONS += ../../i18n/ko/libqmultikey.ts | 23 | += ../../i18n/ja/libqmultikey.ts |
24 | TRANSLATIONS += ../../i18n/pl/libqmultikey.ts | 24 | += ../../i18n/ko/libqmultikey.ts |
25 | TRANSLATIONS += ../../i18n/no/libqmultikey.ts | 25 | += ../../i18n/pl/libqmultikey.ts |
26 | TRANSLATIONS += ../../i18n/zh_CN/libqmultikey.ts | 26 | += ../../i18n/no/libqmultikey.ts |
27 | TRANSLATIONS += ../../i18n/zh_TW/libqmultikey.ts | 27 | += ../../i18n/zh_CN/libqmultikey.ts |
28 | TRANSLATIONS += ../../i18n/fr/libqmultikey.ts | 28 | += ../../i18n/zh_TW/libqmultikey.ts |
29 | TRANSLATIONS += ../../i18n/da/libqmultikey.ts | 29 | += ../../i18n/fr/libqmultikey.ts |
30 | += ../../i18n/da/libqmultikey.ts | ||
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 3ede6b5..f7da15b 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libqpickboard.ts \ | ||
14 | ../../i18n/xx/libqpickboard.ts \ | ||
13 | ../../i18n/en/libqpickboard.ts \ | 15 | ../../i18n/en/libqpickboard.ts \ |
14 | ../../i18n/es/libqpickboard.ts \ | 16 | ../../i18n/es/libqpickboard.ts \ |
15 | ../../i18n/fr/libqpickboard.ts \ | 17 | ../../i18n/fr/libqpickboard.ts \ |
16 | ../../i18n/hu/libqpickboard.ts \ | 18 | ../../i18n/hu/libqpickboard.ts \ |
17 | ../../i18n/ja/libqpickboard.ts \ | 19 | ../../i18n/ja/libqpickboard.ts \ |
18 | ../../i18n/ko/libqpickboard.ts \ | 20 | ../../i18n/ko/libqpickboard.ts \ |
19 | ../../i18n/no/libqpickboard.ts \ | 21 | ../../i18n/no/libqpickboard.ts \ |
20 | ../../i18n/pl/libqpickboard.ts \ | 22 | ../../i18n/pl/libqpickboard.ts \ |
21 | ../../i18n/pt/libqpickboard.ts \ | 23 | ../../i18n/pt/libqpickboard.ts \ |
22 | ../../i18n/pt_BR/libqpickboard.ts \ | 24 | ../../i18n/pt_BR/libqpickboard.ts \ |
23 | ../../i18n/sl/libqpickboard.ts \ | 25 | ../../i18n/sl/libqpickboard.ts \ |
24 | ../../i18n/zh_CN/libqpickboard.ts \ | 26 | ../../i18n/zh_CN/libqpickboard.ts \ |
25 | ../../i18n/zh_TW/libqpickboard.ts | 27 | ../../i18n/zh_TW/libqpickboard.ts |
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 5427af4..849da32 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libqunikeyboard.ts \ | ||
14 | ../../i18n/xx/libqunikeyboard.ts \ | ||
13 | ../../i18n/en/libqunikeyboard.ts \ | 15 | ../../i18n/en/libqunikeyboard.ts \ |
14 | ../../i18n/es/libqunikeyboard.ts \ | 16 | ../../i18n/es/libqunikeyboard.ts \ |
15 | ../../i18n/fr/libqunikeyboard.ts \ | 17 | ../../i18n/fr/libqunikeyboard.ts \ |
16 | ../../i18n/hu/libqunikeyboard.ts \ | 18 | ../../i18n/hu/libqunikeyboard.ts \ |
17 | ../../i18n/ja/libqunikeyboard.ts \ | 19 | ../../i18n/ja/libqunikeyboard.ts \ |
18 | ../../i18n/ko/libqunikeyboard.ts \ | 20 | ../../i18n/ko/libqunikeyboard.ts \ |
19 | ../../i18n/no/libqunikeyboard.ts \ | 21 | ../../i18n/no/libqunikeyboard.ts \ |
20 | ../../i18n/pl/libqunikeyboard.ts \ | 22 | ../../i18n/pl/libqunikeyboard.ts \ |
21 | ../../i18n/pt/libqunikeyboard.ts \ | 23 | ../../i18n/pt/libqunikeyboard.ts \ |
22 | ../../i18n/pt_BR/libqunikeyboard.ts \ | 24 | ../../i18n/pt_BR/libqunikeyboard.ts \ |
23 | ../../i18n/sl/libqunikeyboard.ts \ | 25 | ../../i18n/sl/libqunikeyboard.ts \ |
24 | ../../i18n/zh_CN/libqunikeyboard.ts \ | 26 | ../../i18n/zh_CN/libqunikeyboard.ts \ |
25 | ../../i18n/zh_TW/libqunikeyboard.ts | 27 | ../../i18n/zh_TW/libqunikeyboard.ts |
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index ba7855e..a7ce3a7 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -64,38 +64,39 @@ SOURCES = ofontmenu.cc \ | |||
64 | pim/orecur.cpp \ | 64 | pim/orecur.cpp \ |
65 | pim/opimstate.cpp \ | 65 | pim/opimstate.cpp \ |
66 | pim/opimxrefpartner.cpp \ | 66 | pim/opimxrefpartner.cpp \ |
67 | pim/opimxref.cpp \ | 67 | pim/opimxref.cpp \ |
68 | pim/opimxrefmanager.cpp \ | 68 | pim/opimxrefmanager.cpp \ |
69 | pim/opimmaintainer.cpp \ | 69 | pim/opimmaintainer.cpp \ |
70 | pim/opimnotify.cpp \ | 70 | pim/opimnotify.cpp \ |
71 | pim/opimnotifymanager.cpp \ | 71 | pim/opimnotifymanager.cpp \ |
72 | pim/opimmainwindow.cpp \ | 72 | pim/opimmainwindow.cpp \ |
73 | pim/opimresolver.cpp \ | 73 | pim/opimresolver.cpp \ |
74 | orecurrancewidget.cpp \ | 74 | orecurrancewidget.cpp \ |
75 | oticker.cpp | 75 | oticker.cpp |
76 | # pim/otodoaccesssql.cpp \ | 76 | # pim/otodoaccesssql.cpp \ |
77 | 77 | ||
78 | TARGET = opie | 78 | TARGET = opie |
79 | INCLUDEPATH += $(OPIEDIR)/include | 79 | INCLUDEPATH += $(OPIEDIR)/include |
80 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 80 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
81 | #VERSION = 1.0.0 | 81 | #VERSION = 1.0.0 |
82 | 82 | ||
83 | # LIBS += -lopiesql | 83 | # LIBS += -lopiesql |
84 | 84 | ||
85 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 85 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
86 | 86 | ||
87 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 87 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
88 | ../i18n/xx/libopie.ts \ | ||
88 | ../i18n/en/libopie.ts \ | 89 | ../i18n/en/libopie.ts \ |
89 | ../i18n/es/libopie.ts \ | 90 | ../i18n/es/libopie.ts \ |
90 | ../i18n/fr/libopie.ts \ | 91 | ../i18n/fr/libopie.ts \ |
91 | ../i18n/hu/libopie.ts \ | 92 | ../i18n/hu/libopie.ts \ |
92 | ../i18n/ja/libopie.ts \ | 93 | ../i18n/ja/libopie.ts \ |
93 | ../i18n/ko/libopie.ts \ | 94 | ../i18n/ko/libopie.ts \ |
94 | ../i18n/no/libopie.ts \ | 95 | ../i18n/no/libopie.ts \ |
95 | ../i18n/pl/libopie.ts \ | 96 | ../i18n/pl/libopie.ts \ |
96 | ../i18n/pt/libopie.ts \ | 97 | ../i18n/pt/libopie.ts \ |
97 | ../i18n/pt_BR/libopie.ts \ | 98 | ../i18n/pt_BR/libopie.ts \ |
98 | ../i18n/sl/libopie.ts \ | 99 | ../i18n/sl/libopie.ts \ |
99 | ../i18n/zh_CN/libopie.ts \ | 100 | ../i18n/zh_CN/libopie.ts \ |
100 | ../i18n/zh_TW/libopie.ts \ | 101 | ../i18n/zh_TW/libopie.ts \ |
101 | ../i18n/da/libopie.ts | 102 | ../i18n/da/libopie.ts |
diff --git a/libopie/ofileselector/libopie.pro b/libopie/ofileselector/libopie.pro index c97eabb..bf8deda 100644 --- a/libopie/ofileselector/libopie.pro +++ b/libopie/ofileselector/libopie.pro | |||
@@ -61,38 +61,39 @@ SOURCES = ofontmenu.cc \ | |||
61 | otabwidget.cpp otabbar.cpp \ | 61 | otabwidget.cpp otabbar.cpp \ |
62 | ofontselector.cpp \ | 62 | ofontselector.cpp \ |
63 | pim/otodo.cpp \ | 63 | pim/otodo.cpp \ |
64 | pim/opimrecord.cpp \ | 64 | pim/opimrecord.cpp \ |
65 | pim/otodoaccess.cpp \ | 65 | pim/otodoaccess.cpp \ |
66 | pim/otodoaccessbackend.cpp \ | 66 | pim/otodoaccessbackend.cpp \ |
67 | pim/otodoaccessxml.cpp \ | 67 | pim/otodoaccessxml.cpp \ |
68 | pim/ocontact.cpp \ | 68 | pim/ocontact.cpp \ |
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 = $(QTDIR)/lib$(PROJMAK) | 77 | DESTDIR = $(QTDIR)/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/xx/libopie.ts \ | ||
85 | ../i18n/en/libopie.ts \ | 86 | ../i18n/en/libopie.ts \ |
86 | ../i18n/es/libopie.ts \ | 87 | ../i18n/es/libopie.ts \ |
87 | ../i18n/fr/libopie.ts \ | 88 | ../i18n/fr/libopie.ts \ |
88 | ../i18n/hu/libopie.ts \ | 89 | ../i18n/hu/libopie.ts \ |
89 | ../i18n/ja/libopie.ts \ | 90 | ../i18n/ja/libopie.ts \ |
90 | ../i18n/ko/libopie.ts \ | 91 | ../i18n/ko/libopie.ts \ |
91 | ../i18n/no/libopie.ts \ | 92 | ../i18n/no/libopie.ts \ |
92 | ../i18n/pl/libopie.ts \ | 93 | ../i18n/pl/libopie.ts \ |
93 | ../i18n/pt/libopie.ts \ | 94 | ../i18n/pt/libopie.ts \ |
94 | ../i18n/pt_BR/libopie.ts \ | 95 | ../i18n/pt_BR/libopie.ts \ |
95 | ../i18n/sl/libopie.ts \ | 96 | ../i18n/sl/libopie.ts \ |
96 | ../i18n/zh_CN/libopie.ts \ | 97 | ../i18n/zh_CN/libopie.ts \ |
97 | ../i18n/zh_TW/libopie.ts \ | 98 | ../i18n/zh_TW/libopie.ts \ |
98 | ../i18n/da/libopie.ts | 99 | ../i18n/da/libopie.ts |
diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index 1a7b64c..79c3d77 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro | |||
@@ -41,38 +41,39 @@ SOURCES = ofontmenu.cc \ | |||
41 | ofileselector/ofiledialog.cpp \ | 41 | ofileselector/ofiledialog.cpp \ |
42 | ofileselector/ofilelistview.cpp \ | 42 | ofileselector/ofilelistview.cpp \ |
43 | ofileselector/ofileselector.cpp \ | 43 | ofileselector/ofileselector.cpp \ |
44 | ofileselector/ofileselectoritem.cpp \ | 44 | ofileselector/ofileselectoritem.cpp \ |
45 | ofileselector/ofileview.cpp \ | 45 | ofileselector/ofileview.cpp \ |
46 | ofileselector/olister.cpp \ | 46 | ofileselector/olister.cpp \ |
47 | ofileselector/olocallister.cpp \ | 47 | ofileselector/olocallister.cpp \ |
48 | ofileselector/ofileselectormain.cpp \ | 48 | ofileselector/ofileselectormain.cpp \ |
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 = $(QTDIR)/lib$(PROJMAK) | 59 | DESTDIR = $(QTDIR)/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/xx/libopie.ts \ | ||
65 | ../i18n/en/libopie.ts \ | 66 | ../i18n/en/libopie.ts \ |
66 | ../i18n/es/libopie.ts \ | 67 | ../i18n/es/libopie.ts \ |
67 | ../i18n/fr/libopie.ts \ | 68 | ../i18n/fr/libopie.ts \ |
68 | ../i18n/hu/libopie.ts \ | 69 | ../i18n/hu/libopie.ts \ |
69 | ../i18n/ja/libopie.ts \ | 70 | ../i18n/ja/libopie.ts \ |
70 | ../i18n/ko/libopie.ts \ | 71 | ../i18n/ko/libopie.ts \ |
71 | ../i18n/no/libopie.ts \ | 72 | ../i18n/no/libopie.ts \ |
72 | ../i18n/pl/libopie.ts \ | 73 | ../i18n/pl/libopie.ts \ |
73 | ../i18n/pt/libopie.ts \ | 74 | ../i18n/pt/libopie.ts \ |
74 | ../i18n/pt_BR/libopie.ts \ | 75 | ../i18n/pt_BR/libopie.ts \ |
75 | ../i18n/sl/libopie.ts \ | 76 | ../i18n/sl/libopie.ts \ |
76 | ../i18n/zh_CN/libopie.ts \ | 77 | ../i18n/zh_CN/libopie.ts \ |
77 | ../i18n/zh_TW/libopie.ts \ | 78 | ../i18n/zh_TW/libopie.ts \ |
78 | ../i18n/da/libopie.ts | 79 | ../i18n/da/libopie.ts |
diff --git a/library/library.pro b/library/library.pro index d9538fb..8d0fbe0 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -108,39 +108,40 @@ SOURCES = calendar.cpp \ | |||
108 | categorymenu.cpp \ | 108 | categorymenu.cpp \ |
109 | categoryedit_p.cpp \ | 109 | categoryedit_p.cpp \ |
110 | categoryselect.cpp \ | 110 | categoryselect.cpp \ |
111 | categorywidget.cpp \ | 111 | categorywidget.cpp \ |
112 | ir.cpp \ | 112 | ir.cpp \ |
113 | backend/vcc_yacc.cpp \ | 113 | backend/vcc_yacc.cpp \ |
114 | backend/vobject.cpp \ | 114 | backend/vobject.cpp \ |
115 | findwidget_p.cpp \ | 115 | findwidget_p.cpp \ |
116 | finddialog.cpp \ | 116 | finddialog.cpp \ |
117 | lnkproperties.cpp \ | 117 | lnkproperties.cpp \ |
118 | qt_override.cpp | 118 | qt_override.cpp |
119 | 119 | ||
120 | # Qt 3 compatibility | 120 | # Qt 3 compatibility |
121 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 121 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
122 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 122 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
123 | INCLUDEPATH += $(OPIEDIR)/include backend | 123 | INCLUDEPATH += $(OPIEDIR)/include backend |
124 | LIBS += -ldl -lcrypt -lm | 124 | LIBS += -ldl -lcrypt -lm |
125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
126 | TARGET = qpe | 126 | TARGET = qpe |
127 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 127 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
128 | # This is set by configure$(OPIEDIR). | 128 | # This is set by configure$(OPIEDIR). |
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/xx/libqpe.ts \ | ||
132 | ../i18n/en/libqpe.ts \ | 133 | ../i18n/en/libqpe.ts \ |
133 | ../i18n/es/libqpe.ts \ | 134 | ../i18n/es/libqpe.ts \ |
134 | ../i18n/fr/libqpe.ts \ | 135 | ../i18n/fr/libqpe.ts \ |
135 | ../i18n/hu/libqpe.ts \ | 136 | ../i18n/hu/libqpe.ts \ |
136 | ../i18n/ja/libqpe.ts \ | 137 | ../i18n/ja/libqpe.ts \ |
137 | ../i18n/ko/libqpe.ts \ | 138 | ../i18n/ko/libqpe.ts \ |
138 | ../i18n/no/libqpe.ts \ | 139 | ../i18n/no/libqpe.ts \ |
139 | ../i18n/pl/libqpe.ts \ | 140 | ../i18n/pl/libqpe.ts \ |
140 | ../i18n/pt/libqpe.ts \ | 141 | ../i18n/pt/libqpe.ts \ |
141 | ../i18n/pt_BR/libqpe.ts \ | 142 | ../i18n/pt_BR/libqpe.ts \ |
142 | ../i18n/sl/libqpe.ts \ | 143 | ../i18n/sl/libqpe.ts \ |
143 | ../i18n/zh_CN/libqpe.ts \ | 144 | ../i18n/zh_CN/libqpe.ts \ |
144 | ../i18n/it/libqpe.ts \ | 145 | ../i18n/it/libqpe.ts \ |
145 | ../i18n/zh_TW/libqpe.ts \ | 146 | ../i18n/zh_TW/libqpe.ts \ |
146 | ../i18n/da/libqpe.ts | 147 | ../i18n/da/libqpe.ts |
diff --git a/noncore/applets/wirelessapplet/wirelessapplet.pro b/noncore/applets/wirelessapplet/wirelessapplet.pro index 390b271..aa673d7 100644 --- a/noncore/applets/wirelessapplet/wirelessapplet.pro +++ b/noncore/applets/wirelessapplet/wirelessapplet.pro | |||
@@ -1,26 +1,28 @@ | |||
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/da/libwirelessapplet.ts \ | ||
15 | ../../../i18n/xx/libwirelessapplet.ts \ | ||
14 | ../../../i18n/en/libwirelessapplet.ts \ | 16 | ../../../i18n/en/libwirelessapplet.ts \ |
15 | ../../../i18n/es/libwirelessapplet.ts \ | 17 | ../../../i18n/es/libwirelessapplet.ts \ |
16 | ../../../i18n/fr/libwirelessapplet.ts \ | 18 | ../../../i18n/fr/libwirelessapplet.ts \ |
17 | ../../../i18n/hu/libwirelessapplet.ts \ | 19 | ../../../i18n/hu/libwirelessapplet.ts \ |
18 | ../../../i18n/ja/libwirelessapplet.ts \ | 20 | ../../../i18n/ja/libwirelessapplet.ts \ |
19 | ../../../i18n/ko/libwirelessapplet.ts \ | 21 | ../../../i18n/ko/libwirelessapplet.ts \ |
20 | ../../../i18n/no/libwirelessapplet.ts \ | 22 | ../../../i18n/no/libwirelessapplet.ts \ |
21 | ../../../i18n/pl/libwirelessapplet.ts \ | 23 | ../../../i18n/pl/libwirelessapplet.ts \ |
22 | ../../../i18n/pt/libwirelessapplet.ts \ | 24 | ../../../i18n/pt/libwirelessapplet.ts \ |
23 | ../../../i18n/pt_BR/libwirelessapplet.ts \ | 25 | ../../../i18n/pt_BR/libwirelessapplet.ts \ |
24 | ../../../i18n/sl/libwirelessapplet.ts \ | 26 | ../../../i18n/sl/libwirelessapplet.ts \ |
25 | ../../../i18n/zh_CN/libwirelessapplet.ts \ | 27 | ../../../i18n/zh_CN/libwirelessapplet.ts \ |
26 | ../../../i18n/zh_TW/libwirelessapplet.ts | 28 | ../../../i18n/zh_TW/libwirelessapplet.ts |
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 0e037a1..960ab62 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -1,24 +1,26 @@ | |||
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/da/advancedfm.ts \ | ||
13 | ../../../i18n/xx/advancedfm.ts \ | ||
12 | ../../../i18n/en/advancedfm.ts \ | 14 | ../../../i18n/en/advancedfm.ts \ |
13 | ../../../i18n/es/advancedfm.ts \ | 15 | ../../../i18n/es/advancedfm.ts \ |
14 | ../../../i18n/fr/advancedfm.ts \ | 16 | ../../../i18n/fr/advancedfm.ts \ |
15 | ../../../i18n/hu/advancedfm.ts \ | 17 | ../../../i18n/hu/advancedfm.ts \ |
16 | ../../../i18n/ja/advancedfm.ts \ | 18 | ../../../i18n/ja/advancedfm.ts \ |
17 | ../../../i18n/ko/advancedfm.ts \ | 19 | ../../../i18n/ko/advancedfm.ts \ |
18 | ../../../i18n/no/advancedfm.ts \ | 20 | ../../../i18n/no/advancedfm.ts \ |
19 | ../../../i18n/pl/advancedfm.ts \ | 21 | ../../../i18n/pl/advancedfm.ts \ |
20 | ../../../i18n/pt/advancedfm.ts \ | 22 | ../../../i18n/pt/advancedfm.ts \ |
21 | ../../../i18n/pt_BR/advancedfm.ts \ | 23 | ../../../i18n/pt_BR/advancedfm.ts \ |
22 | ../../../i18n/sl/advancedfm.ts \ | 24 | ../../../i18n/sl/advancedfm.ts \ |
23 | ../../../i18n/zh_CN/advancedfm.ts \ | 25 | ../../../i18n/zh_CN/advancedfm.ts \ |
24 | ../../../i18n/zh_TW/advancedfm.ts | 26 | ../../../i18n/zh_TW/advancedfm.ts |
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index 05cac15..f97cb75 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro | |||
@@ -5,38 +5,40 @@ HEADERS = mainwindow.h \ | |||
5 | traninfo.h \ | 5 | traninfo.h \ |
6 | graphinfo.h \ | 6 | graphinfo.h \ |
7 | configuration.h \ | 7 | configuration.h \ |
8 | password.h \ | 8 | password.h \ |
9 | checkbook.h \ | 9 | checkbook.h \ |
10 | transaction.h \ | 10 | transaction.h \ |
11 | graph.h | 11 | graph.h |
12 | SOURCES = main.cpp \ | 12 | 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/da/checkbook.ts \ | ||
30 | ../../../i18n/xx/checkbook.ts \ | ||
29 | ../../../i18n/en/checkbook.ts \ | 31 | ../../../i18n/en/checkbook.ts \ |
30 | ../../../i18n/es/checkbook.ts \ | 32 | ../../../i18n/es/checkbook.ts \ |
31 | ../../../i18n/fr/checkbook.ts \ | 33 | ../../../i18n/fr/checkbook.ts \ |
32 | ../../../i18n/hu/checkbook.ts \ | 34 | ../../../i18n/hu/checkbook.ts \ |
33 | ../../../i18n/ja/checkbook.ts \ | 35 | ../../../i18n/ja/checkbook.ts \ |
34 | ../../../i18n/ko/checkbook.ts \ | 36 | ../../../i18n/ko/checkbook.ts \ |
35 | ../../../i18n/no/checkbook.ts \ | 37 | ../../../i18n/no/checkbook.ts \ |
36 | ../../../i18n/pl/checkbook.ts \ | 38 | ../../../i18n/pl/checkbook.ts \ |
37 | ../../../i18n/pt/checkbook.ts \ | 39 | ../../../i18n/pt/checkbook.ts \ |
38 | ../../../i18n/pt_BR/checkbook.ts \ | 40 | ../../../i18n/pt_BR/checkbook.ts \ |
39 | ../../../i18n/sl/checkbook.ts \ | 41 | ../../../i18n/sl/checkbook.ts \ |
40 | ../../../i18n/zh_CN/checkbook.ts \ | 42 | ../../../i18n/zh_CN/checkbook.ts \ |
41 | ../../../i18n/zh_TW/checkbook.ts \ | 43 | ../../../i18n/zh_TW/checkbook.ts \ |
42 | ../../../i18n/it/checkbook.ts | 44 | ../../../i18n/it/checkbook.ts |
diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index 2dc2edf..2a17a46 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro | |||
@@ -1,26 +1,28 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | #CONFIG = qt warn_on release | 3 | #CONFIG = qt warn_on release |
4 | 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/da/confedit.ts \ | ||
15 | ../../../i18n/xx/confedit.ts \ | ||
14 | ../../../i18n/en/confedit.ts \ | 16 | ../../../i18n/en/confedit.ts \ |
15 | ../../../i18n/es/confedit.ts \ | 17 | ../../../i18n/es/confedit.ts \ |
16 | ../../../i18n/fr/confedit.ts \ | 18 | ../../../i18n/fr/confedit.ts \ |
17 | ../../../i18n/hu/confedit.ts \ | 19 | ../../../i18n/hu/confedit.ts \ |
18 | ../../../i18n/ja/confedit.ts \ | 20 | ../../../i18n/ja/confedit.ts \ |
19 | ../../../i18n/ko/confedit.ts \ | 21 | ../../../i18n/ko/confedit.ts \ |
20 | ../../../i18n/no/confedit.ts \ | 22 | ../../../i18n/no/confedit.ts \ |
21 | ../../../i18n/pl/confedit.ts \ | 23 | ../../../i18n/pl/confedit.ts \ |
22 | ../../../i18n/pt/confedit.ts \ | 24 | ../../../i18n/pt/confedit.ts \ |
23 | ../../../i18n/pt_BR/confedit.ts \ | 25 | ../../../i18n/pt_BR/confedit.ts \ |
24 | ../../../i18n/sl/confedit.ts \ | 26 | ../../../i18n/sl/confedit.ts \ |
25 | ../../../i18n/zh_CN/confedit.ts \ | 27 | ../../../i18n/zh_CN/confedit.ts \ |
26 | ../../../i18n/zh_TW/confedit.ts | 28 | ../../../i18n/zh_TW/confedit.ts |
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 687bd31..4539e80 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS= dicttool.h | 4 | HEADERS= dicttool.h |
5 | SOURCES= dicttool.cpp main.cpp | 5 | SOURCES= dicttool.cpp main.cpp |
6 | INTERFACES= dicttoolbase.ui | 6 | INTERFACES= dicttoolbase.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 = dictionary | 10 | TARGET = dictionary |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/dictionary.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/dictionary.ts \ |
13 | ../../../i18n/da/dictionary.ts \ | ||
14 | ../../../i18n/xx/dictionary.ts \ | ||
13 | ../../../i18n/en/dictionary.ts \ | 15 | ../../../i18n/en/dictionary.ts \ |
14 | ../../../i18n/es/dictionary.ts \ | 16 | ../../../i18n/es/dictionary.ts \ |
15 | ../../../i18n/fr/dictionary.ts \ | 17 | ../../../i18n/fr/dictionary.ts \ |
16 | ../../../i18n/hu/dictionary.ts \ | 18 | ../../../i18n/hu/dictionary.ts \ |
17 | ../../../i18n/ja/dictionary.ts \ | 19 | ../../../i18n/ja/dictionary.ts \ |
18 | ../../../i18n/ko/dictionary.ts \ | 20 | ../../../i18n/ko/dictionary.ts \ |
19 | ../../../i18n/no/dictionary.ts \ | 21 | ../../../i18n/no/dictionary.ts \ |
20 | ../../../i18n/pl/dictionary.ts \ | 22 | ../../../i18n/pl/dictionary.ts \ |
21 | ../../../i18n/pt/dictionary.ts \ | 23 | ../../../i18n/pt/dictionary.ts \ |
22 | ../../../i18n/pt_BR/dictionary.ts \ | 24 | ../../../i18n/pt_BR/dictionary.ts \ |
23 | ../../../i18n/sl/dictionary.ts \ | 25 | ../../../i18n/sl/dictionary.ts \ |
24 | ../../../i18n/zh_CN/dictionary.ts \ | 26 | ../../../i18n/zh_CN/dictionary.ts \ |
25 | ../../../i18n/zh_TW/dictionary.ts | 27 | ../../../i18n/zh_TW/dictionary.ts |
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 3671358..7d84d87 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = 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/da/sheetqt.ts \ | ||
13 | ../../../i18n/xx/sheetqt.ts \ | ||
12 | ../../../i18n/en/sheetqt.ts \ | 14 | ../../../i18n/en/sheetqt.ts \ |
13 | ../../../i18n/es/sheetqt.ts \ | 15 | ../../../i18n/es/sheetqt.ts \ |
14 | ../../../i18n/fr/sheetqt.ts \ | 16 | ../../../i18n/fr/sheetqt.ts \ |
15 | ../../../i18n/hu/sheetqt.ts \ | 17 | ../../../i18n/hu/sheetqt.ts \ |
16 | ../../../i18n/ja/sheetqt.ts \ | 18 | ../../../i18n/ja/sheetqt.ts \ |
17 | ../../../i18n/ko/sheetqt.ts \ | 19 | ../../../i18n/ko/sheetqt.ts \ |
18 | ../../../i18n/no/sheetqt.ts \ | 20 | ../../../i18n/no/sheetqt.ts \ |
19 | ../../../i18n/pl/sheetqt.ts \ | 21 | ../../../i18n/pl/sheetqt.ts \ |
20 | ../../../i18n/pt/sheetqt.ts \ | 22 | ../../../i18n/pt/sheetqt.ts \ |
21 | ../../../i18n/pt_BR/sheetqt.ts \ | 23 | ../../../i18n/pt_BR/sheetqt.ts \ |
22 | ../../../i18n/sl/sheetqt.ts \ | 24 | ../../../i18n/sl/sheetqt.ts \ |
23 | ../../../i18n/zh_CN/sheetqt.ts \ | 25 | ../../../i18n/zh_CN/sheetqt.ts \ |
24 | ../../../i18n/zh_TW/sheetqt.ts \ | 26 | ../../../i18n/zh_TW/sheetqt.ts \ |
25 | ../../../i18n/it/sheetqt.ts | 27 | ../../../i18n/it/sheetqt.ts |
diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index eca1c5d..5381e10 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro | |||
@@ -5,39 +5,40 @@ HEADERS = oxygen.h \ | |||
5 | kmolelements.h \ | 5 | kmolelements.h \ |
6 | calcdlgui.h \ | 6 | calcdlgui.h \ |
7 | dataTable.h \ | 7 | dataTable.h \ |
8 | psewidget.h \ | 8 | psewidget.h \ |
9 | oxyframe.h \ | 9 | oxyframe.h \ |
10 | datawidgetui.h | 10 | datawidgetui.h |
11 | 11 | ||
12 | SOURCES = main.cpp \ | 12 | 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/xx/oxygen.ts \ | ||
29 | ../../../i18n/en/oxygen.ts \ | 30 | ../../../i18n/en/oxygen.ts \ |
30 | ../../../i18n/es/oxygen.ts \ | 31 | ../../../i18n/es/oxygen.ts \ |
31 | ../../../i18n/fr/oxygen.ts \ | 32 | ../../../i18n/fr/oxygen.ts \ |
32 | ../../../i18n/hu/oxygen.ts \ | 33 | ../../../i18n/hu/oxygen.ts \ |
33 | ../../../i18n/ja/oxygen.ts \ | 34 | ../../../i18n/ja/oxygen.ts \ |
34 | ../../../i18n/ko/oxygen.ts \ | 35 | ../../../i18n/ko/oxygen.ts \ |
35 | ../../../i18n/no/oxygen.ts \ | 36 | ../../../i18n/no/oxygen.ts \ |
36 | ../../../i18n/pl/oxygen.ts \ | 37 | ../../../i18n/pl/oxygen.ts \ |
37 | ../../../i18n/pt/oxygen.ts \ | 38 | ../../../i18n/pt/oxygen.ts \ |
38 | ../../../i18n/pt_BR/oxygen.ts \ | 39 | ../../../i18n/pt_BR/oxygen.ts \ |
39 | ../../../i18n/sl/oxygen.ts \ | 40 | ../../../i18n/sl/oxygen.ts \ |
40 | ../../../i18n/zh_CN/oxygen.ts \ | 41 | ../../../i18n/zh_CN/oxygen.ts \ |
41 | ../../../i18n/zh_TW/oxygen.ts \ | 42 | ../../../i18n/zh_TW/oxygen.ts \ |
42 | ../../../i18n/it/oxygen.ts \ | 43 | ../../../i18n/it/oxygen.ts \ |
43 | ../../../i18n/da/oxygen.ts | 44 | ../../../i18n/da/oxygen.ts |
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index d40e9fa..18fa7b3 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -15,37 +15,39 @@ HEADERS = tableviewer.h \ | |||
15 | db/common.h \ | 15 | db/common.h \ |
16 | db/xmlsource.h \ | 16 | db/xmlsource.h \ |
17 | db/csvsource.h | 17 | db/csvsource.h |
18 | SOURCES = main.cpp \ | 18 | SOURCES = main.cpp \ |
19 | tableviewer.cpp \ | 19 | tableviewer.cpp \ |
20 | ui/commonwidgets.cpp \ | 20 | ui/commonwidgets.cpp \ |
21 | ui/tvbrowseview.cpp \ | 21 | ui/tvbrowseview.cpp \ |
22 | ui/tvfilterview.cpp \ | 22 | ui/tvfilterview.cpp \ |
23 | ui/browsekeyentry.cpp \ | 23 | ui/browsekeyentry.cpp \ |
24 | ui/filterkeyentry.cpp \ | 24 | ui/filterkeyentry.cpp \ |
25 | ui/tvlistview.cpp \ | 25 | ui/tvlistview.cpp \ |
26 | ui/tveditview.cpp \ | 26 | ui/tveditview.cpp \ |
27 | ui/tvkeyedit.cpp \ | 27 | ui/tvkeyedit.cpp \ |
28 | db/datacache.cpp \ | 28 | db/datacache.cpp \ |
29 | db/xmlsource.cpp \ | 29 | db/xmlsource.cpp \ |
30 | db/csvsource.cpp \ | 30 | db/csvsource.cpp \ |
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | TARGET = tableviewer |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe |
37 | 37 | ||
38 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ | 38 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ |
39 | ../../../i18n/da/tableviewer.ts \ | ||
40 | ../../../i18n/xx/tableviewer.ts \ | ||
39 | ../../../i18n/en/tableviewer.ts \ | 41 | ../../../i18n/en/tableviewer.ts \ |
40 | ../../../i18n/es/tableviewer.ts \ | 42 | ../../../i18n/es/tableviewer.ts \ |
41 | ../../../i18n/fr/tableviewer.ts \ | 43 | ../../../i18n/fr/tableviewer.ts \ |
42 | ../../../i18n/hu/tableviewer.ts \ | 44 | ../../../i18n/hu/tableviewer.ts \ |
43 | ../../../i18n/ja/tableviewer.ts \ | 45 | ../../../i18n/ja/tableviewer.ts \ |
44 | ../../../i18n/ko/tableviewer.ts \ | 46 | ../../../i18n/ko/tableviewer.ts \ |
45 | ../../../i18n/no/tableviewer.ts \ | 47 | ../../../i18n/no/tableviewer.ts \ |
46 | ../../../i18n/pl/tableviewer.ts \ | 48 | ../../../i18n/pl/tableviewer.ts \ |
47 | ../../../i18n/pt/tableviewer.ts \ | 49 | ../../../i18n/pt/tableviewer.ts \ |
48 | ../../../i18n/pt_BR/tableviewer.ts \ | 50 | ../../../i18n/pt_BR/tableviewer.ts \ |
49 | ../../../i18n/sl/tableviewer.ts \ | 51 | ../../../i18n/sl/tableviewer.ts \ |
50 | ../../../i18n/zh_CN/tableviewer.ts \ | 52 | ../../../i18n/zh_CN/tableviewer.ts \ |
51 | ../../../i18n/zh_TW/tableviewer.ts | 53 | ../../../i18n/zh_TW/tableviewer.ts |
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 1017133..2c4ddbb 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -13,37 +13,39 @@ HEADERS = d3des.h \ | |||
13 | kvncconndlg.h \ | 13 | kvncconndlg.h \ |
14 | kvncbookmarkdlg.h \ | 14 | kvncbookmarkdlg.h \ |
15 | version.h \ | 15 | version.h \ |
16 | vncauth.h | 16 | vncauth.h |
17 | SOURCES = d3des.c \ | 17 | SOURCES = d3des.c \ |
18 | vncauth.c \ | 18 | vncauth.c \ |
19 | krfbbuffer.cpp \ | 19 | krfbbuffer.cpp \ |
20 | krfbcanvas.cpp \ | 20 | krfbcanvas.cpp \ |
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/da/keypebble.ts \ | ||
38 | ../../../i18n/xx/keypebble.ts \ | ||
37 | ../../../i18n/en/keypebble.ts \ | 39 | ../../../i18n/en/keypebble.ts \ |
38 | ../../../i18n/es/keypebble.ts \ | 40 | ../../../i18n/es/keypebble.ts \ |
39 | ../../../i18n/fr/keypebble.ts \ | 41 | ../../../i18n/fr/keypebble.ts \ |
40 | ../../../i18n/hu/keypebble.ts \ | 42 | ../../../i18n/hu/keypebble.ts \ |
41 | ../../../i18n/ja/keypebble.ts \ | 43 | ../../../i18n/ja/keypebble.ts \ |
42 | ../../../i18n/ko/keypebble.ts \ | 44 | ../../../i18n/ko/keypebble.ts \ |
43 | ../../../i18n/no/keypebble.ts \ | 45 | ../../../i18n/no/keypebble.ts \ |
44 | ../../../i18n/pl/keypebble.ts \ | 46 | ../../../i18n/pl/keypebble.ts \ |
45 | ../../../i18n/pt/keypebble.ts \ | 47 | ../../../i18n/pt/keypebble.ts \ |
46 | ../../../i18n/pt_BR/keypebble.ts \ | 48 | ../../../i18n/pt_BR/keypebble.ts \ |
47 | ../../../i18n/sl/keypebble.ts \ | 49 | ../../../i18n/sl/keypebble.ts \ |
48 | ../../../i18n/zh_CN/keypebble.ts \ | 50 | ../../../i18n/zh_CN/keypebble.ts \ |
49 | ../../../i18n/zh_TW/keypebble.ts | 51 | ../../../i18n/zh_TW/keypebble.ts |
diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 04f854a..8c7a960 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro | |||
@@ -1,26 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = 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/da/mobilemsg.ts \ | ||
15 | ../../../i18n/xx/mobilemsg.ts \ | ||
14 | ../../../i18n/en/mobilemsg.ts \ | 16 | ../../../i18n/en/mobilemsg.ts \ |
15 | ../../../i18n/es/mobilemsg.ts \ | 17 | ../../../i18n/es/mobilemsg.ts \ |
16 | ../../../i18n/fr/mobilemsg.ts \ | 18 | ../../../i18n/fr/mobilemsg.ts \ |
17 | ../../../i18n/hu/mobilemsg.ts \ | 19 | ../../../i18n/hu/mobilemsg.ts \ |
18 | ../../../i18n/ja/mobilemsg.ts \ | 20 | ../../../i18n/ja/mobilemsg.ts \ |
19 | ../../../i18n/ko/mobilemsg.ts \ | 21 | ../../../i18n/ko/mobilemsg.ts \ |
20 | ../../../i18n/no/mobilemsg.ts \ | 22 | ../../../i18n/no/mobilemsg.ts \ |
21 | ../../../i18n/pl/mobilemsg.ts \ | 23 | ../../../i18n/pl/mobilemsg.ts \ |
22 | ../../../i18n/pt/mobilemsg.ts \ | 24 | ../../../i18n/pt/mobilemsg.ts \ |
23 | ../../../i18n/pt_BR/mobilemsg.ts \ | 25 | ../../../i18n/pt_BR/mobilemsg.ts \ |
24 | ../../../i18n/sl/mobilemsg.ts \ | 26 | ../../../i18n/sl/mobilemsg.ts \ |
25 | ../../../i18n/zh_CN/mobilemsg.ts \ | 27 | ../../../i18n/zh_CN/mobilemsg.ts \ |
26 | ../../../i18n/zh_TW/mobilemsg.ts | 28 | ../../../i18n/zh_TW/mobilemsg.ts |
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro index 7be1fb5..42203df 100644 --- a/noncore/games/bounce/bounce.pro +++ b/noncore/games/bounce/bounce.pro | |||
@@ -1,26 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = 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/da/bounce.ts \ | ||
14 | ../../../i18n/xx/bounce.ts \ | ||
13 | ../../../i18n/en/bounce.ts \ | 15 | ../../../i18n/en/bounce.ts \ |
14 | ../../../i18n/es/bounce.ts \ | 16 | ../../../i18n/es/bounce.ts \ |
15 | ../../../i18n/fr/bounce.ts \ | 17 | ../../../i18n/fr/bounce.ts \ |
16 | ../../../i18n/hu/bounce.ts \ | 18 | ../../../i18n/hu/bounce.ts \ |
17 | ../../../i18n/ja/bounce.ts \ | 19 | ../../../i18n/ja/bounce.ts \ |
18 | ../../../i18n/ko/bounce.ts \ | 20 | ../../../i18n/ko/bounce.ts \ |
19 | ../../../i18n/no/bounce.ts \ | 21 | ../../../i18n/no/bounce.ts \ |
20 | ../../../i18n/pl/bounce.ts \ | 22 | ../../../i18n/pl/bounce.ts \ |
21 | ../../../i18n/pt/bounce.ts \ | 23 | ../../../i18n/pt/bounce.ts \ |
22 | ../../../i18n/pt_BR/bounce.ts \ | 24 | ../../../i18n/pt_BR/bounce.ts \ |
23 | ../../../i18n/sl/bounce.ts \ | 25 | ../../../i18n/sl/bounce.ts \ |
24 | ../../../i18n/zh_CN/bounce.ts \ | 26 | ../../../i18n/zh_CN/bounce.ts \ |
25 | ../../../i18n/zh_TW/bounce.ts \ | 27 | ../../../i18n/zh_TW/bounce.ts \ |
26 | ../../../i18n/it/bounce.ts | 28 | ../../../i18n/it/bounce.ts |
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 004fb28..e1d1fcf 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/buzzword.ts \ | ||
13 | ../../../i18n/xx/buzzword.ts \ | ||
12 | ../../../i18n/en/buzzword.ts \ | 14 | ../../../i18n/en/buzzword.ts \ |
13 | ../../../i18n/es/buzzword.ts \ | 15 | ../../../i18n/es/buzzword.ts \ |
14 | ../../../i18n/fr/buzzword.ts \ | 16 | ../../../i18n/fr/buzzword.ts \ |
15 | ../../../i18n/hu/buzzword.ts \ | 17 | ../../../i18n/hu/buzzword.ts \ |
16 | ../../../i18n/ja/buzzword.ts \ | 18 | ../../../i18n/ja/buzzword.ts \ |
17 | ../../../i18n/ko/buzzword.ts \ | 19 | ../../../i18n/ko/buzzword.ts \ |
18 | ../../../i18n/no/buzzword.ts \ | 20 | ../../../i18n/no/buzzword.ts \ |
19 | ../../../i18n/pl/buzzword.ts \ | 21 | ../../../i18n/pl/buzzword.ts \ |
20 | ../../../i18n/pt/buzzword.ts \ | 22 | ../../../i18n/pt/buzzword.ts \ |
21 | ../../../i18n/pt_BR/buzzword.ts \ | 23 | ../../../i18n/pt_BR/buzzword.ts \ |
22 | ../../../i18n/sl/buzzword.ts \ | 24 | ../../../i18n/sl/buzzword.ts \ |
23 | ../../../i18n/zh_CN/buzzword.ts \ | 25 | ../../../i18n/zh_CN/buzzword.ts \ |
24 | ../../../i18n/zh_TW/buzzword.ts \ | 26 | ../../../i18n/zh_TW/buzzword.ts \ |
25 | ../../../i18n/it/buzzword.ts | 27 | ../../../i18n/it/buzzword.ts |
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index dd0f889..a8e9438 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro | |||
@@ -1,29 +1,31 @@ | |||
1 | SOURCES+= chess.cpp main.cpp | 1 | SOURCES+= chess.cpp main.cpp |
2 | HEADERS+= chess.h | 2 | HEADERS+= chess.h |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | TARGET = chess | 4 | TARGET = chess |
5 | DEPENDPATH+= $(OPIEDIR)/include | 5 | DEPENDPATH+= $(OPIEDIR)/include |
6 | INTERFACES = mainwindow.ui | 6 | INTERFACES = mainwindow.ui |
7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png | 7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png |
8 | TEMPLATE=app | 8 | TEMPLATE=app |
9 | CONFIG+= qt warn_on release | 9 | CONFIG+= qt warn_on release |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | LIBS+= -lqpe | 11 | LIBS+= -lqpe |
12 | DBFILE= chess.db | 12 | DBFILE= chess.db |
13 | LANGUAGE= C++ | 13 | LANGUAGE= C++ |
14 | CPP_ALWAYS_CREATE_SOURCE= TRUE | 14 | CPP_ALWAYS_CREATE_SOURCE= TRUE |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/chess.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/chess.ts \ |
17 | ../../../i18n/da/chess.ts \ | ||
18 | ../../../i18n/xx/chess.ts \ | ||
17 | ../../../i18n/en/chess.ts \ | 19 | ../../../i18n/en/chess.ts \ |
18 | ../../../i18n/es/chess.ts \ | 20 | ../../../i18n/es/chess.ts \ |
19 | ../../../i18n/fr/chess.ts \ | 21 | ../../../i18n/fr/chess.ts \ |
20 | ../../../i18n/hu/chess.ts \ | 22 | ../../../i18n/hu/chess.ts \ |
21 | ../../../i18n/ja/chess.ts \ | 23 | ../../../i18n/ja/chess.ts \ |
22 | ../../../i18n/ko/chess.ts \ | 24 | ../../../i18n/ko/chess.ts \ |
23 | ../../../i18n/no/chess.ts \ | 25 | ../../../i18n/no/chess.ts \ |
24 | ../../../i18n/pl/chess.ts \ | 26 | ../../../i18n/pl/chess.ts \ |
25 | ../../../i18n/pt/chess.ts \ | 27 | ../../../i18n/pt/chess.ts \ |
26 | ../../../i18n/pt_BR/chess.ts \ | 28 | ../../../i18n/pt_BR/chess.ts \ |
27 | ../../../i18n/sl/chess.ts \ | 29 | ../../../i18n/sl/chess.ts \ |
28 | ../../../i18n/zh_CN/chess.ts \ | 30 | ../../../i18n/zh_CN/chess.ts \ |
29 | ../../../i18n/zh_TW/chess.ts | 31 | ../../../i18n/zh_TW/chess.ts |
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index a8af31a..14fa7f3 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/fifteen.ts \ | ||
14 | ../../../i18n/xx/fifteen.ts \ | ||
13 | ../../../i18n/en/fifteen.ts \ | 15 | ../../../i18n/en/fifteen.ts \ |
14 | ../../../i18n/es/fifteen.ts \ | 16 | ../../../i18n/es/fifteen.ts \ |
15 | ../../../i18n/fr/fifteen.ts \ | 17 | ../../../i18n/fr/fifteen.ts \ |
16 | ../../../i18n/hu/fifteen.ts \ | 18 | ../../../i18n/hu/fifteen.ts \ |
17 | ../../../i18n/ja/fifteen.ts \ | 19 | ../../../i18n/ja/fifteen.ts \ |
18 | ../../../i18n/ko/fifteen.ts \ | 20 | ../../../i18n/ko/fifteen.ts \ |
19 | ../../../i18n/no/fifteen.ts \ | 21 | ../../../i18n/no/fifteen.ts \ |
20 | ../../../i18n/pl/fifteen.ts \ | 22 | ../../../i18n/pl/fifteen.ts \ |
21 | ../../../i18n/pt/fifteen.ts \ | 23 | ../../../i18n/pt/fifteen.ts \ |
22 | ../../../i18n/pt_BR/fifteen.ts \ | 24 | ../../../i18n/pt_BR/fifteen.ts \ |
23 | ../../../i18n/sl/fifteen.ts \ | 25 | ../../../i18n/sl/fifteen.ts \ |
24 | ../../../i18n/zh_CN/fifteen.ts \ | 26 | ../../../i18n/zh_CN/fifteen.ts \ |
25 | ../../../i18n/zh_TW/fifteen.ts | 27 | ../../../i18n/zh_TW/fifteen.ts |
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 11f2098..eeb2893 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -1,32 +1,34 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = amigo.h \ | 4 | HEADERS = amigo.h \ |
5 | go.h \ | 5 | go.h \ |
6 | goplayutils.h \ | 6 | goplayutils.h \ |
7 | gowidget.h | 7 | gowidget.h |
8 | SOURCES = amigo.c \ | 8 | SOURCES = amigo.c \ |
9 | goplayer.c \ | 9 | goplayer.c \ |
10 | goplayutils.c \ | 10 | goplayutils.c \ |
11 | killable.c \ | 11 | killable.c \ |
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/go.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/go.ts \ |
20 | ../../../i18n/da/go.ts \ | ||
21 | ../../../i18n/xx/go.ts \ | ||
20 | ../../../i18n/en/go.ts \ | 22 | ../../../i18n/en/go.ts \ |
21 | ../../../i18n/es/go.ts \ | 23 | ../../../i18n/es/go.ts \ |
22 | ../../../i18n/fr/go.ts \ | 24 | ../../../i18n/fr/go.ts \ |
23 | ../../../i18n/hu/go.ts \ | 25 | ../../../i18n/hu/go.ts \ |
24 | ../../../i18n/ja/go.ts \ | 26 | ../../../i18n/ja/go.ts \ |
25 | ../../../i18n/ko/go.ts \ | 27 | ../../../i18n/ko/go.ts \ |
26 | ../../../i18n/no/go.ts \ | 28 | ../../../i18n/no/go.ts \ |
27 | ../../../i18n/pl/go.ts \ | 29 | ../../../i18n/pl/go.ts \ |
28 | ../../../i18n/pt/go.ts \ | 30 | ../../../i18n/pt/go.ts \ |
29 | ../../../i18n/pt_BR/go.ts \ | 31 | ../../../i18n/pt_BR/go.ts \ |
30 | ../../../i18n/sl/go.ts \ | 32 | ../../../i18n/sl/go.ts \ |
31 | ../../../i18n/zh_CN/go.ts \ | 33 | ../../../i18n/zh_CN/go.ts \ |
32 | ../../../i18n/zh_TW/go.ts | 34 | ../../../i18n/zh_TW/go.ts |
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index 119b4c3..cc632c8 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro | |||
@@ -1,29 +1,31 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ | 3 | HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ |
4 | Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ | 4 | Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ |
5 | UI.h objects.h inputbox.h | 5 | UI.h objects.h inputbox.h |
6 | SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ | 6 | SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ |
7 | Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ | 7 | Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ |
8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp | 8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp |
9 | INTERFACES = helpdialog.ui | 9 | INTERFACES = helpdialog.ui |
10 | TARGET = kbill | 10 | TARGET = kbill |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | INCLUDEPATH+= $(OPIEDIR)/include |
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -lqpe -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/da/kbill.ts \ | ||
18 | ../../../i18n/xx/kbill.ts \ | ||
17 | ../../../i18n/en/kbill.ts \ | 19 | ../../../i18n/en/kbill.ts \ |
18 | ../../../i18n/es/kbill.ts \ | 20 | ../../../i18n/es/kbill.ts \ |
19 | ../../../i18n/fr/kbill.ts \ | 21 | ../../../i18n/fr/kbill.ts \ |
20 | ../../../i18n/hu/kbill.ts \ | 22 | ../../../i18n/hu/kbill.ts \ |
21 | ../../../i18n/ja/kbill.ts \ | 23 | ../../../i18n/ja/kbill.ts \ |
22 | ../../../i18n/ko/kbill.ts \ | 24 | ../../../i18n/ko/kbill.ts \ |
23 | ../../../i18n/no/kbill.ts \ | 25 | ../../../i18n/no/kbill.ts \ |
24 | ../../../i18n/pl/kbill.ts \ | 26 | ../../../i18n/pl/kbill.ts \ |
25 | ../../../i18n/pt/kbill.ts \ | 27 | ../../../i18n/pt/kbill.ts \ |
26 | ../../../i18n/pt_BR/kbill.ts \ | 28 | ../../../i18n/pt_BR/kbill.ts \ |
27 | ../../../i18n/sl/kbill.ts \ | 29 | ../../../i18n/sl/kbill.ts \ |
28 | ../../../i18n/zh_CN/kbill.ts \ | 30 | ../../../i18n/zh_CN/kbill.ts \ |
29 | ../../../i18n/zh_TW/kbill.ts | 31 | ../../../i18n/zh_TW/kbill.ts |
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index 9358e99..7c094e3 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -1,33 +1,35 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = checkers.h \ | 3 | HEADERS = checkers.h \ |
4 | echeckers.h \ | 4 | echeckers.h \ |
5 | field.h \ | 5 | field.h \ |
6 | kcheckers.h \ | 6 | kcheckers.h \ |
7 | rcheckers.h | 7 | rcheckers.h |
8 | SOURCES = checkers.cpp \ | 8 | SOURCES = checkers.cpp \ |
9 | echeckers.cpp \ | 9 | echeckers.cpp \ |
10 | field.cpp \ | 10 | field.cpp \ |
11 | kcheckers.cpp \ | 11 | kcheckers.cpp \ |
12 | main.cpp \ | 12 | main.cpp \ |
13 | rcheckers.cpp | 13 | rcheckers.cpp |
14 | INTERFACES= | 14 | INTERFACES= |
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | INCLUDEPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | DESTDIR = $(OPIEDIR)/bin | 17 | DESTDIR = $(OPIEDIR)/bin |
18 | TARGET = kcheckers | 18 | TARGET = kcheckers |
19 | 19 | ||
20 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ | 20 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ |
21 | ../../../i18n/da/kcheckers.ts \ | ||
22 | ../../../i18n/xx/kcheckers.ts \ | ||
21 | ../../../i18n/en/kcheckers.ts \ | 23 | ../../../i18n/en/kcheckers.ts \ |
22 | ../../../i18n/es/kcheckers.ts \ | 24 | ../../../i18n/es/kcheckers.ts \ |
23 | ../../../i18n/fr/kcheckers.ts \ | 25 | ../../../i18n/fr/kcheckers.ts \ |
24 | ../../../i18n/hu/kcheckers.ts \ | 26 | ../../../i18n/hu/kcheckers.ts \ |
25 | ../../../i18n/ja/kcheckers.ts \ | 27 | ../../../i18n/ja/kcheckers.ts \ |
26 | ../../../i18n/ko/kcheckers.ts \ | 28 | ../../../i18n/ko/kcheckers.ts \ |
27 | ../../../i18n/no/kcheckers.ts \ | 29 | ../../../i18n/no/kcheckers.ts \ |
28 | ../../../i18n/pl/kcheckers.ts \ | 30 | ../../../i18n/pl/kcheckers.ts \ |
29 | ../../../i18n/pt/kcheckers.ts \ | 31 | ../../../i18n/pt/kcheckers.ts \ |
30 | ../../../i18n/pt_BR/kcheckers.ts \ | 32 | ../../../i18n/pt_BR/kcheckers.ts \ |
31 | ../../../i18n/sl/kcheckers.ts \ | 33 | ../../../i18n/sl/kcheckers.ts \ |
32 | ../../../i18n/zh_CN/kcheckers.ts \ | 34 | ../../../i18n/zh_CN/kcheckers.ts \ |
33 | ../../../i18n/zh_TW/kcheckers.ts | 35 | ../../../i18n/zh_TW/kcheckers.ts |
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index 7f3c7f4..aff0ffb 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro | |||
@@ -20,37 +20,39 @@ HEADERS = kpacmanwidget.h \ | |||
20 | config.h \ | 20 | config.h \ |
21 | portable.h | 21 | portable.h |
22 | SOURCES = kpacmanwidget.cpp \ | 22 | SOURCES = kpacmanwidget.cpp \ |
23 | referee.cpp \ | 23 | referee.cpp \ |
24 | status.cpp \ | 24 | status.cpp \ |
25 | painter.cpp \ | 25 | painter.cpp \ |
26 | score.cpp \ | 26 | score.cpp \ |
27 | pacman.cpp \ | 27 | pacman.cpp \ |
28 | monster.cpp \ | 28 | monster.cpp \ |
29 | keys.cpp \ | 29 | keys.cpp \ |
30 | fruit.cpp \ | 30 | fruit.cpp \ |
31 | energizer.cpp \ | 31 | energizer.cpp \ |
32 | board.cpp \ | 32 | board.cpp \ |
33 | bitfont.cpp \ | 33 | bitfont.cpp \ |
34 | kpacman.cpp \ | 34 | kpacman.cpp \ |
35 | config.cpp \ | 35 | config.cpp \ |
36 | main.cpp | 36 | main.cpp |
37 | 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/da/kpacman.ts \ | ||
45 | ../../../i18n/xx/kpacman.ts \ | ||
44 | ../../../i18n/en/kpacman.ts \ | 46 | ../../../i18n/en/kpacman.ts \ |
45 | ../../../i18n/es/kpacman.ts \ | 47 | ../../../i18n/es/kpacman.ts \ |
46 | ../../../i18n/fr/kpacman.ts \ | 48 | ../../../i18n/fr/kpacman.ts \ |
47 | ../../../i18n/hu/kpacman.ts \ | 49 | ../../../i18n/hu/kpacman.ts \ |
48 | ../../../i18n/ja/kpacman.ts \ | 50 | ../../../i18n/ja/kpacman.ts \ |
49 | ../../../i18n/ko/kpacman.ts \ | 51 | ../../../i18n/ko/kpacman.ts \ |
50 | ../../../i18n/no/kpacman.ts \ | 52 | ../../../i18n/no/kpacman.ts \ |
51 | ../../../i18n/pl/kpacman.ts \ | 53 | ../../../i18n/pl/kpacman.ts \ |
52 | ../../../i18n/pt/kpacman.ts \ | 54 | ../../../i18n/pt/kpacman.ts \ |
53 | ../../../i18n/pt_BR/kpacman.ts \ | 55 | ../../../i18n/pt_BR/kpacman.ts \ |
54 | ../../../i18n/sl/kpacman.ts \ | 56 | ../../../i18n/sl/kpacman.ts \ |
55 | ../../../i18n/zh_CN/kpacman.ts \ | 57 | ../../../i18n/zh_CN/kpacman.ts \ |
56 | ../../../i18n/zh_TW/kpacman.ts | 58 | ../../../i18n/zh_TW/kpacman.ts |
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 60aa660..6991066 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = 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/da/mindbreaker.ts \ | ||
14 | ../../../i18n/xx/mindbreaker.ts \ | ||
13 | ../../../i18n/en/mindbreaker.ts \ | 15 | ../../../i18n/en/mindbreaker.ts \ |
14 | ../../../i18n/es/mindbreaker.ts \ | 16 | ../../../i18n/es/mindbreaker.ts \ |
15 | ../../../i18n/fr/mindbreaker.ts \ | 17 | ../../../i18n/fr/mindbreaker.ts \ |
16 | ../../../i18n/hu/mindbreaker.ts \ | 18 | ../../../i18n/hu/mindbreaker.ts \ |
17 | ../../../i18n/ja/mindbreaker.ts \ | 19 | ../../../i18n/ja/mindbreaker.ts \ |
18 | ../../../i18n/ko/mindbreaker.ts \ | 20 | ../../../i18n/ko/mindbreaker.ts \ |
19 | ../../../i18n/no/mindbreaker.ts \ | 21 | ../../../i18n/no/mindbreaker.ts \ |
20 | ../../../i18n/pl/mindbreaker.ts \ | 22 | ../../../i18n/pl/mindbreaker.ts \ |
21 | ../../../i18n/pt/mindbreaker.ts \ | 23 | ../../../i18n/pt/mindbreaker.ts \ |
22 | ../../../i18n/pt_BR/mindbreaker.ts \ | 24 | ../../../i18n/pt_BR/mindbreaker.ts \ |
23 | ../../../i18n/sl/mindbreaker.ts \ | 25 | ../../../i18n/sl/mindbreaker.ts \ |
24 | ../../../i18n/zh_CN/mindbreaker.ts \ | 26 | ../../../i18n/zh_CN/mindbreaker.ts \ |
25 | ../../../i18n/zh_TW/mindbreaker.ts | 27 | ../../../i18n/zh_TW/mindbreaker.ts |
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 89dd5e3..8f350bf 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -1,29 +1,31 @@ | |||
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/da/minesweep.ts \ | ||
17 | ../../../i18n/xx/minesweep.ts \ | ||
16 | ../../../i18n/en/minesweep.ts \ | 18 | ../../../i18n/en/minesweep.ts \ |
17 | ../../../i18n/es/minesweep.ts \ | 19 | ../../../i18n/es/minesweep.ts \ |
18 | ../../../i18n/fr/minesweep.ts \ | 20 | ../../../i18n/fr/minesweep.ts \ |
19 | ../../../i18n/hu/minesweep.ts \ | 21 | ../../../i18n/hu/minesweep.ts \ |
20 | ../../../i18n/ja/minesweep.ts \ | 22 | ../../../i18n/ja/minesweep.ts \ |
21 | ../../../i18n/ko/minesweep.ts \ | 23 | ../../../i18n/ko/minesweep.ts \ |
22 | ../../../i18n/no/minesweep.ts \ | 24 | ../../../i18n/no/minesweep.ts \ |
23 | ../../../i18n/pl/minesweep.ts \ | 25 | ../../../i18n/pl/minesweep.ts \ |
24 | ../../../i18n/pt/minesweep.ts \ | 26 | ../../../i18n/pt/minesweep.ts \ |
25 | ../../../i18n/pt_BR/minesweep.ts \ | 27 | ../../../i18n/pt_BR/minesweep.ts \ |
26 | ../../../i18n/sl/minesweep.ts \ | 28 | ../../../i18n/sl/minesweep.ts \ |
27 | ../../../i18n/zh_CN/minesweep.ts \ | 29 | ../../../i18n/zh_CN/minesweep.ts \ |
28 | ../../../i18n/it/minesweep.ts \ | 30 | ../../../i18n/it/minesweep.ts \ |
29 | ../../../i18n/zh_TW/minesweep.ts | 31 | ../../../i18n/zh_TW/minesweep.ts |
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index b601ae1..864d995 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -1,24 +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 = 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/da/parashoot.ts \ | ||
13 | ../../../i18n/xx/parashoot.ts \ | ||
12 | ../../../i18n/en/parashoot.ts \ | 14 | ../../../i18n/en/parashoot.ts \ |
13 | ../../../i18n/es/parashoot.ts \ | 15 | ../../../i18n/es/parashoot.ts \ |
14 | ../../../i18n/fr/parashoot.ts \ | 16 | ../../../i18n/fr/parashoot.ts \ |
15 | ../../../i18n/hu/parashoot.ts \ | 17 | ../../../i18n/hu/parashoot.ts \ |
16 | ../../../i18n/ja/parashoot.ts \ | 18 | ../../../i18n/ja/parashoot.ts \ |
17 | ../../../i18n/ko/parashoot.ts \ | 19 | ../../../i18n/ko/parashoot.ts \ |
18 | ../../../i18n/no/parashoot.ts \ | 20 | ../../../i18n/no/parashoot.ts \ |
19 | ../../../i18n/pl/parashoot.ts \ | 21 | ../../../i18n/pl/parashoot.ts \ |
20 | ../../../i18n/pt/parashoot.ts \ | 22 | ../../../i18n/pt/parashoot.ts \ |
21 | ../../../i18n/pt_BR/parashoot.ts \ | 23 | ../../../i18n/pt_BR/parashoot.ts \ |
22 | ../../../i18n/sl/parashoot.ts \ | 24 | ../../../i18n/sl/parashoot.ts \ |
23 | ../../../i18n/zh_CN/parashoot.ts \ | 25 | ../../../i18n/zh_CN/parashoot.ts \ |
24 | ../../../i18n/zh_TW/parashoot.ts | 26 | ../../../i18n/zh_TW/parashoot.ts |
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index f7c05be..34be552 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -1,24 +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 = 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/da/qasteroids.ts \ | ||
13 | ../../../i18n/xx/qasteroids.ts \ | ||
12 | ../../../i18n/en/qasteroids.ts \ | 14 | ../../../i18n/en/qasteroids.ts \ |
13 | ../../../i18n/es/qasteroids.ts \ | 15 | ../../../i18n/es/qasteroids.ts \ |
14 | ../../../i18n/fr/qasteroids.ts \ | 16 | ../../../i18n/fr/qasteroids.ts \ |
15 | ../../../i18n/hu/qasteroids.ts \ | 17 | ../../../i18n/hu/qasteroids.ts \ |
16 | ../../../i18n/ja/qasteroids.ts \ | 18 | ../../../i18n/ja/qasteroids.ts \ |
17 | ../../../i18n/ko/qasteroids.ts \ | 19 | ../../../i18n/ko/qasteroids.ts \ |
18 | ../../../i18n/no/qasteroids.ts \ | 20 | ../../../i18n/no/qasteroids.ts \ |
19 | ../../../i18n/pl/qasteroids.ts \ | 21 | ../../../i18n/pl/qasteroids.ts \ |
20 | ../../../i18n/pt/qasteroids.ts \ | 22 | ../../../i18n/pt/qasteroids.ts \ |
21 | ../../../i18n/pt_BR/qasteroids.ts \ | 23 | ../../../i18n/pt_BR/qasteroids.ts \ |
22 | ../../../i18n/sl/qasteroids.ts \ | 24 | ../../../i18n/sl/qasteroids.ts \ |
23 | ../../../i18n/zh_CN/qasteroids.ts \ | 25 | ../../../i18n/zh_CN/qasteroids.ts \ |
24 | ../../../i18n/zh_TW/qasteroids.ts | 26 | ../../../i18n/zh_TW/qasteroids.ts |
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 0c4ba67..fe9e739 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -1,24 +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 = 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/da/snake.ts \ | ||
13 | ../../../i18n/xx/snake.ts \ | ||
12 | ../../../i18n/en/snake.ts \ | 14 | ../../../i18n/en/snake.ts \ |
13 | ../../../i18n/es/snake.ts \ | 15 | ../../../i18n/es/snake.ts \ |
14 | ../../../i18n/fr/snake.ts \ | 16 | ../../../i18n/fr/snake.ts \ |
15 | ../../../i18n/hu/snake.ts \ | 17 | ../../../i18n/hu/snake.ts \ |
16 | ../../../i18n/ja/snake.ts \ | 18 | ../../../i18n/ja/snake.ts \ |
17 | ../../../i18n/ko/snake.ts \ | 19 | ../../../i18n/ko/snake.ts \ |
18 | ../../../i18n/no/snake.ts \ | 20 | ../../../i18n/no/snake.ts \ |
19 | ../../../i18n/pl/snake.ts \ | 21 | ../../../i18n/pl/snake.ts \ |
20 | ../../../i18n/pt/snake.ts \ | 22 | ../../../i18n/pt/snake.ts \ |
21 | ../../../i18n/pt_BR/snake.ts \ | 23 | ../../../i18n/pt_BR/snake.ts \ |
22 | ../../../i18n/sl/snake.ts \ | 24 | ../../../i18n/sl/snake.ts \ |
23 | ../../../i18n/zh_CN/snake.ts \ | 25 | ../../../i18n/zh_CN/snake.ts \ |
24 | ../../../i18n/zh_TW/snake.ts | 26 | ../../../i18n/zh_TW/snake.ts |
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index e1bea04..51e0106 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -1,35 +1,37 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ | 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/da/patience.ts \ | ||
23 | ../../../i18n/xx/patience.ts \ | ||
22 | ../../../i18n/en/patience.ts \ | 24 | ../../../i18n/en/patience.ts \ |
23 | ../../../i18n/es/patience.ts \ | 25 | ../../../i18n/es/patience.ts \ |
24 | ../../../i18n/fr/patience.ts \ | 26 | ../../../i18n/fr/patience.ts \ |
25 | ../../../i18n/hu/patience.ts \ | 27 | ../../../i18n/hu/patience.ts \ |
26 | ../../../i18n/ja/patience.ts \ | 28 | ../../../i18n/ja/patience.ts \ |
27 | ../../../i18n/ko/patience.ts \ | 29 | ../../../i18n/ko/patience.ts \ |
28 | ../../../i18n/no/patience.ts \ | 30 | ../../../i18n/no/patience.ts \ |
29 | ../../../i18n/pl/patience.ts \ | 31 | ../../../i18n/pl/patience.ts \ |
30 | ../../../i18n/pt/patience.ts \ | 32 | ../../../i18n/pt/patience.ts \ |
31 | ../../../i18n/pt_BR/patience.ts \ | 33 | ../../../i18n/pt_BR/patience.ts \ |
32 | ../../../i18n/sl/patience.ts \ | 34 | ../../../i18n/sl/patience.ts \ |
33 | ../../../i18n/zh_CN/patience.ts \ | 35 | ../../../i18n/zh_CN/patience.ts \ |
34 | ../../../i18n/zh_TW/patience.ts \ | 36 | ../../../i18n/zh_TW/patience.ts \ |
35 | ../../../i18n/it/patience.ts | 37 | ../../../i18n/it/patience.ts |
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index b8fbe9f..5110b05 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -1,33 +1,35 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = gtetrix.h \ | 4 | HEADERS = gtetrix.h \ |
5 | qtetrix.h \ | 5 | qtetrix.h \ |
6 | qtetrixb.h \ | 6 | qtetrixb.h \ |
7 | tpiece.h | 7 | tpiece.h |
8 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
9 | gtetrix.cpp \ | 9 | gtetrix.cpp \ |
10 | qtetrix.cpp \ | 10 | qtetrix.cpp \ |
11 | qtetrixb.cpp \ | 11 | qtetrixb.cpp \ |
12 | tpiece.cpp | 12 | tpiece.cpp |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH+= $(OPIEDIR)/include | 14 | DEPENDPATH+= $(OPIEDIR)/include |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | INTERFACES= | 16 | INTERFACES= |
17 | TARGET = tetrix | 17 | TARGET = tetrix |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ |
20 | ../../../i18n/da/tetrix.ts \ | ||
21 | ../../../i18n/xx/tetrix.ts \ | ||
20 | ../../../i18n/en/tetrix.ts \ | 22 | ../../../i18n/en/tetrix.ts \ |
21 | ../../../i18n/es/tetrix.ts \ | 23 | ../../../i18n/es/tetrix.ts \ |
22 | ../../../i18n/fr/tetrix.ts \ | 24 | ../../../i18n/fr/tetrix.ts \ |
23 | ../../../i18n/hu/tetrix.ts \ | 25 | ../../../i18n/hu/tetrix.ts \ |
24 | ../../../i18n/ja/tetrix.ts \ | 26 | ../../../i18n/ja/tetrix.ts \ |
25 | ../../../i18n/ko/tetrix.ts \ | 27 | ../../../i18n/ko/tetrix.ts \ |
26 | ../../../i18n/no/tetrix.ts \ | 28 | ../../../i18n/no/tetrix.ts \ |
27 | ../../../i18n/pl/tetrix.ts \ | 29 | ../../../i18n/pl/tetrix.ts \ |
28 | ../../../i18n/pt/tetrix.ts \ | 30 | ../../../i18n/pt/tetrix.ts \ |
29 | ../../../i18n/pt_BR/tetrix.ts \ | 31 | ../../../i18n/pt_BR/tetrix.ts \ |
30 | ../../../i18n/sl/tetrix.ts \ | 32 | ../../../i18n/sl/tetrix.ts \ |
31 | ../../../i18n/zh_CN/tetrix.ts \ | 33 | ../../../i18n/zh_CN/tetrix.ts \ |
32 | ../../../i18n/it/tetrix.ts \ | 34 | ../../../i18n/it/tetrix.ts \ |
33 | ../../../i18n/zh_TW/tetrix.ts | 35 | ../../../i18n/zh_TW/tetrix.ts |
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index ada5161..33b8453 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/tictac.ts \ | ||
14 | ../../../i18n/xx/tictac.ts \ | ||
13 | ../../../i18n/en/tictac.ts \ | 15 | ../../../i18n/en/tictac.ts \ |
14 | ../../../i18n/es/tictac.ts \ | 16 | ../../../i18n/es/tictac.ts \ |
15 | ../../../i18n/fr/tictac.ts \ | 17 | ../../../i18n/fr/tictac.ts \ |
16 | ../../../i18n/hu/tictac.ts \ | 18 | ../../../i18n/hu/tictac.ts \ |
17 | ../../../i18n/ja/tictac.ts \ | 19 | ../../../i18n/ja/tictac.ts \ |
18 | ../../../i18n/ko/tictac.ts \ | 20 | ../../../i18n/ko/tictac.ts \ |
19 | ../../../i18n/no/tictac.ts \ | 21 | ../../../i18n/no/tictac.ts \ |
20 | ../../../i18n/pl/tictac.ts \ | 22 | ../../../i18n/pl/tictac.ts \ |
21 | ../../../i18n/pt/tictac.ts \ | 23 | ../../../i18n/pt/tictac.ts \ |
22 | ../../../i18n/pt_BR/tictac.ts \ | 24 | ../../../i18n/pt_BR/tictac.ts \ |
23 | ../../../i18n/sl/tictac.ts \ | 25 | ../../../i18n/sl/tictac.ts \ |
24 | ../../../i18n/zh_CN/tictac.ts \ | 26 | ../../../i18n/zh_CN/tictac.ts \ |
25 | ../../../i18n/zh_TW/tictac.ts | 27 | ../../../i18n/zh_TW/tictac.ts |
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 6c3398a..f7f978a 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -1,26 +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 = 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/da/wordgame.ts \ | ||
15 | ../../../i18n/xx/wordgame.ts \ | ||
14 | ../../../i18n/en/wordgame.ts \ | 16 | ../../../i18n/en/wordgame.ts \ |
15 | ../../../i18n/es/wordgame.ts \ | 17 | ../../../i18n/es/wordgame.ts \ |
16 | ../../../i18n/fr/wordgame.ts \ | 18 | ../../../i18n/fr/wordgame.ts \ |
17 | ../../../i18n/hu/wordgame.ts \ | 19 | ../../../i18n/hu/wordgame.ts \ |
18 | ../../../i18n/ja/wordgame.ts \ | 20 | ../../../i18n/ja/wordgame.ts \ |
19 | ../../../i18n/ko/wordgame.ts \ | 21 | ../../../i18n/ko/wordgame.ts \ |
20 | ../../../i18n/no/wordgame.ts \ | 22 | ../../../i18n/no/wordgame.ts \ |
21 | ../../../i18n/pl/wordgame.ts \ | 23 | ../../../i18n/pl/wordgame.ts \ |
22 | ../../../i18n/pt/wordgame.ts \ | 24 | ../../../i18n/pt/wordgame.ts \ |
23 | ../../../i18n/pt_BR/wordgame.ts \ | 25 | ../../../i18n/pt_BR/wordgame.ts \ |
24 | ../../../i18n/sl/wordgame.ts \ | 26 | ../../../i18n/sl/wordgame.ts \ |
25 | ../../../i18n/zh_CN/wordgame.ts \ | 27 | ../../../i18n/zh_CN/wordgame.ts \ |
26 | ../../../i18n/zh_TW/wordgame.ts | 28 | ../../../i18n/zh_TW/wordgame.ts |
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 9a0a21c..d25c17a 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -25,38 +25,40 @@ SOURCES = drawpad.cpp \ | |||
25 | erasetool.cpp \ | 25 | erasetool.cpp \ |
26 | exportdialog.cpp \ | 26 | exportdialog.cpp \ |
27 | filltool.cpp \ | 27 | filltool.cpp \ |
28 | filledellipsetool.cpp \ | 28 | filledellipsetool.cpp \ |
29 | filledrectangletool.cpp \ | 29 | filledrectangletool.cpp \ |
30 | importdialog.cpp \ | 30 | importdialog.cpp \ |
31 | linetool.cpp \ | 31 | linetool.cpp \ |
32 | main.cpp \ | 32 | main.cpp \ |
33 | newpagedialog.cpp \ | 33 | newpagedialog.cpp \ |
34 | page.cpp \ | 34 | page.cpp \ |
35 | pageinformationdialog.cpp \ | 35 | pageinformationdialog.cpp \ |
36 | pointtool.cpp \ | 36 | pointtool.cpp \ |
37 | rectangletool.cpp \ | 37 | rectangletool.cpp \ |
38 | shapetool.cpp \ | 38 | shapetool.cpp \ |
39 | texttool.cpp \ | 39 | texttool.cpp \ |
40 | thumbnailview.cpp \ | 40 | thumbnailview.cpp \ |
41 | tool.cpp | 41 | tool.cpp |
42 | INCLUDEPATH+= $(OPIEDIR)/include | 42 | INCLUDEPATH+= $(OPIEDIR)/include |
43 | DEPENDPATH+= $(OPIEDIR)/include | 43 | DEPENDPATH+= $(OPIEDIR)/include |
44 | LIBS += -lqpe -lopie | 44 | LIBS += -lqpe -lopie |
45 | DESTDIR = $(OPIEDIR)/bin | 45 | DESTDIR = $(OPIEDIR)/bin |
46 | TARGET = drawpad | 46 | TARGET = drawpad |
47 | 47 | ||
48 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ | 48 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ |
49 | ../../../i18n/da/drawpad.ts \ | ||
50 | ../../../i18n/xx/drawpad.ts \ | ||
49 | ../../../i18n/en/drawpad.ts \ | 51 | ../../../i18n/en/drawpad.ts \ |
50 | ../../../i18n/es/drawpad.ts \ | 52 | ../../../i18n/es/drawpad.ts \ |
51 | ../../../i18n/fr/drawpad.ts \ | 53 | ../../../i18n/fr/drawpad.ts \ |
52 | ../../../i18n/hu/drawpad.ts \ | 54 | ../../../i18n/hu/drawpad.ts \ |
53 | ../../../i18n/ja/drawpad.ts \ | 55 | ../../../i18n/ja/drawpad.ts \ |
54 | ../../../i18n/ko/drawpad.ts \ | 56 | ../../../i18n/ko/drawpad.ts \ |
55 | ../../../i18n/no/drawpad.ts \ | 57 | ../../../i18n/no/drawpad.ts \ |
56 | ../../../i18n/pl/drawpad.ts \ | 58 | ../../../i18n/pl/drawpad.ts \ |
57 | ../../../i18n/pt/drawpad.ts \ | 59 | ../../../i18n/pt/drawpad.ts \ |
58 | ../../../i18n/pt_BR/drawpad.ts \ | 60 | ../../../i18n/pt_BR/drawpad.ts \ |
59 | ../../../i18n/sl/drawpad.ts \ | 61 | ../../../i18n/sl/drawpad.ts \ |
60 | ../../../i18n/zh_CN/drawpad.ts \ | 62 | ../../../i18n/zh_CN/drawpad.ts \ |
61 | ../../../i18n/it/drawpad.ts \ | 63 | ../../../i18n/it/drawpad.ts \ |
62 | ../../../i18n/zh_TW/drawpad.ts | 64 | ../../../i18n/zh_TW/drawpad.ts |
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index efe16e0..dd9414f 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.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 = 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/xx/showimg.ts \ | ||
12 | ../../../i18n/en/showimg.ts \ | 13 | ../../../i18n/en/showimg.ts \ |
13 | ../../../i18n/es/showimg.ts \ | 14 | ../../../i18n/es/showimg.ts \ |
14 | ../../../i18n/fr/showimg.ts \ | 15 | ../../../i18n/fr/showimg.ts \ |
15 | ../../../i18n/hu/showimg.ts \ | 16 | ../../../i18n/hu/showimg.ts \ |
16 | ../../../i18n/ja/showimg.ts \ | 17 | ../../../i18n/ja/showimg.ts \ |
17 | ../../../i18n/ko/showimg.ts \ | 18 | ../../../i18n/ko/showimg.ts \ |
18 | ../../../i18n/no/showimg.ts \ | 19 | ../../../i18n/no/showimg.ts \ |
19 | ../../../i18n/pl/showimg.ts \ | 20 | ../../../i18n/pl/showimg.ts \ |
20 | ../../../i18n/pt/showimg.ts \ | 21 | ../../../i18n/pt/showimg.ts \ |
21 | ../../../i18n/pt_BR/showimg.ts \ | 22 | ../../../i18n/pt_BR/showimg.ts \ |
22 | ../../../i18n/sl/showimg.ts \ | 23 | ../../../i18n/sl/showimg.ts \ |
23 | ../../../i18n/zh_CN/showimg.ts \ | 24 | ../../../i18n/zh_CN/showimg.ts \ |
24 | ../../../i18n/zh_TW/showimg.ts \ | 25 | ../../../i18n/zh_TW/showimg.ts \ |
25 | ../../../i18n/da/showimg.ts | 26 | ../../../i18n/da/showimg.ts |
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index ae72ff3..b359f23 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -1,24 +1,26 @@ | |||
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/da/opieftp.ts \ | ||
13 | ../../../i18n/xx/opieftp.ts \ | ||
12 | ../../../i18n/en/opieftp.ts \ | 14 | ../../../i18n/en/opieftp.ts \ |
13 | ../../../i18n/es/opieftp.ts \ | 15 | ../../../i18n/es/opieftp.ts \ |
14 | ../../../i18n/fr/opieftp.ts \ | 16 | ../../../i18n/fr/opieftp.ts \ |
15 | ../../../i18n/hu/opieftp.ts \ | 17 | ../../../i18n/hu/opieftp.ts \ |
16 | ../../../i18n/ja/opieftp.ts \ | 18 | ../../../i18n/ja/opieftp.ts \ |
17 | ../../../i18n/ko/opieftp.ts \ | 19 | ../../../i18n/ko/opieftp.ts \ |
18 | ../../../i18n/no/opieftp.ts \ | 20 | ../../../i18n/no/opieftp.ts \ |
19 | ../../../i18n/pl/opieftp.ts \ | 21 | ../../../i18n/pl/opieftp.ts \ |
20 | ../../../i18n/pt/opieftp.ts \ | 22 | ../../../i18n/pt/opieftp.ts \ |
21 | ../../../i18n/pt_BR/opieftp.ts \ | 23 | ../../../i18n/pt_BR/opieftp.ts \ |
22 | ../../../i18n/sl/opieftp.ts \ | 24 | ../../../i18n/sl/opieftp.ts \ |
23 | ../../../i18n/zh_CN/opieftp.ts \ | 25 | ../../../i18n/zh_CN/opieftp.ts \ |
24 | ../../../i18n/zh_TW/opieftp.ts | 26 | ../../../i18n/zh_TW/opieftp.ts |
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index 229d673..cbdb148 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro | |||
@@ -1,26 +1,28 @@ | |||
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/da/libbluetoothapplet.ts \ | ||
15 | ../../../../i18n/xx/libbluetoothapplet.ts \ | ||
14 | ../../../../i18n/en/libbluetoothapplet.ts \ | 16 | ../../../../i18n/en/libbluetoothapplet.ts \ |
15 | ../../../../i18n/es/libbluetoothapplet.ts \ | 17 | ../../../../i18n/es/libbluetoothapplet.ts \ |
16 | ../../../../i18n/fr/libbluetoothapplet.ts \ | 18 | ../../../../i18n/fr/libbluetoothapplet.ts \ |
17 | ../../../../i18n/hu/libbluetoothapplet.ts \ | 19 | ../../../../i18n/hu/libbluetoothapplet.ts \ |
18 | ../../../../i18n/ja/libbluetoothapplet.ts \ | 20 | ../../../../i18n/ja/libbluetoothapplet.ts \ |
19 | ../../../../i18n/ko/libbluetoothapplet.ts \ | 21 | ../../../../i18n/ko/libbluetoothapplet.ts \ |
20 | ../../../../i18n/no/libbluetoothapplet.ts \ | 22 | ../../../../i18n/no/libbluetoothapplet.ts \ |
21 | ../../../../i18n/pl/libbluetoothapplet.ts \ | 23 | ../../../../i18n/pl/libbluetoothapplet.ts \ |
22 | ../../../../i18n/pt/libbluetoothapplet.ts \ | 24 | ../../../../i18n/pt/libbluetoothapplet.ts \ |
23 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ | 25 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ |
24 | ../../../../i18n/sl/libbluetoothapplet.ts \ | 26 | ../../../../i18n/sl/libbluetoothapplet.ts \ |
25 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ | 27 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ |
26 | ../../../../i18n/zh_TW/libbluetoothapplet.ts | 28 | ../../../../i18n/zh_TW/libbluetoothapplet.ts |
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index 8ac4ee7..6fc5157 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -1,27 +1,29 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = pindlg.h | 4 | HEADERS = pindlg.h |
5 | SOURCES = main.cc pindlg.cc | 5 | SOURCES = main.cc pindlg.cc |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib | 7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES = pindlgbase.ui | 10 | INTERFACES = pindlgbase.ui |
11 | 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/da/bluepin.ts \ | ||
16 | ../../../../i18n/xx/bluepin.ts \ | ||
15 | ../../../../i18n/en/bluepin.ts \ | 17 | ../../../../i18n/en/bluepin.ts \ |
16 | ../../../../i18n/es/bluepin.ts \ | 18 | ../../../../i18n/es/bluepin.ts \ |
17 | ../../../../i18n/fr/bluepin.ts \ | 19 | ../../../../i18n/fr/bluepin.ts \ |
18 | ../../../../i18n/hu/bluepin.ts \ | 20 | ../../../../i18n/hu/bluepin.ts \ |
19 | ../../../../i18n/ja/bluepin.ts \ | 21 | ../../../../i18n/ja/bluepin.ts \ |
20 | ../../../../i18n/ko/bluepin.ts \ | 22 | ../../../../i18n/ko/bluepin.ts \ |
21 | ../../../../i18n/no/bluepin.ts \ | 23 | ../../../../i18n/no/bluepin.ts \ |
22 | ../../../../i18n/pl/bluepin.ts \ | 24 | ../../../../i18n/pl/bluepin.ts \ |
23 | ../../../../i18n/pt/bluepin.ts \ | 25 | ../../../../i18n/pt/bluepin.ts \ |
24 | ../../../../i18n/pt_BR/bluepin.ts \ | 26 | ../../../../i18n/pt_BR/bluepin.ts \ |
25 | ../../../../i18n/sl/bluepin.ts \ | 27 | ../../../../i18n/sl/bluepin.ts \ |
26 | ../../../../i18n/zh_CN/bluepin.ts \ | 28 | ../../../../i18n/zh_CN/bluepin.ts \ |
27 | ../../../../i18n/zh_TW/bluepin.ts | 29 | ../../../../i18n/zh_TW/bluepin.ts |
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index dde6c2a..ca5edd2 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro | |||
@@ -1,24 +1,26 @@ | |||
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 | 3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h |
4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc | 4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc |
5 | TARGET = opietooth | 5 | TARGET = opietooth |
6 | INCLUDEPATH += $(OPIEDIR)/include . | 6 | INCLUDEPATH += $(OPIEDIR)/include . |
7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
8 | LIBS += -lopie | 8 | LIBS += -lopie |
9 | #VERSION = 0.0.0 | 9 | #VERSION = 0.0.0 |
10 | 10 | ||
11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ | 11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ |
12 | ../../../../i18n/da/libopietooth.ts \ | ||
13 | ../../../../i18n/xx/libopietooth.ts \ | ||
12 | ../../../../i18n/en/libopietooth.ts \ | 14 | ../../../../i18n/en/libopietooth.ts \ |
13 | ../../../../i18n/es/libopietooth.ts \ | 15 | ../../../../i18n/es/libopietooth.ts \ |
14 | ../../../../i18n/fr/libopietooth.ts \ | 16 | ../../../../i18n/fr/libopietooth.ts \ |
15 | ../../../../i18n/hu/libopietooth.ts \ | 17 | ../../../../i18n/hu/libopietooth.ts \ |
16 | ../../../../i18n/ja/libopietooth.ts \ | 18 | ../../../../i18n/ja/libopietooth.ts \ |
17 | ../../../../i18n/ko/libopietooth.ts \ | 19 | ../../../../i18n/ko/libopietooth.ts \ |
18 | ../../../../i18n/no/libopietooth.ts \ | 20 | ../../../../i18n/no/libopietooth.ts \ |
19 | ../../../../i18n/pl/libopietooth.ts \ | 21 | ../../../../i18n/pl/libopietooth.ts \ |
20 | ../../../../i18n/pt/libopietooth.ts \ | 22 | ../../../../i18n/pt/libopietooth.ts \ |
21 | ../../../../i18n/pt_BR/libopietooth.ts \ | 23 | ../../../../i18n/pt_BR/libopietooth.ts \ |
22 | ../../../../i18n/sl/libopietooth.ts \ | 24 | ../../../../i18n/sl/libopietooth.ts \ |
23 | ../../../../i18n/zh_CN/libopietooth.ts \ | 25 | ../../../../i18n/zh_CN/libopietooth.ts \ |
24 | ../../../../i18n/zh_TW/libopietooth.ts | 26 | ../../../../i18n/zh_TW/libopietooth.ts |
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index d3c69e0..1c3faf3 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -7,37 +7,39 @@ HEADERS = btconnectionitem.h btdeviceitem.h \ | |||
7 | scandialog.h btlistitem.h \ | 7 | scandialog.h btlistitem.h \ |
8 | hciconfwrapper.h bticonloader.h \ | 8 | hciconfwrapper.h bticonloader.h \ |
9 | pppdialog.h obexdialog.h \ | 9 | pppdialog.h obexdialog.h \ |
10 | devicehandler.h rfcpopup.h obexpopup.h \ | 10 | devicehandler.h rfcpopup.h obexpopup.h \ |
11 | rfcommhelper.h | 11 | rfcommhelper.h |
12 | 12 | ||
13 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ | 13 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ |
14 | btserviceitem.cpp stdpopups.cpp \ | 14 | btserviceitem.cpp stdpopups.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 | 21 | rfcommhelper.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/da/bluetooth-manager.ts \ | ||
32 | ../../../../i18n/xx/bluetooth-manager.ts \ | ||
31 | ../../../../i18n/en/bluetooth-manager.ts \ | 33 | ../../../../i18n/en/bluetooth-manager.ts \ |
32 | ../../../../i18n/es/bluetooth-manager.ts \ | 34 | ../../../../i18n/es/bluetooth-manager.ts \ |
33 | ../../../../i18n/fr/bluetooth-manager.ts \ | 35 | ../../../../i18n/fr/bluetooth-manager.ts \ |
34 | ../../../../i18n/hu/bluetooth-manager.ts \ | 36 | ../../../../i18n/hu/bluetooth-manager.ts \ |
35 | ../../../../i18n/ja/bluetooth-manager.ts \ | 37 | ../../../../i18n/ja/bluetooth-manager.ts \ |
36 | ../../../../i18n/ko/bluetooth-manager.ts \ | 38 | ../../../../i18n/ko/bluetooth-manager.ts \ |
37 | ../../../../i18n/no/bluetooth-manager.ts \ | 39 | ../../../../i18n/no/bluetooth-manager.ts \ |
38 | ../../../../i18n/pl/bluetooth-manager.ts \ | 40 | ../../../../i18n/pl/bluetooth-manager.ts \ |
39 | ../../../../i18n/pt/bluetooth-manager.ts \ | 41 | ../../../../i18n/pt/bluetooth-manager.ts \ |
40 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ | 42 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ |
41 | ../../../../i18n/sl/bluetooth-manager.ts \ | 43 | ../../../../i18n/sl/bluetooth-manager.ts \ |
42 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ | 44 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ |
43 | ../../../../i18n/zh_TW/bluetooth-manager.ts | 45 | ../../../../i18n/zh_TW/bluetooth-manager.ts |
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 9be887b..5870d73 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.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 = 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/xx/appearance.ts \ | ||
14 | ../../../i18n/en/appearance.ts \ | 15 | ../../../i18n/en/appearance.ts \ |
15 | ../../../i18n/es/appearance.ts \ | 16 | ../../../i18n/es/appearance.ts \ |
16 | ../../../i18n/fr/appearance.ts \ | 17 | ../../../i18n/fr/appearance.ts \ |
17 | ../../../i18n/hu/appearance.ts \ | 18 | ../../../i18n/hu/appearance.ts \ |
18 | ../../../i18n/ja/appearance.ts \ | 19 | ../../../i18n/ja/appearance.ts \ |
19 | ../../../i18n/ko/appearance.ts \ | 20 | ../../../i18n/ko/appearance.ts \ |
20 | ../../../i18n/no/appearance.ts \ | 21 | ../../../i18n/no/appearance.ts \ |
21 | ../../../i18n/pl/appearance.ts \ | 22 | ../../../i18n/pl/appearance.ts \ |
22 | ../../../i18n/pt/appearance.ts \ | 23 | ../../../i18n/pt/appearance.ts \ |
23 | ../../../i18n/pt_BR/appearance.ts \ | 24 | ../../../i18n/pt_BR/appearance.ts \ |
24 | ../../../i18n/sl/appearance.ts \ | 25 | ../../../i18n/sl/appearance.ts \ |
25 | ../../../i18n/zh_CN/appearance.ts \ | 26 | ../../../i18n/zh_CN/appearance.ts \ |
26 | ../../../i18n/zh_TW/appearance.ts \ | 27 | ../../../i18n/zh_TW/appearance.ts \ |
27 | ../../../i18n/da/appearance.ts | 28 | ../../../i18n/da/appearance.ts |
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro index 064d6e4..75fca33 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/xx/backup.ts \ | ||
14 | · ../../../i18n/en/backup.ts \ | 15 | · ../../../i18n/en/backup.ts \ |
15 | · ../../../i18n/es/backup.ts \ | 16 | · ../../../i18n/es/backup.ts \ |
16 | · ../../../i18n/fr/backup.ts \ | 17 | · ../../../i18n/fr/backup.ts \ |
17 | · ../../../i18n/hu/backup.ts \ | 18 | · ../../../i18n/hu/backup.ts \ |
18 | · ../../../i18n/ja/backup.ts \ | 19 | · ../../../i18n/ja/backup.ts \ |
19 | · ../../../i18n/ko/backup.ts \ | 20 | · ../../../i18n/ko/backup.ts \ |
20 | · ../../../i18n/no/backup.ts \ | 21 | · ../../../i18n/no/backup.ts \ |
21 | · ../../../i18n/pl/backup.ts \ | 22 | · ../../../i18n/pl/backup.ts \ |
22 | · ../../../i18n/pt/backup.ts \ | 23 | · ../../../i18n/pt/backup.ts \ |
23 | · ../../../i18n/pt_BR/backup.ts \ | 24 | · ../../../i18n/pt_BR/backup.ts \ |
24 | · ../../../i18n/sl/backup.ts \ | 25 | · ../../../i18n/sl/backup.ts \ |
25 | · ../../../i18n/zh_CN/backup.ts \ | 26 | · ../../../i18n/zh_CN/backup.ts \ |
26 | · ../../../i18n/zh_TW/backup.ts \ | 27 | · ../../../i18n/zh_TW/backup.ts \ |
27 | · ../../../i18n/it/backup.ts \ | 28 | · ../../../i18n/it/backup.ts \ |
28 | · ../../../i18n/da/backup.ts | 29 | · ../../../i18n/da/backup.ts |
29 | 30 | ||
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 72d56ff..cf8b697 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -1,26 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = 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/xx/language.ts \ | ||
13 | ../../../i18n/en/language.ts \ | 14 | ../../../i18n/en/language.ts \ |
14 | ../../../i18n/es/language.ts \ | 15 | ../../../i18n/es/language.ts \ |
15 | ../../../i18n/fr/language.ts \ | 16 | ../../../i18n/fr/language.ts \ |
16 | ../../../i18n/hu/language.ts \ | 17 | ../../../i18n/hu/language.ts \ |
17 | ../../../i18n/ja/language.ts \ | 18 | ../../../i18n/ja/language.ts \ |
18 | ../../../i18n/ko/language.ts \ | 19 | ../../../i18n/ko/language.ts \ |
19 | ../../../i18n/no/language.ts \ | 20 | ../../../i18n/no/language.ts \ |
20 | ../../../i18n/pl/language.ts \ | 21 | ../../../i18n/pl/language.ts \ |
21 | ../../../i18n/pt/language.ts \ | 22 | ../../../i18n/pt/language.ts \ |
22 | ../../../i18n/pt_BR/language.ts \ | 23 | ../../../i18n/pt_BR/language.ts \ |
23 | ../../../i18n/sl/language.ts \ | 24 | ../../../i18n/sl/language.ts \ |
24 | ../../../i18n/zh_CN/language.ts \ | 25 | ../../../i18n/zh_CN/language.ts \ |
25 | ../../../i18n/zh_TW/language.ts \ | 26 | ../../../i18n/zh_TW/language.ts \ |
26 | ../../../i18n/da/language.ts | 27 | ../../../i18n/da/language.ts |
diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index df19711..bb2c4ed 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin/ | 2 | DESTDIR = $(OPIEDIR)/bin/ |
3 | #CONFIG = qt warn_on debug | 3 | #CONFIG = qt warn_on debug |
4 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = mediumwidget.h mediumglobal.h mainwindow.h | 5 | HEADERS = mediumwidget.h mediumglobal.h mainwindow.h |
6 | SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc | 6 | SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = mediummount | 10 | TARGET = mediummount |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ |
13 | ../../../i18n/da/mediummount.ts \ | ||
14 | ../../../i18n/xx/mediummount.ts \ | ||
13 | ../../../i18n/en/mediummount.ts \ | 15 | ../../../i18n/en/mediummount.ts \ |
14 | ../../../i18n/es/mediummount.ts \ | 16 | ../../../i18n/es/mediummount.ts \ |
15 | ../../../i18n/fr/mediummount.ts \ | 17 | ../../../i18n/fr/mediummount.ts \ |
16 | ../../../i18n/hu/mediummount.ts \ | 18 | ../../../i18n/hu/mediummount.ts \ |
17 | ../../../i18n/ja/mediummount.ts \ | 19 | ../../../i18n/ja/mediummount.ts \ |
18 | ../../../i18n/ko/mediummount.ts \ | 20 | ../../../i18n/ko/mediummount.ts \ |
19 | ../../../i18n/no/mediummount.ts \ | 21 | ../../../i18n/no/mediummount.ts \ |
20 | ../../../i18n/pl/mediummount.ts \ | 22 | ../../../i18n/pl/mediummount.ts \ |
21 | ../../../i18n/pt/mediummount.ts \ | 23 | ../../../i18n/pt/mediummount.ts \ |
22 | ../../../i18n/pt_BR/mediummount.ts \ | 24 | ../../../i18n/pt_BR/mediummount.ts \ |
23 | ../../../i18n/sl/mediummount.ts \ | 25 | ../../../i18n/sl/mediummount.ts \ |
24 | ../../../i18n/zh_CN/mediummount.ts \ | 26 | ../../../i18n/zh_CN/mediummount.ts \ |
25 | ../../../i18n/zh_TW/mediummount.ts | 27 | ../../../i18n/zh_TW/mediummount.ts |
diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index a849431..d74618c 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro | |||
@@ -1,26 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | #CONFIG = qt warn_on release | 3 | #CONFIG = qt warn_on release |
4 | HEADERS = ntp.h settime.h | 4 | HEADERS = ntp.h settime.h |
5 | SOURCES = main.cpp ntp.cpp settime.cpp | 5 | SOURCES = main.cpp ntp.cpp settime.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | INTERFACES= ntpbase.ui | 9 | INTERFACES= ntpbase.ui |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | TARGET = systemtime | 11 | TARGET = systemtime |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ |
14 | ../../../i18n/da/systemtime.ts \ | ||
15 | ../../../i18n/xx/systemtime.ts \ | ||
14 | ../../../i18n/en/systemtime.ts \ | 16 | ../../../i18n/en/systemtime.ts \ |
15 | ../../../i18n/es/systemtime.ts \ | 17 | ../../../i18n/es/systemtime.ts \ |
16 | ../../../i18n/fr/systemtime.ts \ | 18 | ../../../i18n/fr/systemtime.ts \ |
17 | ../../../i18n/hu/systemtime.ts \ | 19 | ../../../i18n/hu/systemtime.ts \ |
18 | ../../../i18n/ja/systemtime.ts \ | 20 | ../../../i18n/ja/systemtime.ts \ |
19 | ../../../i18n/ko/systemtime.ts \ | 21 | ../../../i18n/ko/systemtime.ts \ |
20 | ../../../i18n/no/systemtime.ts \ | 22 | ../../../i18n/no/systemtime.ts \ |
21 | ../../../i18n/pl/systemtime.ts \ | 23 | ../../../i18n/pl/systemtime.ts \ |
22 | ../../../i18n/pt/systemtime.ts \ | 24 | ../../../i18n/pt/systemtime.ts \ |
23 | ../../../i18n/pt_BR/systemtime.ts \ | 25 | ../../../i18n/pt_BR/systemtime.ts \ |
24 | ../../../i18n/sl/systemtime.ts \ | 26 | ../../../i18n/sl/systemtime.ts \ |
25 | ../../../i18n/zh_CN/systemtime.ts \ | 27 | ../../../i18n/zh_CN/systemtime.ts \ |
26 | ../../../i18n/zh_TW/systemtime.ts | 28 | ../../../i18n/zh_TW/systemtime.ts |
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index a77ba28..fe07d95 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = 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/da/sound.ts \ | ||
14 | ../../../i18n/xx/sound.ts \ | ||
13 | ../../../i18n/en/sound.ts \ | 15 | ../../../i18n/en/sound.ts \ |
14 | ../../../i18n/es/sound.ts \ | 16 | ../../../i18n/es/sound.ts \ |
15 | ../../../i18n/fr/sound.ts \ | 17 | ../../../i18n/fr/sound.ts \ |
16 | ../../../i18n/hu/sound.ts \ | 18 | ../../../i18n/hu/sound.ts \ |
17 | ../../../i18n/ja/sound.ts \ | 19 | ../../../i18n/ja/sound.ts \ |
18 | ../../../i18n/ko/sound.ts \ | 20 | ../../../i18n/ko/sound.ts \ |
19 | ../../../i18n/no/sound.ts \ | 21 | ../../../i18n/no/sound.ts \ |
20 | ../../../i18n/pl/sound.ts \ | 22 | ../../../i18n/pl/sound.ts \ |
21 | ../../../i18n/pt/sound.ts \ | 23 | ../../../i18n/pt/sound.ts \ |
22 | ../../../i18n/pt_BR/sound.ts \ | 24 | ../../../i18n/pt_BR/sound.ts \ |
23 | ../../../i18n/sl/sound.ts \ | 25 | ../../../i18n/sl/sound.ts \ |
24 | ../../../i18n/zh_CN/sound.ts \ | 26 | ../../../i18n/zh_CN/sound.ts \ |
25 | ../../../i18n/zh_TW/sound.ts | 27 | ../../../i18n/zh_TW/sound.ts |
diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro index af2cc60..3b62cfd 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/xx/sshkeys.ts \ | ||
13 | · ../../../i18n/en/sshkeys.ts \ | 14 | · ../../../i18n/en/sshkeys.ts \ |
14 | · ../../../i18n/es/sshkeys.ts \ | 15 | · ../../../i18n/es/sshkeys.ts \ |
15 | · ../../../i18n/fr/sshkeys.ts \ | 16 | · ../../../i18n/fr/sshkeys.ts \ |
16 | · ../../../i18n/hu/sshkeys.ts \ | 17 | · ../../../i18n/hu/sshkeys.ts \ |
17 | · ../../../i18n/ja/sshkeys.ts \ | 18 | · ../../../i18n/ja/sshkeys.ts \ |
18 | · ../../../i18n/ko/sshkeys.ts \ | 19 | · ../../../i18n/ko/sshkeys.ts \ |
19 | · ../../../i18n/no/sshkeys.ts \ | 20 | · ../../../i18n/no/sshkeys.ts \ |
20 | · ../../../i18n/pl/sshkeys.ts \ | 21 | · ../../../i18n/pl/sshkeys.ts \ |
21 | · ../../../i18n/pt/sshkeys.ts \ | 22 | · ../../../i18n/pt/sshkeys.ts \ |
22 | · ../../../i18n/pt_BR/sshkeys.ts \ | 23 | · ../../../i18n/pt_BR/sshkeys.ts \ |
23 | · ../../../i18n/sl/sshkeys.ts \ | 24 | · ../../../i18n/sl/sshkeys.ts \ |
24 | · ../../../i18n/zh_CN/sshkeys.ts \ | 25 | · ../../../i18n/zh_CN/sshkeys.ts \ |
25 | · ../../../i18n/zh_TW/sshkeys.ts \ | 26 | · ../../../i18n/zh_TW/sshkeys.ts \ |
26 | ../../../i18n/it/sshkeys.ts \ | 27 | ../../../i18n/it/sshkeys.ts \ |
27 | ../../../i18n/da/sshkeys.ts | 28 | ../../../i18n/da/sshkeys.ts |
28 | 29 | ||
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 1396fe6..236fc02 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -8,38 +8,39 @@ HEADERS = memory.h \ | |||
8 | processinfo.h \ | 8 | processinfo.h \ |
9 | processdetail.h \ | 9 | processdetail.h \ |
10 | modulesinfo.h \ | 10 | modulesinfo.h \ |
11 | modulesdetail.h \ | 11 | modulesdetail.h \ |
12 | versioninfo.h \ | 12 | versioninfo.h \ |
13 | sysinfo.h | 13 | sysinfo.h |
14 | SOURCES = main.cpp \ | 14 | SOURCES = main.cpp \ |
15 | memory.cpp \ | 15 | memory.cpp \ |
16 | graph.cpp \ | 16 | graph.cpp \ |
17 | load.cpp \ | 17 | load.cpp \ |
18 | storage.cpp \ | 18 | storage.cpp \ |
19 | processinfo.cpp \ | 19 | processinfo.cpp \ |
20 | modulesinfo.cpp \ | 20 | modulesinfo.cpp \ |
21 | processdetail.cpp \ | 21 | processdetail.cpp \ |
22 | modulesdetail.cpp \ | 22 | modulesdetail.cpp \ |
23 | versioninfo.cpp \ | 23 | versioninfo.cpp \ |
24 | sysinfo.cpp | 24 | sysinfo.cpp |
25 | INTERFACES = | 25 | INTERFACES = |
26 | INCLUDEPATH += $(OPIEDIR)/include | 26 | INCLUDEPATH += $(OPIEDIR)/include |
27 | DEPENDPATH += $(OPIEDIR)/include | 27 | DEPENDPATH += $(OPIEDIR)/include |
28 | LIBS += -lqpe -lopie | 28 | LIBS += -lqpe -lopie |
29 | TARGET = sysinfo | 29 | TARGET = sysinfo |
30 | 30 | ||
31 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ | 31 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ |
32 | ../../../i18n/xx/sysinfo.ts \ | ||
32 | ../../../i18n/en/sysinfo.ts \ | 33 | ../../../i18n/en/sysinfo.ts \ |
33 | ../../../i18n/es/sysinfo.ts \ | 34 | ../../../i18n/es/sysinfo.ts \ |
34 | ../../../i18n/fr/sysinfo.ts \ | 35 | ../../../i18n/fr/sysinfo.ts \ |
35 | ../../../i18n/hu/sysinfo.ts \ | 36 | ../../../i18n/hu/sysinfo.ts \ |
36 | ../../../i18n/ja/sysinfo.ts \ | 37 | ../../../i18n/ja/sysinfo.ts \ |
37 | ../../../i18n/ko/sysinfo.ts \ | 38 | ../../../i18n/ko/sysinfo.ts \ |
38 | ../../../i18n/no/sysinfo.ts \ | 39 | ../../../i18n/no/sysinfo.ts \ |
39 | ../../../i18n/pl/sysinfo.ts \ | 40 | ../../../i18n/pl/sysinfo.ts \ |
40 | ../../../i18n/pt/sysinfo.ts \ | 41 | ../../../i18n/pt/sysinfo.ts \ |
41 | ../../../i18n/pt_BR/sysinfo.ts \ | 42 | ../../../i18n/pt_BR/sysinfo.ts \ |
42 | ../../../i18n/sl/sysinfo.ts \ | 43 | ../../../i18n/sl/sysinfo.ts \ |
43 | ../../../i18n/zh_CN/sysinfo.ts \ | 44 | ../../../i18n/zh_CN/sysinfo.ts \ |
44 | ../../../i18n/zh_TW/sysinfo.ts \ | 45 | ../../../i18n/zh_TW/sysinfo.ts \ |
45 | ../../../i18n/da/sysinfo.ts | 46 | ../../../i18n/da/sysinfo.ts |
diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index 5c65a1d..9911617 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/tabmanager.ts \ | ||
14 | ../../../i18n/xx/tabmanager.ts \ | ||
13 | ../../../i18n/en/tabmanager.ts \ | 15 | ../../../i18n/en/tabmanager.ts \ |
14 | ../../../i18n/es/tabmanager.ts \ | 16 | ../../../i18n/es/tabmanager.ts \ |
15 | ../../../i18n/fr/tabmanager.ts \ | 17 | ../../../i18n/fr/tabmanager.ts \ |
16 | ../../../i18n/hu/tabmanager.ts \ | 18 | ../../../i18n/hu/tabmanager.ts \ |
17 | ../../../i18n/ja/tabmanager.ts \ | 19 | ../../../i18n/ja/tabmanager.ts \ |
18 | ../../../i18n/ko/tabmanager.ts \ | 20 | ../../../i18n/ko/tabmanager.ts \ |
19 | ../../../i18n/no/tabmanager.ts \ | 21 | ../../../i18n/no/tabmanager.ts \ |
20 | ../../../i18n/pl/tabmanager.ts \ | 22 | ../../../i18n/pl/tabmanager.ts \ |
21 | ../../../i18n/pt/tabmanager.ts \ | 23 | ../../../i18n/pt/tabmanager.ts \ |
22 | ../../../i18n/pt_BR/tabmanager.ts \ | 24 | ../../../i18n/pt_BR/tabmanager.ts \ |
23 | ../../../i18n/sl/tabmanager.ts \ | 25 | ../../../i18n/sl/tabmanager.ts \ |
24 | ../../../i18n/zh_CN/tabmanager.ts \ | 26 | ../../../i18n/zh_CN/tabmanager.ts \ |
25 | ../../../i18n/zh_TW/tabmanager.ts | 27 | ../../../i18n/zh_TW/tabmanager.ts |
diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index 06bb4a8..f41a8a7 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/xx/usermanager.ts \ | ||
13 | · ../../../i18n/en/usermanager.ts \ | 14 | · ../../../i18n/en/usermanager.ts \ |
14 | · ../../../i18n/es/usermanager.ts \ | 15 | · ../../../i18n/es/usermanager.ts \ |
15 | · ../../../i18n/fr/usermanager.ts \ | 16 | · ../../../i18n/fr/usermanager.ts \ |
16 | · ../../../i18n/hu/usermanager.ts \ | 17 | · ../../../i18n/hu/usermanager.ts \ |
17 | · ../../../i18n/ja/usermanager.ts \ | 18 | · ../../../i18n/ja/usermanager.ts \ |
18 | · ../../../i18n/ko/usermanager.ts \ | 19 | · ../../../i18n/ko/usermanager.ts \ |
19 | · ../../../i18n/no/usermanager.ts \ | 20 | · ../../../i18n/no/usermanager.ts \ |
20 | · ../../../i18n/pl/usermanager.ts \ | 21 | · ../../../i18n/pl/usermanager.ts \ |
21 | · ../../../i18n/pt/usermanager.ts \ | 22 | · ../../../i18n/pt/usermanager.ts \ |
22 | · ../../../i18n/pt_BR/usermanager.ts \ | 23 | · ../../../i18n/pt_BR/usermanager.ts \ |
23 | · ../../../i18n/sl/usermanager.ts \ | 24 | · ../../../i18n/sl/usermanager.ts \ |
24 | · ../../../i18n/zh_CN/usermanager.ts \ | 25 | · ../../../i18n/zh_CN/usermanager.ts \ |
25 | · ../../../i18n/zh_TW/usermanager.ts \ | 26 | · ../../../i18n/zh_TW/usermanager.ts \ |
26 | · ../../../i18n/it/usermanager.ts \ | 27 | · ../../../i18n/it/usermanager.ts \ |
27 | ../../../i18n/da/usermanager.ts | 28 | ../../../i18n/da/usermanager.ts |
28 | 29 | ||
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index 0e3716f..a774fd2 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro | |||
@@ -1,32 +1,34 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded release warn_on | 2 | CONFIG = qt embedded release warn_on |
3 | SOURCES = liquid.cpp \ | 3 | 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/da/libliquid.ts \ | ||
21 | ../../../i18n/xx/libliquid.ts \ | ||
20 | ../../../i18n/en/libliquid.ts \ | 22 | ../../../i18n/en/libliquid.ts \ |
21 | ../../../i18n/es/libliquid.ts \ | 23 | ../../../i18n/es/libliquid.ts \ |
22 | ../../../i18n/fr/libliquid.ts \ | 24 | ../../../i18n/fr/libliquid.ts \ |
23 | ../../../i18n/hu/libliquid.ts \ | 25 | ../../../i18n/hu/libliquid.ts \ |
24 | ../../../i18n/ja/libliquid.ts \ | 26 | ../../../i18n/ja/libliquid.ts \ |
25 | ../../../i18n/ko/libliquid.ts \ | 27 | ../../../i18n/ko/libliquid.ts \ |
26 | ../../../i18n/no/libliquid.ts \ | 28 | ../../../i18n/no/libliquid.ts \ |
27 | ../../../i18n/pl/libliquid.ts \ | 29 | ../../../i18n/pl/libliquid.ts \ |
28 | ../../../i18n/pt/libliquid.ts \ | 30 | ../../../i18n/pt/libliquid.ts \ |
29 | ../../../i18n/pt_BR/libliquid.ts \ | 31 | ../../../i18n/pt_BR/libliquid.ts \ |
30 | ../../../i18n/sl/libliquid.ts \ | 32 | ../../../i18n/sl/libliquid.ts \ |
31 | ../../../i18n/zh_CN/libliquid.ts \ | 33 | ../../../i18n/zh_CN/libliquid.ts \ |
32 | ../../../i18n/zh_TW/libliquid.ts | 34 | ../../../i18n/zh_TW/libliquid.ts |
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index cf15f33..df833bc 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro | |||
@@ -1,25 +1,27 @@ | |||
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/da/libmetal.ts \ | ||
14 | ../../../i18n/xx/libmetal.ts \ | ||
13 | ../../../i18n/en/libmetal.ts \ | 15 | ../../../i18n/en/libmetal.ts \ |
14 | ../../../i18n/es/libmetal.ts \ | 16 | ../../../i18n/es/libmetal.ts \ |
15 | ../../../i18n/fr/libmetal.ts \ | 17 | ../../../i18n/fr/libmetal.ts \ |
16 | ../../../i18n/hu/libmetal.ts \ | 18 | ../../../i18n/hu/libmetal.ts \ |
17 | ../../../i18n/ja/libmetal.ts \ | 19 | ../../../i18n/ja/libmetal.ts \ |
18 | ../../../i18n/ko/libmetal.ts \ | 20 | ../../../i18n/ko/libmetal.ts \ |
19 | ../../../i18n/no/libmetal.ts \ | 21 | ../../../i18n/no/libmetal.ts \ |
20 | ../../../i18n/pl/libmetal.ts \ | 22 | ../../../i18n/pl/libmetal.ts \ |
21 | ../../../i18n/pt/libmetal.ts \ | 23 | ../../../i18n/pt/libmetal.ts \ |
22 | ../../../i18n/pt_BR/libmetal.ts \ | 24 | ../../../i18n/pt_BR/libmetal.ts \ |
23 | ../../../i18n/sl/libmetal.ts \ | 25 | ../../../i18n/sl/libmetal.ts \ |
24 | ../../../i18n/zh_CN/libmetal.ts \ | 26 | ../../../i18n/zh_CN/libmetal.ts \ |
25 | ../../../i18n/zh_TW/libmetal.ts | 27 | ../../../i18n/zh_TW/libmetal.ts |
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro index 49c4103..29da52f 100644 --- a/noncore/styles/theme/theme.pro +++ b/noncore/styles/theme/theme.pro | |||
@@ -1,35 +1,37 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded debug warn_on | 2 | CONFIG = qt embedded debug warn_on |
3 | SOURCES = ogfxeffect.cpp \ | 3 | SOURCES = ogfxeffect.cpp \ |
4 | othemestyle.cpp \ | 4 | othemestyle.cpp \ |
5 | othemebase.cpp \ | 5 | othemebase.cpp \ |
6 | themeset.cpp \ | 6 | themeset.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/da/libtheme.ts \ | ||
24 | ../../../i18n/xx/libtheme.ts \ | ||
23 | ../../../i18n/en/libtheme.ts \ | 25 | ../../../i18n/en/libtheme.ts \ |
24 | ../../../i18n/es/libtheme.ts \ | 26 | ../../../i18n/es/libtheme.ts \ |
25 | ../../../i18n/fr/libtheme.ts \ | 27 | ../../../i18n/fr/libtheme.ts \ |
26 | ../../../i18n/hu/libtheme.ts \ | 28 | ../../../i18n/hu/libtheme.ts \ |
27 | ../../../i18n/ja/libtheme.ts \ | 29 | ../../../i18n/ja/libtheme.ts \ |
28 | ../../../i18n/ko/libtheme.ts \ | 30 | ../../../i18n/ko/libtheme.ts \ |
29 | ../../../i18n/no/libtheme.ts \ | 31 | ../../../i18n/no/libtheme.ts \ |
30 | ../../../i18n/pl/libtheme.ts \ | 32 | ../../../i18n/pl/libtheme.ts \ |
31 | ../../../i18n/pt/libtheme.ts \ | 33 | ../../../i18n/pt/libtheme.ts \ |
32 | ../../../i18n/pt_BR/libtheme.ts \ | 34 | ../../../i18n/pt_BR/libtheme.ts \ |
33 | ../../../i18n/sl/libtheme.ts \ | 35 | ../../../i18n/sl/libtheme.ts \ |
34 | ../../../i18n/zh_CN/libtheme.ts \ | 36 | ../../../i18n/zh_CN/libtheme.ts \ |
35 | ../../../i18n/zh_TW/libtheme.ts | 37 | ../../../i18n/zh_TW/libtheme.ts |
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index c8396c9..eed584f 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -1,27 +1,28 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = 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/xx/calculator.ts \ | ||
14 | ../../../i18n/en/calculator.ts \ | 15 | ../../../i18n/en/calculator.ts \ |
15 | ../../../i18n/es/calculator.ts \ | 16 | ../../../i18n/es/calculator.ts \ |
16 | ../../../i18n/fr/calculator.ts \ | 17 | ../../../i18n/fr/calculator.ts \ |
17 | ../../../i18n/hu/calculator.ts \ | 18 | ../../../i18n/hu/calculator.ts \ |
18 | ../../../i18n/ja/calculator.ts \ | 19 | ../../../i18n/ja/calculator.ts \ |
19 | ../../../i18n/ko/calculator.ts \ | 20 | ../../../i18n/ko/calculator.ts \ |
20 | ../../../i18n/no/calculator.ts \ | 21 | ../../../i18n/no/calculator.ts \ |
21 | ../../../i18n/pl/calculator.ts \ | 22 | ../../../i18n/pl/calculator.ts \ |
22 | ../../../i18n/pt/calculator.ts \ | 23 | ../../../i18n/pt/calculator.ts \ |
23 | ../../../i18n/pt_BR/calculator.ts \ | 24 | ../../../i18n/pt_BR/calculator.ts \ |
24 | ../../../i18n/sl/calculator.ts \ | 25 | ../../../i18n/sl/calculator.ts \ |
25 | ../../../i18n/zh_CN/calculator.ts \ | 26 | ../../../i18n/zh_CN/calculator.ts \ |
26 | ../../../i18n/zh_TW/calculator.ts \ | 27 | ../../../i18n/zh_TW/calculator.ts \ |
27 | ../../../i18n/da/calculator.ts | 28 | ../../../i18n/da/calculator.ts |
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 554c829..086349e 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.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 = clock.h setAlarm.h | 4 | HEADERS = clock.h setAlarm.h |
5 | SOURCES = clock.cpp setAlarm.cpp \ | 5 | SOURCES = clock.cpp setAlarm.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ |
14 | ../../../i18n/xx/clock.ts \ | ||
14 | ../../../i18n/en/clock.ts \ | 15 | ../../../i18n/en/clock.ts \ |
15 | ../../../i18n/es/clock.ts \ | 16 | ../../../i18n/es/clock.ts \ |
16 | ../../../i18n/fr/clock.ts \ | 17 | ../../../i18n/fr/clock.ts \ |
17 | ../../../i18n/hu/clock.ts \ | 18 | ../../../i18n/hu/clock.ts \ |
18 | ../../../i18n/ja/clock.ts \ | 19 | ../../../i18n/ja/clock.ts \ |
19 | ../../../i18n/ko/clock.ts \ | 20 | ../../../i18n/ko/clock.ts \ |
20 | ../../../i18n/no/clock.ts \ | 21 | ../../../i18n/no/clock.ts \ |
21 | ../../../i18n/pl/clock.ts \ | 22 | ../../../i18n/pl/clock.ts \ |
22 | ../../../i18n/pt/clock.ts \ | 23 | ../../../i18n/pt/clock.ts \ |
23 | ../../../i18n/pt_BR/clock.ts \ | 24 | ../../../i18n/pt_BR/clock.ts \ |
24 | ../../../i18n/sl/clock.ts \ | 25 | ../../../i18n/sl/clock.ts \ |
25 | ../../../i18n/zh_CN/clock.ts \ | 26 | ../../../i18n/zh_CN/clock.ts \ |
26 | ../../../i18n/zh_TW/clock.ts \ | 27 | ../../../i18n/zh_TW/clock.ts \ |
27 | ../../../i18n/da/clock.ts | 28 | ../../../i18n/da/clock.ts |
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index 17801dc..2c08e4c 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro | |||
@@ -1,24 +1,26 @@ | |||
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/da/formatter.ts \ | ||
13 | ../../../i18n/xx/formatter.ts \ | ||
12 | ../../../i18n/en/formatter.ts \ | 14 | ../../../i18n/en/formatter.ts \ |
13 | ../../../i18n/es/formatter.ts \ | 15 | ../../../i18n/es/formatter.ts \ |
14 | ../../../i18n/fr/formatter.ts \ | 16 | ../../../i18n/fr/formatter.ts \ |
15 | ../../../i18n/hu/formatter.ts \ | 17 | ../../../i18n/hu/formatter.ts \ |
16 | ../../../i18n/ja/formatter.ts \ | 18 | ../../../i18n/ja/formatter.ts \ |
17 | ../../../i18n/ko/formatter.ts \ | 19 | ../../../i18n/ko/formatter.ts \ |
18 | ../../../i18n/no/formatter.ts \ | 20 | ../../../i18n/no/formatter.ts \ |
19 | ../../../i18n/pl/formatter.ts \ | 21 | ../../../i18n/pl/formatter.ts \ |
20 | ../../../i18n/pt/formatter.ts \ | 22 | ../../../i18n/pt/formatter.ts \ |
21 | ../../../i18n/pt_BR/formatter.ts \ | 23 | ../../../i18n/pt_BR/formatter.ts \ |
22 | ../../../i18n/sl/formatter.ts \ | 24 | ../../../i18n/sl/formatter.ts \ |
23 | ../../../i18n/zh_CN/formatter.ts \ | 25 | ../../../i18n/zh_CN/formatter.ts \ |
24 | ../../../i18n/zh_TW/formatter.ts | 26 | ../../../i18n/zh_TW/formatter.ts |
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index 0866f48..c6c1846 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro | |||
@@ -1,24 +1,26 @@ | |||
1 | TEMPLATE =app | 1 | TEMPLATE =app |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | DESTDIR =$(OPIEDIR)/bin | 3 | DESTDIR =$(OPIEDIR)/bin |
4 | HEADERS =mbox.h fviewer.h inputdialog.h | 4 | HEADERS =mbox.h fviewer.h inputdialog.h |
5 | SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp | 5 | SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp |
6 | INCLUDEPATH +=$(OPIEDIR)/include | 6 | INCLUDEPATH +=$(OPIEDIR)/include |
7 | DEPENDPATH +=$(OPIEDIR)/include | 7 | DEPENDPATH +=$(OPIEDIR)/include |
8 | LIBS +=-lqpe | 8 | LIBS +=-lqpe |
9 | TARGET = opie-sh | 9 | TARGET = opie-sh |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ |
12 | ../../../i18n/da/opie-sh.ts \ | ||
13 | ../../../i18n/xx/opie-sh.ts \ | ||
12 | ../../../i18n/en/opie-sh.ts \ | 14 | ../../../i18n/en/opie-sh.ts \ |
13 | ../../../i18n/es/opie-sh.ts \ | 15 | ../../../i18n/es/opie-sh.ts \ |
14 | ../../../i18n/fr/opie-sh.ts \ | 16 | ../../../i18n/fr/opie-sh.ts \ |
15 | ../../../i18n/hu/opie-sh.ts \ | 17 | ../../../i18n/hu/opie-sh.ts \ |
16 | ../../../i18n/ja/opie-sh.ts \ | 18 | ../../../i18n/ja/opie-sh.ts \ |
17 | ../../../i18n/ko/opie-sh.ts \ | 19 | ../../../i18n/ko/opie-sh.ts \ |
18 | ../../../i18n/no/opie-sh.ts \ | 20 | ../../../i18n/no/opie-sh.ts \ |
19 | ../../../i18n/pl/opie-sh.ts \ | 21 | ../../../i18n/pl/opie-sh.ts \ |
20 | ../../../i18n/pt/opie-sh.ts \ | 22 | ../../../i18n/pt/opie-sh.ts \ |
21 | ../../../i18n/pt_BR/opie-sh.ts \ | 23 | ../../../i18n/pt_BR/opie-sh.ts \ |
22 | ../../../i18n/sl/opie-sh.ts \ | 24 | ../../../i18n/sl/opie-sh.ts \ |
23 | ../../../i18n/zh_CN/opie-sh.ts \ | 25 | ../../../i18n/zh_CN/opie-sh.ts \ |
24 | ../../../i18n/zh_TW/opie-sh.ts | 26 | ../../../i18n/zh_TW/opie-sh.ts |
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index e5fc3fb..277c5ef 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro | |||
@@ -1,24 +1,26 @@ | |||
1 | TEMPLATE=app | 1 | TEMPLATE=app |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | DESTDIR =$(OPIEDIR)/bin | 3 | DESTDIR =$(OPIEDIR)/bin |
4 | HEADERS = remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h 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/da/remote.ts \ | ||
13 | ../../../i18n/xx/remote.ts \ | ||
12 | ../../../i18n/en/remote.ts \ | 14 | ../../../i18n/en/remote.ts \ |
13 | ../../../i18n/es/remote.ts \ | 15 | ../../../i18n/es/remote.ts \ |
14 | ../../../i18n/fr/remote.ts \ | 16 | ../../../i18n/fr/remote.ts \ |
15 | ../../../i18n/hu/remote.ts \ | 17 | ../../../i18n/hu/remote.ts \ |
16 | ../../../i18n/ja/remote.ts \ | 18 | ../../../i18n/ja/remote.ts \ |
17 | ../../../i18n/ko/remote.ts \ | 19 | ../../../i18n/ko/remote.ts \ |
18 | ../../../i18n/no/remote.ts \ | 20 | ../../../i18n/no/remote.ts \ |
19 | ../../../i18n/pl/remote.ts \ | 21 | ../../../i18n/pl/remote.ts \ |
20 | ../../../i18n/pt/remote.ts \ | 22 | ../../../i18n/pt/remote.ts \ |
21 | ../../../i18n/pt_BR/remote.ts \ | 23 | ../../../i18n/pt_BR/remote.ts \ |
22 | ../../../i18n/sl/remote.ts \ | 24 | ../../../i18n/sl/remote.ts \ |
23 | ../../../i18n/zh_CN/remote.ts \ | 25 | ../../../i18n/zh_CN/remote.ts \ |
24 | ../../../i18n/zh_TW/remote.ts | 26 | ../../../i18n/zh_TW/remote.ts |
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index faf31fd..a98e293 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = 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/da/filebrowser.ts \ | ||
13 | ../../../i18n/xx/filebrowser.ts \ | ||
12 | ../../../i18n/en/filebrowser.ts \ | 14 | ../../../i18n/en/filebrowser.ts \ |
13 | ../../../i18n/es/filebrowser.ts \ | 15 | ../../../i18n/es/filebrowser.ts \ |
14 | ../../../i18n/fr/filebrowser.ts \ | 16 | ../../../i18n/fr/filebrowser.ts \ |
15 | ../../../i18n/hu/filebrowser.ts \ | 17 | ../../../i18n/hu/filebrowser.ts \ |
16 | ../../../i18n/ja/filebrowser.ts \ | 18 | ../../../i18n/ja/filebrowser.ts \ |
17 | ../../../i18n/ko/filebrowser.ts \ | 19 | ../../../i18n/ko/filebrowser.ts \ |
18 | ../../../i18n/no/filebrowser.ts \ | 20 | ../../../i18n/no/filebrowser.ts \ |
19 | ../../../i18n/pl/filebrowser.ts \ | 21 | ../../../i18n/pl/filebrowser.ts \ |
20 | ../../../i18n/pt/filebrowser.ts \ | 22 | ../../../i18n/pt/filebrowser.ts \ |
21 | ../../../i18n/pt_BR/filebrowser.ts \ | 23 | ../../../i18n/pt_BR/filebrowser.ts \ |
22 | ../../../i18n/sl/filebrowser.ts \ | 24 | ../../../i18n/sl/filebrowser.ts \ |
23 | ../../../i18n/zh_CN/filebrowser.ts \ | 25 | ../../../i18n/zh_CN/filebrowser.ts \ |
24 | ../../../i18n/it/filebrowser.ts \ | 26 | ../../../i18n/it/filebrowser.ts \ |
25 | ../../../i18n/zh_TW/filebrowser.ts | 27 | ../../../i18n/zh_TW/filebrowser.ts |
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index d627075..a5d3797 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro | |||
@@ -1,29 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = gsmtool.h | 5 | HEADERS = gsmtool.h |
6 | SOURCES = main.cpp gsmtool.cpp | 6 | SOURCES = main.cpp gsmtool.cpp |
7 | # This doesn't actually work... | 7 | # This doesn't actually work... |
8 | TMAKE_CXXFLAGS += -fexceptions | 8 | TMAKE_CXXFLAGS += -fexceptions |
9 | INCLUDEPATH+= $(OPIEDIR)/include | 9 | INCLUDEPATH+= $(OPIEDIR)/include |
10 | INCLUDEPATH+= $(GSMLIBDIR) | 10 | INCLUDEPATH+= $(GSMLIBDIR) |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme | 12 | LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme |
13 | INTERFACES= gsmtoolbase.ui | 13 | INTERFACES= gsmtoolbase.ui |
14 | TARGET = gsmtool | 14 | TARGET = gsmtool |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ |
17 | ../../../i18n/da/gsmtool.ts \ | ||
18 | ../../../i18n/xx/gsmtool.ts \ | ||
17 | ../../../i18n/en/gsmtool.ts \ | 19 | ../../../i18n/en/gsmtool.ts \ |
18 | ../../../i18n/es/gsmtool.ts \ | 20 | ../../../i18n/es/gsmtool.ts \ |
19 | ../../../i18n/fr/gsmtool.ts \ | 21 | ../../../i18n/fr/gsmtool.ts \ |
20 | ../../../i18n/hu/gsmtool.ts \ | 22 | ../../../i18n/hu/gsmtool.ts \ |
21 | ../../../i18n/ja/gsmtool.ts \ | 23 | ../../../i18n/ja/gsmtool.ts \ |
22 | ../../../i18n/ko/gsmtool.ts \ | 24 | ../../../i18n/ko/gsmtool.ts \ |
23 | ../../../i18n/no/gsmtool.ts \ | 25 | ../../../i18n/no/gsmtool.ts \ |
24 | ../../../i18n/pl/gsmtool.ts \ | 26 | ../../../i18n/pl/gsmtool.ts \ |
25 | ../../../i18n/pt/gsmtool.ts \ | 27 | ../../../i18n/pt/gsmtool.ts \ |
26 | ../../../i18n/pt_BR/gsmtool.ts \ | 28 | ../../../i18n/pt_BR/gsmtool.ts \ |
27 | ../../../i18n/sl/gsmtool.ts \ | 29 | ../../../i18n/sl/gsmtool.ts \ |
28 | ../../../i18n/zh_CN/gsmtool.ts \ | 30 | ../../../i18n/zh_CN/gsmtool.ts \ |
29 | ../../../i18n/zh_TW/gsmtool.ts | 31 | ../../../i18n/zh_TW/gsmtool.ts |
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index fe0aed0..c03ebd2 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | HEADERS +=bend.h \ | 3 | HEADERS +=bend.h \ |
4 | bendimpl.h | 4 | bendimpl.h |
5 | SOURCES +=bend.cpp \ | 5 | SOURCES +=bend.cpp \ |
6 | bendimpl.cpp | 6 | bendimpl.cpp |
7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail | 7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail |
8 | LIBS +=-lmail -lqpe | 8 | LIBS +=-lmail -lqpe |
9 | TARGET =bend | 9 | TARGET =bend |
10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ | 10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ |
13 | ../../../i18n/da/libbend.ts \ | ||
14 | ../../../i18n/xx/libbend.ts \ | ||
13 | ../../../i18n/en/libbend.ts \ | 15 | ../../../i18n/en/libbend.ts \ |
14 | ../../../i18n/es/libbend.ts \ | 16 | ../../../i18n/es/libbend.ts \ |
15 | ../../../i18n/fr/libbend.ts \ | 17 | ../../../i18n/fr/libbend.ts \ |
16 | ../../../i18n/hu/libbend.ts \ | 18 | ../../../i18n/hu/libbend.ts \ |
17 | ../../../i18n/ja/libbend.ts \ | 19 | ../../../i18n/ja/libbend.ts \ |
18 | ../../../i18n/ko/libbend.ts \ | 20 | ../../../i18n/ko/libbend.ts \ |
19 | ../../../i18n/no/libbend.ts \ | 21 | ../../../i18n/no/libbend.ts \ |
20 | ../../../i18n/pl/libbend.ts \ | 22 | ../../../i18n/pl/libbend.ts \ |
21 | ../../../i18n/pt/libbend.ts \ | 23 | ../../../i18n/pt/libbend.ts \ |
22 | ../../../i18n/pt_BR/libbend.ts \ | 24 | ../../../i18n/pt_BR/libbend.ts \ |
23 | ../../../i18n/sl/libbend.ts \ | 25 | ../../../i18n/sl/libbend.ts \ |
24 | ../../../i18n/zh_CN/libbend.ts \ | 26 | ../../../i18n/zh_CN/libbend.ts \ |
25 | ../../../i18n/zh_TW/libbend.ts | 27 | ../../../i18n/zh_TW/libbend.ts |
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index e80ecaf..2bee479 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -3,37 +3,39 @@ CONFIG = qt warn_on debug | |||
3 | #CONFIG =qt warn_on release | 3 | #CONFIG =qt warn_on release |
4 | HEADERS =configfile.h \ | 4 | HEADERS =configfile.h \ |
5 | defines.h \ | 5 | defines.h \ |
6 | imapbase.h \ | 6 | imapbase.h \ |
7 | imaphandler.h \ | 7 | imaphandler.h \ |
8 | imapresponse.h \ | 8 | imapresponse.h \ |
9 | mailfactory.h \ | 9 | mailfactory.h \ |
10 | md5.cpp \ | 10 | md5.cpp \ |
11 | miscfunctions.h \ | 11 | miscfunctions.h \ |
12 | smtphandler.h | 12 | smtphandler.h |
13 | SOURCES =configfile.cpp \ | 13 | SOURCES =configfile.cpp \ |
14 | imapbase.cpp \ | 14 | imapbase.cpp \ |
15 | imaphandler.cpp \ | 15 | imaphandler.cpp \ |
16 | imapresponse.cpp \ | 16 | imapresponse.cpp \ |
17 | mailfactory.cpp \ | 17 | mailfactory.cpp \ |
18 | md5.h \ | 18 | md5.h \ |
19 | miscfunctions.cpp \ | 19 | miscfunctions.cpp \ |
20 | smtphandler.cpp | 20 | smtphandler.cpp |
21 | INCLUDEPATH +=$(OPIEDIR)/include | 21 | INCLUDEPATH +=$(OPIEDIR)/include |
22 | LIBS +=-L$(OPIEDIR)/lib -lqpe | 22 | LIBS +=-L$(OPIEDIR)/lib -lqpe |
23 | TARGET =mail | 23 | TARGET =mail |
24 | DESTDIR =$(QTDIR)/lib | 24 | DESTDIR =$(QTDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ |
27 | ../../../i18n/da/libmail.ts \ | ||
28 | ../../../i18n/xx/libmail.ts \ | ||
27 | ../../../i18n/en/libmail.ts \ | 29 | ../../../i18n/en/libmail.ts \ |
28 | ../../../i18n/es/libmail.ts \ | 30 | ../../../i18n/es/libmail.ts \ |
29 | ../../../i18n/fr/libmail.ts \ | 31 | ../../../i18n/fr/libmail.ts \ |
30 | ../../../i18n/hu/libmail.ts \ | 32 | ../../../i18n/hu/libmail.ts \ |
31 | ../../../i18n/ja/libmail.ts \ | 33 | ../../../i18n/ja/libmail.ts \ |
32 | ../../../i18n/ko/libmail.ts \ | 34 | ../../../i18n/ko/libmail.ts \ |
33 | ../../../i18n/no/libmail.ts \ | 35 | ../../../i18n/no/libmail.ts \ |
34 | ../../../i18n/pl/libmail.ts \ | 36 | ../../../i18n/pl/libmail.ts \ |
35 | ../../../i18n/pt/libmail.ts \ | 37 | ../../../i18n/pt/libmail.ts \ |
36 | ../../../i18n/pt_BR/libmail.ts \ | 38 | ../../../i18n/pt_BR/libmail.ts \ |
37 | ../../../i18n/sl/libmail.ts \ | 39 | ../../../i18n/sl/libmail.ts \ |
38 | ../../../i18n/zh_CN/libmail.ts \ | 40 | ../../../i18n/zh_CN/libmail.ts \ |
39 | ../../../i18n/zh_TW/libmail.ts | 41 | ../../../i18n/zh_TW/libmail.ts |
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index 177509d..3378153 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -25,37 +25,39 @@ SOURCES = accounteditor.cpp \ | |||
25 | folderwidget.cpp \ | 25 | folderwidget.cpp \ |
26 | listviewplus.cpp \ | 26 | listviewplus.cpp \ |
27 | mailstatusbar.cpp \ | 27 | mailstatusbar.cpp \ |
28 | mailtable.cpp \ | 28 | mailtable.cpp \ |
29 | main.cpp \ | 29 | main.cpp \ |
30 | mainwindow.cpp \ | 30 | mainwindow.cpp \ |
31 | mainwindowbase.cpp \ | 31 | mainwindowbase.cpp \ |
32 | opendiag.cpp \ | 32 | opendiag.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/da/mail.ts \ | ||
50 | ../../i18n/xx/mail.ts \ | ||
49 | ../../i18n/en/mail.ts \ | 51 | ../../i18n/en/mail.ts \ |
50 | ../../i18n/es/mail.ts \ | 52 | ../../i18n/es/mail.ts \ |
51 | ../../i18n/fr/mail.ts \ | 53 | ../../i18n/fr/mail.ts \ |
52 | ../../i18n/hu/mail.ts \ | 54 | ../../i18n/hu/mail.ts \ |
53 | ../../i18n/ja/mail.ts \ | 55 | ../../i18n/ja/mail.ts \ |
54 | ../../i18n/ko/mail.ts \ | 56 | ../../i18n/ko/mail.ts \ |
55 | ../../i18n/no/mail.ts \ | 57 | ../../i18n/no/mail.ts \ |
56 | ../../i18n/pl/mail.ts \ | 58 | ../../i18n/pl/mail.ts \ |
57 | ../../i18n/pt/mail.ts \ | 59 | ../../i18n/pt/mail.ts \ |
58 | ../../i18n/pt_BR/mail.ts \ | 60 | ../../i18n/pt_BR/mail.ts \ |
59 | ../../i18n/sl/mail.ts \ | 61 | ../../i18n/sl/mail.ts \ |
60 | ../../i18n/zh_CN/mail.ts \ | 62 | ../../i18n/zh_CN/mail.ts \ |
61 | ../../i18n/zh_TW/mail.ts | 63 | ../../i18n/zh_TW/mail.ts |
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index 230df2c..7b933e1 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro | |||
@@ -17,37 +17,39 @@ HEADERS = mainwindow.h \ | |||
17 | package.h | 17 | package.h |
18 | SOURCES = main.cpp \ | 18 | SOURCES = main.cpp \ |
19 | mainwindow.cpp \ | 19 | mainwindow.cpp \ |
20 | utils.cpp \ | 20 | utils.cpp \ |
21 | packagelistdoclnk.cpp \ | 21 | packagelistdoclnk.cpp \ |
22 | packagelistview.cpp \ | 22 | packagelistview.cpp \ |
23 | installdialog.cpp \ | 23 | installdialog.cpp \ |
24 | listviewitemoipkg.cpp \ | 24 | listviewitemoipkg.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/da/oipkg.ts \ | ||
42 | ../../../i18n/xx/oipkg.ts \ | ||
41 | ../../../i18n/en/oipkg.ts \ | 43 | ../../../i18n/en/oipkg.ts \ |
42 | ../../../i18n/es/oipkg.ts \ | 44 | ../../../i18n/es/oipkg.ts \ |
43 | ../../../i18n/fr/oipkg.ts \ | 45 | ../../../i18n/fr/oipkg.ts \ |
44 | ../../../i18n/hu/oipkg.ts \ | 46 | ../../../i18n/hu/oipkg.ts \ |
45 | ../../../i18n/ja/oipkg.ts \ | 47 | ../../../i18n/ja/oipkg.ts \ |
46 | ../../../i18n/ko/oipkg.ts \ | 48 | ../../../i18n/ko/oipkg.ts \ |
47 | ../../../i18n/no/oipkg.ts \ | 49 | ../../../i18n/no/oipkg.ts \ |
48 | ../../../i18n/pl/oipkg.ts \ | 50 | ../../../i18n/pl/oipkg.ts \ |
49 | ../../../i18n/pt/oipkg.ts \ | 51 | ../../../i18n/pt/oipkg.ts \ |
50 | ../../../i18n/pt_BR/oipkg.ts \ | 52 | ../../../i18n/pt_BR/oipkg.ts \ |
51 | ../../../i18n/sl/oipkg.ts \ | 53 | ../../../i18n/sl/oipkg.ts \ |
52 | ../../../i18n/zh_CN/oipkg.ts \ | 54 | ../../../i18n/zh_CN/oipkg.ts \ |
53 | ../../../i18n/zh_TW/oipkg.ts | 55 | ../../../i18n/zh_TW/oipkg.ts |
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index fce3ba6..8c73477 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -33,38 +33,40 @@ SOURCES = xpdf/Array.cc \ | |||
33 | goo/GHash.cc \ | 33 | goo/GHash.cc \ |
34 | goo/GString.cc \ | 34 | goo/GString.cc \ |
35 | goo/GList.cc \ | 35 | goo/GList.cc \ |
36 | QOutputDev.cpp \ | 36 | QOutputDev.cpp \ |
37 | QPEOutputDev.cpp \ | 37 | QPEOutputDev.cpp \ |
38 | qpdf.cpp \ | 38 | qpdf.cpp \ |
39 | qbusybar.cpp \ | 39 | qbusybar.cpp \ |
40 | gooStub.cpp | 40 | gooStub.cpp |
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/da/qpdf.ts \ | ||
58 | ../../../i18n/xx/qpdf.ts \ | ||
57 | ../../../i18n/en/qpdf.ts \ | 59 | ../../../i18n/en/qpdf.ts \ |
58 | ../../../i18n/es/qpdf.ts \ | 60 | ../../../i18n/es/qpdf.ts \ |
59 | ../../../i18n/fr/qpdf.ts \ | 61 | ../../../i18n/fr/qpdf.ts \ |
60 | ../../../i18n/hu/qpdf.ts \ | 62 | ../../../i18n/hu/qpdf.ts \ |
61 | ../../../i18n/ja/qpdf.ts \ | 63 | ../../../i18n/ja/qpdf.ts \ |
62 | ../../../i18n/ko/qpdf.ts \ | 64 | ../../../i18n/ko/qpdf.ts \ |
63 | ../../../i18n/no/qpdf.ts \ | 65 | ../../../i18n/no/qpdf.ts \ |
64 | ../../../i18n/pl/qpdf.ts \ | 66 | ../../../i18n/pl/qpdf.ts \ |
65 | ../../../i18n/pt/qpdf.ts \ | 67 | ../../../i18n/pt/qpdf.ts \ |
66 | ../../../i18n/pt_BR/qpdf.ts \ | 68 | ../../../i18n/pt_BR/qpdf.ts \ |
67 | ../../../i18n/sl/qpdf.ts \ | 69 | ../../../i18n/sl/qpdf.ts \ |
68 | ../../../i18n/zh_CN/qpdf.ts \ | 70 | ../../../i18n/zh_CN/qpdf.ts \ |
69 | ../../../i18n/it/qpdf.ts \ | 71 | ../../../i18n/it/qpdf.ts \ |
70 | ../../../i18n/zh_TW/qpdf.ts | 72 | ../../../i18n/zh_TW/qpdf.ts |
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index 5ad5f9a..007510b 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro | |||
@@ -1,22 +1,24 @@ | |||
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/da/quickexec.ts \ | ||
11 | ../i18n/xx/quickexec.ts \ | ||
10 | ../i18n/en/quickexec.ts \ | 12 | ../i18n/en/quickexec.ts \ |
11 | ../i18n/es/quickexec.ts \ | 13 | ../i18n/es/quickexec.ts \ |
12 | ../i18n/fr/quickexec.ts \ | 14 | ../i18n/fr/quickexec.ts \ |
13 | ../i18n/hu/quickexec.ts \ | 15 | ../i18n/hu/quickexec.ts \ |
14 | ../i18n/ja/quickexec.ts \ | 16 | ../i18n/ja/quickexec.ts \ |
15 | ../i18n/ko/quickexec.ts \ | 17 | ../i18n/ko/quickexec.ts \ |
16 | ../i18n/no/quickexec.ts \ | 18 | ../i18n/no/quickexec.ts \ |
17 | ../i18n/pl/quickexec.ts \ | 19 | ../i18n/pl/quickexec.ts \ |
18 | ../i18n/pt/quickexec.ts \ | 20 | ../i18n/pt/quickexec.ts \ |
19 | ../i18n/pt_BR/quickexec.ts \ | 21 | ../i18n/pt_BR/quickexec.ts \ |
20 | ../i18n/sl/quickexec.ts \ | 22 | ../i18n/sl/quickexec.ts \ |
21 | ../i18n/zh_CN/quickexec.ts \ | 23 | ../i18n/zh_CN/quickexec.ts \ |
22 | ../i18n/zh_TW/quickexec.ts | 24 | ../i18n/zh_TW/quickexec.ts |