author | ar <ar> | 2003-12-04 21:16:08 (UTC) |
---|---|---|
committer | ar <ar> | 2003-12-04 21:16:08 (UTC) |
commit | 956020cd93327d53d72254f00e448f92a5e679a1 (patch) (unidiff) | |
tree | 202724f7916d752d2a297c3f28225073748d0794 | |
parent | c8330ea474bcd2d5359db28786514a5d5cda5fe0 (diff) | |
download | opie-956020cd93327d53d72254f00e448f92a5e679a1.zip opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.gz opie-956020cd93327d53d72254f00e448f92a5e679a1.tar.bz2 |
use opie-lupdate instead lupdate
118 files changed, 26 insertions, 2347 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index 1bc208b..2076987 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin warn_on release |
3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h | 3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h |
4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp | 4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp |
5 | TARGET = batteryapplet | 5 | TARGET = batteryapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ | ||
13 | ../../../i18n/nl/libbatteryapplet.ts \ | ||
14 | ../../../i18n/da/libbatteryapplet.ts \ | ||
15 | ../../../i18n/xx/libbatteryapplet.ts \ | ||
16 | ../../../i18n/en/libbatteryapplet.ts \ | ||
17 | ../../../i18n/es/libbatteryapplet.ts \ | ||
18 | ../../../i18n/fr/libbatteryapplet.ts \ | ||
19 | ../../../i18n/hu/libbatteryapplet.ts \ | ||
20 | ../../../i18n/ja/libbatteryapplet.ts \ | ||
21 | ../../../i18n/ko/libbatteryapplet.ts \ | ||
22 | ../../../i18n/no/libbatteryapplet.ts \ | ||
23 | ../../../i18n/pl/libbatteryapplet.ts \ | ||
24 | ../../../i18n/pt/libbatteryapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libbatteryapplet.ts \ | ||
26 | ../../../i18n/sl/libbatteryapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libbatteryapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libbatteryapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro index 75facde..1e8f86f 100644 --- a/core/applets/cardmon/cardmon.pro +++ b/core/applets/cardmon/cardmon.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/libcardmonapplet.ts \ | ||
14 | ../../../i18n/da/libcardmonapplet.ts \ | ||
15 | ../../../i18n/xx/libcardmonapplet.ts \ | ||
16 | ../../../i18n/en/libcardmonapplet.ts \ | ||
17 | ../../../i18n/es/libcardmonapplet.ts \ | ||
18 | ../../../i18n/fr/libcardmonapplet.ts \ | ||
19 | ../../../i18n/hu/libcardmonapplet.ts \ | ||
20 | ../../../i18n/ja/libcardmonapplet.ts \ | ||
21 | ../../../i18n/ko/libcardmonapplet.ts \ | ||
22 | ../../../i18n/no/libcardmonapplet.ts \ | ||
23 | ../../../i18n/pl/libcardmonapplet.ts \ | ||
24 | ../../../i18n/pt/libcardmonapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libcardmonapplet.ts \ | ||
26 | ../../../i18n/sl/libcardmonapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libcardmonapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libcardmonapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro index 358d658..f6842a2 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/libclipboardapplet.ts \ | ||
14 | ../../../i18n/da/libclipboardapplet.ts \ | ||
15 | ../../../i18n/xx/libclipboardapplet.ts \ | ||
16 | ../../../i18n/en/libclipboardapplet.ts \ | ||
17 | ../../../i18n/es/libclipboardapplet.ts \ | ||
18 | ../../../i18n/fr/libclipboardapplet.ts \ | ||
19 | ../../../i18n/hu/libclipboardapplet.ts \ | ||
20 | ../../../i18n/ja/libclipboardapplet.ts \ | ||
21 | ../../../i18n/ko/libclipboardapplet.ts \ | ||
22 | ../../../i18n/no/libclipboardapplet.ts \ | ||
23 | ../../../i18n/pl/libclipboardapplet.ts \ | ||
24 | ../../../i18n/pt/libclipboardapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libclipboardapplet.ts \ | ||
26 | ../../../i18n/sl/libclipboardapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libclipboardapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libclipboardapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index 88092f5..057e332 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/libclockapplet.ts \ | ||
14 | ../../../i18n/da/libclockapplet.ts \ | ||
15 | ../../../i18n/xx/libclockapplet.ts \ | ||
16 | ../../../i18n/en/libclockapplet.ts \ | ||
17 | ../../../i18n/es/libclockapplet.ts \ | ||
18 | ../../../i18n/fr/libclockapplet.ts \ | ||
19 | ../../../i18n/hu/libclockapplet.ts \ | ||
20 | ../../../i18n/ja/libclockapplet.ts \ | ||
21 | ../../../i18n/ko/libclockapplet.ts \ | ||
22 | ../../../i18n/no/libclockapplet.ts \ | ||
23 | ../../../i18n/pl/libclockapplet.ts \ | ||
24 | ../../../i18n/pt/libclockapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libclockapplet.ts \ | ||
26 | ../../../i18n/sl/libclockapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libclockapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libclockapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/homeapplet/homeapplet.pro b/core/applets/homeapplet/homeapplet.pro index 854050f..1210b9d 100644 --- a/core/applets/homeapplet/homeapplet.pro +++ b/core/applets/homeapplet/homeapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/libhomeapplet.ts \ | ||
14 | ../../../i18n/da/libhomeapplet.ts \ | ||
15 | ../../../i18n/xx/libhomeapplet.ts \ | ||
16 | ../../../i18n/en/libhomeapplet.ts \ | ||
17 | ../../../i18n/es/libhomeapplet.ts \ | ||
18 | ../../../i18n/fr/libhomeapplet.ts \ | ||
19 | ../../../i18n/hu/libhomeapplet.ts \ | ||
20 | ../../../i18n/ja/libhomeapplet.ts \ | ||
21 | ../../../i18n/ko/libhomeapplet.ts \ | ||
22 | ../../../i18n/no/libhomeapplet.ts \ | ||
23 | ../../../i18n/pl/libhomeapplet.ts \ | ||
24 | ../../../i18n/pt/libhomeapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libhomeapplet.ts \ | ||
26 | ../../../i18n/sl/libhomeapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libhomeapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libhomeapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index be16bad..4e94dfb 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/libirdaapplet.ts \ | ||
14 | ../../../i18n/da/libirdaapplet.ts \ | ||
15 | ../../../i18n/xx/libirdaapplet.ts \ | ||
16 | ../../../i18n/en/libirdaapplet.ts \ | ||
17 | ../../../i18n/es/libirdaapplet.ts \ | ||
18 | ../../../i18n/fr/libirdaapplet.ts \ | ||
19 | ../../../i18n/hu/libirdaapplet.ts \ | ||
20 | ../../../i18n/ja/libirdaapplet.ts \ | ||
21 | ../../../i18n/ko/libirdaapplet.ts \ | ||
22 | ../../../i18n/no/libirdaapplet.ts \ | ||
23 | ../../../i18n/pl/libirdaapplet.ts \ | ||
24 | ../../../i18n/pt/libirdaapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libirdaapplet.ts \ | ||
26 | ../../../i18n/sl/libirdaapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libirdaapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libirdaapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/logoutapplet/logoutapplet.pro b/core/applets/logoutapplet/logoutapplet.pro index 7826bb3..2af5ce5 100644 --- a/core/applets/logoutapplet/logoutapplet.pro +++ b/core/applets/logoutapplet/logoutapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/liblogoutapplet.ts \ | ||
14 | ../../../i18n/da/liblogoutapplet.ts \ | ||
15 | ../../../i18n/xx/liblogoutapplet.ts \ | ||
16 | ../../../i18n/en/liblogoutapplet.ts \ | ||
17 | ../../../i18n/es/liblogoutapplet.ts \ | ||
18 | ../../../i18n/fr/liblogoutapplet.ts \ | ||
19 | ../../../i18n/hu/liblogoutapplet.ts \ | ||
20 | ../../../i18n/ja/liblogoutapplet.ts \ | ||
21 | ../../../i18n/ko/liblogoutapplet.ts \ | ||
22 | ../../../i18n/no/liblogoutapplet.ts \ | ||
23 | ../../../i18n/pl/liblogoutapplet.ts \ | ||
24 | ../../../i18n/pt/liblogoutapplet.ts \ | ||
25 | ../../../i18n/pt_BR/liblogoutapplet.ts \ | ||
26 | ../../../i18n/sl/liblogoutapplet.ts \ | ||
27 | ../../../i18n/zh_CN/liblogoutapplet.ts \ | ||
28 | ../../../i18n/zh_TW/liblogoutapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/rotateapplet/rotateapplet.pro b/core/applets/rotateapplet/rotateapplet.pro index 2c8de8d..f24682c 100644 --- a/core/applets/rotateapplet/rotateapplet.pro +++ b/core/applets/rotateapplet/rotateapplet.pro | |||
@@ -1,31 +1,13 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugn warn_on release | 2 | CONFIG += qt plugn warn_on release |
3 | HEADERS = rotate.h | 3 | HEADERS = rotate.h |
4 | SOURCES = rotate.cpp | 4 | SOURCES = rotate.cpp |
5 | TARGET = rotateapplet | 5 | TARGET = rotateapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/librotateapplet.ts \ | ||
13 | ../../../i18n/nl/librotateapplet.ts \ | ||
14 | ../../../i18n/da/librotateapplet.ts \ | ||
15 | ../../../i18n/xx/librotateapplet.ts \ | ||
16 | ../../../i18n/en/librotateapplet.ts \ | ||
17 | ../../../i18n/es/librotateapplet.ts \ | ||
18 | ../../../i18n/fr/librotateapplet.ts \ | ||
19 | ../../../i18n/hu/librotateapplet.ts \ | ||
20 | ../../../i18n/ja/librotateapplet.ts \ | ||
21 | ../../../i18n/ko/librotateapplet.ts \ | ||
22 | ../../../i18n/no/librotateapplet.ts \ | ||
23 | ../../../i18n/pl/librotateapplet.ts \ | ||
24 | ../../../i18n/pt/librotateapplet.ts \ | ||
25 | ../../../i18n/pt_BR/librotateapplet.ts \ | ||
26 | ../../../i18n/sl/librotateapplet.ts \ | ||
27 | ../../../i18n/zh_CN/librotateapplet.ts \ | ||
28 | ../../../i18n/zh_TW/librotateapplet.ts | ||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
31 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro index a86eff2..45a5759 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro | |||
@@ -1,35 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
15 | ../../../i18n/nl/libscreenshotapplet.ts \ | ||
16 | ../../../i18n/da/libscreenshotapplet.ts \ | ||
17 | ../../../i18n/xx/libscreenshotapplet.ts \ | ||
18 | ../../../i18n/en/libscreenshotapplet.ts \ | ||
19 | ../../../i18n/es/libscreenshotapplet.ts \ | ||
20 | ../../../i18n/fr/libscreenshotapplet.ts \ | ||
21 | ../../../i18n/hu/libscreenshotapplet.ts \ | ||
22 | ../../../i18n/ja/libscreenshotapplet.ts \ | ||
23 | ../../../i18n/ko/libscreenshotapplet.ts \ | ||
24 | ../../../i18n/no/libscreenshotapplet.ts \ | ||
25 | ../../../i18n/pl/libscreenshotapplet.ts \ | ||
26 | ../../../i18n/pt/libscreenshotapplet.ts \ | ||
27 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ | ||
28 | ../../../i18n/sl/libscreenshotapplet.ts \ | ||
29 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ | ||
30 | ../../../i18n/zh_TW/libscreenshotapplet.ts | ||
31 | |||
32 | |||
33 | |||
34 | include ( $(OPIEDIR)/include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
35 | target.path = $$prefix/plugins/applets | 15 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro index f58de63..a592a74 100644 --- a/core/applets/suspendapplet/suspendapplet.pro +++ b/core/applets/suspendapplet/suspendapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/libsuspendapplet.ts \ | ||
14 | ../../../i18n/da/libsuspendapplet.ts \ | ||
15 | ../../../i18n/xx/libsuspendapplet.ts \ | ||
16 | ../../../i18n/en/libsuspendapplet.ts \ | ||
17 | ../../../i18n/es/libsuspendapplet.ts \ | ||
18 | ../../../i18n/fr/libsuspendapplet.ts \ | ||
19 | ../../../i18n/hu/libsuspendapplet.ts \ | ||
20 | ../../../i18n/ja/libsuspendapplet.ts \ | ||
21 | ../../../i18n/ko/libsuspendapplet.ts \ | ||
22 | ../../../i18n/no/libsuspendapplet.ts \ | ||
23 | ../../../i18n/pl/libsuspendapplet.ts \ | ||
24 | ../../../i18n/pt/libsuspendapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libsuspendapplet.ts \ | ||
26 | ../../../i18n/sl/libsuspendapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libsuspendapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libsuspendapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index 43cb767..f83a53f 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/libvmemoapplet.ts \ | ||
14 | ../../../i18n/da/libvmemoapplet.ts \ | ||
15 | ../../../i18n/xx/libvmemoapplet.ts \ | ||
16 | ../../../i18n/en/libvmemoapplet.ts \ | ||
17 | ../../../i18n/es/libvmemoapplet.ts \ | ||
18 | ../../../i18n/fr/libvmemoapplet.ts \ | ||
19 | ../../../i18n/hu/libvmemoapplet.ts \ | ||
20 | ../../../i18n/ja/libvmemoapplet.ts \ | ||
21 | ../../../i18n/ko/libvmemoapplet.ts \ | ||
22 | ../../../i18n/no/libvmemoapplet.ts \ | ||
23 | ../../../i18n/pl/libvmemoapplet.ts \ | ||
24 | ../../../i18n/pt/libvmemoapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libvmemoapplet.ts \ | ||
26 | ../../../i18n/sl/libvmemoapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libvmemoapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libvmemoapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index 68d9eff..92c6b0a 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../i18n/nl/libvolumeapplet.ts \ | ||
14 | ../../../i18n/da/libvolumeapplet.ts \ | ||
15 | ../../../i18n/xx/libvolumeapplet.ts \ | ||
16 | ../../../i18n/en/libvolumeapplet.ts \ | ||
17 | ../../../i18n/es/libvolumeapplet.ts \ | ||
18 | ../../../i18n/fr/libvolumeapplet.ts \ | ||
19 | ../../../i18n/hu/libvolumeapplet.ts \ | ||
20 | ../../../i18n/ja/libvolumeapplet.ts \ | ||
21 | ../../../i18n/ko/libvolumeapplet.ts \ | ||
22 | ../../../i18n/no/libvolumeapplet.ts \ | ||
23 | ../../../i18n/pl/libvolumeapplet.ts \ | ||
24 | ../../../i18n/pt/libvolumeapplet.ts \ | ||
25 | ../../../i18n/pt_BR/libvolumeapplet.ts \ | ||
26 | ../../../i18n/sl/libvolumeapplet.ts \ | ||
27 | ../../../i18n/zh_CN/libvolumeapplet.ts \ | ||
28 | ../../../i18n/zh_TW/libvolumeapplet.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro index 68ae99e..32b06ee 100644 --- a/core/apps/calibrate/calibrate.pro +++ b/core/apps/calibrate/calibrate.pro | |||
@@ -1,30 +1,11 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = calibrate.h | 4 | HEADERS = calibrate.h |
5 | SOURCES = calibrate.cpp main.cpp | 5 | SOURCES = calibrate.cpp main.cpp |
6 | INCLUDEPATH+= $(QTDIR)/include $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(QTDIR)/include $(OPIEDIR)/include |
7 | DEPENDPATH+= $(QTDIR)/include $(OPIEDIR)/include | 7 | DEPENDPATH+= $(QTDIR)/include $(OPIEDIR)/include |
8 | TARGET = calibrate | 8 | TARGET = calibrate |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ | ||
12 | ../../../i18n/nl/calibrate.pro.in.ts \ | ||
13 | ../../../i18n/da/calibrate.pro.in.ts \ | ||
14 | ../../../i18n/xx/calibrate.pro.in.ts \ | ||
15 | ../../../i18n/en/calibrate.pro.in.ts \ | ||
16 | ../../../i18n/es/calibrate.pro.in.ts \ | ||
17 | ../../../i18n/fr/calibrate.pro.in.ts \ | ||
18 | ../../../i18n/hu/calibrate.pro.in.ts \ | ||
19 | ../../../i18n/ja/calibrate.pro.in.ts \ | ||
20 | ../../../i18n/ko/calibrate.pro.in.ts \ | ||
21 | ../../../i18n/no/calibrate.pro.in.ts \ | ||
22 | ../../../i18n/pl/calibrate.pro.in.ts \ | ||
23 | ../../../i18n/pt/calibrate.pro.in.ts \ | ||
24 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ | ||
25 | ../../../i18n/sl/calibrate.pro.in.ts \ | ||
26 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ | ||
27 | ../../../i18n/it/calibrate.pro.in.ts \ | ||
28 | ../../../i18n/zh_TW/calibrate.pro.in.ts | ||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 55a1bb4..427c013 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -1,59 +1,38 @@ | |||
1 | QMAKE_CFLAGS = -DHAVE_OPENPTY | 1 | QMAKE_CFLAGS = -DHAVE_OPENPTY |
2 | TMAKE_FLAGS += -DHAVE_OPENPTY | 2 | TMAKE_FLAGS += -DHAVE_OPENPTY |
3 | QMAKE_LIBS = -lutil | 3 | QMAKE_LIBS = -lutil |
4 | CONFIG += qt warn_on release quick-app | 4 | CONFIG += qt warn_on release quick-app |
5 | HEADERS = TEWidget.h \ | 5 | HEADERS = TEWidget.h \ |
6 | TEScreen.h \ | 6 | TEScreen.h \ |
7 | TECommon.h \ | 7 | TECommon.h \ |
8 | TEHistory.h \ | 8 | TEHistory.h \ |
9 | TEmulation.h \ | 9 | TEmulation.h \ |
10 | TEmuVt102.h \ | 10 | TEmuVt102.h \ |
11 | session.h \ | 11 | session.h \ |
12 | keytrans.h \ | 12 | keytrans.h \ |
13 | konsole.h \ | 13 | konsole.h \ |
14 | commandeditdialog.h \ | 14 | commandeditdialog.h \ |
15 | commandeditwidget.h \ | 15 | commandeditwidget.h \ |
16 | playlistselection.h \ | 16 | playlistselection.h \ |
17 | MyPty.h | 17 | MyPty.h |
18 | SOURCES = TEScreen.cpp \ | 18 | SOURCES = TEScreen.cpp \ |
19 | TEWidget.cpp \ | 19 | TEWidget.cpp \ |
20 | TEHistory.cpp \ | 20 | TEHistory.cpp \ |
21 | TEmulation.cpp \ | 21 | TEmulation.cpp \ |
22 | TEmuVt102.cpp \ | 22 | TEmuVt102.cpp \ |
23 | session.cpp \ | 23 | session.cpp \ |
24 | keytrans.cpp \ | 24 | keytrans.cpp \ |
25 | konsole.cpp \ | 25 | konsole.cpp \ |
26 | commandeditdialog.cpp \ | 26 | commandeditdialog.cpp \ |
27 | commandeditwidget.cpp \ | 27 | commandeditwidget.cpp \ |
28 | playlistselection.cpp \ | 28 | playlistselection.cpp \ |
29 | MyPty.cpp \ | 29 | MyPty.cpp \ |
30 | main.cpp | 30 | main.cpp |
31 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 31 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
32 | TARGET = embeddedkonsole | 32 | TARGET = embeddedkonsole |
33 | INCLUDEPATH += $(OPIEDIR)/include | 33 | INCLUDEPATH += $(OPIEDIR)/include |
34 | DEPENDPATH += $(OPIEDIR)/include | 34 | DEPENDPATH += $(OPIEDIR)/include |
35 | LIBS += -lqpe -lopie | 35 | LIBS += -lqpe -lopie |
36 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY | 36 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY |
37 | 37 | ||
38 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ | ||
39 | ../../../i18n/nl/embeddedkonsole.ts \ | ||
40 | ../../../i18n/xx/embeddedkonsole.ts \ | ||
41 | ../../../i18n/en/embeddedkonsole.ts \ | ||
42 | ../../../i18n/es/embeddedkonsole.ts \ | ||
43 | ../../../i18n/fr/embeddedkonsole.ts \ | ||
44 | ../../../i18n/hu/embeddedkonsole.ts \ | ||
45 | ../../../i18n/ja/embeddedkonsole.ts \ | ||
46 | ../../../i18n/ko/embeddedkonsole.ts \ | ||
47 | ../../../i18n/no/embeddedkonsole.ts \ | ||
48 | ../../../i18n/pl/embeddedkonsole.ts \ | ||
49 | ../../../i18n/pt/embeddedkonsole.ts \ | ||
50 | ../../../i18n/pt_BR/embeddedkonsole.ts \ | ||
51 | ../../../i18n/sl/embeddedkonsole.ts \ | ||
52 | ../../../i18n/zh_CN/embeddedkonsole.ts \ | ||
53 | ../../../i18n/zh_TW/embeddedkonsole.ts \ | ||
54 | ../../../i18n/it/embeddedkonsole.ts \ | ||
55 | ../../../i18n/da/embeddedkonsole.ts | ||
56 | |||
57 | |||
58 | |||
59 | include ( $(OPIEDIR)/include.pro ) | 38 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index 3525b7e..9df99ba 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -1,33 +1,13 @@ | |||
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 magictextbrowser.h | 4 | HEADERS = helpbrowser.h magictextbrowser.h |
5 | SOURCES = helpbrowser.cpp magictextbrowser.cpp \ | 5 | SOURCES = helpbrowser.cpp magictextbrowser.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 | TARGET = helpbrowser | 11 | TARGET = helpbrowser |
12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ | ||
13 | ../../../i18n/nl/helpbrowser.ts \ | ||
14 | ../../../i18n/xx/helpbrowser.ts \ | ||
15 | ../../../i18n/en/helpbrowser.ts \ | ||
16 | ../../../i18n/es/helpbrowser.ts \ | ||
17 | ../../../i18n/fr/helpbrowser.ts \ | ||
18 | ../../../i18n/hu/helpbrowser.ts \ | ||
19 | ../../../i18n/ja/helpbrowser.ts \ | ||
20 | ../../../i18n/ko/helpbrowser.ts \ | ||
21 | ../../../i18n/no/helpbrowser.ts \ | ||
22 | ../../../i18n/pl/helpbrowser.ts \ | ||
23 | ../../../i18n/pt/helpbrowser.ts \ | ||
24 | ../../../i18n/pt_BR/helpbrowser.ts \ | ||
25 | ../../../i18n/sl/helpbrowser.ts \ | ||
26 | ../../../i18n/zh_CN/helpbrowser.ts \ | ||
27 | ../../../i18n/it/helpbrowser.ts \ | ||
28 | ../../../i18n/zh_TW/helpbrowser.ts \ | ||
29 | ../../../i18n/da/helpbrowser.ts | ||
30 | |||
31 | |||
32 | 12 | ||
33 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index baae104..67aa20e 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro | |||
@@ -1,32 +1,12 @@ | |||
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 \ | ||
13 | ../../../i18n/nl/qcop.ts \ | ||
14 | ../../../i18n/da/qcop.ts \ | ||
15 | ../../../i18n/xx/qcop.ts \ | ||
16 | ../../../i18n/en/qcop.ts \ | ||
17 | ../../../i18n/es/qcop.ts \ | ||
18 | ../../../i18n/fr/qcop.ts \ | ||
19 | ../../../i18n/hu/qcop.ts \ | ||
20 | ../../../i18n/ja/qcop.ts \ | ||
21 | ../../../i18n/ko/qcop.ts \ | ||
22 | ../../../i18n/no/qcop.ts \ | ||
23 | ../../../i18n/pl/qcop.ts \ | ||
24 | ../../../i18n/pt/qcop.ts \ | ||
25 | ../../../i18n/pt_BR/qcop.ts \ | ||
26 | ../../../i18n/sl/qcop.ts \ | ||
27 | ../../../i18n/zh_CN/qcop.ts \ | ||
28 | ../../../i18n/zh_TW/qcop.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index b958ff5..6b77ca8 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -1,29 +1,9 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = textedit.h filePermissions.h | 2 | HEADERS = textedit.h filePermissions.h |
3 | SOURCES = main.cpp textedit.cpp filePermissions.cpp | 3 | SOURCES = main.cpp textedit.cpp filePermissions.cpp |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | INCLUDEPATH += $(OPIEDIR)/include |
5 | DEPENDPATH += $(OPIEDIR)/include | 5 | DEPENDPATH += $(OPIEDIR)/include |
6 | LIBS += -lqpe -lopie | 6 | LIBS += -lqpe -lopie |
7 | TARGET = textedit | 7 | TARGET = textedit |
8 | 8 | ||
9 | TRANSLATIONS = ../../../i18n/de/textedit.ts \ | ||
10 | ../../../i18n/nl/textedit.ts \ | ||
11 | ../../../i18n/da/textedit.ts \ | ||
12 | ../../../i18n/xx/textedit.ts \ | ||
13 | ../../../i18n/en/textedit.ts \ | ||
14 | ../../../i18n/es/textedit.ts \ | ||
15 | ../../../i18n/fr/textedit.ts \ | ||
16 | ../../../i18n/hu/textedit.ts \ | ||
17 | ../../../i18n/ja/textedit.ts \ | ||
18 | ../../../i18n/ko/textedit.ts \ | ||
19 | ../../../i18n/no/textedit.ts \ | ||
20 | ../../../i18n/pl/textedit.ts \ | ||
21 | ../../../i18n/pt/textedit.ts \ | ||
22 | ../../../i18n/pt_BR/textedit.ts \ | ||
23 | ../../../i18n/sl/textedit.ts \ | ||
24 | ../../../i18n/zh_CN/textedit.ts \ | ||
25 | ../../../i18n/zh_TW/textedit.ts | ||
26 | |||
27 | |||
28 | |||
29 | include ( $(OPIEDIR)/include.pro ) | 9 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro index c4deffc..963ee52 100644 --- a/core/multimedia/opieplayer/libflash/libflash.pro +++ b/core/multimedia/opieplayer/libflash/libflash.pro | |||
@@ -1,36 +1,16 @@ | |||
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 \ | ||
17 | ../../../../i18n/nl/libflashplugin.ts \ | ||
18 | ../../../../i18n/da/libflashplugin.ts \ | ||
19 | ../../../../i18n/xx/libflashplugin.ts \ | ||
20 | ../../../../i18n/en/libflashplugin.ts \ | ||
21 | ../../../../i18n/es/libflashplugin.ts \ | ||
22 | ../../../../i18n/fr/libflashplugin.ts \ | ||
23 | ../../../../i18n/hu/libflashplugin.ts \ | ||
24 | ../../../../i18n/ja/libflashplugin.ts \ | ||
25 | ../../../../i18n/ko/libflashplugin.ts \ | ||
26 | ../../../../i18n/no/libflashplugin.ts \ | ||
27 | ../../../../i18n/pl/libflashplugin.ts \ | ||
28 | ../../../../i18n/pt/libflashplugin.ts \ | ||
29 | ../../../../i18n/pt_BR/libflashplugin.ts \ | ||
30 | ../../../../i18n/sl/libflashplugin.ts \ | ||
31 | ../../../../i18n/zh_CN/libflashplugin.ts \ | ||
32 | ../../../../i18n/zh_TW/libflashplugin.ts | ||
33 | |||
34 | |||
35 | |||
36 | include ( $(OPIEDIR)/include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index beb7d17..59d6bda 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro | |||
@@ -1,40 +1,20 @@ | |||
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 \ | ||
21 | ../../../../i18n/nl/libmadplugin.ts \ | ||
22 | ../../../../i18n/da/libmadplugin.ts \ | ||
23 | ../../../../i18n/xx/libmadplugin.ts \ | ||
24 | ../../../../i18n/en/libmadplugin.ts \ | ||
25 | ../../../../i18n/es/libmadplugin.ts \ | ||
26 | ../../../../i18n/fr/libmadplugin.ts \ | ||
27 | ../../../../i18n/hu/libmadplugin.ts \ | ||
28 | ../../../../i18n/ja/libmadplugin.ts \ | ||
29 | ../../../../i18n/ko/libmadplugin.ts \ | ||
30 | ../../../../i18n/no/libmadplugin.ts \ | ||
31 | ../../../../i18n/pl/libmadplugin.ts \ | ||
32 | ../../../../i18n/pt/libmadplugin.ts \ | ||
33 | ../../../../i18n/pt_BR/libmadplugin.ts \ | ||
34 | ../../../../i18n/sl/libmadplugin.ts \ | ||
35 | ../../../../i18n/zh_CN/libmadplugin.ts \ | ||
36 | ../../../../i18n/zh_TW/libmadplugin.ts | ||
37 | |||
38 | |||
39 | |||
40 | include ( $(OPIEDIR)/include.pro ) | 20 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index cf2107b..ff5af5a 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | |||
@@ -1,69 +1,49 @@ | |||
1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DHAVE_CSS) \ | 1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DHAVE_CSS) \ |
2 | $(if $(CONFIG_TARGET_IPAQ),-DUSE_FIXED_POINT) \ | 2 | $(if $(CONFIG_TARGET_IPAQ),-DUSE_FIXED_POINT) \ |
3 | $(if $(CONFIG_TARGET_SHARP),-DUSE_FIXED_POINT) | 3 | $(if $(CONFIG_TARGET_SHARP),-DUSE_FIXED_POINT) |
4 | QMAKE_CC = $(CXX) | 4 | QMAKE_CC = $(CXX) |
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | CONFIG += qt warn_on release | 6 | CONFIG += qt warn_on release |
7 | HEADERS = libmpeg3plugin.h libmpeg3pluginimpl.h | 7 | HEADERS = libmpeg3plugin.h libmpeg3pluginimpl.h |
8 | SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ | 8 | SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ |
9 | bitstream.c \ | 9 | bitstream.c \ |
10 | libmpeg3.c \ | 10 | libmpeg3.c \ |
11 | mpeg3atrack.c \ | 11 | mpeg3atrack.c \ |
12 | mpeg3css.c \ | 12 | mpeg3css.c \ |
13 | mpeg3demux.c \ | 13 | mpeg3demux.c \ |
14 | mpeg3io.c \ | 14 | mpeg3io.c \ |
15 | mpeg3title.c \ | 15 | mpeg3title.c \ |
16 | mpeg3vtrack.c \ | 16 | mpeg3vtrack.c \ |
17 | audio/ac3.c \ | 17 | audio/ac3.c \ |
18 | audio/bit_allocation.c \ | 18 | audio/bit_allocation.c \ |
19 | audio/dct.c \ | 19 | audio/dct.c \ |
20 | audio/exponents.c \ | 20 | audio/exponents.c \ |
21 | audio/header.c \ | 21 | audio/header.c \ |
22 | audio/layer2.c \ | 22 | audio/layer2.c \ |
23 | audio/layer3.c \ | 23 | audio/layer3.c \ |
24 | audio/mantissa.c \ | 24 | audio/mantissa.c \ |
25 | audio/mpeg3audio.c \ | 25 | audio/mpeg3audio.c \ |
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 \ | ||
50 | ../../../../i18n/nl/libmpeg3plugin.ts \ | ||
51 | ../../../../i18n/da/libmpeg3plugin.ts \ | ||
52 | ../../../../i18n/xx/libmpeg3plugin.ts \ | ||
53 | ../../../../i18n/en/libmpeg3plugin.ts \ | ||
54 | ../../../../i18n/es/libmpeg3plugin.ts \ | ||
55 | ../../../../i18n/fr/libmpeg3plugin.ts \ | ||
56 | ../../../../i18n/hu/libmpeg3plugin.ts \ | ||
57 | ../../../../i18n/ja/libmpeg3plugin.ts \ | ||
58 | ../../../../i18n/ko/libmpeg3plugin.ts \ | ||
59 | ../../../../i18n/no/libmpeg3plugin.ts \ | ||
60 | ../../../../i18n/pl/libmpeg3plugin.ts \ | ||
61 | ../../../../i18n/pt/libmpeg3plugin.ts \ | ||
62 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ | ||
63 | ../../../../i18n/sl/libmpeg3plugin.ts \ | ||
64 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ | ||
65 | ../../../../i18n/zh_TW/libmpeg3plugin.ts | ||
66 | |||
67 | |||
68 | |||
69 | include ( $(OPIEDIR)/include.pro ) | 49 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index bd9fd8e..03d8a89 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro | |||
@@ -1,41 +1,21 @@ | |||
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 \ | ||
22 | ../../../i18n/nl/opieplayer.ts \ | ||
23 | ../../../i18n/da/opieplayer.ts \ | ||
24 | ../../../i18n/xx/opieplayer.ts \ | ||
25 | ../../../i18n/en/opieplayer.ts \ | ||
26 | ../../../i18n/es/opieplayer.ts \ | ||
27 | ../../../i18n/fr/opieplayer.ts \ | ||
28 | ../../../i18n/hu/opieplayer.ts \ | ||
29 | ../../../i18n/ja/opieplayer.ts \ | ||
30 | ../../../i18n/ko/opieplayer.ts \ | ||
31 | ../../../i18n/no/opieplayer.ts \ | ||
32 | ../../../i18n/pl/opieplayer.ts \ | ||
33 | ../../../i18n/pt/opieplayer.ts \ | ||
34 | ../../../i18n/pt_BR/opieplayer.ts \ | ||
35 | ../../../i18n/sl/opieplayer.ts \ | ||
36 | ../../../i18n/zh_CN/opieplayer.ts \ | ||
37 | ../../../i18n/zh_TW/opieplayer.ts | ||
38 | |||
39 | |||
40 | |||
41 | include ( $(OPIEDIR)/include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro index db41ad4..8a12760 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro | |||
@@ -1,32 +1,12 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../../../i18n/nl/libwavplugin.ts \ | ||
14 | ../../../../i18n/da/libwavplugin.ts \ | ||
15 | ../../../../i18n/xx/libwavplugin.ts \ | ||
16 | ../../../../i18n/en/libwavplugin.ts \ | ||
17 | ../../../../i18n/es/libwavplugin.ts \ | ||
18 | ../../../../i18n/fr/libwavplugin.ts \ | ||
19 | ../../../../i18n/hu/libwavplugin.ts \ | ||
20 | ../../../../i18n/ja/libwavplugin.ts \ | ||
21 | ../../../../i18n/ko/libwavplugin.ts \ | ||
22 | ../../../../i18n/no/libwavplugin.ts \ | ||
23 | ../../../../i18n/pl/libwavplugin.ts \ | ||
24 | ../../../../i18n/pt/libwavplugin.ts \ | ||
25 | ../../../../i18n/pt_BR/libwavplugin.ts \ | ||
26 | ../../../../i18n/sl/libwavplugin.ts \ | ||
27 | ../../../../i18n/zh_CN/libwavplugin.ts \ | ||
28 | ../../../../i18n/zh_TW/libwavplugin.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/obex/obex.pro b/core/obex/obex.pro index 8ad1e28..6f0e6d1 100644 --- a/core/obex/obex.pro +++ b/core/obex/obex.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= obex.h obeximpl.h obexhandler.h obexsend.h receiver.h | 3 | HEADERS= obex.h obeximpl.h obexhandler.h obexsend.h receiver.h |
4 | SOURCES= obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp | 4 | SOURCES= obex.cc obeximpl.cpp obexsend.cpp obexhandler.cpp receiver.cpp |
5 | TARGET = opieobex | 5 | TARGET = opieobex |
6 | DESTDIR = $(OPIEDIR)/plugins/obex | 6 | DESTDIR = $(OPIEDIR)/plugins/obex |
7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher | 7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | VERSION = 0.0.2 | 10 | VERSION = 0.0.2 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ | ||
13 | ../../../i18n/nl/libopieobex.ts \ | ||
14 | ../../../i18n/da/libopieobex.ts \ | ||
15 | ../../../i18n/xx/libopieobex.ts \ | ||
16 | ../../../i18n/en/libopieobex.ts \ | ||
17 | ../../../i18n/es/libopieobex.ts \ | ||
18 | ../../../i18n/fr/libopieobex.ts \ | ||
19 | ../../../i18n/hu/libopieobex.ts \ | ||
20 | ../../../i18n/ja/libopieobex.ts \ | ||
21 | ../../../i18n/ko/libopieobex.ts \ | ||
22 | ../../../i18n/no/libopieobex.ts \ | ||
23 | ../../../i18n/pl/libopieobex.ts \ | ||
24 | ../../../i18n/pt/libopieobex.ts \ | ||
25 | ../../../i18n/pt_BR/libopieobex.ts \ | ||
26 | ../../../i18n/sl/libopieobex.ts \ | ||
27 | ../../../i18n/zh_CN/libopieobex.ts \ | ||
28 | ../../../i18n/zh_TW/libopieobex.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/applets | 13 | target.path = $$prefix/plugins/applets |
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro index 7b2ed97..f9dbe2b 100644 --- a/core/opie-login/opie-login.pro +++ b/core/opie-login/opie-login.pro | |||
@@ -1,50 +1,28 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on debug usepam | 2 | CONFIG = qt warn_on debug usepam |
3 | 3 | ||
4 | HEADERS = loginwindowimpl.h \ | 4 | 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 \ | ||
29 | ../../i18n/nl/opie-login.ts \ | ||
30 | ../../i18n/xx/opie-login.ts \ | ||
31 | ../../i18n/en/opie-login.ts \ | ||
32 | ../../i18n/es/opie-login.ts \ | ||
33 | ../../i18n/fr/opie-login.ts \ | ||
34 | ../../i18n/hu/opie-login.ts \ | ||
35 | ../../i18n/ja/opie-login.ts \ | ||
36 | ../../i18n/ko/opie-login.ts \ | ||
37 | ../../i18n/no/opie-login.ts \ | ||
38 | ../../i18n/pl/opie-login.ts \ | ||
39 | ../../i18n/pt/opie-login.ts \ | ||
40 | ../../i18n/pt_BR/opie-login.ts \ | ||
41 | ../../i18n/sl/opie-login.ts \ | ||
42 | ../../i18n/zh_CN/opie-login.ts \ | ||
43 | ../../i18n/zh_TW/opie-login.ts \ | ||
44 | ../../i18n/it/opie-login.ts \ | ||
45 | ../../i18n/da/opie-login.ts | ||
46 | |||
47 | |||
48 | |||
49 | |||
50 | include ( $(OPIEDIR)/include.pro ) | 28 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 6a04e22..afd3b92 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -1,49 +1,28 @@ | |||
1 | #CONFIG = qt warn_on release quick-app | 1 | #CONFIG = qt warn_on release quick-app |
2 | CONFIG = qt warn_on debug quick-app | 2 | CONFIG = qt warn_on debug quick-app |
3 | HEADERS= addressbook.h \ | 3 | HEADERS= addressbook.h \ |
4 | contacteditor.h \ | 4 | contacteditor.h \ |
5 | ablabel.h \ | 5 | ablabel.h \ |
6 | abtable.h \ | 6 | abtable.h \ |
7 | picker.h \ | 7 | picker.h \ |
8 | ofloatbar.h \ | 8 | ofloatbar.h \ |
9 | configdlg.h \ | 9 | configdlg.h \ |
10 | abconfig.h \ | 10 | abconfig.h \ |
11 | abview.h | 11 | abview.h |
12 | SOURCES= main.cpp \ | 12 | SOURCES= main.cpp \ |
13 | addressbook.cpp \ | 13 | addressbook.cpp \ |
14 | contacteditor.cpp \ | 14 | contacteditor.cpp \ |
15 | ablabel.cpp \ | 15 | ablabel.cpp \ |
16 | abtable.cpp \ | 16 | abtable.cpp \ |
17 | picker.cpp \ | 17 | picker.cpp \ |
18 | configdlg.cpp \ | 18 | configdlg.cpp \ |
19 | abconfig.cpp \ | 19 | abconfig.cpp \ |
20 | abview.cpp | 20 | abview.cpp |
21 | 21 | ||
22 | INTERFACES= configdlg_base.ui | 22 | INTERFACES= configdlg_base.ui |
23 | TARGET = addressbook | 23 | TARGET = addressbook |
24 | INCLUDEPATH += $(OPIEDIR)/include | 24 | INCLUDEPATH += $(OPIEDIR)/include |
25 | DEPENDPATH+= $(OPIEDIR)/include | 25 | DEPENDPATH+= $(OPIEDIR)/include |
26 | LIBS += -lqpe -lopie | 26 | LIBS += -lqpe -lopie |
27 | 27 | ||
28 | TRANSLATIONS = ../../../i18n/de/addressbook.ts \ | ||
29 | ../../../i18n/nl/addressbook.ts \ | ||
30 | ../../../i18n/da/addressbook.ts \ | ||
31 | ../../../i18n/xx/addressbook.ts \ | ||
32 | ../../../i18n/en/addressbook.ts \ | ||
33 | ../../../i18n/es/addressbook.ts \ | ||
34 | ../../../i18n/fr/addressbook.ts \ | ||
35 | ../../../i18n/hu/addressbook.ts \ | ||
36 | ../../../i18n/ja/addressbook.ts \ | ||
37 | ../../../i18n/ko/addressbook.ts \ | ||
38 | ../../../i18n/no/addressbook.ts \ | ||
39 | ../../../i18n/pl/addressbook.ts \ | ||
40 | ../../../i18n/pt/addressbook.ts \ | ||
41 | ../../../i18n/pt_BR/addressbook.ts \ | ||
42 | ../../../i18n/sl/addressbook.ts \ | ||
43 | ../../../i18n/zh_CN/addressbook.ts \ | ||
44 | ../../../i18n/it/addressbook.ts \ | ||
45 | ../../../i18n/zh_TW/addressbook.ts | ||
46 | |||
47 | |||
48 | |||
49 | include ( $(OPIEDIR)/include.pro ) | 28 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 6f2d775..f3b5a59 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -1,61 +1,40 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS= datebookday.h \ | 2 | HEADERS= datebookday.h \ |
3 | datebook.h \ | 3 | datebook.h \ |
4 | dateentryimpl.h \ | 4 | dateentryimpl.h \ |
5 | datebookdayheaderimpl.h \ | 5 | datebookdayheaderimpl.h \ |
6 | datebooksettings.h \ | 6 | datebooksettings.h \ |
7 | datebookweek.h \ | 7 | datebookweek.h \ |
8 | datebookweeklst.h \ | 8 | datebookweeklst.h \ |
9 | datebookweekheaderimpl.h \ | 9 | datebookweekheaderimpl.h \ |
10 | repeatentry.h \ | 10 | repeatentry.h \ |
11 | noteentryimpl.h \ | 11 | noteentryimpl.h \ |
12 | onoteedit.h \ | 12 | onoteedit.h \ |
13 | datebookdayallday.h | 13 | datebookdayallday.h |
14 | SOURCES= main.cpp \ | 14 | SOURCES= main.cpp \ |
15 | datebookday.cpp \ | 15 | datebookday.cpp \ |
16 | datebook.cpp \ | 16 | datebook.cpp \ |
17 | dateentryimpl.cpp \ | 17 | dateentryimpl.cpp \ |
18 | datebookdayheaderimpl.cpp \ | 18 | datebookdayheaderimpl.cpp \ |
19 | datebooksettings.cpp \ | 19 | datebooksettings.cpp \ |
20 | datebookweek.cpp \ | 20 | datebookweek.cpp \ |
21 | datebookweeklst.cpp \ | 21 | datebookweeklst.cpp \ |
22 | datebookweekheaderimpl.cpp \ | 22 | datebookweekheaderimpl.cpp \ |
23 | repeatentry.cpp \ | 23 | repeatentry.cpp \ |
24 | noteentryimpl.cpp \ | 24 | noteentryimpl.cpp \ |
25 | onoteedit.cpp \ | 25 | onoteedit.cpp \ |
26 | datebookdayallday.cpp | 26 | datebookdayallday.cpp |
27 | INTERFACES= dateentry.ui \ | 27 | INTERFACES= dateentry.ui \ |
28 | datebookdayheader.ui \ | 28 | datebookdayheader.ui \ |
29 | datebookweekheader.ui \ | 29 | datebookweekheader.ui \ |
30 | datebookweeklstheader.ui \ | 30 | datebookweeklstheader.ui \ |
31 | datebookweeklstdayhdr.ui \ | 31 | datebookweeklstdayhdr.ui \ |
32 | repeatentrybase.ui \ | 32 | repeatentrybase.ui \ |
33 | datebooksettingsbase.ui \ | 33 | datebooksettingsbase.ui \ |
34 | noteentry.ui | 34 | noteentry.ui |
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH+= $(OPIEDIR)/include | 36 | DEPENDPATH+= $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie | 37 | LIBS += -lqpe -lopie |
38 | TARGET = datebook | 38 | TARGET = datebook |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ | ||
41 | ../../../i18n/nl/datebook.ts \ | ||
42 | ../../../i18n/xx/datebook.ts \ | ||
43 | ../../../i18n/en/datebook.ts \ | ||
44 | ../../../i18n/es/datebook.ts \ | ||
45 | ../../../i18n/fr/datebook.ts \ | ||
46 | ../../../i18n/hu/datebook.ts \ | ||
47 | ../../../i18n/ja/datebook.ts \ | ||
48 | ../../../i18n/ko/datebook.ts \ | ||
49 | ../../../i18n/no/datebook.ts \ | ||
50 | ../../../i18n/pl/datebook.ts \ | ||
51 | ../../../i18n/pt/datebook.ts \ | ||
52 | ../../../i18n/pt_BR/datebook.ts \ | ||
53 | ../../../i18n/sl/datebook.ts \ | ||
54 | ../../../i18n/zh_CN/datebook.ts \ | ||
55 | ../../../i18n/it/datebook.ts \ | ||
56 | ../../../i18n/zh_TW/datebook.ts \ | ||
57 | ../../../i18n/da/datebook.ts | ||
58 | |||
59 | |||
60 | |||
61 | include ( $(OPIEDIR)/include.pro ) | 40 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro index 54aaff2..cf0ff97 100644 --- a/core/pim/today/plugins/addressbook/addressbook.pro +++ b/core/pim/today/plugins/addressbook/addressbook.pro | |||
@@ -1,43 +1,21 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt plugin release | 3 | CONFIG += qt plugin release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \ | 6 | HEADERS = addressplugin.h addresspluginimpl.h addresspluginconfig.h \ |
7 | addresspluginwidget.h | 7 | addresspluginwidget.h |
8 | SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \ | 8 | SOURCES = addressplugin.cpp addresspluginimpl.cpp addresspluginconfig.cpp \ |
9 | addresspluginwidget.cpp | 9 | addresspluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todayaddressbookplugin | 19 | TARGET = todayaddressbookplugin |
20 | 20 | ||
21 | TRANSLATIONS = ../../../../../i18n/de/libtodayaddressbookplugin.ts \ | ||
22 | ../../../../../i18n/nl/libtodayaddressbookplugin.ts \ | ||
23 | ../../../../../i18n/xx/libtodayaddressbookplugin.ts \ | ||
24 | ../../../../../i18n/en/libtodayaddressbookplugin.ts \ | ||
25 | ../../../../../i18n/es/libtodayaddressbookplugin.ts \ | ||
26 | ../../../../../i18n/fr/libtodayaddressbookplugin.ts \ | ||
27 | ../../../../../i18n/hu/libtodayaddressbookplugin.ts \ | ||
28 | ../../../../../i18n/ja/libtodayaddressbookplugin.ts \ | ||
29 | ../../../../../i18n/ko/libtodayaddressbookplugin.ts \ | ||
30 | ../../../../../i18n/no/libtodayaddressbookplugin.ts \ | ||
31 | ../../../../../i18n/pl/libtodayaddressbookplugin.ts \ | ||
32 | ../../../../../i18n/pt/libtodayaddressbookplugin.ts \ | ||
33 | ../../../../../i18n/pt_BR/libtodayaddressbookplugin.ts \ | ||
34 | ../../../../../i18n/sl/libtodayaddressbookplugin.ts \ | ||
35 | ../../../../../i18n/zh_CN/libtodayaddressbookplugin.ts \ | ||
36 | ../../../../../i18n/zh_TW/libtodayaddressbookplugin.ts \ | ||
37 | ../../../../../i18n/it/libtodayaddressbookplugin.ts \ | ||
38 | ../../../../../i18n/da/libtodayaddressbookplugin.ts | ||
39 | |||
40 | |||
41 | |||
42 | |||
43 | include ( $(OPIEDIR)/include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index 1f75964..bd45f71 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro | |||
@@ -1,40 +1,21 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | # Input | 4 | # Input |
5 | HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ | 5 | HEADERS = datebookplugin.h datebookpluginimpl.h datebookpluginconfig.h \ |
6 | datebookevent.h datebookpluginwidget.h | 6 | datebookevent.h datebookpluginwidget.h |
7 | SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ | 7 | SOURCES = datebookplugin.cpp datebookpluginimpl.cpp datebookpluginconfig.cpp \ |
8 | datebookevent.cpp datebookpluginwidget.cpp | 8 | datebookevent.cpp datebookpluginwidget.cpp |
9 | INTERFACES = datebookpluginconfigbase.ui | 9 | INTERFACES = datebookpluginconfigbase.ui |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todaydatebookplugin | 19 | TARGET = todaydatebookplugin |
20 | 20 | ||
21 | TRANSLATIONS = ../../../../../i18n/de/libtodaydatebookplugin.ts \ | ||
22 | ../../../../../i18n/nl/libtodaydatebookplugin.ts \ | ||
23 | ../../../../../i18n/xx/libtodaydatebookplugin.ts \ | ||
24 | ../../../../../i18n/en/libtodaydatebookplugin.ts \ | ||
25 | ../../../../../i18n/es/libtodaydatebookplugin.ts \ | ||
26 | ../../../../../i18n/fr/libtodaydatebookplugin.ts \ | ||
27 | ../../../../../i18n/hu/libtodaydatebookplugin.ts \ | ||
28 | ../../../../../i18n/ja/libtodaydatebookplugin.ts \ | ||
29 | ../../../../../i18n/ko/libtodaydatebookplugin.ts \ | ||
30 | ../../../../../i18n/no/libtodaydatebookplugin.ts \ | ||
31 | ../../../../../i18n/pl/libtodaydatebookplugin.ts \ | ||
32 | ../../../../../i18n/pt/libtodaydatebookplugin.ts \ | ||
33 | ../../../../../i18n/pt_BR/libtodaydatebookplugin.ts \ | ||
34 | ../../../../../i18n/sl/libtodaydatebookplugin.ts \ | ||
35 | ../../../../../i18n/zh_CN/libtodaydatebookplugin.ts \ | ||
36 | ../../../../../i18n/zh_TW/libtodaydatebookplugin.ts \ | ||
37 | ../../../../../i18n/it/libtodaydatebookplugin.ts \ | ||
38 | ../../../../../i18n/da/libtodaydatebookplugin.ts | ||
39 | |||
40 | include ( $(OPIEDIR)/include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro index 421b3a5..60ed87d 100644 --- a/core/pim/today/plugins/mail/mail.pro +++ b/core/pim/today/plugins/mail/mail.pro | |||
@@ -1,37 +1,19 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt plugin release | 3 | CONFIG += qt plugin release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h | 6 | HEADERS = mailplugin.h mailpluginimpl.h mailpluginwidget.h |
7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp | 7 | SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp |
8 | 8 | ||
9 | INCLUDEPATH += $(OPIEDIR)/include \ | 9 | INCLUDEPATH += $(OPIEDIR)/include \ |
10 | ../ ../library | 10 | ../ ../library |
11 | DEPENDPATH += $(OPIEDIR)/include \ | 11 | DEPENDPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | 13 | ||
14 | LIBS+= -lqpe -lopie | 14 | LIBS+= -lqpe -lopie |
15 | 15 | ||
16 | DESTDIR = $(OPIEDIR)/plugins/today | 16 | DESTDIR = $(OPIEDIR)/plugins/today |
17 | TARGET = todaymailplugin | 17 | TARGET = todaymailplugin |
18 | 18 | ||
19 | TRANSLATIONS = ../../../../../i18n/de/libtodaymailplugin.ts \ | ||
20 | ../../../../../i18n/nl/libtodaymailplugin.ts \ | ||
21 | ../../../../../i18n/xx/libtodaymailplugin.ts \ | ||
22 | ../../../../../i18n/en/libtodaymailplugin.ts \ | ||
23 | ../../../../../i18n/es/libtodaymailplugin.ts \ | ||
24 | ../../../../../i18n/fr/libtodaymailplugin.ts \ | ||
25 | ../../../../../i18n/hu/libtodaymailplugin.ts \ | ||
26 | ../../../../../i18n/ja/libtodaymailplugin.ts \ | ||
27 | ../../../../../i18n/ko/libtodaymailplugin.ts \ | ||
28 | ../../../../../i18n/no/libtodaymailplugin.ts \ | ||
29 | ../../../../../i18n/pl/libtodaymailplugin.ts \ | ||
30 | ../../../../../i18n/pt/libtodaymailplugin.ts \ | ||
31 | ../../../../../i18n/pt_BR/libtodaymailplugin.ts \ | ||
32 | ../../../../../i18n/sl/libtodaymailplugin.ts \ | ||
33 | ../../../../../i18n/zh_CN/libtodaymailplugin.ts \ | ||
34 | ../../../../../i18n/zh_TW/libtodaymailplugin.ts \ | ||
35 | ../../../../../i18n/it/libtodaymailplugin.ts \ | ||
36 | ../../../../../i18n/da/libtodaymailplugin.ts | ||
37 | include ( $(OPIEDIR)/include.pro ) | 19 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro index 6a63f4e..0343223 100644 --- a/core/pim/today/plugins/todolist/todolist.pro +++ b/core/pim/today/plugins/todolist/todolist.pro | |||
@@ -1,41 +1,22 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt release | 3 | CONFIG += qt release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h \ | 6 | HEADERS = todoplugin.h todopluginimpl.h todopluginconfig.h \ |
7 | todopluginwidget.h | 7 | todopluginwidget.h |
8 | SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \ | 8 | SOURCES = todoplugin.cpp todopluginimpl.cpp todopluginconfig.cpp \ |
9 | todopluginwidget.cpp | 9 | todopluginwidget.cpp |
10 | INTERFACES= todopluginconfigbase.ui | 10 | INTERFACES= todopluginconfigbase.ui |
11 | 11 | ||
12 | INCLUDEPATH += $(OPIEDIR)/include \ | 12 | INCLUDEPATH += $(OPIEDIR)/include \ |
13 | ../ ../library | 13 | ../ ../library |
14 | DEPENDPATH += $(OPIEDIR)/include \ | 14 | DEPENDPATH += $(OPIEDIR)/include \ |
15 | ../ ../library | 15 | ../ ../library |
16 | 16 | ||
17 | LIBS+= -lqpe -lopie | 17 | LIBS+= -lqpe -lopie |
18 | 18 | ||
19 | DESTDIR = $(OPIEDIR)/plugins/today | 19 | DESTDIR = $(OPIEDIR)/plugins/today |
20 | TARGET = todaytodolistplugin | 20 | TARGET = todaytodolistplugin |
21 | 21 | ||
22 | TRANSLATIONS = ../../../../../i18n/de/libtodaytodolistplugin.ts \ | ||
23 | ../../../../../i18n/nl/libtodaytodolistplugin.ts \ | ||
24 | ../../../../../i18n/xx/libtodaytodolistplugin.ts \ | ||
25 | ../../../../../i18n/en/libtodaytodolistplugin.ts \ | ||
26 | ../../../../../i18n/es/libtodaytodolistplugin.ts \ | ||
27 | ../../../../../i18n/fr/libtodaytodolistplugin.ts \ | ||
28 | ../../../../../i18n/hu/libtodaytodolistplugin.ts \ | ||
29 | ../../../../../i18n/ja/libtodaytodolistplugin.ts \ | ||
30 | ../../../../../i18n/ko/libtodaytodolistplugin.ts \ | ||
31 | ../../../../../i18n/no/libtodaytodolistplugin.ts \ | ||
32 | ../../../../../i18n/pl/libtodaytodolistplugin.ts \ | ||
33 | ../../../../../i18n/pt/libtodaytodolistplugin.ts \ | ||
34 | ../../../../../i18n/pt_BR/libtodaytodolistplugin.ts \ | ||
35 | ../../../../../i18n/sl/libtodaytodolistplugin.ts \ | ||
36 | ../../../../../i18n/zh_CN/libtodaytodolistplugin.ts \ | ||
37 | ../../../../../i18n/zh_TW/libtodaytodolistplugin.ts \ | ||
38 | ../../../../../i18n/it/libtodaytodolistplugin.ts \ | ||
39 | ../../../../../i18n/da/libtodaytodolistplugin.ts | ||
40 | |||
41 | include ( $(OPIEDIR)/include.pro ) | 22 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 26692cc..03ee795 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -1,30 +1,11 @@ | |||
1 | CONFIG += qt warn on release quick-app | 1 | CONFIG += qt warn on release quick-app |
2 | 2 | ||
3 | HEADERS = today.h todaybase.h todayconfig.h | 3 | HEADERS = today.h todaybase.h todayconfig.h |
4 | SOURCES = today.cpp todaybase.cpp todayconfig.cpp | 4 | SOURCES = today.cpp todaybase.cpp todayconfig.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopie | 7 | LIBS += -lqpe -lopie |
8 | INTERFACES= | 8 | INTERFACES= |
9 | TARGET = today | 9 | TARGET = today |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/today.ts \ | ||
12 | ../../../i18n/nl/today.ts \ | ||
13 | ../../../i18n/xx/today.ts \ | ||
14 | ../../../i18n/en/today.ts \ | ||
15 | ../../../i18n/es/today.ts \ | ||
16 | ../../../i18n/fr/today.ts \ | ||
17 | ../../../i18n/hu/today.ts \ | ||
18 | ../../../i18n/ja/today.ts \ | ||
19 | ../../../i18n/ko/today.ts \ | ||
20 | ../../../i18n/no/today.ts \ | ||
21 | ../../../i18n/pl/today.ts \ | ||
22 | ../../../i18n/pt/today.ts \ | ||
23 | ../../../i18n/pt_BR/today.ts \ | ||
24 | ../../../i18n/sl/today.ts \ | ||
25 | ../../../i18n/zh_CN/today.ts \ | ||
26 | ../../../i18n/zh_TW/today.ts \ | ||
27 | ../../../i18n/it/today.ts \ | ||
28 | ../../../i18n/da/today.ts | ||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/settings/button/button.pro b/core/settings/button/button.pro index e1c6724..817eac4 100644 --- a/core/settings/button/button.pro +++ b/core/settings/button/button.pro | |||
@@ -1,37 +1,19 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | 2 | ||
3 | HEADERS = buttonsettings.h \ | 3 | HEADERS = buttonsettings.h \ |
4 | buttonutils.h \ | 4 | buttonutils.h \ |
5 | remapdlg.h | 5 | remapdlg.h |
6 | 6 | ||
7 | SOURCES = main.cpp \ | 7 | SOURCES = main.cpp \ |
8 | buttonsettings.cpp \ | 8 | buttonsettings.cpp \ |
9 | buttonutils.cpp \ | 9 | buttonutils.cpp \ |
10 | remapdlg.cpp | 10 | remapdlg.cpp |
11 | 11 | ||
12 | INTERFACES = remapdlgbase.ui | 12 | INTERFACES = remapdlgbase.ui |
13 | 13 | ||
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH += $(OPIEDIR)/include | 15 | DEPENDPATH += $(OPIEDIR)/include |
16 | LIBS += -lqpe -lopie | 16 | LIBS += -lqpe -lopie |
17 | TARGET = buttonsettings | 17 | TARGET = buttonsettings |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \ | ||
20 | ../../../i18n/nl/buttonsettings.ts \ | ||
21 | ../../../i18n/xx/buttonsettings.ts \ | ||
22 | ../../../i18n/en/buttonsettings.ts \ | ||
23 | ../../../i18n/es/buttonsettings.ts \ | ||
24 | ../../../i18n/fr/buttonsettings.ts \ | ||
25 | ../../../i18n/hu/buttonsettings.ts \ | ||
26 | ../../../i18n/ja/buttonsettings.ts \ | ||
27 | ../../../i18n/ko/buttonsettings.ts \ | ||
28 | ../../../i18n/no/buttonsettings.ts \ | ||
29 | ../../../i18n/pl/buttonsettings.ts \ | ||
30 | ../../../i18n/pt/buttonsettings.ts \ | ||
31 | ../../../i18n/pt_BR/buttonsettings.ts \ | ||
32 | ../../../i18n/sl/buttonsettings.ts \ | ||
33 | ../../../i18n/zh_CN/buttonsettings.ts \ | ||
34 | ../../../i18n/zh_TW/buttonsettings.ts \ | ||
35 | ../../../i18n/da/buttonsettings.ts | ||
36 | |||
37 | include ( $(OPIEDIR)/include.pro ) | 19 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 402bcf6..3d1308a 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -1,30 +1,10 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h | 2 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h |
3 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 3 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | INCLUDEPATH += $(OPIEDIR)/include |
5 | DEPENDPATH += $(OPIEDIR)/include | 5 | DEPENDPATH += $(OPIEDIR)/include |
6 | LIBS += -lqpe | 6 | LIBS += -lqpe |
7 | 7 | ||
8 | TARGET= citytime | 8 | TARGET= citytime |
9 | 9 | ||
10 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ | ||
11 | ../../../i18n/nl/citytime.ts \ | ||
12 | ../../../i18n/xx/citytime.ts \ | ||
13 | ../../../i18n/en/citytime.ts \ | ||
14 | ../../../i18n/es/citytime.ts \ | ||
15 | ../../../i18n/fr/citytime.ts \ | ||
16 | ../../../i18n/hu/citytime.ts \ | ||
17 | ../../../i18n/ja/citytime.ts \ | ||
18 | ../../../i18n/ko/citytime.ts \ | ||
19 | ../../../i18n/no/citytime.ts \ | ||
20 | ../../../i18n/pl/citytime.ts \ | ||
21 | ../../../i18n/pt/citytime.ts \ | ||
22 | ../../../i18n/pt_BR/citytime.ts \ | ||
23 | ../../../i18n/sl/citytime.ts \ | ||
24 | ../../../i18n/zh_CN/citytime.ts \ | ||
25 | ../../../i18n/zh_TW/citytime.ts \ | ||
26 | ../../../i18n/da/citytime.ts | ||
27 | |||
28 | |||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index 4972701..928976a 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -1,32 +1,11 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = light.h sensor.h calibration.h | 2 | HEADERS = light.h sensor.h calibration.h |
3 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp | 3 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp |
4 | INTERFACES= lightsettingsbase.ui sensorbase.ui | 4 | INTERFACES= lightsettingsbase.ui sensorbase.ui |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= ../$(OPIEDIR)/include | 6 | DEPENDPATH+= ../$(OPIEDIR)/include |
7 | LIBS += -lqpe -lopie | 7 | LIBS += -lqpe -lopie |
8 | 8 | ||
9 | TARGET = light-and-power | 9 | TARGET = light-and-power |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ | ||
12 | ../../../i18n/nl/light-and-power.ts \ | ||
13 | ../../../i18n/xx/light-and-power.ts \ | ||
14 | ../../../i18n/en/light-and-power.ts \ | ||
15 | ../../../i18n/es/light-and-power.ts \ | ||
16 | ../../../i18n/fr/light-and-power.ts \ | ||
17 | ../../../i18n/hu/light-and-power.ts \ | ||
18 | ../../../i18n/ja/light-and-power.ts \ | ||
19 | ../../../i18n/ko/light-and-power.ts \ | ||
20 | ../../../i18n/no/light-and-power.ts \ | ||
21 | ../../../i18n/pl/light-and-power.ts \ | ||
22 | ../../../i18n/pt/light-and-power.ts \ | ||
23 | ../../../i18n/pt_BR/light-and-power.ts \ | ||
24 | ../../../i18n/sl/light-and-power.ts \ | ||
25 | ../../../i18n/zh_CN/light-and-power.ts \ | ||
26 | ../../../i18n/zh_TW/light-and-power.ts \ | ||
27 | ../../../i18n/it/light-and-power.ts \ | ||
28 | ../../../i18n/da/light-and-power.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index 67995d4..b939053 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -1,30 +1,10 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = security.h | 2 | HEADERS = security.h |
3 | SOURCES = security.cpp main.cpp | 3 | SOURCES = security.cpp main.cpp |
4 | INTERFACES= securitybase.ui | 4 | INTERFACES= securitybase.ui |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= ../$(OPIEDIR)/include | 6 | DEPENDPATH+= ../$(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | TARGET = security | 8 | TARGET = security |
9 | 9 | ||
10 | TRANSLATIONS = ../../../i18n/de/security.ts \ | ||
11 | ../../../i18n/nl/security.ts \ | ||
12 | ../../../i18n/xx/security.ts \ | ||
13 | ../../../i18n/en/security.ts \ | ||
14 | ../../../i18n/es/security.ts \ | ||
15 | ../../../i18n/fr/security.ts \ | ||
16 | ../../../i18n/hu/security.ts \ | ||
17 | ../../../i18n/ja/security.ts \ | ||
18 | ../../../i18n/ko/security.ts \ | ||
19 | ../../../i18n/no/security.ts \ | ||
20 | ../../../i18n/pl/security.ts \ | ||
21 | ../../../i18n/pt/security.ts \ | ||
22 | ../../../i18n/pt_BR/security.ts \ | ||
23 | ../../../i18n/sl/security.ts \ | ||
24 | ../../../i18n/zh_CN/security.ts \ | ||
25 | ../../../i18n/zh_TW/security.ts \ | ||
26 | ../../../i18n/da/security.ts | ||
27 | |||
28 | |||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index ca657bd..bf9be09 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | #CONFIG = qt plugin warn_on debug | 2 | #CONFIG = qt plugin warn_on debug |
3 | CONFIG = qt plugin warn_on release | 3 | CONFIG = qt plugin 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 \ | ||
14 | ../i18n/nl/keyview.ts \ | ||
15 | ../i18n/da/keyview.ts \ | ||
16 | ../i18n/xx/keyview.ts \ | ||
17 | ../i18n/en/keyview.ts \ | ||
18 | ../i18n/es/keyview.ts \ | ||
19 | ../i18n/fr/keyview.ts \ | ||
20 | ../i18n/hu/keyview.ts \ | ||
21 | ../i18n/ja/keyview.ts \ | ||
22 | ../i18n/ko/keyview.ts \ | ||
23 | ../i18n/no/keyview.ts \ | ||
24 | ../i18n/pl/keyview.ts \ | ||
25 | ../i18n/pt/keyview.ts \ | ||
26 | ../i18n/pt_BR/keyview.ts \ | ||
27 | ../i18n/sl/keyview.ts \ | ||
28 | ../i18n/zh_CN/keyview.ts \ | ||
29 | ../i18n/zh_TW/keyview.ts | ||
30 | |||
31 | |||
32 | |||
33 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 67fe4e6..68c010f 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -1,36 +1,16 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
16 | ../../i18n/nl/libqdvorak.ts \ | ||
17 | ../../i18n/da/libqdvorak.ts \ | ||
18 | ../../i18n/xx/libqdvorak.ts \ | ||
19 | ../../i18n/en/libqdvorak.ts \ | ||
20 | ../../i18n/es/libqdvorak.ts \ | ||
21 | ../../i18n/fr/libqdvorak.ts \ | ||
22 | ../../i18n/hu/libqdvorak.ts \ | ||
23 | ../../i18n/ja/libqdvorak.ts \ | ||
24 | ../../i18n/ko/libqdvorak.ts \ | ||
25 | ../../i18n/no/libqdvorak.ts \ | ||
26 | ../../i18n/pl/libqdvorak.ts \ | ||
27 | ../../i18n/pt/libqdvorak.ts \ | ||
28 | ../../i18n/pt_BR/libqdvorak.ts \ | ||
29 | ../../i18n/sl/libqdvorak.ts \ | ||
30 | ../../i18n/zh_CN/libqdvorak.ts \ | ||
31 | ../../i18n/zh_TW/libqdvorak.ts | ||
32 | |||
33 | |||
34 | |||
35 | include ( $(OPIEDIR)/include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
36 | target.path = $$prefix/plugins/inputmethods | 16 | target.path = $$prefix/plugins/inputmethods |
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 7a22208..3800381 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -1,54 +1,34 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin warn_on release |
3 | HEADERS= qimpenchar.h \ | 3 | HEADERS= qimpenchar.h \ |
4 | qimpenprofile.h \ | 4 | qimpenprofile.h \ |
5 | qimpencombining.h \ | 5 | qimpencombining.h \ |
6 | qimpenhelp.h \ | 6 | qimpenhelp.h \ |
7 | qimpeninput.h \ | 7 | qimpeninput.h \ |
8 | qimpenmatch.h \ | 8 | qimpenmatch.h \ |
9 | qimpensetup.h \ | 9 | qimpensetup.h \ |
10 | qimpenstroke.h \ | 10 | qimpenstroke.h \ |
11 | qimpenwidget.h \ | 11 | qimpenwidget.h \ |
12 | qimpenwordpick.h \ | 12 | qimpenwordpick.h \ |
13 | handwritingimpl.h | 13 | handwritingimpl.h |
14 | SOURCES= qimpenchar.cpp \ | 14 | SOURCES= qimpenchar.cpp \ |
15 | qimpenprofile.cpp \ | 15 | qimpenprofile.cpp \ |
16 | qimpencombining.cpp \ | 16 | qimpencombining.cpp \ |
17 | qimpenhelp.cpp \ | 17 | qimpenhelp.cpp \ |
18 | qimpeninput.cpp \ | 18 | qimpeninput.cpp \ |
19 | qimpenmatch.cpp \ | 19 | qimpenmatch.cpp \ |
20 | qimpensetup.cpp \ | 20 | qimpensetup.cpp \ |
21 | qimpenstroke.cpp \ | 21 | qimpenstroke.cpp \ |
22 | qimpenwidget.cpp \ | 22 | qimpenwidget.cpp \ |
23 | qimpenwordpick.cpp \ | 23 | qimpenwordpick.cpp \ |
24 | handwritingimpl.cpp | 24 | handwritingimpl.cpp |
25 | INTERFACES = qimpenprefbase.ui | 25 | INTERFACES = qimpenprefbase.ui |
26 | TARGET = qhandwriting | 26 | TARGET = qhandwriting |
27 | DESTDIR = ../../plugins/inputmethods | 27 | DESTDIR = ../../plugins/inputmethods |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ | ||
34 | ../../i18n/nl/libqhandwriting.ts \ | ||
35 | ../../i18n/da/libqhandwriting.ts \ | ||
36 | ../../i18n/xx/libqhandwriting.ts \ | ||
37 | ../../i18n/en/libqhandwriting.ts \ | ||
38 | ../../i18n/es/libqhandwriting.ts \ | ||
39 | ../../i18n/fr/libqhandwriting.ts \ | ||
40 | ../../i18n/hu/libqhandwriting.ts \ | ||
41 | ../../i18n/ja/libqhandwriting.ts \ | ||
42 | ../../i18n/ko/libqhandwriting.ts \ | ||
43 | ../../i18n/no/libqhandwriting.ts \ | ||
44 | ../../i18n/pl/libqhandwriting.ts \ | ||
45 | ../../i18n/pt/libqhandwriting.ts \ | ||
46 | ../../i18n/pt_BR/libqhandwriting.ts \ | ||
47 | ../../i18n/sl/libqhandwriting.ts \ | ||
48 | ../../i18n/zh_CN/libqhandwriting.ts \ | ||
49 | ../../i18n/zh_TW/libqhandwriting.ts | ||
50 | |||
51 | |||
52 | |||
53 | include ( $(OPIEDIR)/include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
54 | target.path = $$prefix/plugins/inputmethods | 34 | target.path = $$prefix/plugins/inputmethods |
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index a75ffd5..44fc15b 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro | |||
@@ -1,35 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
15 | ../../i18n/nl/libqjumpx.ts \ | ||
16 | ../../i18n/da/libqjumpx.ts \ | ||
17 | ../../i18n/xx/libqjumpx.ts \ | ||
18 | ../../i18n/en/libqjumpx.ts \ | ||
19 | ../../i18n/es/libqjumpx.ts \ | ||
20 | ../../i18n/fr/libqjumpx.ts \ | ||
21 | ../../i18n/hu/libqjumpx.ts \ | ||
22 | ../../i18n/ja/libqjumpx.ts \ | ||
23 | ../../i18n/ko/libqjumpx.ts \ | ||
24 | ../../i18n/no/libqjumpx.ts \ | ||
25 | ../../i18n/pl/libqjumpx.ts \ | ||
26 | ../../i18n/pt/libqjumpx.ts \ | ||
27 | ../../i18n/pt_BR/libqjumpx.ts \ | ||
28 | ../../i18n/sl/libqjumpx.ts \ | ||
29 | ../../i18n/zh_CN/libqjumpx.ts \ | ||
30 | ../../i18n/zh_TW/libqjumpx.ts | ||
31 | |||
32 | |||
33 | |||
34 | include ( $(OPIEDIR)/include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
35 | target.path = $$prefix/plugins/inputmethods | 15 | target.path = $$prefix/plugins/inputmethods |
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 56e35b9..1fab50f 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -1,36 +1,16 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
16 | ../../i18n/nl/libqkeyboard.ts \ | ||
17 | ../../i18n/da/libqkeyboard.ts \ | ||
18 | ../../i18n/xx/libqkeyboard.ts \ | ||
19 | ../../i18n/en/libqkeyboard.ts \ | ||
20 | ../../i18n/es/libqkeyboard.ts \ | ||
21 | ../../i18n/fr/libqkeyboard.ts \ | ||
22 | ../../i18n/hu/libqkeyboard.ts \ | ||
23 | ../../i18n/ja/libqkeyboard.ts \ | ||
24 | ../../i18n/ko/libqkeyboard.ts \ | ||
25 | ../../i18n/no/libqkeyboard.ts \ | ||
26 | ../../i18n/pl/libqkeyboard.ts \ | ||
27 | ../../i18n/pt/libqkeyboard.ts \ | ||
28 | ../../i18n/pt_BR/libqkeyboard.ts \ | ||
29 | ../../i18n/sl/libqkeyboard.ts \ | ||
30 | ../../i18n/zh_CN/libqkeyboard.ts \ | ||
31 | ../../i18n/zh_TW/libqkeyboard.ts | ||
32 | |||
33 | |||
34 | |||
35 | include ( $(OPIEDIR)/include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
36 | target.path = $$prefix/plugins/inputmethods | 16 | target.path = $$prefix/plugins/inputmethods |
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index 2dd6ddf..7a7294e 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -1,35 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
15 | ../../i18n/nl/libqkjumpx.ts \ | ||
16 | ../../i18n/da/libqkjumpx.ts \ | ||
17 | ../../i18n/xx/libqkjumpx.ts \ | ||
18 | ../../i18n/en/libqkjumpx.ts \ | ||
19 | ../../i18n/es/libqkjumpx.ts \ | ||
20 | ../../i18n/fr/libqkjumpx.ts \ | ||
21 | ../../i18n/hu/libqkjumpx.ts \ | ||
22 | ../../i18n/ja/libqkjumpx.ts \ | ||
23 | ../../i18n/ko/libqkjumpx.ts \ | ||
24 | ../../i18n/no/libqkjumpx.ts \ | ||
25 | ../../i18n/pl/libqkjumpx.ts \ | ||
26 | ../../i18n/pt/libqkjumpx.ts \ | ||
27 | ../../i18n/pt_BR/libqkjumpx.ts \ | ||
28 | ../../i18n/sl/libqkjumpx.ts \ | ||
29 | ../../i18n/zh_CN/libqkjumpx.ts \ | ||
30 | ../../i18n/zh_TW/libqkjumpx.ts | ||
31 | |||
32 | |||
33 | |||
34 | include ( $(OPIEDIR)/include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
35 | target.path = $$prefix/plugins/inputmethods | 15 | target.path = $$prefix/plugins/inputmethods |
diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro index 82dcb94..0901006 100644 --- a/inputmethods/multikey/multikey.pro +++ b/inputmethods/multikey/multikey.pro | |||
@@ -1,36 +1,18 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
18 | ../../i18n/nl/libqmultikey.ts \ | ||
19 | ../../i18n/de/libqmultikey.ts \ | ||
20 | ../../i18n/xx/libqmultikey.ts \ | ||
21 | ../../i18n/en/libqmultikey.ts \ | ||
22 | ../../i18n/hu/libqmultikey.ts \ | ||
23 | ../../i18n/sl/libqmultikey.ts \ | ||
24 | ../../i18n/ja/libqmultikey.ts \ | ||
25 | ../../i18n/ko/libqmultikey.ts \ | ||
26 | ../../i18n/pl/libqmultikey.ts \ | ||
27 | ../../i18n/no/libqmultikey.ts \ | ||
28 | ../../i18n/zh_CN/libqmultikey.ts \ | ||
29 | ../../i18n/zh_TW/libqmultikey.ts \ | ||
30 | ../../i18n/fr/libqmultikey.ts \ | ||
31 | ../../i18n/da/libqmultikey.ts | ||
32 | |||
33 | |||
34 | |||
35 | include ( $(OPIEDIR)/include.pro ) | 17 | include ( $(OPIEDIR)/include.pro ) |
36 | target.path = $$prefix/plugins/inputmethods | 18 | target.path = $$prefix/plugins/inputmethods |
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index b86c069..3c1734c 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../i18n/nl/libqpickboard.ts \ | ||
14 | ../../i18n/da/libqpickboard.ts \ | ||
15 | ../../i18n/xx/libqpickboard.ts \ | ||
16 | ../../i18n/en/libqpickboard.ts \ | ||
17 | ../../i18n/es/libqpickboard.ts \ | ||
18 | ../../i18n/fr/libqpickboard.ts \ | ||
19 | ../../i18n/hu/libqpickboard.ts \ | ||
20 | ../../i18n/ja/libqpickboard.ts \ | ||
21 | ../../i18n/ko/libqpickboard.ts \ | ||
22 | ../../i18n/no/libqpickboard.ts \ | ||
23 | ../../i18n/pl/libqpickboard.ts \ | ||
24 | ../../i18n/pt/libqpickboard.ts \ | ||
25 | ../../i18n/pt_BR/libqpickboard.ts \ | ||
26 | ../../i18n/sl/libqpickboard.ts \ | ||
27 | ../../i18n/zh_CN/libqpickboard.ts \ | ||
28 | ../../i18n/zh_TW/libqpickboard.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/inputmethods | 13 | target.path = $$prefix/plugins/inputmethods |
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 678f575..64937d0 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
13 | ../../i18n/nl/libqunikeyboard.ts \ | ||
14 | ../../i18n/da/libqunikeyboard.ts \ | ||
15 | ../../i18n/xx/libqunikeyboard.ts \ | ||
16 | ../../i18n/en/libqunikeyboard.ts \ | ||
17 | ../../i18n/es/libqunikeyboard.ts \ | ||
18 | ../../i18n/fr/libqunikeyboard.ts \ | ||
19 | ../../i18n/hu/libqunikeyboard.ts \ | ||
20 | ../../i18n/ja/libqunikeyboard.ts \ | ||
21 | ../../i18n/ko/libqunikeyboard.ts \ | ||
22 | ../../i18n/no/libqunikeyboard.ts \ | ||
23 | ../../i18n/pl/libqunikeyboard.ts \ | ||
24 | ../../i18n/pt/libqunikeyboard.ts \ | ||
25 | ../../i18n/pt_BR/libqunikeyboard.ts \ | ||
26 | ../../i18n/sl/libqunikeyboard.ts \ | ||
27 | ../../i18n/zh_CN/libqunikeyboard.ts \ | ||
28 | ../../i18n/zh_TW/libqunikeyboard.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
33 | target.path = $$prefix/plugins/inputmethods | 13 | target.path = $$prefix/plugins/inputmethods |
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 94434ae..8682e84 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,132 +1,114 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | ocolorbutton.h \ | 4 | ocolorbutton.h \ |
5 | ofiledialog.h ofileselector.h \ | 5 | ofiledialog.h ofileselector.h \ |
6 | ofileselector_p.h \ | 6 | ofileselector_p.h \ |
7 | ocheckitem.h \ | 7 | ocheckitem.h \ |
8 | xmltree.h \ | 8 | xmltree.h \ |
9 | colordialog.h colorpopupmenu.h \ | 9 | colordialog.h colorpopupmenu.h \ |
10 | oclickablelabel.h oprocctrl.h \ | 10 | oclickablelabel.h oprocctrl.h \ |
11 | oprocess.h odevice.h odevicebutton.h \ | 11 | oprocess.h odevice.h odevicebutton.h \ |
12 | otimepicker.h otabwidget.h \ | 12 | otimepicker.h otabwidget.h \ |
13 | otabbar.h otabinfo.h \ | 13 | otabbar.h otabinfo.h \ |
14 | ofontselector.h \ | 14 | ofontselector.h \ |
15 | pim/opimrecord.h \ | 15 | pim/opimrecord.h \ |
16 | pim/otodo.h \ | 16 | pim/otodo.h \ |
17 | pim/orecordlist.h \ | 17 | pim/orecordlist.h \ |
18 | pim/opimaccesstemplate.h \ | 18 | pim/opimaccesstemplate.h \ |
19 | pim/opimaccessbackend.h \ | 19 | pim/opimaccessbackend.h \ |
20 | pim/otodoaccess.h \ | 20 | pim/otodoaccess.h \ |
21 | pim/otodoaccessbackend.h \ | 21 | pim/otodoaccessbackend.h \ |
22 | pim/oconversion.h \ | 22 | pim/oconversion.h \ |
23 | pim/ocontact.h \ | 23 | pim/ocontact.h \ |
24 | pim/ocontactfields.h \ | 24 | pim/ocontactfields.h \ |
25 | pim/ocontactaccess.h \ | 25 | pim/ocontactaccess.h \ |
26 | pim/ocontactaccessbackend.h \ | 26 | pim/ocontactaccessbackend.h \ |
27 | pim/ocontactaccessbackend_xml.h \ | 27 | pim/ocontactaccessbackend_xml.h \ |
28 | pim/ocontactaccessbackend_vcard.h \ | 28 | pim/ocontactaccessbackend_vcard.h \ |
29 | pim/obackendfactory.h \ | 29 | pim/obackendfactory.h \ |
30 | pim/opimcache.h \ | 30 | pim/opimcache.h \ |
31 | pim/otodoaccessvcal.h \ | 31 | pim/otodoaccessvcal.h \ |
32 | pim/orecur.h \ | 32 | pim/orecur.h \ |
33 | pim/opimstate.h \ | 33 | pim/opimstate.h \ |
34 | pim/opimxrefpartner.h \ | 34 | pim/opimxrefpartner.h \ |
35 | pim/opimxref.h \ | 35 | pim/opimxref.h \ |
36 | pim/opimxrefmanager.h \ | 36 | pim/opimxrefmanager.h \ |
37 | pim/opimmaintainer.h \ | 37 | pim/opimmaintainer.h \ |
38 | pim/opimnotify.h \ | 38 | pim/opimnotify.h \ |
39 | pim/opimnotifymanager.h \ | 39 | pim/opimnotifymanager.h \ |
40 | pim/opimmainwindow.h \ | 40 | pim/opimmainwindow.h \ |
41 | pim/opimresolver.h \ | 41 | pim/opimresolver.h \ |
42 | pim/oevent.h \ | 42 | pim/oevent.h \ |
43 | pim/otimezone.h \ | 43 | pim/otimezone.h \ |
44 | pim/odatebookaccess.h \ | 44 | pim/odatebookaccess.h \ |
45 | pim/odatebookaccessbackend.h \ | 45 | pim/odatebookaccessbackend.h \ |
46 | pim/odatebookaccessbackend_xml.h \ | 46 | pim/odatebookaccessbackend_xml.h \ |
47 | orecurrancewidget.h \ | 47 | orecurrancewidget.h \ |
48 | oticker.h owait.h | 48 | oticker.h owait.h |
49 | 49 | ||
50 | SOURCES = ofontmenu.cc \ | 50 | SOURCES = ofontmenu.cc \ |
51 | ocolorbutton.cpp \ | 51 | ocolorbutton.cpp \ |
52 | sharp_compat.cpp \ | 52 | sharp_compat.cpp \ |
53 | xmltree.cc \ | 53 | xmltree.cc \ |
54 | ofiledialog.cc ofileselector.cpp \ | 54 | ofiledialog.cc ofileselector.cpp \ |
55 | ocheckitem.cpp \ | 55 | ocheckitem.cpp \ |
56 | colordialog.cpp \ | 56 | colordialog.cpp \ |
57 | colorpopupmenu.cpp oclickablelabel.cpp \ | 57 | colorpopupmenu.cpp oclickablelabel.cpp \ |
58 | oprocctrl.cpp oprocess.cpp \ | 58 | oprocctrl.cpp oprocess.cpp \ |
59 | odevice.cpp odevicebutton.cpp otimepicker.cpp \ | 59 | odevice.cpp odevicebutton.cpp otimepicker.cpp \ |
60 | otabwidget.cpp otabbar.cpp \ | 60 | otabwidget.cpp otabbar.cpp \ |
61 | ofontselector.cpp \ | 61 | ofontselector.cpp \ |
62 | pim/otodo.cpp \ | 62 | pim/otodo.cpp \ |
63 | pim/opimrecord.cpp \ | 63 | pim/opimrecord.cpp \ |
64 | pim/otodoaccess.cpp \ | 64 | pim/otodoaccess.cpp \ |
65 | pim/otodoaccessbackend.cpp \ | 65 | pim/otodoaccessbackend.cpp \ |
66 | pim/otodoaccessxml.cpp \ | 66 | pim/otodoaccessxml.cpp \ |
67 | pim/oconversion.cpp \ | 67 | pim/oconversion.cpp \ |
68 | pim/ocontact.cpp \ | 68 | pim/ocontact.cpp \ |
69 | pim/ocontactfields.cpp \ | 69 | pim/ocontactfields.cpp \ |
70 | pim/ocontactaccess.cpp \ | 70 | pim/ocontactaccess.cpp \ |
71 | pim/ocontactaccessbackend_vcard.cpp \ | 71 | pim/ocontactaccessbackend_vcard.cpp \ |
72 | pim/ocontactaccessbackend_xml.cpp \ | 72 | pim/ocontactaccessbackend_xml.cpp \ |
73 | pim/otodoaccessvcal.cpp \ | 73 | pim/otodoaccessvcal.cpp \ |
74 | pim/orecur.cpp \ | 74 | pim/orecur.cpp \ |
75 | pim/opimstate.cpp \ | 75 | pim/opimstate.cpp \ |
76 | pim/opimxrefpartner.cpp \ | 76 | pim/opimxrefpartner.cpp \ |
77 | pim/opimxref.cpp \ | 77 | pim/opimxref.cpp \ |
78 | pim/opimxrefmanager.cpp \ | 78 | pim/opimxrefmanager.cpp \ |
79 | pim/opimmaintainer.cpp \ | 79 | pim/opimmaintainer.cpp \ |
80 | pim/opimnotify.cpp \ | 80 | pim/opimnotify.cpp \ |
81 | pim/opimnotifymanager.cpp \ | 81 | pim/opimnotifymanager.cpp \ |
82 | pim/opimmainwindow.cpp \ | 82 | pim/opimmainwindow.cpp \ |
83 | pim/opimresolver.cpp \ | 83 | pim/opimresolver.cpp \ |
84 | pim/oevent.cpp \ | 84 | pim/oevent.cpp \ |
85 | pim/otimezone.cpp \ | 85 | pim/otimezone.cpp \ |
86 | pim/odatebookaccess.cpp \ | 86 | pim/odatebookaccess.cpp \ |
87 | pim/odatebookaccessbackend.cpp \ | 87 | pim/odatebookaccessbackend.cpp \ |
88 | pim/odatebookaccessbackend_xml.cpp \ | 88 | pim/odatebookaccessbackend_xml.cpp \ |
89 | orecurrancewidget.cpp \ | 89 | orecurrancewidget.cpp \ |
90 | oticker.cpp owait.cpp | 90 | oticker.cpp owait.cpp |
91 | 91 | ||
92 | TARGET = opie | 92 | TARGET = opie |
93 | INCLUDEPATH += $(OPIEDIR)/include | 93 | INCLUDEPATH += $(OPIEDIR)/include |
94 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 94 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
95 | 95 | ||
96 | LIBS += -lqpe | 96 | LIBS += -lqpe |
97 | 97 | ||
98 | # Add SQL-Support if selected by config (eilers) | 98 | # Add SQL-Support if selected by config (eilers) |
99 | CONFTEST = $$system( echo $CONFIG_SQL_PIM_BACKEND ) | 99 | CONFTEST = $$system( echo $CONFIG_SQL_PIM_BACKEND ) |
100 | contains( CONFTEST, y ){ | 100 | contains( CONFTEST, y ){ |
101 | 101 | ||
102 | DEFINES += __USE_SQL | 102 | DEFINES += __USE_SQL |
103 | LIBS += -lopiedb2 | 103 | LIBS += -lopiedb2 |
104 | HEADERS += pim/otodoaccesssql.h pim/ocontactaccessbackend_sql.h | 104 | HEADERS += pim/otodoaccesssql.h pim/ocontactaccessbackend_sql.h |
105 | SOURCES += pim/otodoaccesssql.cpp pim/ocontactaccessbackend_sql.cpp | 105 | SOURCES += pim/otodoaccesssql.cpp pim/ocontactaccessbackend_sql.cpp |
106 | 106 | ||
107 | } | 107 | } |
108 | 108 | ||
109 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 109 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
110 | TARGET = opie | 110 | TARGET = opie |
111 | 111 | ||
112 | TRANSLATIONS = ../i18n/de/libopie.ts \ | ||
113 | ../i18n/nl/libopie.ts \ | ||
114 | ../i18n/xx/libopie.ts \ | ||
115 | ../i18n/en/libopie.ts \ | ||
116 | ../i18n/es/libopie.ts \ | ||
117 | ../i18n/fr/libopie.ts \ | ||
118 | ../i18n/hu/libopie.ts \ | ||
119 | ../i18n/ja/libopie.ts \ | ||
120 | ../i18n/ko/libopie.ts \ | ||
121 | ../i18n/no/libopie.ts \ | ||
122 | ../i18n/pl/libopie.ts \ | ||
123 | ../i18n/pt/libopie.ts \ | ||
124 | ../i18n/pt_BR/libopie.ts \ | ||
125 | ../i18n/sl/libopie.ts \ | ||
126 | ../i18n/zh_CN/libopie.ts \ | ||
127 | ../i18n/zh_TW/libopie.ts \ | ||
128 | ../i18n/da/libopie.ts | ||
129 | |||
130 | include ( big-screen/big-screen.pro ) | 112 | include ( big-screen/big-screen.pro ) |
131 | 113 | ||
132 | include ( $(OPIEDIR)/include.pro ) | 114 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index ce92b8a..62f235d 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro | |||
@@ -1,84 +1,64 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | tododb.h \ | 4 | tododb.h \ |
5 | todoevent.h todoresource.h \ | 5 | todoevent.h todoresource.h \ |
6 | todovcalresource.h xmltree.h \ | 6 | todovcalresource.h xmltree.h \ |
7 | colordialog.h colorpopupmenu.h \ | 7 | colordialog.h colorpopupmenu.h \ |
8 | oclickablelabel.h oprocctrl.h \ | 8 | oclickablelabel.h oprocctrl.h \ |
9 | oprocess.h odevice.h \ | 9 | oprocess.h odevice.h \ |
10 | otimepicker.h otabwidget.h \ | 10 | otimepicker.h otabwidget.h \ |
11 | otabbar.h otabinfo.h \ | 11 | otabbar.h otabinfo.h \ |
12 | ofileselector/ofiledialog.h \ | 12 | ofileselector/ofiledialog.h \ |
13 | ofileselector/ofilelistview.h \ | 13 | ofileselector/ofilelistview.h \ |
14 | ofileselector/ofileselector.h \ | 14 | ofileselector/ofileselector.h \ |
15 | ofileselector/ofileselectoritem.h \ | 15 | ofileselector/ofileselectoritem.h \ |
16 | ofileselector/ofileview.h \ | 16 | ofileselector/ofileview.h \ |
17 | ofileselector/olister.h \ | 17 | ofileselector/olister.h \ |
18 | ofileselector/olocallister.h \ | 18 | ofileselector/olocallister.h \ |
19 | ofileselector/ofileselectormain.h \ | 19 | ofileselector/ofileselectormain.h \ |
20 | pim/opimrecord.h \ | 20 | pim/opimrecord.h \ |
21 | pim/otodo.h \ | 21 | pim/otodo.h \ |
22 | pim/orecordlist.h \ | 22 | pim/orecordlist.h \ |
23 | pim/opimaccesstemplate.h \ | 23 | pim/opimaccesstemplate.h \ |
24 | pim/opimaccessbackend.h \ | 24 | pim/opimaccessbackend.h \ |
25 | pim/otodoaccess.h \ | 25 | pim/otodoaccess.h \ |
26 | pim/otodacessbackend.h \ | 26 | pim/otodacessbackend.h \ |
27 | pim/ocontact.h \ | 27 | pim/ocontact.h \ |
28 | pim/ocontactaccess.h \ | 28 | pim/ocontactaccess.h \ |
29 | pim/ocontactaccessbackend.h \ | 29 | pim/ocontactaccessbackend.h \ |
30 | pim/ocontactaccessbackend_xml.h \ | 30 | pim/ocontactaccessbackend_xml.h \ |
31 | pim/orecord.h | 31 | pim/orecord.h |
32 | 32 | ||
33 | SOURCES = ofontmenu.cc \ | 33 | SOURCES = ofontmenu.cc \ |
34 | xmltree.cc \ | 34 | xmltree.cc \ |
35 | tododb.cpp todoevent.cpp \ | 35 | tododb.cpp todoevent.cpp \ |
36 | todovcalresource.cpp colordialog.cpp \ | 36 | todovcalresource.cpp colordialog.cpp \ |
37 | colorpopupmenu.cpp oclickablelabel.cpp \ | 37 | colorpopupmenu.cpp oclickablelabel.cpp \ |
38 | oprocctrl.cpp oprocess.cpp \ | 38 | oprocctrl.cpp oprocess.cpp \ |
39 | odevice.cpp otimepicker.cpp \ | 39 | odevice.cpp otimepicker.cpp \ |
40 | otabwidget.cpp otabbar.cpp \ | 40 | otabwidget.cpp otabbar.cpp \ |
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 = $(OPIEDIR)/lib$(PROJMAK) | 59 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
60 | #VERSION = 1.0.0 | 60 | #VERSION = 1.0.0 |
61 | 61 | ||
62 | INTERFACES = otimepickerbase.ui | 62 | INTERFACES = otimepickerbase.ui |
63 | 63 | ||
64 | TRANSLATIONS = ../i18n/de/libopie.ts \ | ||
65 | ../i18n/nl/libopie.ts \ | ||
66 | ../i18n/xx/libopie.ts \ | ||
67 | ../i18n/en/libopie.ts \ | ||
68 | ../i18n/es/libopie.ts \ | ||
69 | ../i18n/fr/libopie.ts \ | ||
70 | ../i18n/hu/libopie.ts \ | ||
71 | ../i18n/ja/libopie.ts \ | ||
72 | ../i18n/ko/libopie.ts \ | ||
73 | ../i18n/no/libopie.ts \ | ||
74 | ../i18n/pl/libopie.ts \ | ||
75 | ../i18n/pt/libopie.ts \ | ||
76 | ../i18n/pt_BR/libopie.ts \ | ||
77 | ../i18n/sl/libopie.ts \ | ||
78 | ../i18n/zh_CN/libopie.ts \ | ||
79 | ../i18n/zh_TW/libopie.ts \ | ||
80 | ../i18n/da/libopie.ts | ||
81 | |||
82 | |||
83 | |||
84 | include ( $(OPIEDIR)/include.pro ) | 64 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/library/library.pro b/library/library.pro index ab1f451..eb4bde3 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -1,157 +1,137 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | #CONFIG += qt warn_on release | 2 | #CONFIG += qt warn_on release |
3 | CONFIG += qt warn_on debug | 3 | CONFIG += qt warn_on debug |
4 | HEADERS= calendar.h \ | 4 | HEADERS= calendar.h \ |
5 | global.h \ | 5 | global.h \ |
6 | resource.h \ | 6 | resource.h \ |
7 | xmlreader.h \ | 7 | xmlreader.h \ |
8 | mimetype.h \ | 8 | mimetype.h \ |
9 | menubutton.h \ | 9 | menubutton.h \ |
10 | network.h \ | 10 | network.h \ |
11 | networkinterface.h \ | 11 | networkinterface.h \ |
12 | filemanager.h \ | 12 | filemanager.h \ |
13 | fontmanager.h \ | 13 | fontmanager.h \ |
14 | qdawg.h \ | 14 | qdawg.h \ |
15 | datebookmonth.h \ | 15 | datebookmonth.h \ |
16 | fileselector.h \ | 16 | fileselector.h \ |
17 | fileselector_p.h \ | 17 | fileselector_p.h \ |
18 | imageedit.h \ | 18 | imageedit.h \ |
19 | qcopenvelope_qws.h \ | 19 | qcopenvelope_qws.h \ |
20 | qpedecoration_qws.h \ | 20 | qpedecoration_qws.h \ |
21 | qpeapplication.h \ | 21 | qpeapplication.h \ |
22 | qpestyle.h \ | 22 | qpestyle.h \ |
23 | qpedialog.h \ | 23 | qpedialog.h \ |
24 | lightstyle.h \ | 24 | lightstyle.h \ |
25 | config.h \ | 25 | config.h \ |
26 | applnk.h \ | 26 | applnk.h \ |
27 | sound.h \ | 27 | sound.h \ |
28 | tzselect.h \ | 28 | tzselect.h \ |
29 | qmath.h \ | 29 | qmath.h \ |
30 | datebookdb.h \ | 30 | datebookdb.h \ |
31 | alarmserver.h \ | 31 | alarmserver.h \ |
32 | process.h \ | 32 | process.h \ |
33 | password.h \ | 33 | password.h \ |
34 | timestring.h \ | 34 | timestring.h \ |
35 | fontfactoryinterface.h \ | 35 | fontfactoryinterface.h \ |
36 | fontdatabase.h \ | 36 | fontdatabase.h \ |
37 | power.h \ | 37 | power.h \ |
38 | storage.h \ | 38 | storage.h \ |
39 | qpemessagebox.h \ | 39 | qpemessagebox.h \ |
40 | timeconversion.h \ | 40 | timeconversion.h \ |
41 | qpedebug.h \ | 41 | qpedebug.h \ |
42 | qpemenubar.h \ | 42 | qpemenubar.h \ |
43 | qpetoolbar.h \ | 43 | qpetoolbar.h \ |
44 | backend/categories.h \ | 44 | backend/categories.h \ |
45 | stringutil.h \ | 45 | stringutil.h \ |
46 | backend/palmtoprecord.h \ | 46 | backend/palmtoprecord.h \ |
47 | backend/task.h \ | 47 | backend/task.h \ |
48 | backend/event.h \ | 48 | backend/event.h \ |
49 | backend/contact.h\ | 49 | backend/contact.h\ |
50 | categorymenu.h \ | 50 | categorymenu.h \ |
51 | categoryedit_p.h \ | 51 | categoryedit_p.h \ |
52 | categoryselect.h \ | 52 | categoryselect.h \ |
53 | categorywidget.h \ | 53 | categorywidget.h \ |
54 | ir.h \ | 54 | ir.h \ |
55 | backend/vobject_p.h \ | 55 | backend/vobject_p.h \ |
56 | findwidget_p.h \ | 56 | findwidget_p.h \ |
57 | finddialog.h \ | 57 | finddialog.h \ |
58 | lnkproperties.h \ | 58 | lnkproperties.h \ |
59 | windowdecorationinterface.h \ | 59 | windowdecorationinterface.h \ |
60 | textcodecinterface.h \ | 60 | textcodecinterface.h \ |
61 | imagecodecinterface.h \ | 61 | imagecodecinterface.h \ |
62 | qt_override_p.h | 62 | qt_override_p.h |
63 | 63 | ||
64 | SOURCES= calendar.cpp \ | 64 | SOURCES= calendar.cpp \ |
65 | global.cpp \ | 65 | global.cpp \ |
66 | xmlreader.cpp \ | 66 | xmlreader.cpp \ |
67 | mimetype.cpp \ | 67 | mimetype.cpp \ |
68 | menubutton.cpp \ | 68 | menubutton.cpp \ |
69 | network.cpp \ | 69 | network.cpp \ |
70 | networkinterface.cpp \ | 70 | networkinterface.cpp \ |
71 | filemanager.cpp \ | 71 | filemanager.cpp \ |
72 | fontmanager.cpp \ | 72 | fontmanager.cpp \ |
73 | qdawg.cpp \ | 73 | qdawg.cpp \ |
74 | datebookmonth.cpp \ | 74 | datebookmonth.cpp \ |
75 | fileselector.cpp \ | 75 | fileselector.cpp \ |
76 | imageedit.cpp \ | 76 | imageedit.cpp \ |
77 | resource.cpp \ | 77 | resource.cpp \ |
78 | qpedecoration_qws.cpp \ | 78 | qpedecoration_qws.cpp \ |
79 | qcopenvelope_qws.cpp \ | 79 | qcopenvelope_qws.cpp \ |
80 | qpeapplication.cpp \ | 80 | qpeapplication.cpp \ |
81 | qpestyle.cpp \ | 81 | qpestyle.cpp \ |
82 | qpedialog.cpp \ | 82 | qpedialog.cpp \ |
83 | lightstyle.cpp \ | 83 | lightstyle.cpp \ |
84 | config.cpp \ | 84 | config.cpp \ |
85 | applnk.cpp \ | 85 | applnk.cpp \ |
86 | sound.cpp \ | 86 | sound.cpp \ |
87 | tzselect.cpp \ | 87 | tzselect.cpp \ |
88 | qmath.c \ | 88 | qmath.c \ |
89 | datebookdb.cpp \ | 89 | datebookdb.cpp \ |
90 | alarmserver.cpp \ | 90 | alarmserver.cpp \ |
91 | password.cpp \ | 91 | password.cpp \ |
92 | process.cpp \ | 92 | process.cpp \ |
93 | process_unix.cpp \ | 93 | process_unix.cpp \ |
94 | timestring.cpp \ | 94 | timestring.cpp \ |
95 | fontdatabase.cpp \ | 95 | fontdatabase.cpp \ |
96 | power.cpp \ | 96 | power.cpp \ |
97 | storage.cpp \ | 97 | storage.cpp \ |
98 | qpemessagebox.cpp \ | 98 | qpemessagebox.cpp \ |
99 | backend/timeconversion.cpp \ | 99 | backend/timeconversion.cpp \ |
100 | qpedebug.cpp \ | 100 | qpedebug.cpp \ |
101 | qpemenubar.cpp \ | 101 | qpemenubar.cpp \ |
102 | qpetoolbar.cpp \ | 102 | qpetoolbar.cpp \ |
103 | backend/categories.cpp \ | 103 | backend/categories.cpp \ |
104 | backend/stringutil.cpp \ | 104 | backend/stringutil.cpp \ |
105 | backend/palmtoprecord.cpp \ | 105 | backend/palmtoprecord.cpp \ |
106 | backend/task.cpp \ | 106 | backend/task.cpp \ |
107 | backend/event.cpp \ | 107 | backend/event.cpp \ |
108 | backend/contact.cpp \ | 108 | backend/contact.cpp \ |
109 | categorymenu.cpp \ | 109 | categorymenu.cpp \ |
110 | categoryedit_p.cpp \ | 110 | categoryedit_p.cpp \ |
111 | categoryselect.cpp \ | 111 | categoryselect.cpp \ |
112 | categorywidget.cpp \ | 112 | categorywidget.cpp \ |
113 | ir.cpp \ | 113 | ir.cpp \ |
114 | backend/vcc_yacc.cpp \ | 114 | backend/vcc_yacc.cpp \ |
115 | backend/vobject.cpp \ | 115 | backend/vobject.cpp \ |
116 | findwidget_p.cpp \ | 116 | findwidget_p.cpp \ |
117 | finddialog.cpp \ | 117 | finddialog.cpp \ |
118 | lnkproperties.cpp \ | 118 | lnkproperties.cpp \ |
119 | qt_override.cpp | 119 | qt_override.cpp |
120 | 120 | ||
121 | 121 | ||
122 | 122 | ||
123 | # Qt 3 compatibility | 123 | # Qt 3 compatibility |
124 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 124 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
125 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 125 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
126 | INCLUDEPATH += $(OPIEDIR)/include backend | 126 | INCLUDEPATH += $(OPIEDIR)/include backend |
127 | LIBS += -ldl -lcrypt -lm | 127 | LIBS += -ldl -lcrypt -lm |
128 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 128 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
129 | TARGET = qpe | 129 | TARGET = qpe |
130 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 130 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
131 | VERSION = 1.5.0.1 | 131 | VERSION = 1.5.0.1 |
132 | 132 | ||
133 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | ||
134 | ../i18n/nl/libqpe.ts \ | ||
135 | ../i18n/xx/libqpe.ts \ | ||
136 | ../i18n/en/libqpe.ts \ | ||
137 | ../i18n/es/libqpe.ts \ | ||
138 | ../i18n/fr/libqpe.ts \ | ||
139 | ../i18n/hu/libqpe.ts \ | ||
140 | ../i18n/ja/libqpe.ts \ | ||
141 | ../i18n/ko/libqpe.ts \ | ||
142 | ../i18n/no/libqpe.ts \ | ||
143 | ../i18n/pl/libqpe.ts \ | ||
144 | ../i18n/pt/libqpe.ts \ | ||
145 | ../i18n/pt_BR/libqpe.ts \ | ||
146 | ../i18n/sl/libqpe.ts \ | ||
147 | ../i18n/zh_CN/libqpe.ts \ | ||
148 | ../i18n/it/libqpe.ts \ | ||
149 | ../i18n/zh_TW/libqpe.ts \ | ||
150 | ../i18n/da/libqpe.ts | ||
151 | |||
152 | |||
153 | include ( $(OPIEDIR)/include.pro ) | 133 | include ( $(OPIEDIR)/include.pro ) |
154 | 134 | ||
155 | contains( CONFIG, no-override ){ | 135 | contains( CONFIG, no-override ){ |
156 | DEFINES += OPIE_NO_OVERRIDE_QT | 136 | DEFINES += OPIE_NO_OVERRIDE_QT |
157 | } | 137 | } |
diff --git a/noncore/applets/wirelessapplet/wirelessapplet.pro b/noncore/applets/wirelessapplet/wirelessapplet.pro index aee89d7..411a039 100644 --- a/noncore/applets/wirelessapplet/wirelessapplet.pro +++ b/noncore/applets/wirelessapplet/wirelessapplet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
14 | ../../../i18n/nl/libwirelessapplet.ts \ | ||
15 | ../../../i18n/da/libwirelessapplet.ts \ | ||
16 | ../../../i18n/xx/libwirelessapplet.ts \ | ||
17 | ../../../i18n/en/libwirelessapplet.ts \ | ||
18 | ../../../i18n/es/libwirelessapplet.ts \ | ||
19 | ../../../i18n/fr/libwirelessapplet.ts \ | ||
20 | ../../../i18n/hu/libwirelessapplet.ts \ | ||
21 | ../../../i18n/ja/libwirelessapplet.ts \ | ||
22 | ../../../i18n/ko/libwirelessapplet.ts \ | ||
23 | ../../../i18n/no/libwirelessapplet.ts \ | ||
24 | ../../../i18n/pl/libwirelessapplet.ts \ | ||
25 | ../../../i18n/pt/libwirelessapplet.ts \ | ||
26 | ../../../i18n/pt_BR/libwirelessapplet.ts \ | ||
27 | ../../../i18n/sl/libwirelessapplet.ts \ | ||
28 | ../../../i18n/zh_CN/libwirelessapplet.ts \ | ||
29 | ../../../i18n/zh_TW/libwirelessapplet.ts | ||
30 | |||
31 | |||
32 | |||
33 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 6865d5a..590db6a 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -1,31 +1,11 @@ | |||
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 \ | ||
12 | ../../../i18n/nl/advancedfm.ts \ | ||
13 | ../../../i18n/da/advancedfm.ts \ | ||
14 | ../../../i18n/xx/advancedfm.ts \ | ||
15 | ../../../i18n/en/advancedfm.ts \ | ||
16 | ../../../i18n/es/advancedfm.ts \ | ||
17 | ../../../i18n/fr/advancedfm.ts \ | ||
18 | ../../../i18n/hu/advancedfm.ts \ | ||
19 | ../../../i18n/ja/advancedfm.ts \ | ||
20 | ../../../i18n/ko/advancedfm.ts \ | ||
21 | ../../../i18n/no/advancedfm.ts \ | ||
22 | ../../../i18n/pl/advancedfm.ts \ | ||
23 | ../../../i18n/pt/advancedfm.ts \ | ||
24 | ../../../i18n/pt_BR/advancedfm.ts \ | ||
25 | ../../../i18n/sl/advancedfm.ts \ | ||
26 | ../../../i18n/zh_CN/advancedfm.ts \ | ||
27 | ../../../i18n/zh_TW/advancedfm.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index c574aff..58e4af1 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro | |||
@@ -1,53 +1,32 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = mainwindow.h \ | 2 | HEADERS = mainwindow.h \ |
3 | cbinfo.h \ | 3 | cbinfo.h \ |
4 | traninfo.h \ | 4 | traninfo.h \ |
5 | graphinfo.h \ | 5 | graphinfo.h \ |
6 | configuration.h \ | 6 | configuration.h \ |
7 | password.h \ | 7 | password.h \ |
8 | checkbook.h \ | 8 | checkbook.h \ |
9 | transaction.h \ | 9 | transaction.h \ |
10 | tabledef.h \ | 10 | tabledef.h \ |
11 | listedit.h \ | 11 | listedit.h \ |
12 | cfg.h \ | 12 | cfg.h \ |
13 | graph.h | 13 | graph.h |
14 | SOURCES = main.cpp \ | 14 | SOURCES = main.cpp \ |
15 | mainwindow.cpp \ | 15 | mainwindow.cpp \ |
16 | cbinfo.cpp \ | 16 | cbinfo.cpp \ |
17 | traninfo.cpp \ | 17 | traninfo.cpp \ |
18 | graphinfo.cpp \ | 18 | graphinfo.cpp \ |
19 | configuration.cpp \ | 19 | configuration.cpp \ |
20 | password.cpp \ | 20 | password.cpp \ |
21 | checkbook.cpp \ | 21 | checkbook.cpp \ |
22 | transaction.cpp \ | 22 | transaction.cpp \ |
23 | tabledef.cpp \ | 23 | tabledef.cpp \ |
24 | listedit.cpp \ | 24 | listedit.cpp \ |
25 | cfg.cpp \ | 25 | cfg.cpp \ |
26 | graph.cpp | 26 | graph.cpp |
27 | INCLUDEPATH += $(OPIEDIR)/include | 27 | INCLUDEPATH += $(OPIEDIR)/include |
28 | DEPENDPATH += $(OPIEDIR)/include | 28 | DEPENDPATH += $(OPIEDIR)/include |
29 | LIBS += -lqpe -lopie | 29 | LIBS += -lqpe -lopie |
30 | TARGET = checkbook | 30 | TARGET = checkbook |
31 | 31 | ||
32 | TRANSLATIONS = ../../../i18n/de/checkbook.ts \ | ||
33 | ../../../i18n/nl/checkbook.ts \ | ||
34 | ../../../i18n/da/checkbook.ts \ | ||
35 | ../../../i18n/xx/checkbook.ts \ | ||
36 | ../../../i18n/en/checkbook.ts \ | ||
37 | ../../../i18n/es/checkbook.ts \ | ||
38 | ../../../i18n/fr/checkbook.ts \ | ||
39 | ../../../i18n/hu/checkbook.ts \ | ||
40 | ../../../i18n/ja/checkbook.ts \ | ||
41 | ../../../i18n/ko/checkbook.ts \ | ||
42 | ../../../i18n/no/checkbook.ts \ | ||
43 | ../../../i18n/pl/checkbook.ts \ | ||
44 | ../../../i18n/pt/checkbook.ts \ | ||
45 | ../../../i18n/pt_BR/checkbook.ts \ | ||
46 | ../../../i18n/sl/checkbook.ts \ | ||
47 | ../../../i18n/zh_CN/checkbook.ts \ | ||
48 | ../../../i18n/zh_TW/checkbook.ts \ | ||
49 | ../../../i18n/it/checkbook.ts | ||
50 | |||
51 | |||
52 | |||
53 | include ( $(OPIEDIR)/include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index 06cd8ab..64d5de0 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro | |||
@@ -1,40 +1,21 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h | 2 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h |
3 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp | 3 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | INCLUDEPATH += $(OPIEDIR)/include |
5 | DEPENDPATH+= $(OPIEDIR)/ioclude | 5 | DEPENDPATH+= $(OPIEDIR)/ioclude |
6 | INTERFACES= | 6 | INTERFACES= |
7 | LIBS += -lopiecore2 -lopieui2 | 7 | LIBS += -lopiecore2 -lopieui2 |
8 | TARGET = confedit | 8 | TARGET = confedit |
9 | 9 | ||
10 | TRANSLATIONS = ../../../i18n/de/confedit.ts \ | ||
11 | ../../../i18n/nl/confedit.ts \ | ||
12 | ../../../i18n/da/confedit.ts \ | ||
13 | ../../../i18n/xx/confedit.ts \ | ||
14 | ../../../i18n/en/confedit.ts \ | ||
15 | ../../../i18n/es/confedit.ts \ | ||
16 | ../../../i18n/fr/confedit.ts \ | ||
17 | ../../../i18n/hu/confedit.ts \ | ||
18 | ../../../i18n/ja/confedit.ts \ | ||
19 | ../../../i18n/ko/confedit.ts \ | ||
20 | ../../../i18n/no/confedit.ts \ | ||
21 | ../../../i18n/pl/confedit.ts \ | ||
22 | ../../../i18n/pt/confedit.ts \ | ||
23 | ../../../i18n/pt_BR/confedit.ts \ | ||
24 | ../../../i18n/sl/confedit.ts \ | ||
25 | ../../../i18n/zh_CN/confedit.ts \ | ||
26 | ../../../i18n/zh_TW/confedit.ts | ||
27 | |||
28 | |||
29 | !contains( platform, x11 ) { | 10 | !contains( platform, x11 ) { |
30 | 11 | ||
31 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
32 | LIBS += -lqpe | 13 | LIBS += -lqpe |
33 | } | 14 | } |
34 | 15 | ||
35 | contains( platform, x11 ) { | 16 | contains( platform, x11 ) { |
36 | LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib | 17 | LIBS += -L$(OPIEDIR)/lib -Wl,-rpath,$(OPIEDIR)/lib |
37 | } | 18 | } |
38 | 19 | ||
39 | 20 | ||
40 | 21 | ||
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro index 4ad287b..32e0ecc 100644 --- a/noncore/apps/odict/odict.pro +++ b/noncore/apps/odict/odict.pro | |||
@@ -1,38 +1,17 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = odict.h \ | 2 | HEADERS = odict.h \ |
3 | searchmethoddlg.h \ | 3 | searchmethoddlg.h \ |
4 | configdlg.h \ | 4 | configdlg.h \ |
5 | dingwidget.h | 5 | dingwidget.h |
6 | 6 | ||
7 | SOURCES = main.cpp \ | 7 | SOURCES = main.cpp \ |
8 | odict.cpp \ | 8 | odict.cpp \ |
9 | searchmethoddlg.cpp \ | 9 | searchmethoddlg.cpp \ |
10 | configdlg.cpp \ | 10 | configdlg.cpp \ |
11 | dingwidget.cpp | 11 | dingwidget.cpp |
12 | INCLUDEPATH += $(OPIEDIR)/include | 12 | INCLUDEPATH += $(OPIEDIR)/include |
13 | DEPENDPATH += $(OPIEDIR)/include | 13 | DEPENDPATH += $(OPIEDIR)/include |
14 | LIBS += -lqpe -lstdc++ -lopie | 14 | LIBS += -lqpe -lstdc++ -lopie |
15 | TARGET = odict | 15 | TARGET = odict |
16 | 16 | ||
17 | TRANSLATIONS = ../../../i18n/de/odict.ts \ | ||
18 | ../../../i18n/nl/odict.ts \ | ||
19 | ../../../i18n/xx/odict.ts \ | ||
20 | ../../../i18n/en/odict.ts \ | ||
21 | ../../../i18n/es/odict.ts \ | ||
22 | ../../../i18n/fr/odict.ts \ | ||
23 | ../../../i18n/hu/odict.ts \ | ||
24 | ../../../i18n/ja/odict.ts \ | ||
25 | ../../../i18n/ko/odict.ts \ | ||
26 | ../../../i18n/no/odict.ts \ | ||
27 | ../../../i18n/pl/odict.ts \ | ||
28 | ../../../i18n/pt/odict.ts \ | ||
29 | ../../../i18n/pt_BR/odict.ts \ | ||
30 | ../../../i18n/sl/odict.ts \ | ||
31 | ../../../i18n/zh_CN/odict.ts \ | ||
32 | ../../../i18n/zh_TW/odict.ts \ | ||
33 | ../../../i18n/it/odict.ts \ | ||
34 | ../../../i18n/da/odict.ts | ||
35 | |||
36 | |||
37 | |||
38 | include ( $(OPIEDIR)/include.pro ) | 17 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index acd5fa0..81a3366 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro | |||
@@ -1,30 +1,9 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h | 2 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h |
3 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp | 3 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp |
4 | INCLUDEPATH+= $(OPIEDIR)/include | 4 | INCLUDEPATH+= $(OPIEDIR)/include |
5 | DEPENDPATH+= $(OPIEDIR)/include | 5 | DEPENDPATH+= $(OPIEDIR)/include |
6 | LIBS += -lqpe | 6 | LIBS += -lqpe |
7 | TARGET = sheetqt | 7 | TARGET = sheetqt |
8 | 8 | ||
9 | TRANSLATIONS = ../../../i18n/de/sheetqt.ts \ | ||
10 | ../../../i18n/nl/sheetqt.ts \ | ||
11 | ../../../i18n/da/sheetqt.ts \ | ||
12 | ../../../i18n/xx/sheetqt.ts \ | ||
13 | ../../../i18n/en/sheetqt.ts \ | ||
14 | ../../../i18n/es/sheetqt.ts \ | ||
15 | ../../../i18n/fr/sheetqt.ts \ | ||
16 | ../../../i18n/hu/sheetqt.ts \ | ||
17 | ../../../i18n/ja/sheetqt.ts \ | ||
18 | ../../../i18n/ko/sheetqt.ts \ | ||
19 | ../../../i18n/no/sheetqt.ts \ | ||
20 | ../../../i18n/pl/sheetqt.ts \ | ||
21 | ../../../i18n/pt/sheetqt.ts \ | ||
22 | ../../../i18n/pt_BR/sheetqt.ts \ | ||
23 | ../../../i18n/sl/sheetqt.ts \ | ||
24 | ../../../i18n/zh_CN/sheetqt.ts \ | ||
25 | ../../../i18n/zh_TW/sheetqt.ts \ | ||
26 | ../../../i18n/it/sheetqt.ts | ||
27 | |||
28 | |||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 9 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index c6d9e68..6af1655 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -1,58 +1,38 @@ | |||
1 | CONFIG = qt warn_on debug quick-app | 1 | CONFIG = qt warn_on debug quick-app |
2 | SUBDIRS = db ui | 2 | SUBDIRS = db ui |
3 | HEADERS = tableviewer.h \ | 3 | HEADERS = tableviewer.h \ |
4 | xmlencodeattr.h \ | 4 | xmlencodeattr.h \ |
5 | ui/commonwidgets.h \ | 5 | ui/commonwidgets.h \ |
6 | ui/tvbrowseview.h \ | 6 | ui/tvbrowseview.h \ |
7 | ui/tvlistview.h \ | 7 | ui/tvlistview.h \ |
8 | ui/tvfilterview.h \ | 8 | ui/tvfilterview.h \ |
9 | ui/tveditview.h \ | 9 | ui/tveditview.h \ |
10 | ui/browsekeyentry.h \ | 10 | ui/browsekeyentry.h \ |
11 | ui/filterkeyentry.h \ | 11 | ui/filterkeyentry.h \ |
12 | ui/tvkeyedit.h \ | 12 | ui/tvkeyedit.h \ |
13 | db/datacache.h \ | 13 | db/datacache.h \ |
14 | db/common.h \ | 14 | db/common.h \ |
15 | db/xmlsource.h \ | 15 | db/xmlsource.h \ |
16 | db/csvsource.h | 16 | db/csvsource.h |
17 | SOURCES = main.cpp \ | 17 | SOURCES = main.cpp \ |
18 | tableviewer.cpp \ | 18 | tableviewer.cpp \ |
19 | xmlencodeattr.cpp \ | 19 | xmlencodeattr.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 \ | ||
39 | ../../../i18n/nl/tableviewer.ts \ | ||
40 | ../../../i18n/da/tableviewer.ts \ | ||
41 | ../../../i18n/xx/tableviewer.ts \ | ||
42 | ../../../i18n/en/tableviewer.ts \ | ||
43 | ../../../i18n/es/tableviewer.ts \ | ||
44 | ../../../i18n/fr/tableviewer.ts \ | ||
45 | ../../../i18n/hu/tableviewer.ts \ | ||
46 | ../../../i18n/ja/tableviewer.ts \ | ||
47 | ../../../i18n/ko/tableviewer.ts \ | ||
48 | ../../../i18n/no/tableviewer.ts \ | ||
49 | ../../../i18n/pl/tableviewer.ts \ | ||
50 | ../../../i18n/pt/tableviewer.ts \ | ||
51 | ../../../i18n/pt_BR/tableviewer.ts \ | ||
52 | ../../../i18n/sl/tableviewer.ts \ | ||
53 | ../../../i18n/zh_CN/tableviewer.ts \ | ||
54 | ../../../i18n/zh_TW/tableviewer.ts | ||
55 | |||
56 | |||
57 | |||
58 | include ( $(OPIEDIR)/include.pro ) | 38 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/zsafe/zsafe.pro b/noncore/apps/zsafe/zsafe.pro index 7c6fa6a..a1f9e9f 100644 --- a/noncore/apps/zsafe/zsafe.pro +++ b/noncore/apps/zsafe/zsafe.pro | |||
@@ -1,18 +1,17 @@ | |||
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 = zsafe.h krc2.h category.h categorylist.h zlistview.h \ | 4 | HEADERS = zsafe.h krc2.h category.h categorylist.h zlistview.h \ |
5 | scqtfiledlg.h | 5 | scqtfiledlg.h |
6 | SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \ | 6 | SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \ |
7 | categorylist.cpp zlistview.cpp shadedlistitem.cpp\ | 7 | categorylist.cpp zlistview.cpp shadedlistitem.cpp\ |
8 | scqtfileedit.cpp scqtfileedit.moc.cpp \ | 8 | scqtfileedit.cpp scqtfileedit.moc.cpp \ |
9 | scqtfiledlg.cpp | 9 | scqtfiledlg.cpp |
10 | INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui infoform.ui wait.ui | 10 | INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui infoform.ui wait.ui |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | INCLUDEPATH+= $(OPIEDIR)/include |
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++ | 13 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++ |
14 | TARGET = zsafe | 14 | TARGET = zsafe |
15 | TRANSLATIONS = $(OPIEDIR)/noncore/apps/zsafe/i18n/de/zsafe.ts | ||
16 | 15 | ||
17 | include ( $(OPIEDIR)/include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
18 | 17 | ||
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index b3cb172..89fb9ed 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -1,55 +1,35 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = d3des.h \ | 2 | HEADERS = d3des.h \ |
3 | krfbbuffer.h \ | 3 | krfbbuffer.h \ |
4 | krfbcanvas.h \ | 4 | krfbcanvas.h \ |
5 | krfbconnection.h \ | 5 | krfbconnection.h \ |
6 | krfbdecoder.h \ | 6 | krfbdecoder.h \ |
7 | krfblogin.h \ | 7 | krfblogin.h \ |
8 | krfbserver.h \ | 8 | krfbserver.h \ |
9 | krfbserverinfo.h \ | 9 | krfbserverinfo.h \ |
10 | kvnc.h \ | 10 | kvnc.h \ |
11 | kvncconndlg.h \ | 11 | kvncconndlg.h \ |
12 | kvncbookmarkdlg.h \ | 12 | kvncbookmarkdlg.h \ |
13 | vncauth.h | 13 | vncauth.h |
14 | SOURCES = d3des.c \ | 14 | SOURCES = d3des.c \ |
15 | vncauth.c \ | 15 | vncauth.c \ |
16 | krfbbuffer.cpp \ | 16 | krfbbuffer.cpp \ |
17 | krfbcanvas.cpp \ | 17 | krfbcanvas.cpp \ |
18 | krfbconnection.cpp \ | 18 | krfbconnection.cpp \ |
19 | krfbdecoder.cpp \ | 19 | krfbdecoder.cpp \ |
20 | krfblogin.cpp \ | 20 | krfblogin.cpp \ |
21 | krfbserver.cpp \ | 21 | krfbserver.cpp \ |
22 | kvnc.cpp \ | 22 | kvnc.cpp \ |
23 | kvncconndlg.cpp \ | 23 | kvncconndlg.cpp \ |
24 | kvncbookmarkdlg.cpp \ | 24 | kvncbookmarkdlg.cpp \ |
25 | main.cpp | 25 | main.cpp |
26 | INTERFACES= kvncconndlgbase.ui \ | 26 | INTERFACES= kvncconndlgbase.ui \ |
27 | kvncbookmarkdlgbase.ui | 27 | kvncbookmarkdlgbase.ui |
28 | 28 | ||
29 | INCLUDEPATH += $(OPIEDIR)/include | 29 | INCLUDEPATH += $(OPIEDIR)/include |
30 | DEPENDPATH += $(OPIEDIR)/include | 30 | DEPENDPATH += $(OPIEDIR)/include |
31 | LIBS += -lqpe | 31 | LIBS += -lqpe |
32 | 32 | ||
33 | TARGET = keypebble | 33 | TARGET = keypebble |
34 | 34 | ||
35 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ | ||
36 | ../../../i18n/nl/keypebble.ts \ | ||
37 | ../../../i18n/da/keypebble.ts \ | ||
38 | ../../../i18n/xx/keypebble.ts \ | ||
39 | ../../../i18n/en/keypebble.ts \ | ||
40 | ../../../i18n/es/keypebble.ts \ | ||
41 | ../../../i18n/fr/keypebble.ts \ | ||
42 | ../../../i18n/hu/keypebble.ts \ | ||
43 | ../../../i18n/ja/keypebble.ts \ | ||
44 | ../../../i18n/ko/keypebble.ts \ | ||
45 | ../../../i18n/no/keypebble.ts \ | ||
46 | ../../../i18n/pl/keypebble.ts \ | ||
47 | ../../../i18n/pt/keypebble.ts \ | ||
48 | ../../../i18n/pt_BR/keypebble.ts \ | ||
49 | ../../../i18n/sl/keypebble.ts \ | ||
50 | ../../../i18n/zh_CN/keypebble.ts \ | ||
51 | ../../../i18n/zh_TW/keypebble.ts | ||
52 | |||
53 | |||
54 | |||
55 | include ( $(OPIEDIR)/include.pro ) | 35 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 278e7b2..2de38c4 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro | |||
@@ -1,33 +1,13 @@ | |||
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 \ | ||
14 | ../../../i18n/nl/mobilemsg.ts \ | ||
15 | ../../../i18n/da/mobilemsg.ts \ | ||
16 | ../../../i18n/xx/mobilemsg.ts \ | ||
17 | ../../../i18n/en/mobilemsg.ts \ | ||
18 | ../../../i18n/es/mobilemsg.ts \ | ||
19 | ../../../i18n/fr/mobilemsg.ts \ | ||
20 | ../../../i18n/hu/mobilemsg.ts \ | ||
21 | ../../../i18n/ja/mobilemsg.ts \ | ||
22 | ../../../i18n/ko/mobilemsg.ts \ | ||
23 | ../../../i18n/no/mobilemsg.ts \ | ||
24 | ../../../i18n/pl/mobilemsg.ts \ | ||
25 | ../../../i18n/pt/mobilemsg.ts \ | ||
26 | ../../../i18n/pt_BR/mobilemsg.ts \ | ||
27 | ../../../i18n/sl/mobilemsg.ts \ | ||
28 | ../../../i18n/zh_CN/mobilemsg.ts \ | ||
29 | ../../../i18n/zh_TW/mobilemsg.ts | ||
30 | |||
31 | |||
32 | |||
33 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro index 9310898..338daf6 100644 --- a/noncore/games/bounce/bounce.pro +++ b/noncore/games/bounce/bounce.pro | |||
@@ -1,33 +1,12 @@ | |||
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 \ | ||
13 | ../../../i18n/nl/bounce.ts \ | ||
14 | ../../../i18n/da/bounce.ts \ | ||
15 | ../../../i18n/xx/bounce.ts \ | ||
16 | ../../../i18n/en/bounce.ts \ | ||
17 | ../../../i18n/es/bounce.ts \ | ||
18 | ../../../i18n/fr/bounce.ts \ | ||
19 | ../../../i18n/hu/bounce.ts \ | ||
20 | ../../../i18n/ja/bounce.ts \ | ||
21 | ../../../i18n/ko/bounce.ts \ | ||
22 | ../../../i18n/no/bounce.ts \ | ||
23 | ../../../i18n/pl/bounce.ts \ | ||
24 | ../../../i18n/pt/bounce.ts \ | ||
25 | ../../../i18n/pt_BR/bounce.ts \ | ||
26 | ../../../i18n/sl/bounce.ts \ | ||
27 | ../../../i18n/zh_CN/bounce.ts \ | ||
28 | ../../../i18n/zh_TW/bounce.ts \ | ||
29 | ../../../i18n/it/bounce.ts | ||
30 | |||
31 | |||
32 | |||
33 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 1239b29..0faede8 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro | |||
@@ -1,32 +1,11 @@ | |||
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 \ | ||
12 | ../../../i18n/nl/buzzword.ts \ | ||
13 | ../../../i18n/da/buzzword.ts \ | ||
14 | ../../../i18n/xx/buzzword.ts \ | ||
15 | ../../../i18n/en/buzzword.ts \ | ||
16 | ../../../i18n/es/buzzword.ts \ | ||
17 | ../../../i18n/fr/buzzword.ts \ | ||
18 | ../../../i18n/hu/buzzword.ts \ | ||
19 | ../../../i18n/ja/buzzword.ts \ | ||
20 | ../../../i18n/ko/buzzword.ts \ | ||
21 | ../../../i18n/no/buzzword.ts \ | ||
22 | ../../../i18n/pl/buzzword.ts \ | ||
23 | ../../../i18n/pt/buzzword.ts \ | ||
24 | ../../../i18n/pt_BR/buzzword.ts \ | ||
25 | ../../../i18n/sl/buzzword.ts \ | ||
26 | ../../../i18n/zh_CN/buzzword.ts \ | ||
27 | ../../../i18n/zh_TW/buzzword.ts \ | ||
28 | ../../../i18n/it/buzzword.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index d6606fb..43d336d 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,32 +1,12 @@ | |||
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 \ | ||
13 | ../../../i18n/nl/fifteen.ts \ | ||
14 | ../../../i18n/da/fifteen.ts \ | ||
15 | ../../../i18n/xx/fifteen.ts \ | ||
16 | ../../../i18n/en/fifteen.ts \ | ||
17 | ../../../i18n/es/fifteen.ts \ | ||
18 | ../../../i18n/fr/fifteen.ts \ | ||
19 | ../../../i18n/hu/fifteen.ts \ | ||
20 | ../../../i18n/ja/fifteen.ts \ | ||
21 | ../../../i18n/ko/fifteen.ts \ | ||
22 | ../../../i18n/no/fifteen.ts \ | ||
23 | ../../../i18n/pl/fifteen.ts \ | ||
24 | ../../../i18n/pt/fifteen.ts \ | ||
25 | ../../../i18n/pt_BR/fifteen.ts \ | ||
26 | ../../../i18n/sl/fifteen.ts \ | ||
27 | ../../../i18n/zh_CN/fifteen.ts \ | ||
28 | ../../../i18n/zh_TW/fifteen.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index e4bbf8f..2bc0787 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -1,39 +1,19 @@ | |||
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 \ | ||
20 | ../../../i18n/nl/go.ts \ | ||
21 | ../../../i18n/da/go.ts \ | ||
22 | ../../../i18n/xx/go.ts \ | ||
23 | ../../../i18n/en/go.ts \ | ||
24 | ../../../i18n/es/go.ts \ | ||
25 | ../../../i18n/fr/go.ts \ | ||
26 | ../../../i18n/hu/go.ts \ | ||
27 | ../../../i18n/ja/go.ts \ | ||
28 | ../../../i18n/ko/go.ts \ | ||
29 | ../../../i18n/no/go.ts \ | ||
30 | ../../../i18n/pl/go.ts \ | ||
31 | ../../../i18n/pt/go.ts \ | ||
32 | ../../../i18n/pt_BR/go.ts \ | ||
33 | ../../../i18n/sl/go.ts \ | ||
34 | ../../../i18n/zh_CN/go.ts \ | ||
35 | ../../../i18n/zh_TW/go.ts | ||
36 | |||
37 | |||
38 | |||
39 | include ( $(OPIEDIR)/include.pro ) | 19 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index d0ec3e2..82f0978 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro | |||
@@ -1,36 +1,16 @@ | |||
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 \ | ||
17 | ../../../i18n/nl/kbill.ts \ | ||
18 | ../../../i18n/da/kbill.ts \ | ||
19 | ../../../i18n/xx/kbill.ts \ | ||
20 | ../../../i18n/en/kbill.ts \ | ||
21 | ../../../i18n/es/kbill.ts \ | ||
22 | ../../../i18n/fr/kbill.ts \ | ||
23 | ../../../i18n/hu/kbill.ts \ | ||
24 | ../../../i18n/ja/kbill.ts \ | ||
25 | ../../../i18n/ko/kbill.ts \ | ||
26 | ../../../i18n/no/kbill.ts \ | ||
27 | ../../../i18n/pl/kbill.ts \ | ||
28 | ../../../i18n/pt/kbill.ts \ | ||
29 | ../../../i18n/pt_BR/kbill.ts \ | ||
30 | ../../../i18n/sl/kbill.ts \ | ||
31 | ../../../i18n/zh_CN/kbill.ts \ | ||
32 | ../../../i18n/zh_TW/kbill.ts | ||
33 | |||
34 | |||
35 | |||
36 | include ( $(OPIEDIR)/include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index 062505f..a23e83a 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -1,40 +1,20 @@ | |||
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 \ | ||
21 | ../../../i18n/nl/kcheckers.ts \ | ||
22 | ../../../i18n/da/kcheckers.ts \ | ||
23 | ../../../i18n/xx/kcheckers.ts \ | ||
24 | ../../../i18n/en/kcheckers.ts \ | ||
25 | ../../../i18n/es/kcheckers.ts \ | ||
26 | ../../../i18n/fr/kcheckers.ts \ | ||
27 | ../../../i18n/hu/kcheckers.ts \ | ||
28 | ../../../i18n/ja/kcheckers.ts \ | ||
29 | ../../../i18n/ko/kcheckers.ts \ | ||
30 | ../../../i18n/no/kcheckers.ts \ | ||
31 | ../../../i18n/pl/kcheckers.ts \ | ||
32 | ../../../i18n/pt/kcheckers.ts \ | ||
33 | ../../../i18n/pt_BR/kcheckers.ts \ | ||
34 | ../../../i18n/sl/kcheckers.ts \ | ||
35 | ../../../i18n/zh_CN/kcheckers.ts \ | ||
36 | ../../../i18n/zh_TW/kcheckers.ts | ||
37 | |||
38 | |||
39 | |||
40 | include ( $(OPIEDIR)/include.pro ) | 20 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index 81d369a..4c66723 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro | |||
@@ -1,61 +1,41 @@ | |||
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 | #TMAKE_CXXFLAGS+= | 4 | #TMAKE_CXXFLAGS+= |
5 | HEADERS = kpacmanwidget.h \ | 5 | HEADERS = kpacmanwidget.h \ |
6 | referee.h \ | 6 | referee.h \ |
7 | status.h \ | 7 | status.h \ |
8 | painter.h \ | 8 | painter.h \ |
9 | score.h \ | 9 | score.h \ |
10 | pacman.h \ | 10 | pacman.h \ |
11 | monster.h \ | 11 | monster.h \ |
12 | keys.h \ | 12 | keys.h \ |
13 | fruit.h \ | 13 | fruit.h \ |
14 | energizer.h \ | 14 | energizer.h \ |
15 | board.h \ | 15 | board.h \ |
16 | bitfont.h \ | 16 | bitfont.h \ |
17 | kpacman.h \ | 17 | kpacman.h \ |
18 | bitmaps.h \ | 18 | bitmaps.h \ |
19 | colors.h \ | 19 | colors.h \ |
20 | portable.h | 20 | portable.h |
21 | SOURCES = kpacmanwidget.cpp \ | 21 | SOURCES = kpacmanwidget.cpp \ |
22 | referee.cpp \ | 22 | referee.cpp \ |
23 | status.cpp \ | 23 | status.cpp \ |
24 | painter.cpp \ | 24 | painter.cpp \ |
25 | score.cpp \ | 25 | score.cpp \ |
26 | pacman.cpp \ | 26 | pacman.cpp \ |
27 | monster.cpp \ | 27 | monster.cpp \ |
28 | keys.cpp \ | 28 | keys.cpp \ |
29 | fruit.cpp \ | 29 | fruit.cpp \ |
30 | energizer.cpp \ | 30 | energizer.cpp \ |
31 | board.cpp \ | 31 | board.cpp \ |
32 | bitfont.cpp \ | 32 | bitfont.cpp \ |
33 | kpacman.cpp \ | 33 | kpacman.cpp \ |
34 | main.cpp | 34 | main.cpp |
35 | INCLUDEPATH+= $(OPIEDIR)/include | 35 | INCLUDEPATH+= $(OPIEDIR)/include |
36 | DEPENDPATH+= $(OPIEDIR)/include | 36 | DEPENDPATH+= $(OPIEDIR)/include |
37 | LIBS += -lqpe | 37 | LIBS += -lqpe |
38 | DESTDIR = $(OPIEDIR)/bin | 38 | DESTDIR = $(OPIEDIR)/bin |
39 | TARGET = kpacman | 39 | TARGET = kpacman |
40 | 40 | ||
41 | TRANSLATIONS = ../../../i18n/de/kpacman.ts \ | ||
42 | ../../../i18n/nl/kpacman.ts \ | ||
43 | ../../../i18n/da/kpacman.ts \ | ||
44 | ../../../i18n/xx/kpacman.ts \ | ||
45 | ../../../i18n/en/kpacman.ts \ | ||
46 | ../../../i18n/es/kpacman.ts \ | ||
47 | ../../../i18n/fr/kpacman.ts \ | ||
48 | ../../../i18n/hu/kpacman.ts \ | ||
49 | ../../../i18n/ja/kpacman.ts \ | ||
50 | ../../../i18n/ko/kpacman.ts \ | ||
51 | ../../../i18n/no/kpacman.ts \ | ||
52 | ../../../i18n/pl/kpacman.ts \ | ||
53 | ../../../i18n/pt/kpacman.ts \ | ||
54 | ../../../i18n/pt_BR/kpacman.ts \ | ||
55 | ../../../i18n/sl/kpacman.ts \ | ||
56 | ../../../i18n/zh_CN/kpacman.ts \ | ||
57 | ../../../i18n/zh_TW/kpacman.ts | ||
58 | |||
59 | |||
60 | |||
61 | include ( $(OPIEDIR)/include.pro ) | 41 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index b8af466..4ca3b84 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -1,32 +1,12 @@ | |||
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 \ | ||
13 | ../../../i18n/nl/mindbreaker.ts \ | ||
14 | ../../../i18n/da/mindbreaker.ts \ | ||
15 | ../../../i18n/xx/mindbreaker.ts \ | ||
16 | ../../../i18n/en/mindbreaker.ts \ | ||
17 | ../../../i18n/es/mindbreaker.ts \ | ||
18 | ../../../i18n/fr/mindbreaker.ts \ | ||
19 | ../../../i18n/hu/mindbreaker.ts \ | ||
20 | ../../../i18n/ja/mindbreaker.ts \ | ||
21 | ../../../i18n/ko/mindbreaker.ts \ | ||
22 | ../../../i18n/no/mindbreaker.ts \ | ||
23 | ../../../i18n/pl/mindbreaker.ts \ | ||
24 | ../../../i18n/pt/mindbreaker.ts \ | ||
25 | ../../../i18n/pt_BR/mindbreaker.ts \ | ||
26 | ../../../i18n/sl/mindbreaker.ts \ | ||
27 | ../../../i18n/zh_CN/mindbreaker.ts \ | ||
28 | ../../../i18n/zh_TW/mindbreaker.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 3675b06..8e4001e 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -1,36 +1,15 @@ | |||
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 | include ( $(OPIEDIR)/include.pro ) |
16 | ../../../i18n/nl/minesweep.ts \ | ||
17 | ../../../i18n/da/minesweep.ts \ | ||
18 | ../../../i18n/xx/minesweep.ts \ | ||
19 | ../../../i18n/en/minesweep.ts \ | ||
20 | ../../../i18n/es/minesweep.ts \ | ||
21 | ../../../i18n/fr/minesweep.ts \ | ||
22 | ../../../i18n/hu/minesweep.ts \ | ||
23 | ../../../i18n/ja/minesweep.ts \ | ||
24 | ../../../i18n/ko/minesweep.ts \ | ||
25 | ../../../i18n/no/minesweep.ts \ | ||
26 | ../../../i18n/pl/minesweep.ts \ | ||
27 | ../../../i18n/pt/minesweep.ts \ | ||
28 | ../../../i18n/pt_BR/minesweep.ts \ | ||
29 | ../../../i18n/sl/minesweep.ts \ | ||
30 | ../../../i18n/zh_CN/minesweep.ts \ | ||
31 | ../../../i18n/it/minesweep.ts \ | ||
32 | ../../../i18n/zh_TW/minesweep.ts | ||
33 | |||
34 | |||
35 | |||
36 | include ( $(OPIEDIR)/include.pro ) | ||
diff --git a/noncore/games/oyatzee/oyatzee.pro b/noncore/games/oyatzee/oyatzee.pro index 08f842e..1c435ac 100644 --- a/noncore/games/oyatzee/oyatzee.pro +++ b/noncore/games/oyatzee/oyatzee.pro | |||
@@ -1,32 +1,12 @@ | |||
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 | TARGET = oyatzee | 7 | TARGET = oyatzee |
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/oyatzee.ts \ | ||
13 | ../../../i18n/nl/oyatzee.ts \ | ||
14 | ../../../i18n/da/oyatzee.ts \ | ||
15 | ../../../i18n/xx/oyatzee.ts \ | ||
16 | ../../../i18n/en/oyatzee.ts \ | ||
17 | ../../../i18n/es/oyatzee.ts \ | ||
18 | ../../../i18n/fr/oyatzee.ts \ | ||
19 | ../../../i18n/hu/oyatzee.ts \ | ||
20 | ../../../i18n/ja/oyatzee.ts \ | ||
21 | ../../../i18n/ko/oyatzee.ts \ | ||
22 | ../../../i18n/no/oyatzee.ts \ | ||
23 | ../../../i18n/pl/oyatzee.ts \ | ||
24 | ../../../i18n/pt/oyatzee.ts \ | ||
25 | ../../../i18n/pt_BR/oyatzee.ts \ | ||
26 | ../../../i18n/sl/oyatzee.ts \ | ||
27 | ../../../i18n/zh_CN/oyatzee.ts \ | ||
28 | ../../../i18n/zh_TW/oyatzee.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index 6d79903..c2746f9 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -1,31 +1,11 @@ | |||
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 \ | ||
12 | ../../../i18n/nl/parashoot.ts \ | ||
13 | ../../../i18n/da/parashoot.ts \ | ||
14 | ../../../i18n/xx/parashoot.ts \ | ||
15 | ../../../i18n/en/parashoot.ts \ | ||
16 | ../../../i18n/es/parashoot.ts \ | ||
17 | ../../../i18n/fr/parashoot.ts \ | ||
18 | ../../../i18n/hu/parashoot.ts \ | ||
19 | ../../../i18n/ja/parashoot.ts \ | ||
20 | ../../../i18n/ko/parashoot.ts \ | ||
21 | ../../../i18n/no/parashoot.ts \ | ||
22 | ../../../i18n/pl/parashoot.ts \ | ||
23 | ../../../i18n/pt/parashoot.ts \ | ||
24 | ../../../i18n/pt_BR/parashoot.ts \ | ||
25 | ../../../i18n/sl/parashoot.ts \ | ||
26 | ../../../i18n/zh_CN/parashoot.ts \ | ||
27 | ../../../i18n/zh_TW/parashoot.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 1659bd1..1a3a8d5 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -1,31 +1,11 @@ | |||
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 \ | ||
12 | ../../../i18n/nl/qasteroids.ts \ | ||
13 | ../../../i18n/da/qasteroids.ts \ | ||
14 | ../../../i18n/xx/qasteroids.ts \ | ||
15 | ../../../i18n/en/qasteroids.ts \ | ||
16 | ../../../i18n/es/qasteroids.ts \ | ||
17 | ../../../i18n/fr/qasteroids.ts \ | ||
18 | ../../../i18n/hu/qasteroids.ts \ | ||
19 | ../../../i18n/ja/qasteroids.ts \ | ||
20 | ../../../i18n/ko/qasteroids.ts \ | ||
21 | ../../../i18n/no/qasteroids.ts \ | ||
22 | ../../../i18n/pl/qasteroids.ts \ | ||
23 | ../../../i18n/pt/qasteroids.ts \ | ||
24 | ../../../i18n/pt_BR/qasteroids.ts \ | ||
25 | ../../../i18n/sl/qasteroids.ts \ | ||
26 | ../../../i18n/zh_CN/qasteroids.ts \ | ||
27 | ../../../i18n/zh_TW/qasteroids.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index a2c0725..3da8631 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -1,31 +1,11 @@ | |||
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 \ | ||
12 | ../../../i18n/nl/snake.ts \ | ||
13 | ../../../i18n/da/snake.ts \ | ||
14 | ../../../i18n/xx/snake.ts \ | ||
15 | ../../../i18n/en/snake.ts \ | ||
16 | ../../../i18n/es/snake.ts \ | ||
17 | ../../../i18n/fr/snake.ts \ | ||
18 | ../../../i18n/hu/snake.ts \ | ||
19 | ../../../i18n/ja/snake.ts \ | ||
20 | ../../../i18n/ko/snake.ts \ | ||
21 | ../../../i18n/no/snake.ts \ | ||
22 | ../../../i18n/pl/snake.ts \ | ||
23 | ../../../i18n/pt/snake.ts \ | ||
24 | ../../../i18n/pt_BR/snake.ts \ | ||
25 | ../../../i18n/sl/snake.ts \ | ||
26 | ../../../i18n/zh_CN/snake.ts \ | ||
27 | ../../../i18n/zh_TW/snake.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index b62b7c9..1ac62c3 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -1,42 +1,21 @@ | |||
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 \ | ||
22 | ../../../i18n/nl/patience.ts \ | ||
23 | ../../../i18n/da/patience.ts \ | ||
24 | ../../../i18n/xx/patience.ts \ | ||
25 | ../../../i18n/en/patience.ts \ | ||
26 | ../../../i18n/es/patience.ts \ | ||
27 | ../../../i18n/fr/patience.ts \ | ||
28 | ../../../i18n/hu/patience.ts \ | ||
29 | ../../../i18n/ja/patience.ts \ | ||
30 | ../../../i18n/ko/patience.ts \ | ||
31 | ../../../i18n/no/patience.ts \ | ||
32 | ../../../i18n/pl/patience.ts \ | ||
33 | ../../../i18n/pt/patience.ts \ | ||
34 | ../../../i18n/pt_BR/patience.ts \ | ||
35 | ../../../i18n/sl/patience.ts \ | ||
36 | ../../../i18n/zh_CN/patience.ts \ | ||
37 | ../../../i18n/zh_TW/patience.ts \ | ||
38 | ../../../i18n/it/patience.ts | ||
39 | |||
40 | |||
41 | |||
42 | include ( $(OPIEDIR)/include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 6ef8d64..35fe82b 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -1,42 +1,21 @@ | |||
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 | ohighscoredlg.h | 8 | ohighscoredlg.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | gtetrix.cpp \ | 10 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 11 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 12 | qtetrixb.cpp \ |
13 | tpiece.cpp \ | 13 | tpiece.cpp \ |
14 | ohighscoredlg.cpp | 14 | ohighscoredlg.cpp |
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
17 | LIBS += -lqpe -lstdc++ | 17 | LIBS += -lqpe -lstdc++ |
18 | INTERFACES= | 18 | INTERFACES= |
19 | TARGET = tetrix | 19 | TARGET = tetrix |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ | ||
22 | ../../../i18n/nl/tetrix.ts \ | ||
23 | ../../../i18n/da/tetrix.ts \ | ||
24 | ../../../i18n/xx/tetrix.ts \ | ||
25 | ../../../i18n/en/tetrix.ts \ | ||
26 | ../../../i18n/es/tetrix.ts \ | ||
27 | ../../../i18n/fr/tetrix.ts \ | ||
28 | ../../../i18n/hu/tetrix.ts \ | ||
29 | ../../../i18n/ja/tetrix.ts \ | ||
30 | ../../../i18n/ko/tetrix.ts \ | ||
31 | ../../../i18n/no/tetrix.ts \ | ||
32 | ../../../i18n/pl/tetrix.ts \ | ||
33 | ../../../i18n/pt/tetrix.ts \ | ||
34 | ../../../i18n/pt_BR/tetrix.ts \ | ||
35 | ../../../i18n/sl/tetrix.ts \ | ||
36 | ../../../i18n/zh_CN/tetrix.ts \ | ||
37 | ../../../i18n/it/tetrix.ts \ | ||
38 | ../../../i18n/zh_TW/tetrix.ts | ||
39 | |||
40 | |||
41 | |||
42 | include ( $(OPIEDIR)/include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 5cbdbdc..2967079 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -1,29 +1,11 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = tictac.h | 2 | HEADERS = tictac.h |
3 | SOURCES = main.cpp \ | 3 | SOURCES = main.cpp \ |
4 | tictac.cpp | 4 | tictac.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | 8 | ||
9 | TARGET = tictac | 9 | TARGET = tictac |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ | ||
12 | ../../../i18n/nl/tictac.ts \ | ||
13 | ../../../i18n/da/tictac.ts \ | ||
14 | ../../../i18n/xx/tictac.ts \ | ||
15 | ../../../i18n/en/tictac.ts \ | ||
16 | ../../../i18n/es/tictac.ts \ | ||
17 | ../../../i18n/fr/tictac.ts \ | ||
18 | ../../../i18n/hu/tictac.ts \ | ||
19 | ../../../i18n/ja/tictac.ts \ | ||
20 | ../../../i18n/ko/tictac.ts \ | ||
21 | ../../../i18n/no/tictac.ts \ | ||
22 | ../../../i18n/pl/tictac.ts \ | ||
23 | ../../../i18n/pt/tictac.ts \ | ||
24 | ../../../i18n/pt_BR/tictac.ts \ | ||
25 | ../../../i18n/sl/tictac.ts \ | ||
26 | ../../../i18n/zh_CN/tictac.ts \ | ||
27 | ../../../i18n/zh_TW/tictac.ts | ||
28 | |||
29 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index b556658..e997adc 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -1,33 +1,13 @@ | |||
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 \ | ||
14 | ../../../i18n/nl/wordgame.ts \ | ||
15 | ../../../i18n/da/wordgame.ts \ | ||
16 | ../../../i18n/xx/wordgame.ts \ | ||
17 | ../../../i18n/en/wordgame.ts \ | ||
18 | ../../../i18n/es/wordgame.ts \ | ||
19 | ../../../i18n/fr/wordgame.ts \ | ||
20 | ../../../i18n/hu/wordgame.ts \ | ||
21 | ../../../i18n/ja/wordgame.ts \ | ||
22 | ../../../i18n/ko/wordgame.ts \ | ||
23 | ../../../i18n/no/wordgame.ts \ | ||
24 | ../../../i18n/pl/wordgame.ts \ | ||
25 | ../../../i18n/pt/wordgame.ts \ | ||
26 | ../../../i18n/pt_BR/wordgame.ts \ | ||
27 | ../../../i18n/sl/wordgame.ts \ | ||
28 | ../../../i18n/zh_CN/wordgame.ts \ | ||
29 | ../../../i18n/zh_TW/wordgame.ts | ||
30 | |||
31 | |||
32 | |||
33 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 03cf7aa..30b2199 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -1,66 +1,47 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = drawpad.h \ | 2 | HEADERS = drawpad.h \ |
3 | drawpadcanvas.h \ | 3 | drawpadcanvas.h \ |
4 | ellipsetool.h \ | 4 | ellipsetool.h \ |
5 | erasetool.h \ | 5 | erasetool.h \ |
6 | exportdialog.h \ | 6 | exportdialog.h \ |
7 | filltool.h \ | 7 | filltool.h \ |
8 | filledellipsetool.h \ | 8 | filledellipsetool.h \ |
9 | filledrectangletool.h \ | 9 | filledrectangletool.h \ |
10 | importdialog.h \ | 10 | importdialog.h \ |
11 | linetool.h \ | 11 | linetool.h \ |
12 | newpagedialog.h \ | 12 | newpagedialog.h \ |
13 | page.h \ | 13 | page.h \ |
14 | pageinformationdialog.h \ | 14 | pageinformationdialog.h \ |
15 | pointtool.h \ | 15 | pointtool.h \ |
16 | rectangletool.h \ | 16 | rectangletool.h \ |
17 | shapetool.h \ | 17 | shapetool.h \ |
18 | texttool.h \ | 18 | texttool.h \ |
19 | thumbnailview.h \ | 19 | thumbnailview.h \ |
20 | tool.h | 20 | tool.h |
21 | SOURCES = drawpad.cpp \ | 21 | SOURCES = drawpad.cpp \ |
22 | drawpadcanvas.cpp \ | 22 | drawpadcanvas.cpp \ |
23 | ellipsetool.cpp \ | 23 | ellipsetool.cpp \ |
24 | erasetool.cpp \ | 24 | erasetool.cpp \ |
25 | exportdialog.cpp \ | 25 | exportdialog.cpp \ |
26 | filltool.cpp \ | 26 | filltool.cpp \ |
27 | filledellipsetool.cpp \ | 27 | filledellipsetool.cpp \ |
28 | filledrectangletool.cpp \ | 28 | filledrectangletool.cpp \ |
29 | importdialog.cpp \ | 29 | importdialog.cpp \ |
30 | linetool.cpp \ | 30 | linetool.cpp \ |
31 | main.cpp \ | 31 | main.cpp \ |
32 | newpagedialog.cpp \ | 32 | newpagedialog.cpp \ |
33 | page.cpp \ | 33 | page.cpp \ |
34 | pageinformationdialog.cpp \ | 34 | pageinformationdialog.cpp \ |
35 | pointtool.cpp \ | 35 | pointtool.cpp \ |
36 | rectangletool.cpp \ | 36 | rectangletool.cpp \ |
37 | shapetool.cpp \ | 37 | shapetool.cpp \ |
38 | texttool.cpp \ | 38 | texttool.cpp \ |
39 | thumbnailview.cpp \ | 39 | thumbnailview.cpp \ |
40 | tool.cpp | 40 | tool.cpp |
41 | INCLUDEPATH+= $(OPIEDIR)/include | 41 | INCLUDEPATH+= $(OPIEDIR)/include |
42 | DEPENDPATH+= $(OPIEDIR)/include | 42 | DEPENDPATH+= $(OPIEDIR)/include |
43 | LIBS += -lqpe -lopie | 43 | LIBS += -lqpe -lopie |
44 | 44 | ||
45 | TARGET = drawpad | 45 | TARGET = drawpad |
46 | 46 | ||
47 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ | ||
48 | ../../../i18n/nl/drawpad.ts \ | ||
49 | ../../../i18n/da/drawpad.ts \ | ||
50 | ../../../i18n/xx/drawpad.ts \ | ||
51 | ../../../i18n/en/drawpad.ts \ | ||
52 | ../../../i18n/es/drawpad.ts \ | ||
53 | ../../../i18n/fr/drawpad.ts \ | ||
54 | ../../../i18n/hu/drawpad.ts \ | ||
55 | ../../../i18n/ja/drawpad.ts \ | ||
56 | ../../../i18n/ko/drawpad.ts \ | ||
57 | ../../../i18n/no/drawpad.ts \ | ||
58 | ../../../i18n/pl/drawpad.ts \ | ||
59 | ../../../i18n/pt/drawpad.ts \ | ||
60 | ../../../i18n/pt_BR/drawpad.ts \ | ||
61 | ../../../i18n/sl/drawpad.ts \ | ||
62 | ../../../i18n/zh_CN/drawpad.ts \ | ||
63 | ../../../i18n/it/drawpad.ts \ | ||
64 | ../../../i18n/zh_TW/drawpad.ts | ||
65 | |||
66 | include ( $(OPIEDIR)/include.pro ) | 47 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/multimedia/opieplayer2/opieplayer2.pro b/noncore/multimedia/opieplayer2/opieplayer2.pro index 46e14a0..4a57f63 100644 --- a/noncore/multimedia/opieplayer2/opieplayer2.pro +++ b/noncore/multimedia/opieplayer2/opieplayer2.pro | |||
@@ -1,41 +1,22 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = playlistselection.h mediaplayerstate.h xinecontrol.h \ | 2 | HEADERS = playlistselection.h mediaplayerstate.h xinecontrol.h \ |
3 | videowidget.h audiowidget.h playlistwidget.h om3u.h mediaplayer.h inputDialog.h \ | 3 | videowidget.h audiowidget.h playlistwidget.h om3u.h mediaplayer.h inputDialog.h \ |
4 | frame.h lib.h xinevideowidget.h volumecontrol.h playlistwidgetgui.h\ | 4 | frame.h lib.h xinevideowidget.h volumecontrol.h playlistwidgetgui.h\ |
5 | alphablend.h yuv2rgb.h threadutil.h mediawidget.h playlistview.h playlistfileview.h \ | 5 | alphablend.h yuv2rgb.h threadutil.h mediawidget.h playlistview.h playlistfileview.h \ |
6 | skin.h | 6 | skin.h |
7 | SOURCES = main.cpp \ | 7 | SOURCES = main.cpp \ |
8 | playlistselection.cpp mediaplayerstate.cpp xinecontrol.cpp \ | 8 | playlistselection.cpp mediaplayerstate.cpp xinecontrol.cpp \ |
9 | videowidget.cpp audiowidget.cpp playlistwidget.cpp om3u.cpp mediaplayer.cpp inputDialog.cpp \ | 9 | videowidget.cpp audiowidget.cpp playlistwidget.cpp om3u.cpp mediaplayer.cpp inputDialog.cpp \ |
10 | frame.cpp lib.cpp nullvideo.c xinevideowidget.cpp volumecontrol.cpp \ | 10 | frame.cpp lib.cpp nullvideo.c xinevideowidget.cpp volumecontrol.cpp \ |
11 | playlistwidgetgui.cpp\ | 11 | playlistwidgetgui.cpp\ |
12 | alphablend.c yuv2rgb.c yuv2rgb_arm2.c yuv2rgb_arm4l.S \ | 12 | alphablend.c yuv2rgb.c yuv2rgb_arm2.c yuv2rgb_arm4l.S \ |
13 | threadutil.cpp mediawidget.cpp playlistview.cpp playlistfileview.cpp \ | 13 | threadutil.cpp mediawidget.cpp playlistview.cpp playlistfileview.cpp \ |
14 | skin.cpp | 14 | skin.cpp |
15 | TARGET = opieplayer2 | 15 | TARGET = opieplayer2 |
16 | INCLUDEPATH += $(OPIEDIR)/include | 16 | INCLUDEPATH += $(OPIEDIR)/include |
17 | DEPENDPATH += $(OPIEDIR)/include | 17 | DEPENDPATH += $(OPIEDIR)/include |
18 | LIBS += -lqpe -lpthread -lopie -lxine -lstdc++ | 18 | LIBS += -lqpe -lpthread -lopie -lxine -lstdc++ |
19 | MOC_DIR = qpeobj | 19 | MOC_DIR = qpeobj |
20 | OBJECTS_DIR = qpeobj | 20 | OBJECTS_DIR = qpeobj |
21 | 21 | ||
22 | TRANSLATIONS = ../../../i18n/de/opieplayer2.ts \ | ||
23 | ../../../i18n/nl/opieplayer2.ts \ | ||
24 | ../../../i18n/da/opieplayer2.ts \ | ||
25 | ../../../i18n/xx/opieplayer2.ts \ | ||
26 | ../../../i18n/en/opieplayer2.ts \ | ||
27 | ../../../i18n/es/opieplayer2.ts \ | ||
28 | ../../../i18n/fr/opieplayer2.ts \ | ||
29 | ../../../i18n/hu/opieplayer2.ts \ | ||
30 | ../../../i18n/ja/opieplayer2.ts \ | ||
31 | ../../../i18n/ko/opieplayer2.ts \ | ||
32 | ../../../i18n/no/opieplayer2.ts \ | ||
33 | ../../../i18n/pl/opieplayer2.ts \ | ||
34 | ../../../i18n/pt/opieplayer2.ts \ | ||
35 | ../../../i18n/pt_BR/opieplayer2.ts \ | ||
36 | ../../../i18n/sl/opieplayer2.ts \ | ||
37 | ../../../i18n/zh_CN/opieplayer2.ts \ | ||
38 | ../../../i18n/zh_TW/opieplayer2.ts | ||
39 | |||
40 | |||
41 | include ( $(OPIEDIR)/include.pro ) | 22 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index e8d753b..76b020e 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,29 +1,9 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h | 2 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h |
3 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp | 3 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp |
4 | TARGET = showimg | 4 | TARGET = showimg |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopie | 7 | LIBS += -lqpe -lopie |
8 | 8 | ||
9 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ | ||
10 | ../../../i18n/nl/showimg.ts \ | ||
11 | ../../../i18n/xx/showimg.ts \ | ||
12 | ../../../i18n/en/showimg.ts \ | ||
13 | ../../../i18n/es/showimg.ts \ | ||
14 | ../../../i18n/fr/showimg.ts \ | ||
15 | ../../../i18n/hu/showimg.ts \ | ||
16 | ../../../i18n/ja/showimg.ts \ | ||
17 | ../../../i18n/ko/showimg.ts \ | ||
18 | ../../../i18n/no/showimg.ts \ | ||
19 | ../../../i18n/pl/showimg.ts \ | ||
20 | ../../../i18n/pt/showimg.ts \ | ||
21 | ../../../i18n/pt_BR/showimg.ts \ | ||
22 | ../../../i18n/sl/showimg.ts \ | ||
23 | ../../../i18n/zh_CN/showimg.ts \ | ||
24 | ../../../i18n/zh_TW/showimg.ts \ | ||
25 | ../../../i18n/da/showimg.ts | ||
26 | |||
27 | |||
28 | |||
29 | include ( $(OPIEDIR)/include.pro ) | 9 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/mailit/mailit.pro b/noncore/net/mailit/mailit.pro index 0224886..bdb89be 100644 --- a/noncore/net/mailit/mailit.pro +++ b/noncore/net/mailit/mailit.pro | |||
@@ -1,59 +1,40 @@ | |||
1 | TARGET = mailit | 1 | TARGET = mailit |
2 | CONFIG = qt warn_on release quick-app | 2 | CONFIG = qt warn_on release quick-app |
3 | HEADERS = emailclient.h \ | 3 | HEADERS = emailclient.h \ |
4 | emailhandler.h \ | 4 | emailhandler.h \ |
5 | emaillistitem.h \ | 5 | emaillistitem.h \ |
6 | mailitwindow.h \ | 6 | mailitwindow.h \ |
7 | md5.h \ | 7 | md5.h \ |
8 | popclient.h \ | 8 | popclient.h \ |
9 | readmail.h \ | 9 | readmail.h \ |
10 | smtpclient.h \ | 10 | smtpclient.h \ |
11 | writemail.h \ | 11 | writemail.h \ |
12 | textparser.h \ | 12 | textparser.h \ |
13 | viewatt.h \ | 13 | viewatt.h \ |
14 | addatt.h \ | 14 | addatt.h \ |
15 | editaccount.h \ | 15 | editaccount.h \ |
16 | maillist.h \ | 16 | maillist.h \ |
17 | addresslist.h | 17 | addresslist.h |
18 | SOURCES = emailclient.cpp \ | 18 | SOURCES = emailclient.cpp \ |
19 | emailhandler.cpp \ | 19 | emailhandler.cpp \ |
20 | emaillistitem.cpp \ | 20 | emaillistitem.cpp \ |
21 | mailitwindow.cpp \ | 21 | mailitwindow.cpp \ |
22 | main.cpp \ | 22 | main.cpp \ |
23 | md5.c \ | 23 | md5.c \ |
24 | popclient.cpp \ | 24 | popclient.cpp \ |
25 | readmail.cpp \ | 25 | readmail.cpp \ |
26 | smtpclient.cpp \ | 26 | smtpclient.cpp \ |
27 | writemail.cpp \ | 27 | writemail.cpp \ |
28 | textparser.cpp \ | 28 | textparser.cpp \ |
29 | viewatt.cpp \ | 29 | viewatt.cpp \ |
30 | addatt.cpp \ | 30 | addatt.cpp \ |
31 | editaccount.cpp \ | 31 | editaccount.cpp \ |
32 | maillist.cpp \ | 32 | maillist.cpp \ |
33 | addresslist.cpp | 33 | addresslist.cpp |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie | 37 | LIBS += -lqpe -lopie |
38 | # -lssl | 38 | # -lssl |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/mailit.ts \ | ||
41 | ../../../i18n/nl/mailit.ts \ | ||
42 | ../../../i18n/da/mailit.ts \ | ||
43 | ../../../i18n/xx/mailit.ts \ | ||
44 | ../../../i18n/it/mailit.ts \ | ||
45 | ../../../i18n/en/mailit.ts \ | ||
46 | ../../../i18n/es/mailit.ts \ | ||
47 | ../../../i18n/fr/mailit.ts \ | ||
48 | ../../../i18n/hu/mailit.ts \ | ||
49 | ../../../i18n/ja/mailit.ts \ | ||
50 | ../../../i18n/ko/mailit.ts \ | ||
51 | ../../../i18n/no/mailit.ts \ | ||
52 | ../../../i18n/pl/mailit.ts \ | ||
53 | ../../../i18n/pt/mailit.ts \ | ||
54 | ../../../i18n/pt_BR/mailit.ts \ | ||
55 | ../../../i18n/sl/mailit.ts \ | ||
56 | ../../../i18n/zh_CN/mailit.ts \ | ||
57 | ../../../i18n/zh_TW/mailit.ts | ||
58 | |||
59 | include ( $(OPIEDIR)/include.pro ) | 40 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index 185c341..1d1534f 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -1,29 +1,9 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = opieftp.h inputDialog.h | 2 | HEADERS = opieftp.h inputDialog.h |
3 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp | 3 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp |
4 | TARGET = opieftp | 4 | TARGET = opieftp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe -lftplib | 7 | LIBS += -lqpe -lftplib |
8 | 8 | ||
9 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ | ||
10 | ../../../i18n/nl/opieftp.ts \ | ||
11 | ../../../i18n/da/opieftp.ts \ | ||
12 | ../../../i18n/xx/opieftp.ts \ | ||
13 | ../../../i18n/en/opieftp.ts \ | ||
14 | ../../../i18n/es/opieftp.ts \ | ||
15 | ../../../i18n/fr/opieftp.ts \ | ||
16 | ../../../i18n/hu/opieftp.ts \ | ||
17 | ../../../i18n/ja/opieftp.ts \ | ||
18 | ../../../i18n/ko/opieftp.ts \ | ||
19 | ../../../i18n/no/opieftp.ts \ | ||
20 | ../../../i18n/pl/opieftp.ts \ | ||
21 | ../../../i18n/pt/opieftp.ts \ | ||
22 | ../../../i18n/pt_BR/opieftp.ts \ | ||
23 | ../../../i18n/sl/opieftp.ts \ | ||
24 | ../../../i18n/zh_CN/opieftp.ts \ | ||
25 | ../../../i18n/zh_TW/opieftp.ts | ||
26 | |||
27 | |||
28 | |||
29 | include ( $(OPIEDIR)/include.pro ) | 9 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index 4efcb42..5e89014 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro | |||
@@ -1,33 +1,13 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt plugin warn_on release | 2 | CONFIG += qt plugin 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 \ | ||
14 | ../../../../i18n/nl/libbluetoothapplet.ts \ | ||
15 | ../../../../i18n/da/libbluetoothapplet.ts \ | ||
16 | ../../../../i18n/xx/libbluetoothapplet.ts \ | ||
17 | ../../../../i18n/en/libbluetoothapplet.ts \ | ||
18 | ../../../../i18n/es/libbluetoothapplet.ts \ | ||
19 | ../../../../i18n/fr/libbluetoothapplet.ts \ | ||
20 | ../../../../i18n/hu/libbluetoothapplet.ts \ | ||
21 | ../../../../i18n/ja/libbluetoothapplet.ts \ | ||
22 | ../../../../i18n/ko/libbluetoothapplet.ts \ | ||
23 | ../../../../i18n/no/libbluetoothapplet.ts \ | ||
24 | ../../../../i18n/pl/libbluetoothapplet.ts \ | ||
25 | ../../../../i18n/pt/libbluetoothapplet.ts \ | ||
26 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ | ||
27 | ../../../../i18n/sl/libbluetoothapplet.ts \ | ||
28 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ | ||
29 | ../../../../i18n/zh_TW/libbluetoothapplet.ts | ||
30 | |||
31 | |||
32 | |||
33 | include ( $(OPIEDIR)/include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index fbf9dbe..7675b27 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -1,30 +1,11 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = pindlg.h | 2 | HEADERS = pindlg.h |
3 | SOURCES = main.cc pindlg.cc | 3 | SOURCES = main.cc pindlg.cc |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | INCLUDEPATH += $(OPIEDIR)/include |
5 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib | 5 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | INTERFACES = pindlgbase.ui | 8 | INTERFACES = pindlgbase.ui |
9 | TARGET = bluepin | 9 | TARGET = bluepin |
10 | 10 | ||
11 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ | 11 | include ( $(OPIEDIR)/include.pro ) |
12 | ../../../../i18n/nl/bluepin.ts \ | ||
13 | ../../../../i18n/da/bluepin.ts \ | ||
14 | ../../../../i18n/xx/bluepin.ts \ | ||
15 | ../../../../i18n/en/bluepin.ts \ | ||
16 | ../../../../i18n/es/bluepin.ts \ | ||
17 | ../../../../i18n/fr/bluepin.ts \ | ||
18 | ../../../../i18n/hu/bluepin.ts \ | ||
19 | ../../../../i18n/ja/bluepin.ts \ | ||
20 | ../../../../i18n/ko/bluepin.ts \ | ||
21 | ../../../../i18n/no/bluepin.ts \ | ||
22 | ../../../../i18n/pl/bluepin.ts \ | ||
23 | ../../../../i18n/pt/bluepin.ts \ | ||
24 | ../../../../i18n/pt_BR/bluepin.ts \ | ||
25 | ../../../../i18n/sl/bluepin.ts \ | ||
26 | ../../../../i18n/zh_CN/bluepin.ts \ | ||
27 | ../../../../i18n/zh_TW/bluepin.ts | ||
28 | |||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | ||
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index 7caa25b..941b231 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro | |||
@@ -1,31 +1,11 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h | 3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h startpanconnection.h startdunconnection.h |
4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp | 4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc startpanconnection.cpp startdunconnection.cpp |
5 | TARGET = opietooth | 5 | TARGET = opietooth |
6 | INCLUDEPATH += $(OPIEDIR)/include . | 6 | INCLUDEPATH += $(OPIEDIR)/include . |
7 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
8 | LIBS += -lopie | 8 | LIBS += -lopie |
9 | #VERSION = 0.0.0 | 9 | #VERSION = 0.0.0 |
10 | 10 | ||
11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ | ||
12 | ../../../../i18n/nl/libopietooth.ts \ | ||
13 | ../../../../i18n/da/libopietooth.ts \ | ||
14 | ../../../../i18n/xx/libopietooth.ts \ | ||
15 | ../../../../i18n/en/libopietooth.ts \ | ||
16 | ../../../../i18n/es/libopietooth.ts \ | ||
17 | ../../../../i18n/fr/libopietooth.ts \ | ||
18 | ../../../../i18n/hu/libopietooth.ts \ | ||
19 | ../../../../i18n/ja/libopietooth.ts \ | ||
20 | ../../../../i18n/ko/libopietooth.ts \ | ||
21 | ../../../../i18n/no/libopietooth.ts \ | ||
22 | ../../../../i18n/pl/libopietooth.ts \ | ||
23 | ../../../../i18n/pt/libopietooth.ts \ | ||
24 | ../../../../i18n/pt_BR/libopietooth.ts \ | ||
25 | ../../../../i18n/sl/libopietooth.ts \ | ||
26 | ../../../../i18n/zh_CN/libopietooth.ts \ | ||
27 | ../../../../i18n/zh_TW/libopietooth.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index 6ff4ebb..005a2d7 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -1,50 +1,30 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = btconnectionitem.h btdeviceitem.h \ | 2 | HEADERS = btconnectionitem.h btdeviceitem.h \ |
3 | btserviceitem.h stdpopups.h \ | 3 | btserviceitem.h stdpopups.h \ |
4 | popuphelper.h bluebase.h \ | 4 | popuphelper.h bluebase.h \ |
5 | scandialog.h btlistitem.h \ | 5 | scandialog.h btlistitem.h \ |
6 | hciconfwrapper.h bticonloader.h \ | 6 | hciconfwrapper.h bticonloader.h \ |
7 | pppdialog.h obexdialog.h \ | 7 | pppdialog.h obexdialog.h \ |
8 | rfcommassigndialogimpl.h rfcommassigndialogitem.h \ | 8 | rfcommassigndialogimpl.h rfcommassigndialogitem.h \ |
9 | devicehandler.h rfcpopup.h obexpopup.h \ | 9 | devicehandler.h rfcpopup.h obexpopup.h \ |
10 | rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.h | 10 | rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.h |
11 | 11 | ||
12 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ | 12 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ |
13 | btserviceitem.cpp stdpopups.cpp \ | 13 | btserviceitem.cpp stdpopups.cpp \ |
14 | popuphelper.cpp main.cpp \ | 14 | popuphelper.cpp main.cpp \ |
15 | bluebase.cpp scandialog.cpp \ | 15 | bluebase.cpp scandialog.cpp \ |
16 | btlistitem.cpp hciconfwrapper.cpp \ | 16 | btlistitem.cpp hciconfwrapper.cpp \ |
17 | bticonloader.cpp pppdialog.cpp \ | 17 | bticonloader.cpp pppdialog.cpp \ |
18 | rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ | 18 | rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ |
19 | obexdialog.cpp devicehandler.cpp \ | 19 | obexdialog.cpp devicehandler.cpp \ |
20 | rfcpopup.cpp obexpopup.cpp \ | 20 | rfcpopup.cpp obexpopup.cpp \ |
21 | rfcommhelper.cpp panpopup.cpp dunpopup.cpp rfcommconfhandler.cpp | 21 | rfcommhelper.cpp panpopup.cpp dunpopup.cpp rfcommconfhandler.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 rfcommassigndialogbase.ui rfcommdialogitembase.ui | 26 | INTERFACES = bluetoothbase.ui devicedialog.ui rfcommassigndialogbase.ui rfcommdialogitembase.ui |
27 | 27 | ||
28 | TARGET = bluetooth-manager | 28 | TARGET = bluetooth-manager |
29 | 29 | ||
30 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ | ||
31 | ../../../../i18n/nl/bluetooth-manager.ts \ | ||
32 | ../../../../i18n/da/bluetooth-manager.ts \ | ||
33 | ../../../../i18n/xx/bluetooth-manager.ts \ | ||
34 | ../../../../i18n/en/bluetooth-manager.ts \ | ||
35 | ../../../../i18n/es/bluetooth-manager.ts \ | ||
36 | ../../../../i18n/fr/bluetooth-manager.ts \ | ||
37 | ../../../../i18n/hu/bluetooth-manager.ts \ | ||
38 | ../../../../i18n/ja/bluetooth-manager.ts \ | ||
39 | ../../../../i18n/ko/bluetooth-manager.ts \ | ||
40 | ../../../../i18n/no/bluetooth-manager.ts \ | ||
41 | ../../../../i18n/pl/bluetooth-manager.ts \ | ||
42 | ../../../../i18n/pt/bluetooth-manager.ts \ | ||
43 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ | ||
44 | ../../../../i18n/sl/bluetooth-manager.ts \ | ||
45 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ | ||
46 | ../../../../i18n/zh_TW/bluetooth-manager.ts | ||
47 | |||
48 | |||
49 | |||
50 | include ( $(OPIEDIR)/include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index cb5f85c..188d96a 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro | |||
@@ -1,65 +1,47 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
4 | 4 | ||
5 | HEADERS = wellenreiterbase.h \ | 5 | HEADERS = wellenreiterbase.h \ |
6 | mainwindow.h \ | 6 | mainwindow.h \ |
7 | wellenreiter.h \ | 7 | wellenreiter.h \ |
8 | scanlist.h \ | 8 | scanlist.h \ |
9 | logwindow.h \ | 9 | logwindow.h \ |
10 | hexwindow.h \ | 10 | hexwindow.h \ |
11 | statwindow.h \ | 11 | statwindow.h \ |
12 | configwindow.h \ | 12 | configwindow.h \ |
13 | graphwindow.h \ | 13 | graphwindow.h \ |
14 | protolistview.h \ | 14 | protolistview.h \ |
15 | gps.h | 15 | gps.h |
16 | 16 | ||
17 | SOURCES = main.cpp \ | 17 | SOURCES = main.cpp \ |
18 | mainwindow.cpp \ | 18 | mainwindow.cpp \ |
19 | wellenreiterbase.cpp \ | 19 | wellenreiterbase.cpp \ |
20 | wellenreiter.cpp \ | 20 | wellenreiter.cpp \ |
21 | scanlist.cpp \ | 21 | scanlist.cpp \ |
22 | logwindow.cpp \ | 22 | logwindow.cpp \ |
23 | hexwindow.cpp \ | 23 | hexwindow.cpp \ |
24 | statwindow.cpp \ | 24 | statwindow.cpp \ |
25 | configwindow.cpp \ | 25 | configwindow.cpp \ |
26 | graphwindow.cpp \ | 26 | graphwindow.cpp \ |
27 | protolistview.cpp \ | 27 | protolistview.cpp \ |
28 | gps.cpp | 28 | gps.cpp |
29 | 29 | ||
30 | INCLUDEPATH += $(OPIEDIR)/include | 30 | INCLUDEPATH += $(OPIEDIR)/include |
31 | DEPENDPATH += $(OPIEDIR)/include | 31 | DEPENDPATH += $(OPIEDIR)/include |
32 | INTERFACES = configbase.ui | 32 | INTERFACES = configbase.ui |
33 | TARGET = wellenreiter | 33 | TARGET = wellenreiter |
34 | 34 | ||
35 | !contains( platform, x11 ) { | 35 | !contains( platform, x11 ) { |
36 | message( qws ) | 36 | message( qws ) |
37 | include ( $(OPIEDIR)/include.pro ) | 37 | include ( $(OPIEDIR)/include.pro ) |
38 | LIBS += -lqpe -lopie -lopiecore2 -lopieui2 -lopienet2 | 38 | LIBS += -lqpe -lopie -lopiecore2 -lopieui2 -lopienet2 |
39 | } | 39 | } |
40 | 40 | ||
41 | contains( platform, x11 ) { | 41 | contains( platform, x11 ) { |
42 | LIBS += -L$(OPIEDIR)/output/lib -Wl,-rpath,$(OPIEDIR)/output/lib -Wl,-rpath,/usr/local/lib -lwellenreiter | 42 | LIBS += -L$(OPIEDIR)/output/lib -Wl,-rpath,$(OPIEDIR)/output/lib -Wl,-rpath,/usr/local/lib -lwellenreiter |
43 | SOURCES += resource.cpp | 43 | SOURCES += resource.cpp |
44 | HEADERS += resource.h | 44 | HEADERS += resource.h |
45 | DESTDIR = $(OPIEDIR)/output/bin | 45 | DESTDIR = $(OPIEDIR)/output/bin |
46 | } | 46 | } |
47 | 47 | ||
48 | TRANSLATIONS = ../../../../i18n/de/wellenreiter.ts \ | ||
49 | ../../../../i18n/nl/wellenreiter.ts \ | ||
50 | ../../../../i18n/da/wellenreiter.ts \ | ||
51 | ../../../../i18n/xx/wellenreiter.ts \ | ||
52 | ../../../../i18n/en/wellenreiter.ts \ | ||
53 | ../../../../i18n/es/wellenreiter.ts \ | ||
54 | ../../../../i18n/fr/wellenreiter.ts \ | ||
55 | ../../../../i18n/hu/wellenreiter.ts \ | ||
56 | ../../../../i18n/ja/wellenreiter.ts \ | ||
57 | ../../../../i18n/ko/wellenreiter.ts \ | ||
58 | ../../../../i18n/no/wellenreiter.ts \ | ||
59 | ../../../../i18n/pl/wellenreiter.ts \ | ||
60 | ../../../../i18n/pt/wellenreiter.ts \ | ||
61 | ../../../../i18n/pt_BR/wellenreiter.ts \ | ||
62 | ../../../../i18n/sl/wellenreiter.ts \ | ||
63 | ../../../../i18n/zh_CN/wellenreiter.ts \ | ||
64 | ../../../../i18n/zh_TW/wellenreiter.ts | ||
65 | |||
diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro index 7085c5a..eb60c4a 100644 --- a/noncore/net/wellenreiter/wellenreiter.pro +++ b/noncore/net/wellenreiter/wellenreiter.pro | |||
@@ -1,32 +1,14 @@ | |||
1 | TEMPLATE = subdirs | 1 | TEMPLATE = subdirs |
2 | 2 | ||
3 | !contains( platform, x11 ) { | 3 | !contains( platform, x11 ) { |
4 | message( Configuring Wellenreiter for build on Opie ) | 4 | message( Configuring Wellenreiter for build on Opie ) |
5 | SUBDIRS = gui | 5 | SUBDIRS = gui |
6 | include ( $(OPIEDIR)/include.pro ) | 6 | include ( $(OPIEDIR)/include.pro ) |
7 | } | 7 | } |
8 | 8 | ||
9 | contains( platform, x11 ) { | 9 | contains( platform, x11 ) { |
10 | message( Configuring Wellenreiter for build on Qt/X11 ) | 10 | message( Configuring Wellenreiter for build on Qt/X11 ) |
11 | SUBDIRS = lib gui | 11 | SUBDIRS = lib gui |
12 | system( mkdir -p $OPIEDIR/lib $OPIEDIR/bin $OPIEDIR/share/pics ) | 12 | system( mkdir -p $OPIEDIR/lib $OPIEDIR/bin $OPIEDIR/share/pics ) |
13 | } | 13 | } |
14 | 14 | ||
15 | TRANSLATIONS = ../../../i18n/de/wellenreiter.ts \ | ||
16 | ../../../i18n/nl/wellenreiter.ts \ | ||
17 | ../../../i18n/da/wellenreiter.ts \ | ||
18 | ../../../i18n/xx/wellenreiter.ts \ | ||
19 | ../../../i18n/en/wellenreiter.ts \ | ||
20 | ../../../i18n/es/wellenreiter.ts \ | ||
21 | ../../../i18n/fr/wellenreiter.ts \ | ||
22 | ../../../i18n/hu/wellenreiter.ts \ | ||
23 | ../../../i18n/ja/wellenreiter.ts \ | ||
24 | ../../../i18n/ko/wellenreiter.ts \ | ||
25 | ../../../i18n/no/wellenreiter.ts \ | ||
26 | ../../../i18n/pl/wellenreiter.ts \ | ||
27 | ../../../i18n/pt/wellenreiter.ts \ | ||
28 | ../../../i18n/pt_BR/wellenreiter.ts \ | ||
29 | ../../../i18n/sl/wellenreiter.ts \ | ||
30 | ../../../i18n/zh_CN/wellenreiter.ts \ | ||
31 | ../../../i18n/zh_TW/wellenreiter.ts | ||
32 | |||
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 145de2f..ca5a4ec 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro | |||
@@ -1,31 +1,12 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = appearance.h editScheme.h sample.h | 2 | HEADERS = appearance.h editScheme.h sample.h |
3 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp | 3 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | INCLUDEPATH += $(OPIEDIR)/include |
5 | DEPENDPATH += ../$(OPIEDIR)/include | 5 | DEPENDPATH += ../$(OPIEDIR)/include |
6 | LIBS += -lqpe -lopie | 6 | LIBS += -lqpe -lopie |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | 9 | ||
10 | TARGET = appearance | 10 | TARGET = appearance |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/appearance.ts \ | ||
13 | ../../../i18n/nl/appearance.ts \ | ||
14 | ../../../i18n/xx/appearance.ts \ | ||
15 | ../../../i18n/en/appearance.ts \ | ||
16 | ../../../i18n/es/appearance.ts \ | ||
17 | ../../../i18n/fr/appearance.ts \ | ||
18 | ../../../i18n/hu/appearance.ts \ | ||
19 | ../../../i18n/ja/appearance.ts \ | ||
20 | ../../../i18n/ko/appearance.ts \ | ||
21 | ../../../i18n/no/appearance.ts \ | ||
22 | ../../../i18n/pl/appearance.ts \ | ||
23 | ../../../i18n/pt/appearance.ts \ | ||
24 | ../../../i18n/pt_BR/appearance.ts \ | ||
25 | ../../../i18n/sl/appearance.ts \ | ||
26 | ../../../i18n/zh_CN/appearance.ts \ | ||
27 | ../../../i18n/zh_TW/appearance.ts \ | ||
28 | ../../../i18n/da/appearance.ts | ||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro index 1e9af61..7a8ad6d 100644 --- a/noncore/settings/backup/backup.pro +++ b/noncore/settings/backup/backup.pro | |||
@@ -1,30 +1,10 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = backuprestore.h | 2 | HEADERS = backuprestore.h |
3 | SOURCES = main.cpp backuprestore.cpp | 3 | SOURCES = main.cpp backuprestore.cpp |
4 | INCLUDEPATH+= $(OPIEDIR)/include | 4 | INCLUDEPATH+= $(OPIEDIR)/include |
5 | DEPENDPATH+= $(OPIEDIR)/include | 5 | DEPENDPATH+= $(OPIEDIR)/include |
6 | LIBS += -lqpe | 6 | LIBS += -lqpe |
7 | INTERFACES= backuprestorebase.ui errordialog.ui | 7 | INTERFACES= backuprestorebase.ui errordialog.ui |
8 | TARGET = backup | 8 | TARGET = backup |
9 | 9 | ||
10 | TRANSLATIONS = ../../../i18n/de/backup.ts \ | ||
11 | ../../../i18n/nl/backup.ts \ | ||
12 | ../../../i18n/xx/backup.ts \ | ||
13 | ../../../i18n/en/backup.ts \ | ||
14 | ../../../i18n/es/backup.ts \ | ||
15 | ../../../i18n/fr/backup.ts \ | ||
16 | ../../../i18n/hu/backup.ts \ | ||
17 | ../../../i18n/ja/backup.ts \ | ||
18 | ../../../i18n/ko/backup.ts \ | ||
19 | ../../../i18n/no/backup.ts \ | ||
20 | ../../../i18n/pl/backup.ts \ | ||
21 | ../../../i18n/pt/backup.ts \ | ||
22 | ../../../i18n/pt_BR/backup.ts \ | ||
23 | ../../../i18n/sl/backup.ts \ | ||
24 | ../../../i18n/zh_CN/backup.ts \ | ||
25 | ../../../i18n/zh_TW/backup.ts \ | ||
26 | ../../../i18n/it/backup.ts \ | ||
27 | ../../../i18n/da/backup.ts | ||
28 | |||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index f181f7e..4610112 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -1,30 +1,10 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = settings.h | 2 | HEADERS = settings.h |
3 | SOURCES = language.cpp main.cpp | 3 | SOURCES = language.cpp main.cpp |
4 | INTERFACES= languagesettingsbase.ui | 4 | INTERFACES= languagesettingsbase.ui |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= ../$(OPIEDIR)/include | 6 | DEPENDPATH+= ../$(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | TARGET = language | 8 | TARGET = language |
9 | 9 | ||
10 | TRANSLATIONS = ../../../i18n/de/language.ts \ | ||
11 | ../../../i18n/nl/language.ts \ | ||
12 | ../../../i18n/xx/language.ts \ | ||
13 | ../../../i18n/en/language.ts \ | ||
14 | ../../../i18n/es/language.ts \ | ||
15 | ../../../i18n/fr/language.ts \ | ||
16 | ../../../i18n/hu/language.ts \ | ||
17 | ../../../i18n/ja/language.ts \ | ||
18 | ../../../i18n/ko/language.ts \ | ||
19 | ../../../i18n/no/language.ts \ | ||
20 | ../../../i18n/pl/language.ts \ | ||
21 | ../../../i18n/pt/language.ts \ | ||
22 | ../../../i18n/pt_BR/language.ts \ | ||
23 | ../../../i18n/sl/language.ts \ | ||
24 | ../../../i18n/zh_CN/language.ts \ | ||
25 | ../../../i18n/zh_TW/language.ts \ | ||
26 | ../../../i18n/da/language.ts | ||
27 | |||
28 | |||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index 6e29fa5..a7326eb 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro | |||
@@ -1,32 +1,12 @@ | |||
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 quick-app | 4 | CONFIG = qt warn_on release quick-app |
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 \ | ||
13 | ../../../i18n/nl/mediummount.ts \ | ||
14 | ../../../i18n/da/mediummount.ts \ | ||
15 | ../../../i18n/xx/mediummount.ts \ | ||
16 | ../../../i18n/en/mediummount.ts \ | ||
17 | ../../../i18n/es/mediummount.ts \ | ||
18 | ../../../i18n/fr/mediummount.ts \ | ||
19 | ../../../i18n/hu/mediummount.ts \ | ||
20 | ../../../i18n/ja/mediummount.ts \ | ||
21 | ../../../i18n/ko/mediummount.ts \ | ||
22 | ../../../i18n/no/mediummount.ts \ | ||
23 | ../../../i18n/pl/mediummount.ts \ | ||
24 | ../../../i18n/pt/mediummount.ts \ | ||
25 | ../../../i18n/pt_BR/mediummount.ts \ | ||
26 | ../../../i18n/sl/mediummount.ts \ | ||
27 | ../../../i18n/zh_CN/mediummount.ts \ | ||
28 | ../../../i18n/zh_TW/mediummount.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index 2140f2e..56f7f6c 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro | |||
@@ -1,41 +1,21 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = mainwindow.h \ | 2 | HEADERS = mainwindow.h \ |
3 | timetabwidget.h \ | 3 | timetabwidget.h \ |
4 | formattabwidget.h \ | 4 | formattabwidget.h \ |
5 | settingstabwidget.h \ | 5 | settingstabwidget.h \ |
6 | predicttabwidget.h \ | 6 | predicttabwidget.h \ |
7 | ntptabwidget.h | 7 | ntptabwidget.h |
8 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
9 | mainwindow.cpp \ | 9 | mainwindow.cpp \ |
10 | timetabwidget.cpp \ | 10 | timetabwidget.cpp \ |
11 | formattabwidget.cpp \ | 11 | formattabwidget.cpp \ |
12 | settingstabwidget.cpp \ | 12 | settingstabwidget.cpp \ |
13 | predicttabwidget.cpp \ | 13 | predicttabwidget.cpp \ |
14 | ntptabwidget.cpp | 14 | ntptabwidget.cpp |
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | INCLUDEPATH+= $(OPIEDIR)/include |
16 | DEPENDPATH+= $(OPIEDIR)/include | 16 | DEPENDPATH+= $(OPIEDIR)/include |
17 | LIBS += -lqpe -lopie | 17 | LIBS += -lqpe -lopie |
18 | 18 | ||
19 | TARGET = systemtime | 19 | TARGET = systemtime |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ | ||
22 | ../../../i18n/nl/systemtime.ts \ | ||
23 | ../../../i18n/da/systemtime.ts \ | ||
24 | ../../../i18n/xx/systemtime.ts \ | ||
25 | ../../../i18n/en/systemtime.ts \ | ||
26 | ../../../i18n/es/systemtime.ts \ | ||
27 | ../../../i18n/fr/systemtime.ts \ | ||
28 | ../../../i18n/hu/systemtime.ts \ | ||
29 | ../../../i18n/ja/systemtime.ts \ | ||
30 | ../../../i18n/ko/systemtime.ts \ | ||
31 | ../../../i18n/no/systemtime.ts \ | ||
32 | ../../../i18n/pl/systemtime.ts \ | ||
33 | ../../../i18n/pt/systemtime.ts \ | ||
34 | ../../../i18n/pt_BR/systemtime.ts \ | ||
35 | ../../../i18n/sl/systemtime.ts \ | ||
36 | ../../../i18n/zh_CN/systemtime.ts \ | ||
37 | ../../../i18n/zh_TW/systemtime.ts | ||
38 | |||
39 | |||
40 | |||
41 | include ( $(OPIEDIR)/include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index c0a1ed3..cdcf8d6 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -1,30 +1,10 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = soundsettings.h soundsettingsbase.h | 2 | HEADERS = soundsettings.h soundsettingsbase.h |
3 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp | 3 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp |
4 | #INTERFACES = soundsettingsbase.ui | 4 | #INTERFACES = soundsettingsbase.ui |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | TARGET = sound | 8 | TARGET = sound |
9 | 9 | ||
10 | TRANSLATIONS = ../../../i18n/de/sound.ts \ | ||
11 | ../../../i18n/nl/sound.ts \ | ||
12 | ../../../i18n/da/sound.ts \ | ||
13 | ../../../i18n/xx/sound.ts \ | ||
14 | ../../../i18n/en/sound.ts \ | ||
15 | ../../../i18n/es/sound.ts \ | ||
16 | ../../../i18n/fr/sound.ts \ | ||
17 | ../../../i18n/hu/sound.ts \ | ||
18 | ../../../i18n/ja/sound.ts \ | ||
19 | ../../../i18n/ko/sound.ts \ | ||
20 | ../../../i18n/no/sound.ts \ | ||
21 | ../../../i18n/pl/sound.ts \ | ||
22 | ../../../i18n/pt/sound.ts \ | ||
23 | ../../../i18n/pt_BR/sound.ts \ | ||
24 | ../../../i18n/sl/sound.ts \ | ||
25 | ../../../i18n/zh_CN/sound.ts \ | ||
26 | ../../../i18n/zh_TW/sound.ts | ||
27 | |||
28 | |||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro index dd5762b..e98df2e 100644 --- a/noncore/settings/sshkeys/sshkeys.pro +++ b/noncore/settings/sshkeys/sshkeys.pro | |||
@@ -1,34 +1,12 @@ | |||
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 \ | ||
13 | ../../../i18n/nl/sshkeys.ts \ | ||
14 | ../../../i18n/xx/sshkeys.ts \ | ||
15 | ../../../i18n/en/sshkeys.ts \ | ||
16 | ../../../i18n/es/sshkeys.ts \ | ||
17 | ../../../i18n/fr/sshkeys.ts \ | ||
18 | ../../../i18n/hu/sshkeys.ts \ | ||
19 | ../../../i18n/ja/sshkeys.ts \ | ||
20 | ../../../i18n/ko/sshkeys.ts \ | ||
21 | ../../../i18n/no/sshkeys.ts \ | ||
22 | ../../../i18n/pl/sshkeys.ts \ | ||
23 | ../../../i18n/pt/sshkeys.ts \ | ||
24 | ../../../i18n/pt_BR/sshkeys.ts \ | ||
25 | ../../../i18n/sl/sshkeys.ts \ | ||
26 | ../../../i18n/zh_CN/sshkeys.ts \ | ||
27 | ../../../i18n/zh_TW/sshkeys.ts \ | ||
28 | ../../../i18n/it/sshkeys.ts \ | ||
29 | ../../../i18n/da/sshkeys.ts | ||
30 | |||
31 | |||
32 | |||
33 | |||
34 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 2322989..30da7a8 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -1,48 +1,28 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = memory.h \ | 2 | HEADERS = memory.h \ |
3 | graph.h \ | 3 | graph.h \ |
4 | load.h \ | 4 | load.h \ |
5 | storage.h \ | 5 | storage.h \ |
6 | processinfo.h \ | 6 | processinfo.h \ |
7 | modulesinfo.h \ | 7 | modulesinfo.h \ |
8 | detail.h \ | 8 | detail.h \ |
9 | versioninfo.h \ | 9 | versioninfo.h \ |
10 | sysinfo.h | 10 | sysinfo.h |
11 | SOURCES = main.cpp \ | 11 | SOURCES = main.cpp \ |
12 | memory.cpp \ | 12 | memory.cpp \ |
13 | graph.cpp \ | 13 | graph.cpp \ |
14 | load.cpp \ | 14 | load.cpp \ |
15 | storage.cpp \ | 15 | storage.cpp \ |
16 | processinfo.cpp \ | 16 | processinfo.cpp \ |
17 | modulesinfo.cpp \ | 17 | modulesinfo.cpp \ |
18 | detail.cpp \ | 18 | detail.cpp \ |
19 | versioninfo.cpp \ | 19 | versioninfo.cpp \ |
20 | sysinfo.cpp | 20 | sysinfo.cpp |
21 | 21 | ||
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 | 25 | ||
26 | TARGET= sysinfo | 26 | TARGET= sysinfo |
27 | 27 | ||
28 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ | ||
29 | ../../../i18n/nl/sysinfo.ts \ | ||
30 | ../../../i18n/xx/sysinfo.ts \ | ||
31 | ../../../i18n/en/sysinfo.ts \ | ||
32 | ../../../i18n/es/sysinfo.ts \ | ||
33 | ../../../i18n/fr/sysinfo.ts \ | ||
34 | ../../../i18n/hu/sysinfo.ts \ | ||
35 | ../../../i18n/ja/sysinfo.ts \ | ||
36 | ../../../i18n/ko/sysinfo.ts \ | ||
37 | ../../../i18n/no/sysinfo.ts \ | ||
38 | ../../../i18n/pl/sysinfo.ts \ | ||
39 | ../../../i18n/pt/sysinfo.ts \ | ||
40 | ../../../i18n/pt_BR/sysinfo.ts \ | ||
41 | ../../../i18n/sl/sysinfo.ts \ | ||
42 | ../../../i18n/zh_CN/sysinfo.ts \ | ||
43 | ../../../i18n/zh_TW/sysinfo.ts \ | ||
44 | ../../../i18n/da/sysinfo.ts | ||
45 | |||
46 | |||
47 | |||
48 | include ( $(OPIEDIR)/include.pro ) | 28 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index 0c227d2..a9d6a3d 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro | |||
@@ -1,32 +1,12 @@ | |||
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 \ | ||
13 | ../../../i18n/nl/tabmanager.ts \ | ||
14 | ../../../i18n/da/tabmanager.ts \ | ||
15 | ../../../i18n/xx/tabmanager.ts \ | ||
16 | ../../../i18n/en/tabmanager.ts \ | ||
17 | ../../../i18n/es/tabmanager.ts \ | ||
18 | ../../../i18n/fr/tabmanager.ts \ | ||
19 | ../../../i18n/hu/tabmanager.ts \ | ||
20 | ../../../i18n/ja/tabmanager.ts \ | ||
21 | ../../../i18n/ko/tabmanager.ts \ | ||
22 | ../../../i18n/no/tabmanager.ts \ | ||
23 | ../../../i18n/pl/tabmanager.ts \ | ||
24 | ../../../i18n/pt/tabmanager.ts \ | ||
25 | ../../../i18n/pt_BR/tabmanager.ts \ | ||
26 | ../../../i18n/sl/tabmanager.ts \ | ||
27 | ../../../i18n/zh_CN/tabmanager.ts \ | ||
28 | ../../../i18n/zh_TW/tabmanager.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index f61fb63..0b2f056 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro | |||
@@ -1,32 +1,10 @@ | |||
1 | #CONFIG = qt warn_on debug | 1 | #CONFIG = qt warn_on debug |
2 | CONFIG = qt warn_on release quick-app | 2 | CONFIG = qt warn_on release quick-app |
3 | HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h | 3 | HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h |
4 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.cpp main.cpp | 4 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.cpp main.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopie -lcrypt | 7 | LIBS += -lqpe -lopie -lcrypt |
8 | TARGET = usermanager | 8 | TARGET = usermanager |
9 | 9 | ||
10 | TRANSLATIONS = ../../../i18n/de/usermanager.ts \ | ||
11 | ../../../i18n/nl/usermanager.ts \ | ||
12 | ../../../i18n/xx/usermanager.ts \ | ||
13 | ../../../i18n/en/usermanager.ts \ | ||
14 | ../../../i18n/es/usermanager.ts \ | ||
15 | ../../../i18n/fr/usermanager.ts \ | ||
16 | ../../../i18n/hu/usermanager.ts \ | ||
17 | ../../../i18n/ja/usermanager.ts \ | ||
18 | ../../../i18n/ko/usermanager.ts \ | ||
19 | ../../../i18n/no/usermanager.ts \ | ||
20 | ../../../i18n/pl/usermanager.ts \ | ||
21 | ../../../i18n/pt/usermanager.ts \ | ||
22 | ../../../i18n/pt_BR/usermanager.ts \ | ||
23 | ../../../i18n/sl/usermanager.ts \ | ||
24 | ../../../i18n/zh_CN/usermanager.ts \ | ||
25 | ../../../i18n/zh_TW/usermanager.ts \ | ||
26 | ../../../i18n/it/usermanager.ts \ | ||
27 | ../../../i18n/da/usermanager.ts | ||
28 | |||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index 4e1c575..4c4aaf4 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro | |||
@@ -1,39 +1,19 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt plugin embedded release warn_on | 2 | CONFIG = qt plugin 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 \ | ||
20 | ../../../i18n/nl/libliquid.ts \ | ||
21 | ../../../i18n/da/libliquid.ts \ | ||
22 | ../../../i18n/xx/libliquid.ts \ | ||
23 | ../../../i18n/en/libliquid.ts \ | ||
24 | ../../../i18n/es/libliquid.ts \ | ||
25 | ../../../i18n/fr/libliquid.ts \ | ||
26 | ../../../i18n/hu/libliquid.ts \ | ||
27 | ../../../i18n/ja/libliquid.ts \ | ||
28 | ../../../i18n/ko/libliquid.ts \ | ||
29 | ../../../i18n/no/libliquid.ts \ | ||
30 | ../../../i18n/pl/libliquid.ts \ | ||
31 | ../../../i18n/pt/libliquid.ts \ | ||
32 | ../../../i18n/pt_BR/libliquid.ts \ | ||
33 | ../../../i18n/sl/libliquid.ts \ | ||
34 | ../../../i18n/zh_CN/libliquid.ts \ | ||
35 | ../../../i18n/zh_TW/libliquid.ts | ||
36 | |||
37 | |||
38 | |||
39 | include ( $(OPIEDIR)/include.pro ) | 19 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index 8633284..cd805cf 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro | |||
@@ -1,32 +1,12 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt plugin embedded release warn_on | 2 | CONFIG = qt plugin 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 \ | ||
13 | ../../../i18n/nl/libmetal.ts \ | ||
14 | ../../../i18n/da/libmetal.ts \ | ||
15 | ../../../i18n/xx/libmetal.ts \ | ||
16 | ../../../i18n/en/libmetal.ts \ | ||
17 | ../../../i18n/es/libmetal.ts \ | ||
18 | ../../../i18n/fr/libmetal.ts \ | ||
19 | ../../../i18n/hu/libmetal.ts \ | ||
20 | ../../../i18n/ja/libmetal.ts \ | ||
21 | ../../../i18n/ko/libmetal.ts \ | ||
22 | ../../../i18n/no/libmetal.ts \ | ||
23 | ../../../i18n/pl/libmetal.ts \ | ||
24 | ../../../i18n/pt/libmetal.ts \ | ||
25 | ../../../i18n/pt_BR/libmetal.ts \ | ||
26 | ../../../i18n/sl/libmetal.ts \ | ||
27 | ../../../i18n/zh_CN/libmetal.ts \ | ||
28 | ../../../i18n/zh_TW/libmetal.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro index 4f84f3f..a86e30c 100644 --- a/noncore/styles/theme/theme.pro +++ b/noncore/styles/theme/theme.pro | |||
@@ -1,42 +1,22 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt plugin embedded debug warn_on | 2 | CONFIG = qt plugin 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 \ | ||
23 | ../../../i18n/nl/libtheme.ts \ | ||
24 | ../../../i18n/da/libtheme.ts \ | ||
25 | ../../../i18n/xx/libtheme.ts \ | ||
26 | ../../../i18n/en/libtheme.ts \ | ||
27 | ../../../i18n/es/libtheme.ts \ | ||
28 | ../../../i18n/fr/libtheme.ts \ | ||
29 | ../../../i18n/hu/libtheme.ts \ | ||
30 | ../../../i18n/ja/libtheme.ts \ | ||
31 | ../../../i18n/ko/libtheme.ts \ | ||
32 | ../../../i18n/no/libtheme.ts \ | ||
33 | ../../../i18n/pl/libtheme.ts \ | ||
34 | ../../../i18n/pt/libtheme.ts \ | ||
35 | ../../../i18n/pt_BR/libtheme.ts \ | ||
36 | ../../../i18n/sl/libtheme.ts \ | ||
37 | ../../../i18n/zh_CN/libtheme.ts \ | ||
38 | ../../../i18n/zh_TW/libtheme.ts | ||
39 | |||
40 | |||
41 | |||
42 | include ( $(OPIEDIR)/include.pro ) | 22 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/fortune/fortune.pro b/noncore/todayplugins/fortune/fortune.pro index ac503c3..3446732 100644 --- a/noncore/todayplugins/fortune/fortune.pro +++ b/noncore/todayplugins/fortune/fortune.pro | |||
@@ -1,41 +1,21 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | #CONFIG -= moc | 2 | #CONFIG -= moc |
3 | CONFIG += qt plugin release | 3 | CONFIG += qt plugin release |
4 | 4 | ||
5 | # Input | 5 | # Input |
6 | HEADERS = fortuneplugin.h fortunepluginimpl.h \ | 6 | HEADERS = fortuneplugin.h fortunepluginimpl.h \ |
7 | fortunepluginwidget.h | 7 | fortunepluginwidget.h |
8 | SOURCES = fortuneplugin.cpp fortunepluginimpl.cpp \ | 8 | SOURCES = fortuneplugin.cpp fortunepluginimpl.cpp \ |
9 | fortunepluginwidget.cpp | 9 | fortunepluginwidget.cpp |
10 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todayfortuneplugin | 19 | TARGET = todayfortuneplugin |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/libtodayfortuneplugin.ts \ | ||
22 | ../../../i18n/nl/libtodayfortuneplugin.ts \ | ||
23 | ../../../i18n/xx/libtodayfortuneplugin.ts \ | ||
24 | ../../../i18n/en/libtodayfortuneplugin.ts \ | ||
25 | ../../../i18n/es/libtodayfortuneplugin.ts \ | ||
26 | ../../../i18n/fr/libtodayfortuneplugin.ts \ | ||
27 | ../../../i18n/hu/libtodayfortuneplugin.ts \ | ||
28 | ../../../i18n/ja/libtodayfortuneplugin.ts \ | ||
29 | ../../../i18n/ko/libtodayfortuneplugin.ts \ | ||
30 | ../../../i18n/no/libtodayfortuneplugin.ts \ | ||
31 | ../../../i18n/pl/libtodayfortuneplugin.ts \ | ||
32 | ../../../i18n/pt/libtodayfortuneplugin.ts \ | ||
33 | ../../../i18n/pt_BR/libtodayfortuneplugin.ts \ | ||
34 | ../../../i18n/sl/libtodayfortuneplugin.ts \ | ||
35 | ../../../i18n/zh_CN/libtodayfortuneplugin.ts \ | ||
36 | ../../../i18n/zh_TW/libtodayfortuneplugin.ts \ | ||
37 | ../../../i18n/it/libtodayfortuneplugin.ts \ | ||
38 | ../../../i18n/da/libtodayfortuneplugin.ts | ||
39 | |||
40 | |||
41 | include ( $(OPIEDIR)/include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro index a4b28b4..38a9425 100644 --- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro | |||
@@ -1,31 +1,12 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = inputDialog.h helpwindow.h | 3 | HEADERS = inputDialog.h helpwindow.h |
4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp | 4 | SOURCES = inputDialog.cpp helpwindow.cpp main.cpp |
5 | INTERFACES = | 5 | INTERFACES = |
6 | TARGET = stockticker | 6 | TARGET = stockticker |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS+= -lqpe -lopie | 9 | LIBS+= -lqpe -lopie |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../../i18n/de/stockticker.ts \ | ||
13 | ../../../../i18n/nl/stockticker.ts \ | ||
14 | ../../../../i18n/xx/stockticker.ts \ | ||
15 | ../../../../i18n/en/stockticker.ts \ | ||
16 | ../../../../i18n/es/stockticker.ts \ | ||
17 | ../../../../i18n/fr/stockticker.ts \ | ||
18 | ../../../../i18n/hu/stockticker.ts \ | ||
19 | ../../../../i18n/ja/stockticker.ts \ | ||
20 | ../../../../i18n/ko/stockticker.ts \ | ||
21 | ../../../../i18n/no/stockticker.ts \ | ||
22 | ../../../../i18n/pl/stockticker.ts \ | ||
23 | ../../../../i18n/pt/stockticker.ts \ | ||
24 | ../../../../i18n/pt_BR/stockticker.ts \ | ||
25 | ../../../../i18n/sl/stockticker.ts \ | ||
26 | ../../../../i18n/zh_CN/stockticker.ts \ | ||
27 | ../../../../i18n/zh_TW/stockticker.ts \ | ||
28 | ../../../../i18n/it/stockticker.ts \ | ||
29 | ../../../../i18n/da/stockticker.ts | ||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro index 490a8f9..bb22b4e 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro | |||
@@ -1,48 +1,29 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt plugin release | 3 | CONFIG += qt plugin release |
4 | 4 | ||
5 | HEADERS = stocktickerplugin.h stocktickerpluginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ | 5 | HEADERS = stocktickerplugin.h stocktickerpluginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ |
6 | ../libstocks/csv.h \ | 6 | ../libstocks/csv.h \ |
7 | ../libstocks/http.h \ | 7 | ../libstocks/http.h \ |
8 | ../libstocks/lists.h \ | 8 | ../libstocks/lists.h \ |
9 | ../libstocks/stocks.h | 9 | ../libstocks/stocks.h |
10 | SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ | 10 | SOURCES = stocktickerplugin.cpp stocktickerpluginimpl.cpp stocktickerpluginwidget.cpp stocktickerconfig.cpp \ |
11 | ../libstocks/csv.c \ | 11 | ../libstocks/csv.c \ |
12 | ../libstocks/currency.c \ | 12 | ../libstocks/currency.c \ |
13 | ../libstocks/history.c \ | 13 | ../libstocks/history.c \ |
14 | ../libstocks/http.c \ | 14 | ../libstocks/http.c \ |
15 | ../libstocks/lists.c \ | 15 | ../libstocks/lists.c \ |
16 | ../libstocks/stocks.c | 16 | ../libstocks/stocks.c |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include \ | 18 | INCLUDEPATH += $(OPIEDIR)/include \ |
19 | ../ ../library | 19 | ../ ../library |
20 | DEPENDPATH += $(OPIEDIR)/include \ | 20 | DEPENDPATH += $(OPIEDIR)/include \ |
21 | ../ ../library | 21 | ../ ../library |
22 | 22 | ||
23 | LIBS+= -lqpe -lopie -lpthread | 23 | LIBS+= -lqpe -lopie -lpthread |
24 | TMAKE_CFLAGS += -D__UNIX__ | 24 | TMAKE_CFLAGS += -D__UNIX__ |
25 | 25 | ||
26 | DESTDIR = $(OPIEDIR)/plugins/today | 26 | DESTDIR = $(OPIEDIR)/plugins/today |
27 | TARGET = todaystocktickerplugin | 27 | TARGET = todaystocktickerplugin |
28 | 28 | ||
29 | TRANSLATIONS = ../../../../i18n/de/libtodaystocktickerplugin.ts \ | ||
30 | ../../../../i18n/nl/libtodaystocktickerplugin.ts \ | ||
31 | ../../../../i18n/xx/libtodaystocktickerplugin.ts \ | ||
32 | ../../../../i18n/en/libtodaystocktickerplugin.ts \ | ||
33 | ../../../../i18n/es/libtodaystocktickerplugin.ts \ | ||
34 | ../../../../i18n/fr/libtodaystocktickerplugin.ts \ | ||
35 | ../../../../i18n/hu/libtodaystocktickerplugin.ts \ | ||
36 | ../../../../i18n/ja/libtodaystocktickerplugin.ts \ | ||
37 | ../../../../i18n/ko/libtodaystocktickerplugin.ts \ | ||
38 | ../../../../i18n/no/libtodaystocktickerplugin.ts \ | ||
39 | ../../../../i18n/pl/libtodaystocktickerplugin.ts \ | ||
40 | ../../../../i18n/pt/libtodaystocktickerplugin.ts \ | ||
41 | ../../../../i18n/pt_BR/libtodaystocktickerplugin.ts \ | ||
42 | ../../../../i18n/sl/libtodaystocktickerplugin.ts \ | ||
43 | ../../../../i18n/zh_CN/libtodaystocktickerplugin.ts \ | ||
44 | ../../../../i18n/zh_TW/libtodaystocktickerplugin.ts \ | ||
45 | ../../../../i18n/it/libtodaystocktickerplugin.ts \ | ||
46 | ../../../../i18n/da/libtodaystocktickerplugin.ts | ||
47 | |||
48 | include ( $(OPIEDIR)/include.pro ) | 29 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro index bd4b565..5ad14e1 100644 --- a/noncore/todayplugins/weather/weather.pro +++ b/noncore/todayplugins/weather/weather.pro | |||
@@ -1,43 +1,25 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | #CONFIG -= moc | 2 | #CONFIG -= moc |
3 | CONFIG += qt plugin release | 3 | CONFIG += qt plugin release |
4 | 4 | ||
5 | HEADERS = weatherplugin.h \ | 5 | HEADERS = weatherplugin.h \ |
6 | weatherpluginimpl.h \ | 6 | weatherpluginimpl.h \ |
7 | weatherpluginwidget.h \ | 7 | weatherpluginwidget.h \ |
8 | weatherconfig.h | 8 | weatherconfig.h |
9 | 9 | ||
10 | SOURCES = weatherplugin.cpp \ | 10 | SOURCES = weatherplugin.cpp \ |
11 | weatherpluginimpl.cpp \ | 11 | weatherpluginimpl.cpp \ |
12 | weatherpluginwidget.cpp \ | 12 | weatherpluginwidget.cpp \ |
13 | weatherconfig.cpp | 13 | weatherconfig.cpp |
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include \ | 15 | INCLUDEPATH += $(OPIEDIR)/include \ |
16 | ../ ../library | 16 | ../ ../library |
17 | DEPENDPATH += $(OPIEDIR)/include \ | 17 | DEPENDPATH += $(OPIEDIR)/include \ |
18 | ../ ../library | 18 | ../ ../library |
19 | 19 | ||
20 | LIBS+= -lqpe -lopie | 20 | LIBS+= -lqpe -lopie |
21 | 21 | ||
22 | DESTDIR = $(OPIEDIR)/plugins/today | 22 | DESTDIR = $(OPIEDIR)/plugins/today |
23 | TARGET = todayweatherplugin | 23 | TARGET = todayweatherplugin |
24 | 24 | ||
25 | TRANSLATIONS = ../../../i18n/de/libtodayweatherplugin.ts \ | ||
26 | ../../../i18n/nl/libtodayweatherplugin.ts \ | ||
27 | ../../../i18n/xx/libtodayweatherplugin.ts \ | ||
28 | ../../../i18n/en/libtodayweatherplugin.ts \ | ||
29 | ../../../i18n/es/libtodayweatherplugin.ts \ | ||
30 | ../../../i18n/fr/libtodayweatherplugin.ts \ | ||
31 | ../../../i18n/hu/libtodayweatherplugin.ts \ | ||
32 | ../../../i18n/ja/libtodayweatherplugin.ts \ | ||
33 | ../../../i18n/ko/libtodayweatherplugin.ts \ | ||
34 | ../../../i18n/no/libtodayweatherplugin.ts \ | ||
35 | ../../../i18n/pl/libtodayweatherplugin.ts \ | ||
36 | ../../../i18n/pt/libtodayweatherplugin.ts \ | ||
37 | ../../../i18n/pt_BR/libtodayweatherplugin.ts \ | ||
38 | ../../../i18n/sl/libtodayweatherplugin.ts \ | ||
39 | ../../../i18n/zh_CN/libtodayweatherplugin.ts \ | ||
40 | ../../../i18n/zh_TW/libtodayweatherplugin.ts \ | ||
41 | ../../../i18n/it/libtodayweatherplugin.ts \ | ||
42 | ../../../i18n/da/libtodayweatherplugin.ts | ||
43 | include ( $(OPIEDIR)/include.pro ) | 25 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index 73f0be8..33a5a75 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro | |||
@@ -1,33 +1,17 @@ | |||
1 | #TEMPLATE = lib | 1 | #TEMPLATE = lib |
2 | #CONFIG -= moc | 2 | #CONFIG -= moc |
3 | #CONFIG += qt release | 3 | #CONFIG += qt release |
4 | ## Input | 4 | ## Input |
5 | #INTERFACES += binary.ui | 5 | #INTERFACES += binary.ui |
6 | #HEADERS = binaryimpl.h \ | 6 | #HEADERS = binaryimpl.h \ |
7 | # binaryfactory.h | 7 | # binaryfactory.h |
8 | #SOURCES = binaryimpl.cpp \ | 8 | #SOURCES = binaryimpl.cpp \ |
9 | # binaryfactory.cpp | 9 | # binaryfactory.cpp |
10 | #INCLUDEPATH += $(OPIEDIR)/include \ | 10 | #INCLUDEPATH += $(OPIEDIR)/include \ |
11 | # $(OPIEDIR)/calc2 | 11 | # $(OPIEDIR)/calc2 |
12 | #DEPENDPATH += $(OPIEDIR)/include | 12 | #DEPENDPATH += $(OPIEDIR)/include |
13 | #DESTDIR = $(OPIEDIR)/plugins/calculator | 13 | #DESTDIR = $(OPIEDIR)/plugins/calculator |
14 | #TARGET = binary | 14 | #TARGET = binary |
15 | # | 15 | # |
16 | #TRANSLATIONS = ../../../../i18n/de/libbinary.ts \ | ||
17 | # ../../../../i18n/en/libbinary.ts \ | ||
18 | # ../../../../i18n/es/libbinary.ts \ | ||
19 | # ../../../../i18n/fr/libbinary.ts \ | ||
20 | # ../../../../i18n/hu/libbinary.ts \ | ||
21 | # ../../../../i18n/ja/libbinary.ts \ | ||
22 | # ../../../../i18n/ko/libbinary.ts \ | ||
23 | # ../../../../i18n/no/libbinary.ts \ | ||
24 | # ../../../../i18n/pl/libbinary.ts \ | ||
25 | # ../../../../i18n/pt/libbinary.ts \ | ||
26 | # ../../../../i18n/pt_BR/libbinary.ts \ | ||
27 | # ../../../../i18n/sl/libbinary.ts \ | ||
28 | # ../../../../i18n/zh_CN/libbinary.ts \ | ||
29 | # ../../../../i18n/zh_TW/libbinary.ts | ||
30 | |||
31 | |||
32 | 16 | ||
33 | include ( $(OPIEDIR)/include.pro ) | 17 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index c9f5fa1..462d75e 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -1,29 +1,12 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt release | 2 | CONFIG += qt release |
3 | # Input | 3 | # Input |
4 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h | 4 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h |
5 | SOURCES += calc.cpp main.cpp engine.cpp | 5 | SOURCES += calc.cpp main.cpp engine.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | LIBS += -lqpe -Wl,-export-dynamic | 8 | LIBS += -lqpe -Wl,-export-dynamic |
9 | TARGET = calc | 9 | TARGET = calc |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/calc.pro \ | ||
13 | ../../../i18n/en/calc.pro \ | ||
14 | ../../../i18n/es/calc.pro \ | ||
15 | ../../../i18n/fr/calc.pro \ | ||
16 | ../../../i18n/hu/calc.pro \ | ||
17 | ../../../i18n/ja/calc.pro \ | ||
18 | ../../../i18n/ko/calc.pro \ | ||
19 | ../../../i18n/no/calc.pro \ | ||
20 | ../../../i18n/pl/calc.pro \ | ||
21 | ../../../i18n/pt/calc.pro \ | ||
22 | ../../../i18n/pt_BR/calc.pro \ | ||
23 | ../../../i18n/sl/calc.pro \ | ||
24 | ../../../i18n/zh_CN/calc.pro \ | ||
25 | ../../../i18n/zh_TW/calc.pro | ||
26 | |||
27 | |||
28 | |||
29 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro index 990aa9e..e84d18f 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro | |||
@@ -1,30 +1,14 @@ | |||
1 | #TEMPLATE = lib | 1 | #TEMPLATE = lib |
2 | #CONFIG -= moc | 2 | #CONFIG -= moc |
3 | #CONFIG += qt release | 3 | #CONFIG += qt release |
4 | ## Input | 4 | ## Input |
5 | #INTERFACES += simple.ui | 5 | #INTERFACES += simple.ui |
6 | #HEADERS = simpleimpl.h simplefactory.h stdinstructions.h | 6 | #HEADERS = simpleimpl.h simplefactory.h stdinstructions.h |
7 | #SOURCES = simpleimpl.cpp simplefactory.cpp | 7 | #SOURCES = simpleimpl.cpp simplefactory.cpp |
8 | #INCLUDEPATH += $(OPIEDIR)/include \ | 8 | #INCLUDEPATH += $(OPIEDIR)/include \ |
9 | # $(OPIEDIR)/calc2 | 9 | # $(OPIEDIR)/calc2 |
10 | #DEPENDPATH += $(OPIEDIR)/include | 10 | #DEPENDPATH += $(OPIEDIR)/include |
11 | #DESTDIR = $(OPIEDIR)/plugins/calculator | 11 | #DESTDIR = $(OPIEDIR)/plugins/calculator |
12 | # | 12 | # |
13 | #TRANSLATIONS = ../../../../i18n/de/lib.ts \ | ||
14 | # ../../../../i18n/en/lib.ts \ | ||
15 | # ../../../../i18n/es/lib.ts \ | ||
16 | # ../../../../i18n/fr/lib.ts \ | ||
17 | # ../../../../i18n/hu/lib.ts \ | ||
18 | # ../../../../i18n/ja/lib.ts \ | ||
19 | # ../../../../i18n/ko/lib.ts \ | ||
20 | # ../../../../i18n/no/lib.ts \ | ||
21 | # ../../../../i18n/pl/lib.ts \ | ||
22 | # ../../../../i18n/pt/lib.ts \ | ||
23 | # ../../../../i18n/pt_BR/lib.ts \ | ||
24 | # ../../../../i18n/sl/lib.ts \ | ||
25 | # ../../../../i18n/zh_CN/lib.ts \ | ||
26 | # ../../../../i18n/zh_TW/lib.ts | ||
27 | |||
28 | |||
29 | 13 | ||
30 | include ( $(OPIEDIR)/include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 8a5fcfe..8f631be 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -1,31 +1,11 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = calculatorimpl.h | 2 | HEADERS = calculatorimpl.h |
3 | SOURCES = calculatorimpl.cpp \ | 3 | SOURCES = calculatorimpl.cpp \ |
4 | main.cpp | 4 | main.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= calculator.ui | 8 | INTERFACES= calculator.ui |
9 | TARGET = calculator | 9 | TARGET = calculator |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ | ||
12 | ../../../i18n/nl/calculator.ts \ | ||
13 | ../../../i18n/xx/calculator.ts \ | ||
14 | ../../../i18n/en/calculator.ts \ | ||
15 | ../../../i18n/es/calculator.ts \ | ||
16 | ../../../i18n/fr/calculator.ts \ | ||
17 | ../../../i18n/hu/calculator.ts \ | ||
18 | ../../../i18n/ja/calculator.ts \ | ||
19 | ../../../i18n/ko/calculator.ts \ | ||
20 | ../../../i18n/no/calculator.ts \ | ||
21 | ../../../i18n/pl/calculator.ts \ | ||
22 | ../../../i18n/pt/calculator.ts \ | ||
23 | ../../../i18n/pt_BR/calculator.ts \ | ||
24 | ../../../i18n/sl/calculator.ts \ | ||
25 | ../../../i18n/zh_CN/calculator.ts \ | ||
26 | ../../../i18n/zh_TW/calculator.ts \ | ||
27 | ../../../i18n/da/calculator.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 9890b3a..d5a9949 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -1,30 +1,10 @@ | |||
1 | CONFIG = qt warn_on release quick-app | 1 | CONFIG = qt warn_on release quick-app |
2 | HEADERS = clock.h setAlarm.h | 2 | HEADERS = clock.h setAlarm.h |
3 | SOURCES = clock.cpp setAlarm.cpp \ | 3 | SOURCES = clock.cpp setAlarm.cpp \ |
4 | main.cpp | 4 | main.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopie -lpthread | 7 | LIBS += -lqpe -lopie -lpthread |
8 | TARGET = clock | 8 | TARGET = clock |
9 | 9 | ||
10 | TRANSLATIONS = ../../../i18n/de/clock.ts \ | ||
11 | ../../../i18n/nl/clock.ts \ | ||
12 | ../../../i18n/xx/clock.ts \ | ||
13 | ../../../i18n/en/clock.ts \ | ||
14 | ../../../i18n/es/clock.ts \ | ||
15 | ../../../i18n/fr/clock.ts \ | ||
16 | ../../../i18n/hu/clock.ts \ | ||
17 | ../../../i18n/ja/clock.ts \ | ||
18 | ../../../i18n/ko/clock.ts \ | ||
19 | ../../../i18n/no/clock.ts \ | ||
20 | ../../../i18n/pl/clock.ts \ | ||
21 | ../../../i18n/pt/clock.ts \ | ||
22 | ../../../i18n/pt_BR/clock.ts \ | ||
23 | ../../../i18n/sl/clock.ts \ | ||
24 | ../../../i18n/zh_CN/clock.ts \ | ||
25 | ../../../i18n/zh_TW/clock.ts \ | ||
26 | ../../../i18n/da/clock.ts | ||
27 | |||
28 | |||
29 | |||
30 | include ( $(OPIEDIR)/include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index 17aab57..6450954 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro | |||
@@ -1,29 +1,9 @@ | |||
1 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
2 | HEADERS = formatter.h inputDialog.h output.h | 2 | HEADERS = formatter.h inputDialog.h output.h |
3 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp | 3 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp |
4 | TARGET = formatter | 4 | TARGET = formatter |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | 8 | ||
9 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ | ||
10 | ../../../i18n/nl/formatter.ts \ | ||
11 | ../../../i18n/da/formatter.ts \ | ||
12 | ../../../i18n/xx/formatter.ts \ | ||
13 | ../../../i18n/en/formatter.ts \ | ||
14 | ../../../i18n/es/formatter.ts \ | ||
15 | ../../../i18n/fr/formatter.ts \ | ||
16 | ../../../i18n/hu/formatter.ts \ | ||
17 | ../../../i18n/ja/formatter.ts \ | ||
18 | ../../../i18n/ko/formatter.ts \ | ||
19 | ../../../i18n/no/formatter.ts \ | ||
20 | ../../../i18n/pl/formatter.ts \ | ||
21 | ../../../i18n/pt/formatter.ts \ | ||
22 | ../../../i18n/pt_BR/formatter.ts \ | ||
23 | ../../../i18n/sl/formatter.ts \ | ||
24 | ../../../i18n/zh_CN/formatter.ts \ | ||
25 | ../../../i18n/zh_TW/formatter.ts | ||
26 | |||
27 | |||
28 | |||
29 | include ( $(OPIEDIR)/include.pro ) | 9 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index b595cc1..fd84593 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro | |||
@@ -1,31 +1,11 @@ | |||
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 \ | ||
12 | ../../../i18n/nl/opie-sh.ts \ | ||
13 | ../../../i18n/da/opie-sh.ts \ | ||
14 | ../../../i18n/xx/opie-sh.ts \ | ||
15 | ../../../i18n/en/opie-sh.ts \ | ||
16 | ../../../i18n/es/opie-sh.ts \ | ||
17 | ../../../i18n/fr/opie-sh.ts \ | ||
18 | ../../../i18n/hu/opie-sh.ts \ | ||
19 | ../../../i18n/ja/opie-sh.ts \ | ||
20 | ../../../i18n/ko/opie-sh.ts \ | ||
21 | ../../../i18n/no/opie-sh.ts \ | ||
22 | ../../../i18n/pl/opie-sh.ts \ | ||
23 | ../../../i18n/pt/opie-sh.ts \ | ||
24 | ../../../i18n/pt_BR/opie-sh.ts \ | ||
25 | ../../../i18n/sl/opie-sh.ts \ | ||
26 | ../../../i18n/zh_CN/opie-sh.ts \ | ||
27 | ../../../i18n/zh_TW/opie-sh.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index d822cea..660c7f7 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro | |||
@@ -1,31 +1,11 @@ | |||
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 \ | ||
12 | ../../../i18n/nl/remote.ts \ | ||
13 | ../../../i18n/da/remote.ts \ | ||
14 | ../../../i18n/xx/remote.ts \ | ||
15 | ../../../i18n/en/remote.ts \ | ||
16 | ../../../i18n/es/remote.ts \ | ||
17 | ../../../i18n/fr/remote.ts \ | ||
18 | ../../../i18n/hu/remote.ts \ | ||
19 | ../../../i18n/ja/remote.ts \ | ||
20 | ../../../i18n/ko/remote.ts \ | ||
21 | ../../../i18n/no/remote.ts \ | ||
22 | ../../../i18n/pl/remote.ts \ | ||
23 | ../../../i18n/pt/remote.ts \ | ||
24 | ../../../i18n/pt_BR/remote.ts \ | ||
25 | ../../../i18n/sl/remote.ts \ | ||
26 | ../../../i18n/zh_CN/remote.ts \ | ||
27 | ../../../i18n/zh_TW/remote.ts | ||
28 | |||
29 | |||
30 | |||
31 | include ( $(OPIEDIR)/include.pro ) | 11 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 50f5e20..16121b9 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -1,33 +1,12 @@ | |||
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 | TARGET = filebrowser | 10 | TARGET = filebrowser |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ | ||
13 | ../../../i18n/nl/filebrowser.ts \ | ||
14 | ../../../i18n/da/filebrowser.ts \ | ||
15 | ../../../i18n/xx/filebrowser.ts \ | ||
16 | ../../../i18n/en/filebrowser.ts \ | ||
17 | ../../../i18n/es/filebrowser.ts \ | ||
18 | ../../../i18n/fr/filebrowser.ts \ | ||
19 | ../../../i18n/hu/filebrowser.ts \ | ||
20 | ../../../i18n/ja/filebrowser.ts \ | ||
21 | ../../../i18n/ko/filebrowser.ts \ | ||
22 | ../../../i18n/no/filebrowser.ts \ | ||
23 | ../../../i18n/pl/filebrowser.ts \ | ||
24 | ../../../i18n/pt/filebrowser.ts \ | ||
25 | ../../../i18n/pt_BR/filebrowser.ts \ | ||
26 | ../../../i18n/sl/filebrowser.ts \ | ||
27 | ../../../i18n/zh_CN/filebrowser.ts \ | ||
28 | ../../../i18n/it/filebrowser.ts \ | ||
29 | ../../../i18n/zh_TW/filebrowser.ts | ||
30 | |||
31 | |||
32 | |||
33 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index 40d5942..c73136e 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro | |||
@@ -1,36 +1,16 @@ | |||
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 \ | ||
17 | ../../../i18n/nl/gsmtool.ts \ | ||
18 | ../../../i18n/da/gsmtool.ts \ | ||
19 | ../../../i18n/xx/gsmtool.ts \ | ||
20 | ../../../i18n/en/gsmtool.ts \ | ||
21 | ../../../i18n/es/gsmtool.ts \ | ||
22 | ../../../i18n/fr/gsmtool.ts \ | ||
23 | ../../../i18n/hu/gsmtool.ts \ | ||
24 | ../../../i18n/ja/gsmtool.ts \ | ||
25 | ../../../i18n/ko/gsmtool.ts \ | ||
26 | ../../../i18n/no/gsmtool.ts \ | ||
27 | ../../../i18n/pl/gsmtool.ts \ | ||
28 | ../../../i18n/pt/gsmtool.ts \ | ||
29 | ../../../i18n/pt_BR/gsmtool.ts \ | ||
30 | ../../../i18n/sl/gsmtool.ts \ | ||
31 | ../../../i18n/zh_CN/gsmtool.ts \ | ||
32 | ../../../i18n/zh_TW/gsmtool.ts | ||
33 | |||
34 | |||
35 | |||
36 | include ( $(OPIEDIR)/include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index ad96063..ae863d9 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -1,32 +1,12 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
2 | CONFIG +=qt plugin warn_on release | 2 | CONFIG +=qt plugin 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 +=-lcoremail -lqpe | 8 | LIBS +=-lcoremail -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 \ | ||
13 | ../../../i18n/nl/libbend.ts \ | ||
14 | ../../../i18n/da/libbend.ts \ | ||
15 | ../../../i18n/xx/libbend.ts \ | ||
16 | ../../../i18n/en/libbend.ts \ | ||
17 | ../../../i18n/es/libbend.ts \ | ||
18 | ../../../i18n/fr/libbend.ts \ | ||
19 | ../../../i18n/hu/libbend.ts \ | ||
20 | ../../../i18n/ja/libbend.ts \ | ||
21 | ../../../i18n/ko/libbend.ts \ | ||
22 | ../../../i18n/no/libbend.ts \ | ||
23 | ../../../i18n/pl/libbend.ts \ | ||
24 | ../../../i18n/pt/libbend.ts \ | ||
25 | ../../../i18n/pt_BR/libbend.ts \ | ||
26 | ../../../i18n/sl/libbend.ts \ | ||
27 | ../../../i18n/zh_CN/libbend.ts \ | ||
28 | ../../../i18n/zh_TW/libbend.ts | ||
29 | |||
30 | |||
31 | |||
32 | include ( $(OPIEDIR)/include.pro ) | 12 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 3bd6ab0..81ed234 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -1,46 +1,26 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
2 | CONFIG +=qt warn_on debug | 2 | CONFIG +=qt warn_on debug |
3 | #CONFIG +=qt warn_on release | 3 | #CONFIG +=qt warn_on release |
4 | HEADERS =configfile.h \ | 4 | HEADERS =configfile.h \ |
5 | defines.h \ | 5 | defines.h \ |
6 | imapbase.h \ | 6 | imapbase.h \ |
7 | imaphandler.h \ | 7 | imaphandler.h \ |
8 | imapresponse.h \ | 8 | imapresponse.h \ |
9 | mailfactory.h \ | 9 | mailfactory.h \ |
10 | md5.h \ | 10 | md5.h \ |
11 | miscfunctions.h \ | 11 | miscfunctions.h \ |
12 | smtphandler.h | 12 | smtphandler.h |
13 | SOURCES =configfile.cpp \ | 13 | SOURCES =configfile.cpp \ |
14 | imapbase.cpp \ | 14 | imapbase.cpp \ |
15 | imaphandler.cpp \ | 15 | imaphandler.cpp \ |
16 | imapresponse.cpp \ | 16 | imapresponse.cpp \ |
17 | mailfactory.cpp \ | 17 | mailfactory.cpp \ |
18 | md5.cpp \ | 18 | md5.cpp \ |
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 =coremail | 23 | TARGET =coremail |
24 | DESTDIR = $(OPIEDIR)/lib | 24 | DESTDIR = $(OPIEDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | ||
27 | ../../../i18n/nl/libmail.ts \ | ||
28 | ../../../i18n/da/libmail.ts \ | ||
29 | ../../../i18n/xx/libmail.ts \ | ||
30 | ../../../i18n/en/libmail.ts \ | ||
31 | ../../../i18n/es/libmail.ts \ | ||
32 | ../../../i18n/fr/libmail.ts \ | ||
33 | ../../../i18n/hu/libmail.ts \ | ||
34 | ../../../i18n/ja/libmail.ts \ | ||
35 | ../../../i18n/ko/libmail.ts \ | ||
36 | ../../../i18n/no/libmail.ts \ | ||
37 | ../../../i18n/pl/libmail.ts \ | ||
38 | ../../../i18n/pt/libmail.ts \ | ||
39 | ../../../i18n/pt_BR/libmail.ts \ | ||
40 | ../../../i18n/sl/libmail.ts \ | ||
41 | ../../../i18n/zh_CN/libmail.ts \ | ||
42 | ../../../i18n/zh_TW/libmail.ts | ||
43 | |||
44 | |||
45 | |||
46 | include ( $(OPIEDIR)/include.pro ) | 26 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index 1fa087a..ff5f849 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -1,66 +1,46 @@ | |||
1 | CONFIG += qt warn_on debug quick-app | 1 | CONFIG += qt warn_on debug quick-app |
2 | #CONFIG += qt warn_on release | 2 | #CONFIG += qt warn_on release |
3 | HEADERS = accounteditor.h \ | 3 | HEADERS = accounteditor.h \ |
4 | addresspicker.h \ | 4 | addresspicker.h \ |
5 | composer.h \ | 5 | composer.h \ |
6 | composerbase.h \ | 6 | composerbase.h \ |
7 | configdiag.h \ | 7 | configdiag.h \ |
8 | folderwidget.h \ | 8 | folderwidget.h \ |
9 | listviewplus.h \ | 9 | listviewplus.h \ |
10 | mailstatusbar.h \ | 10 | mailstatusbar.h \ |
11 | mailtable.h \ | 11 | mailtable.h \ |
12 | mainwindow.h \ | 12 | mainwindow.h \ |
13 | mainwindowbase.h \ | 13 | mainwindowbase.h \ |
14 | opendiag.h \ | 14 | opendiag.h \ |
15 | rename.h \ | 15 | rename.h \ |
16 | searchdiag.h \ | 16 | searchdiag.h \ |
17 | viewmail.h \ | 17 | viewmail.h \ |
18 | viewmailbase.h | 18 | viewmailbase.h |
19 | SOURCES = accounteditor.cpp \ | 19 | SOURCES = accounteditor.cpp \ |
20 | addresspicker.cpp \ | 20 | addresspicker.cpp \ |
21 | composer.cpp \ | 21 | composer.cpp \ |
22 | composerbase.cpp \ | 22 | composerbase.cpp \ |
23 | configdiag.cpp \ | 23 | configdiag.cpp \ |
24 | folderwidget.cpp \ | 24 | folderwidget.cpp \ |
25 | listviewplus.cpp \ | 25 | listviewplus.cpp \ |
26 | mailstatusbar.cpp \ | 26 | mailstatusbar.cpp \ |
27 | mailtable.cpp \ | 27 | mailtable.cpp \ |
28 | main.cpp \ | 28 | main.cpp \ |
29 | mainwindow.cpp \ | 29 | mainwindow.cpp \ |
30 | mainwindowbase.cpp \ | 30 | mainwindowbase.cpp \ |
31 | opendiag.cpp \ | 31 | opendiag.cpp \ |
32 | rename.cpp \ | 32 | rename.cpp \ |
33 | searchdiag.cpp \ | 33 | searchdiag.cpp \ |
34 | viewmail.cpp \ | 34 | viewmail.cpp \ |
35 | viewmailbase.cpp | 35 | viewmailbase.cpp |
36 | INTERFACES = accounteditorbase.ui \ | 36 | INTERFACES = accounteditorbase.ui \ |
37 | addresspickerbase.ui \ | 37 | addresspickerbase.ui \ |
38 | configdiagbase.ui \ | 38 | configdiagbase.ui \ |
39 | opendiagbase.ui \ | 39 | opendiagbase.ui \ |
40 | renamebase.ui \ | 40 | renamebase.ui \ |
41 | searchdiagbase.ui | 41 | searchdiagbase.ui |
42 | INCLUDEPATH += $(OPIEDIR)/include libmail | 42 | INCLUDEPATH += $(OPIEDIR)/include libmail |
43 | LIBS += -lcoremail -lqpe -lopie | 43 | LIBS += -lcoremail -lqpe -lopie |
44 | TARGET = mail | 44 | TARGET = mail |
45 | 45 | ||
46 | TRANSLATIONS = ../../i18n/de/mail.ts \ | ||
47 | ../../i18n/nl/mail.ts \ | ||
48 | ../../i18n/da/mail.ts \ | ||
49 | ../../i18n/xx/mail.ts \ | ||
50 | ../../i18n/en/mail.ts \ | ||
51 | ../../i18n/es/mail.ts \ | ||
52 | ../../i18n/fr/mail.ts \ | ||
53 | ../../i18n/hu/mail.ts \ | ||
54 | ../../i18n/ja/mail.ts \ | ||
55 | ../../i18n/ko/mail.ts \ | ||
56 | ../../i18n/no/mail.ts \ | ||
57 | ../../i18n/pl/mail.ts \ | ||
58 | ../../i18n/pt/mail.ts \ | ||
59 | ../../i18n/pt_BR/mail.ts \ | ||
60 | ../../i18n/sl/mail.ts \ | ||
61 | ../../i18n/zh_CN/mail.ts \ | ||
62 | ../../i18n/zh_TW/mail.ts | ||
63 | |||
64 | |||
65 | |||
66 | include ( $(OPIEDIR)/include.pro ) | 46 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/mailit/mailit.pro b/noncore/unsupported/mailit/mailit.pro index 0224886..bdb89be 100644 --- a/noncore/unsupported/mailit/mailit.pro +++ b/noncore/unsupported/mailit/mailit.pro | |||
@@ -1,59 +1,40 @@ | |||
1 | TARGET = mailit | 1 | TARGET = mailit |
2 | CONFIG = qt warn_on release quick-app | 2 | CONFIG = qt warn_on release quick-app |
3 | HEADERS = emailclient.h \ | 3 | HEADERS = emailclient.h \ |
4 | emailhandler.h \ | 4 | emailhandler.h \ |
5 | emaillistitem.h \ | 5 | emaillistitem.h \ |
6 | mailitwindow.h \ | 6 | mailitwindow.h \ |
7 | md5.h \ | 7 | md5.h \ |
8 | popclient.h \ | 8 | popclient.h \ |
9 | readmail.h \ | 9 | readmail.h \ |
10 | smtpclient.h \ | 10 | smtpclient.h \ |
11 | writemail.h \ | 11 | writemail.h \ |
12 | textparser.h \ | 12 | textparser.h \ |
13 | viewatt.h \ | 13 | viewatt.h \ |
14 | addatt.h \ | 14 | addatt.h \ |
15 | editaccount.h \ | 15 | editaccount.h \ |
16 | maillist.h \ | 16 | maillist.h \ |
17 | addresslist.h | 17 | addresslist.h |
18 | SOURCES = emailclient.cpp \ | 18 | SOURCES = emailclient.cpp \ |
19 | emailhandler.cpp \ | 19 | emailhandler.cpp \ |
20 | emaillistitem.cpp \ | 20 | emaillistitem.cpp \ |
21 | mailitwindow.cpp \ | 21 | mailitwindow.cpp \ |
22 | main.cpp \ | 22 | main.cpp \ |
23 | md5.c \ | 23 | md5.c \ |
24 | popclient.cpp \ | 24 | popclient.cpp \ |
25 | readmail.cpp \ | 25 | readmail.cpp \ |
26 | smtpclient.cpp \ | 26 | smtpclient.cpp \ |
27 | writemail.cpp \ | 27 | writemail.cpp \ |
28 | textparser.cpp \ | 28 | textparser.cpp \ |
29 | viewatt.cpp \ | 29 | viewatt.cpp \ |
30 | addatt.cpp \ | 30 | addatt.cpp \ |
31 | editaccount.cpp \ | 31 | editaccount.cpp \ |
32 | maillist.cpp \ | 32 | maillist.cpp \ |
33 | addresslist.cpp | 33 | addresslist.cpp |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie | 37 | LIBS += -lqpe -lopie |
38 | # -lssl | 38 | # -lssl |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/mailit.ts \ | ||
41 | ../../../i18n/nl/mailit.ts \ | ||
42 | ../../../i18n/da/mailit.ts \ | ||
43 | ../../../i18n/xx/mailit.ts \ | ||
44 | ../../../i18n/it/mailit.ts \ | ||
45 | ../../../i18n/en/mailit.ts \ | ||
46 | ../../../i18n/es/mailit.ts \ | ||
47 | ../../../i18n/fr/mailit.ts \ | ||
48 | ../../../i18n/hu/mailit.ts \ | ||
49 | ../../../i18n/ja/mailit.ts \ | ||
50 | ../../../i18n/ko/mailit.ts \ | ||
51 | ../../../i18n/no/mailit.ts \ | ||
52 | ../../../i18n/pl/mailit.ts \ | ||
53 | ../../../i18n/pt/mailit.ts \ | ||
54 | ../../../i18n/pt_BR/mailit.ts \ | ||
55 | ../../../i18n/sl/mailit.ts \ | ||
56 | ../../../i18n/zh_CN/mailit.ts \ | ||
57 | ../../../i18n/zh_TW/mailit.ts | ||
58 | |||
59 | include ( $(OPIEDIR)/include.pro ) | 40 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index ee9481c..7a99bac 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro | |||
@@ -1,60 +1,40 @@ | |||
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 \ | 5 | HEADERS = mainwindow.h \ |
6 | pksettings.h \ | 6 | pksettings.h \ |
7 | pmipkg.h \ | 7 | pmipkg.h \ |
8 | packagelistdoclnk.h \ | 8 | packagelistdoclnk.h \ |
9 | installdialog.h \ | 9 | installdialog.h \ |
10 | utils.h \ | 10 | utils.h \ |
11 | listviewitemoipkg.h \ | 11 | listviewitemoipkg.h \ |
12 | packagelistitem.h \ | 12 | packagelistitem.h \ |
13 | packagelistremote.h \ | 13 | packagelistremote.h \ |
14 | packagelist.h \ | 14 | packagelist.h \ |
15 | packagelistlocal.h \ | 15 | packagelistlocal.h \ |
16 | packagelistview.h \ | 16 | packagelistview.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 \ | ||
41 | ../../../i18n/nl/oipkg.ts \ | ||
42 | ../../../i18n/da/oipkg.ts \ | ||
43 | ../../../i18n/xx/oipkg.ts \ | ||
44 | ../../../i18n/en/oipkg.ts \ | ||
45 | ../../../i18n/es/oipkg.ts \ | ||
46 | ../../../i18n/fr/oipkg.ts \ | ||
47 | ../../../i18n/hu/oipkg.ts \ | ||
48 | ../../../i18n/ja/oipkg.ts \ | ||
49 | ../../../i18n/ko/oipkg.ts \ | ||
50 | ../../../i18n/no/oipkg.ts \ | ||
51 | ../../../i18n/pl/oipkg.ts \ | ||
52 | ../../../i18n/pt/oipkg.ts \ | ||
53 | ../../../i18n/pt_BR/oipkg.ts \ | ||
54 | ../../../i18n/sl/oipkg.ts \ | ||
55 | ../../../i18n/zh_CN/oipkg.ts \ | ||
56 | ../../../i18n/zh_TW/oipkg.ts | ||
57 | |||
58 | |||
59 | |||
60 | include ( $(OPIEDIR)/include.pro ) | 40 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index cfb6d2f..06cc7cd 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -1,77 +1,56 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG *= qt embedded release warn_off | 2 | CONFIG *= qt embedded release warn_off |
3 | CONFIG -= warn_on | 3 | CONFIG -= warn_on |
4 | SOURCES = xpdf/Array.cc \ | 4 | SOURCES = xpdf/Array.cc \ |
5 | xpdf/BuiltinFont.cc \ | 5 | xpdf/BuiltinFont.cc \ |
6 | xpdf/BuiltinFontTables.cc \ | 6 | xpdf/BuiltinFontTables.cc \ |
7 | xpdf/CMap.cc \ | 7 | xpdf/CMap.cc \ |
8 | xpdf/Catalog.cc \ | 8 | xpdf/Catalog.cc \ |
9 | xpdf/CharCodeToUnicode.cc \ | 9 | xpdf/CharCodeToUnicode.cc \ |
10 | xpdf/Decrypt.cc \ | 10 | xpdf/Decrypt.cc \ |
11 | xpdf/Dict.cc \ | 11 | xpdf/Dict.cc \ |
12 | xpdf/Error.cc \ | 12 | xpdf/Error.cc \ |
13 | xpdf/FontEncodingTables.cc \ | 13 | xpdf/FontEncodingTables.cc \ |
14 | xpdf/Annot.cc \ | 14 | xpdf/Annot.cc \ |
15 | xpdf/Function.cc \ | 15 | xpdf/Function.cc \ |
16 | xpdf/Gfx.cc \ | 16 | xpdf/Gfx.cc \ |
17 | xpdf/GfxFont.cc \ | 17 | xpdf/GfxFont.cc \ |
18 | xpdf/GfxState.cc \ | 18 | xpdf/GfxState.cc \ |
19 | xpdf/GlobalParams.cc \ | 19 | xpdf/GlobalParams.cc \ |
20 | xpdf/Lexer.cc \ | 20 | xpdf/Lexer.cc \ |
21 | xpdf/Link.cc \ | 21 | xpdf/Link.cc \ |
22 | xpdf/NameToCharCode.cc \ | 22 | xpdf/NameToCharCode.cc \ |
23 | xpdf/Object.cc \ | 23 | xpdf/Object.cc \ |
24 | xpdf/OutputDev.cc \ | 24 | xpdf/OutputDev.cc \ |
25 | xpdf/PDFDoc.cc \ | 25 | xpdf/PDFDoc.cc \ |
26 | xpdf/Page.cc \ | 26 | xpdf/Page.cc \ |
27 | xpdf/Parser.cc \ | 27 | xpdf/Parser.cc \ |
28 | xpdf/PSTokenizer.cc \ | 28 | xpdf/PSTokenizer.cc \ |
29 | xpdf/Stream.cc \ | 29 | xpdf/Stream.cc \ |
30 | xpdf/TextOutputDev.cc \ | 30 | xpdf/TextOutputDev.cc \ |
31 | xpdf/UnicodeMap.cc \ | 31 | xpdf/UnicodeMap.cc \ |
32 | xpdf/XRef.cc \ | 32 | xpdf/XRef.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 \ | ||
57 | ../../../i18n/nl/qpdf.ts \ | ||
58 | ../../../i18n/da/qpdf.ts \ | ||
59 | ../../../i18n/xx/qpdf.ts \ | ||
60 | ../../../i18n/en/qpdf.ts \ | ||
61 | ../../../i18n/es/qpdf.ts \ | ||
62 | ../../../i18n/fr/qpdf.ts \ | ||
63 | ../../../i18n/hu/qpdf.ts \ | ||
64 | ../../../i18n/ja/qpdf.ts \ | ||
65 | ../../../i18n/ko/qpdf.ts \ | ||
66 | ../../../i18n/no/qpdf.ts \ | ||
67 | ../../../i18n/pl/qpdf.ts \ | ||
68 | ../../../i18n/pt/qpdf.ts \ | ||
69 | ../../../i18n/pt_BR/qpdf.ts \ | ||
70 | ../../../i18n/sl/qpdf.ts \ | ||
71 | ../../../i18n/zh_CN/qpdf.ts \ | ||
72 | ../../../i18n/it/qpdf.ts \ | ||
73 | ../../../i18n/zh_TW/qpdf.ts | ||
74 | |||
75 | |||
76 | |||
77 | include ( $(OPIEDIR)/include.pro ) | 56 | include ( $(OPIEDIR)/include.pro ) |