159 files changed, 161 insertions, 160 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index bded8a7..0222d74 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h | 3 | HEADERS= battery.h batterystatus.h batteryappletimpl.h |
4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp | 4 | SOURCES= battery.cpp batterystatus.cpp batteryappletimpl.cpp |
5 | TARGET = batteryapplet | 5 | TARGET = batteryapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ |
13 | ../../../i18n/da/libbatteryapplet.ts \ | 13 | ../../../i18n/da/libbatteryapplet.ts \ |
14 | ../../../i18n/xx/libbatteryapplet.ts \ | 14 | ../../../i18n/xx/libbatteryapplet.ts \ |
15 | ../../../i18n/en/libbatteryapplet.ts \ | 15 | ../../../i18n/en/libbatteryapplet.ts \ |
16 | ../../../i18n/es/libbatteryapplet.ts \ | 16 | ../../../i18n/es/libbatteryapplet.ts \ |
17 | ../../../i18n/fr/libbatteryapplet.ts \ | 17 | ../../../i18n/fr/libbatteryapplet.ts \ |
18 | ../../../i18n/hu/libbatteryapplet.ts \ | 18 | ../../../i18n/hu/libbatteryapplet.ts \ |
19 | ../../../i18n/ja/libbatteryapplet.ts \ | 19 | ../../../i18n/ja/libbatteryapplet.ts \ |
20 | ../../../i18n/ko/libbatteryapplet.ts \ | 20 | ../../../i18n/ko/libbatteryapplet.ts \ |
21 | ../../../i18n/no/libbatteryapplet.ts \ | 21 | ../../../i18n/no/libbatteryapplet.ts \ |
22 | ../../../i18n/pl/libbatteryapplet.ts \ | 22 | ../../../i18n/pl/libbatteryapplet.ts \ |
23 | ../../../i18n/pt/libbatteryapplet.ts \ | 23 | ../../../i18n/pt/libbatteryapplet.ts \ |
24 | ../../../i18n/pt_BR/libbatteryapplet.ts \ | 24 | ../../../i18n/pt_BR/libbatteryapplet.ts \ |
25 | ../../../i18n/sl/libbatteryapplet.ts \ | 25 | ../../../i18n/sl/libbatteryapplet.ts \ |
26 | ../../../i18n/zh_CN/libbatteryapplet.ts \ | 26 | ../../../i18n/zh_CN/libbatteryapplet.ts \ |
27 | ../../../i18n/zh_TW/libbatteryapplet.ts | 27 | ../../../i18n/zh_TW/libbatteryapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro index c1ef6b2..07cb221 100644 --- a/core/applets/cardmon/cardmon.pro +++ b/core/applets/cardmon/cardmon.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS =cardmon.h cardmonimpl.h | 3 | HEADERS =cardmon.h cardmonimpl.h |
4 | SOURCES =cardmon.cpp cardmonimpl.cpp | 4 | SOURCES =cardmon.cpp cardmonimpl.cpp |
5 | TARGET = cardmonapplet | 5 | TARGET = cardmonapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include ../launcher | 8 | DEPENDPATH += $(OPIEDIR)/include ../launcher |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ |
13 | ../../../i18n/da/libcardmonapplet.ts \ | 13 | ../../../i18n/da/libcardmonapplet.ts \ |
14 | ../../../i18n/xx/libcardmonapplet.ts \ | 14 | ../../../i18n/xx/libcardmonapplet.ts \ |
15 | ../../../i18n/en/libcardmonapplet.ts \ | 15 | ../../../i18n/en/libcardmonapplet.ts \ |
16 | ../../../i18n/es/libcardmonapplet.ts \ | 16 | ../../../i18n/es/libcardmonapplet.ts \ |
17 | ../../../i18n/fr/libcardmonapplet.ts \ | 17 | ../../../i18n/fr/libcardmonapplet.ts \ |
18 | ../../../i18n/hu/libcardmonapplet.ts \ | 18 | ../../../i18n/hu/libcardmonapplet.ts \ |
19 | ../../../i18n/ja/libcardmonapplet.ts \ | 19 | ../../../i18n/ja/libcardmonapplet.ts \ |
20 | ../../../i18n/ko/libcardmonapplet.ts \ | 20 | ../../../i18n/ko/libcardmonapplet.ts \ |
21 | ../../../i18n/no/libcardmonapplet.ts \ | 21 | ../../../i18n/no/libcardmonapplet.ts \ |
22 | ../../../i18n/pl/libcardmonapplet.ts \ | 22 | ../../../i18n/pl/libcardmonapplet.ts \ |
23 | ../../../i18n/pt/libcardmonapplet.ts \ | 23 | ../../../i18n/pt/libcardmonapplet.ts \ |
24 | ../../../i18n/pt_BR/libcardmonapplet.ts \ | 24 | ../../../i18n/pt_BR/libcardmonapplet.ts \ |
25 | ../../../i18n/sl/libcardmonapplet.ts \ | 25 | ../../../i18n/sl/libcardmonapplet.ts \ |
26 | ../../../i18n/zh_CN/libcardmonapplet.ts \ | 26 | ../../../i18n/zh_CN/libcardmonapplet.ts \ |
27 | ../../../i18n/zh_TW/libcardmonapplet.ts | 27 | ../../../i18n/zh_TW/libcardmonapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro index 535bcc8..f46fdf5 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= clipboard.h clipboardappletimpl.h | 3 | HEADERS= clipboard.h clipboardappletimpl.h |
4 | SOURCES= clipboard.cpp clipboardappletimpl.cpp | 4 | SOURCES= clipboard.cpp clipboardappletimpl.cpp |
5 | TARGET = clipboardapplet | 5 | TARGET = clipboardapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ |
13 | ../../../i18n/da/libclipboardapplet.ts \ | 13 | ../../../i18n/da/libclipboardapplet.ts \ |
14 | ../../../i18n/xx/libclipboardapplet.ts \ | 14 | ../../../i18n/xx/libclipboardapplet.ts \ |
15 | ../../../i18n/en/libclipboardapplet.ts \ | 15 | ../../../i18n/en/libclipboardapplet.ts \ |
16 | ../../../i18n/es/libclipboardapplet.ts \ | 16 | ../../../i18n/es/libclipboardapplet.ts \ |
17 | ../../../i18n/fr/libclipboardapplet.ts \ | 17 | ../../../i18n/fr/libclipboardapplet.ts \ |
18 | ../../../i18n/hu/libclipboardapplet.ts \ | 18 | ../../../i18n/hu/libclipboardapplet.ts \ |
19 | ../../../i18n/ja/libclipboardapplet.ts \ | 19 | ../../../i18n/ja/libclipboardapplet.ts \ |
20 | ../../../i18n/ko/libclipboardapplet.ts \ | 20 | ../../../i18n/ko/libclipboardapplet.ts \ |
21 | ../../../i18n/no/libclipboardapplet.ts \ | 21 | ../../../i18n/no/libclipboardapplet.ts \ |
22 | ../../../i18n/pl/libclipboardapplet.ts \ | 22 | ../../../i18n/pl/libclipboardapplet.ts \ |
23 | ../../../i18n/pt/libclipboardapplet.ts \ | 23 | ../../../i18n/pt/libclipboardapplet.ts \ |
24 | ../../../i18n/pt_BR/libclipboardapplet.ts \ | 24 | ../../../i18n/pt_BR/libclipboardapplet.ts \ |
25 | ../../../i18n/sl/libclipboardapplet.ts \ | 25 | ../../../i18n/sl/libclipboardapplet.ts \ |
26 | ../../../i18n/zh_CN/libclipboardapplet.ts \ | 26 | ../../../i18n/zh_CN/libclipboardapplet.ts \ |
27 | ../../../i18n/zh_TW/libclipboardapplet.ts | 27 | ../../../i18n/zh_TW/libclipboardapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index 21591d1..ea6a0e5 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= clock.h clockappletimpl.h | 3 | HEADERS= clock.h clockappletimpl.h |
4 | SOURCES= clock.cpp clockappletimpl.cpp | 4 | SOURCES= clock.cpp clockappletimpl.cpp |
5 | TARGET = clockapplet | 5 | TARGET = clockapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ |
13 | ../../../i18n/da/libclockapplet.ts \ | 13 | ../../../i18n/da/libclockapplet.ts \ |
14 | ../../../i18n/xx/libclockapplet.ts \ | 14 | ../../../i18n/xx/libclockapplet.ts \ |
15 | ../../../i18n/en/libclockapplet.ts \ | 15 | ../../../i18n/en/libclockapplet.ts \ |
16 | ../../../i18n/es/libclockapplet.ts \ | 16 | ../../../i18n/es/libclockapplet.ts \ |
17 | ../../../i18n/fr/libclockapplet.ts \ | 17 | ../../../i18n/fr/libclockapplet.ts \ |
18 | ../../../i18n/hu/libclockapplet.ts \ | 18 | ../../../i18n/hu/libclockapplet.ts \ |
19 | ../../../i18n/ja/libclockapplet.ts \ | 19 | ../../../i18n/ja/libclockapplet.ts \ |
20 | ../../../i18n/ko/libclockapplet.ts \ | 20 | ../../../i18n/ko/libclockapplet.ts \ |
21 | ../../../i18n/no/libclockapplet.ts \ | 21 | ../../../i18n/no/libclockapplet.ts \ |
22 | ../../../i18n/pl/libclockapplet.ts \ | 22 | ../../../i18n/pl/libclockapplet.ts \ |
23 | ../../../i18n/pt/libclockapplet.ts \ | 23 | ../../../i18n/pt/libclockapplet.ts \ |
24 | ../../../i18n/pt_BR/libclockapplet.ts \ | 24 | ../../../i18n/pt_BR/libclockapplet.ts \ |
25 | ../../../i18n/sl/libclockapplet.ts \ | 25 | ../../../i18n/sl/libclockapplet.ts \ |
26 | ../../../i18n/zh_CN/libclockapplet.ts \ | 26 | ../../../i18n/zh_CN/libclockapplet.ts \ |
27 | ../../../i18n/zh_TW/libclockapplet.ts | 27 | ../../../i18n/zh_TW/libclockapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/homeapplet/homeapplet.pro b/core/applets/homeapplet/homeapplet.pro index c6c1169..65e87e0 100644 --- a/core/applets/homeapplet/homeapplet.pro +++ b/core/applets/homeapplet/homeapplet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = home.h | 3 | HEADERS = home.h |
4 | SOURCES = home.cpp | 4 | SOURCES = home.cpp |
5 | TARGET = homeapplet | 5 | TARGET = homeapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ |
13 | ../../../i18n/da/libhomeapplet.ts \ | 13 | ../../../i18n/da/libhomeapplet.ts \ |
14 | ../../../i18n/xx/libhomeapplet.ts \ | 14 | ../../../i18n/xx/libhomeapplet.ts \ |
15 | ../../../i18n/en/libhomeapplet.ts \ | 15 | ../../../i18n/en/libhomeapplet.ts \ |
16 | ../../../i18n/es/libhomeapplet.ts \ | 16 | ../../../i18n/es/libhomeapplet.ts \ |
17 | ../../../i18n/fr/libhomeapplet.ts \ | 17 | ../../../i18n/fr/libhomeapplet.ts \ |
18 | ../../../i18n/hu/libhomeapplet.ts \ | 18 | ../../../i18n/hu/libhomeapplet.ts \ |
19 | ../../../i18n/ja/libhomeapplet.ts \ | 19 | ../../../i18n/ja/libhomeapplet.ts \ |
20 | ../../../i18n/ko/libhomeapplet.ts \ | 20 | ../../../i18n/ko/libhomeapplet.ts \ |
21 | ../../../i18n/no/libhomeapplet.ts \ | 21 | ../../../i18n/no/libhomeapplet.ts \ |
22 | ../../../i18n/pl/libhomeapplet.ts \ | 22 | ../../../i18n/pl/libhomeapplet.ts \ |
23 | ../../../i18n/pt/libhomeapplet.ts \ | 23 | ../../../i18n/pt/libhomeapplet.ts \ |
24 | ../../../i18n/pt_BR/libhomeapplet.ts \ | 24 | ../../../i18n/pt_BR/libhomeapplet.ts \ |
25 | ../../../i18n/sl/libhomeapplet.ts \ | 25 | ../../../i18n/sl/libhomeapplet.ts \ |
26 | ../../../i18n/zh_CN/libhomeapplet.ts \ | 26 | ../../../i18n/zh_CN/libhomeapplet.ts \ |
27 | ../../../i18n/zh_TW/libhomeapplet.ts | 27 | ../../../i18n/zh_TW/libhomeapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index 2a5f094..6242794 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = irda.h irdaappletimpl.h | 3 | HEADERS = irda.h irdaappletimpl.h |
4 | SOURCES = irda.cpp irdaappletimpl.cpp | 4 | SOURCES = irda.cpp irdaappletimpl.cpp |
5 | TARGET = irdaapplet | 5 | TARGET = irdaapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ |
13 | ../../../i18n/da/libirdaapplet.ts \ | 13 | ../../../i18n/da/libirdaapplet.ts \ |
14 | ../../../i18n/xx/libirdaapplet.ts \ | 14 | ../../../i18n/xx/libirdaapplet.ts \ |
15 | ../../../i18n/en/libirdaapplet.ts \ | 15 | ../../../i18n/en/libirdaapplet.ts \ |
16 | ../../../i18n/es/libirdaapplet.ts \ | 16 | ../../../i18n/es/libirdaapplet.ts \ |
17 | ../../../i18n/fr/libirdaapplet.ts \ | 17 | ../../../i18n/fr/libirdaapplet.ts \ |
18 | ../../../i18n/hu/libirdaapplet.ts \ | 18 | ../../../i18n/hu/libirdaapplet.ts \ |
19 | ../../../i18n/ja/libirdaapplet.ts \ | 19 | ../../../i18n/ja/libirdaapplet.ts \ |
20 | ../../../i18n/ko/libirdaapplet.ts \ | 20 | ../../../i18n/ko/libirdaapplet.ts \ |
21 | ../../../i18n/no/libirdaapplet.ts \ | 21 | ../../../i18n/no/libirdaapplet.ts \ |
22 | ../../../i18n/pl/libirdaapplet.ts \ | 22 | ../../../i18n/pl/libirdaapplet.ts \ |
23 | ../../../i18n/pt/libirdaapplet.ts \ | 23 | ../../../i18n/pt/libirdaapplet.ts \ |
24 | ../../../i18n/pt_BR/libirdaapplet.ts \ | 24 | ../../../i18n/pt_BR/libirdaapplet.ts \ |
25 | ../../../i18n/sl/libirdaapplet.ts \ | 25 | ../../../i18n/sl/libirdaapplet.ts \ |
26 | ../../../i18n/zh_CN/libirdaapplet.ts \ | 26 | ../../../i18n/zh_CN/libirdaapplet.ts \ |
27 | ../../../i18n/zh_TW/libirdaapplet.ts | 27 | ../../../i18n/zh_TW/libirdaapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/logoutapplet/logoutapplet.pro b/core/applets/logoutapplet/logoutapplet.pro index 91ef0a9..4950ece 100644 --- a/core/applets/logoutapplet/logoutapplet.pro +++ b/core/applets/logoutapplet/logoutapplet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = logout.h | 3 | HEADERS = logout.h |
4 | SOURCES = logout.cpp | 4 | SOURCES = logout.cpp |
5 | TARGET = logoutapplet | 5 | TARGET = logoutapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ |
13 | ../../../i18n/da/liblogoutapplet.ts \ | 13 | ../../../i18n/da/liblogoutapplet.ts \ |
14 | ../../../i18n/xx/liblogoutapplet.ts \ | 14 | ../../../i18n/xx/liblogoutapplet.ts \ |
15 | ../../../i18n/en/liblogoutapplet.ts \ | 15 | ../../../i18n/en/liblogoutapplet.ts \ |
16 | ../../../i18n/es/liblogoutapplet.ts \ | 16 | ../../../i18n/es/liblogoutapplet.ts \ |
17 | ../../../i18n/fr/liblogoutapplet.ts \ | 17 | ../../../i18n/fr/liblogoutapplet.ts \ |
18 | ../../../i18n/hu/liblogoutapplet.ts \ | 18 | ../../../i18n/hu/liblogoutapplet.ts \ |
19 | ../../../i18n/ja/liblogoutapplet.ts \ | 19 | ../../../i18n/ja/liblogoutapplet.ts \ |
20 | ../../../i18n/ko/liblogoutapplet.ts \ | 20 | ../../../i18n/ko/liblogoutapplet.ts \ |
21 | ../../../i18n/no/liblogoutapplet.ts \ | 21 | ../../../i18n/no/liblogoutapplet.ts \ |
22 | ../../../i18n/pl/liblogoutapplet.ts \ | 22 | ../../../i18n/pl/liblogoutapplet.ts \ |
23 | ../../../i18n/pt/liblogoutapplet.ts \ | 23 | ../../../i18n/pt/liblogoutapplet.ts \ |
24 | ../../../i18n/pt_BR/liblogoutapplet.ts \ | 24 | ../../../i18n/pt_BR/liblogoutapplet.ts \ |
25 | ../../../i18n/sl/liblogoutapplet.ts \ | 25 | ../../../i18n/sl/liblogoutapplet.ts \ |
26 | ../../../i18n/zh_CN/liblogoutapplet.ts \ | 26 | ../../../i18n/zh_CN/liblogoutapplet.ts \ |
27 | ../../../i18n/zh_TW/liblogoutapplet.ts | 27 | ../../../i18n/zh_TW/liblogoutapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro index 8d55241..d7cc338 100644 --- a/core/applets/obex/obex.pro +++ b/core/applets/obex/obex.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= obex.h obeximpl.h | 3 | HEADERS= obex.h obeximpl.h |
4 | SOURCES= obex.cc obeximpl.cc | 4 | SOURCES= obex.cc obeximpl.cc |
5 | TARGET = opieobex | 5 | TARGET = opieobex |
6 | DESTDIR = $(OPIEDIR)/plugins/obex | 6 | DESTDIR = $(OPIEDIR)/plugins/obex |
7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher | 7 | INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | INTERFACES = obexinc.ui obexdlg.ui | 9 | INTERFACES = obexinc.ui obexdlg.ui |
10 | LIBS += -lqpe -lopie | 10 | LIBS += -lqpe -lopie |
11 | VERSION = 0.0.1 | 11 | VERSION = 0.0.1 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ |
14 | ../../../i18n/da/libopieobex.ts \ | 14 | ../../../i18n/da/libopieobex.ts \ |
15 | ../../../i18n/xx/libopieobex.ts \ | 15 | ../../../i18n/xx/libopieobex.ts \ |
16 | ../../../i18n/en/libopieobex.ts \ | 16 | ../../../i18n/en/libopieobex.ts \ |
17 | ../../../i18n/es/libopieobex.ts \ | 17 | ../../../i18n/es/libopieobex.ts \ |
18 | ../../../i18n/fr/libopieobex.ts \ | 18 | ../../../i18n/fr/libopieobex.ts \ |
19 | ../../../i18n/hu/libopieobex.ts \ | 19 | ../../../i18n/hu/libopieobex.ts \ |
20 | ../../../i18n/ja/libopieobex.ts \ | 20 | ../../../i18n/ja/libopieobex.ts \ |
21 | ../../../i18n/ko/libopieobex.ts \ | 21 | ../../../i18n/ko/libopieobex.ts \ |
22 | ../../../i18n/no/libopieobex.ts \ | 22 | ../../../i18n/no/libopieobex.ts \ |
23 | ../../../i18n/pl/libopieobex.ts \ | 23 | ../../../i18n/pl/libopieobex.ts \ |
24 | ../../../i18n/pt/libopieobex.ts \ | 24 | ../../../i18n/pt/libopieobex.ts \ |
25 | ../../../i18n/pt_BR/libopieobex.ts \ | 25 | ../../../i18n/pt_BR/libopieobex.ts \ |
26 | ../../../i18n/sl/libopieobex.ts \ | 26 | ../../../i18n/sl/libopieobex.ts \ |
27 | ../../../i18n/zh_CN/libopieobex.ts \ | 27 | ../../../i18n/zh_CN/libopieobex.ts \ |
28 | ../../../i18n/zh_TW/libopieobex.ts | 28 | ../../../i18n/zh_TW/libopieobex.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/restartapplet/restartapplet.pro b/core/applets/restartapplet/restartapplet.pro index aeaf400..838ceda 100644 --- a/core/applets/restartapplet/restartapplet.pro +++ b/core/applets/restartapplet/restartapplet.pro | |||
@@ -1,16 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = restart.h restartappletimpl.h | 3 | HEADERS = restart.h restartappletimpl.h |
4 | SOURCES = restart.cpp restartappletimpl.cpp | 4 | SOURCES = restart.cpp restartappletimpl.cpp |
5 | TARGET = restartapplet | 5 | TARGET = restartapplet |
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 | 14 | ||
15 | 15 | ||
16 | include ( ../../../include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/restartapplet2/restartapplet.pro b/core/applets/restartapplet2/restartapplet.pro index f1d805c..f5fe9a0 100644 --- a/core/applets/restartapplet2/restartapplet.pro +++ b/core/applets/restartapplet2/restartapplet.pro | |||
@@ -1,16 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = restart.h | 3 | HEADERS = restart.h |
4 | SOURCES = restart.cpp | 4 | SOURCES = restart.cpp |
5 | TARGET = restartapplet | 5 | TARGET = restartapplet |
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 | 14 | ||
15 | 15 | ||
16 | include ( ../../../include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro index 337d4ae..f105d82 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = screenshot.h inputDialog.h screenshotappletimpl.h | 3 | HEADERS = screenshot.h inputDialog.h screenshotappletimpl.h |
4 | SOURCES = screenshot.cpp inputDialog.cpp screenshotappletimpl.cpp | 4 | SOURCES = screenshot.cpp inputDialog.cpp screenshotappletimpl.cpp |
5 | TARGET = screenshotapplet | 5 | TARGET = screenshotapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | MOC_DIR=opieobj | 11 | MOC_DIR=opieobj |
12 | OBJECTS_DIR=opieobj | 12 | OBJECTS_DIR=opieobj |
13 | 13 | ||
14 | TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ | 14 | TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ |
15 | ../../../i18n/da/libscreenshotapplet.ts \ | 15 | ../../../i18n/da/libscreenshotapplet.ts \ |
16 | ../../../i18n/xx/libscreenshotapplet.ts \ | 16 | ../../../i18n/xx/libscreenshotapplet.ts \ |
17 | ../../../i18n/en/libscreenshotapplet.ts \ | 17 | ../../../i18n/en/libscreenshotapplet.ts \ |
18 | ../../../i18n/es/libscreenshotapplet.ts \ | 18 | ../../../i18n/es/libscreenshotapplet.ts \ |
19 | ../../../i18n/fr/libscreenshotapplet.ts \ | 19 | ../../../i18n/fr/libscreenshotapplet.ts \ |
20 | ../../../i18n/hu/libscreenshotapplet.ts \ | 20 | ../../../i18n/hu/libscreenshotapplet.ts \ |
21 | ../../../i18n/ja/libscreenshotapplet.ts \ | 21 | ../../../i18n/ja/libscreenshotapplet.ts \ |
22 | ../../../i18n/ko/libscreenshotapplet.ts \ | 22 | ../../../i18n/ko/libscreenshotapplet.ts \ |
23 | ../../../i18n/no/libscreenshotapplet.ts \ | 23 | ../../../i18n/no/libscreenshotapplet.ts \ |
24 | ../../../i18n/pl/libscreenshotapplet.ts \ | 24 | ../../../i18n/pl/libscreenshotapplet.ts \ |
25 | ../../../i18n/pt/libscreenshotapplet.ts \ | 25 | ../../../i18n/pt/libscreenshotapplet.ts \ |
26 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ | 26 | ../../../i18n/pt_BR/libscreenshotapplet.ts \ |
27 | ../../../i18n/sl/libscreenshotapplet.ts \ | 27 | ../../../i18n/sl/libscreenshotapplet.ts \ |
28 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ | 28 | ../../../i18n/zh_CN/libscreenshotapplet.ts \ |
29 | ../../../i18n/zh_TW/libscreenshotapplet.ts | 29 | ../../../i18n/zh_TW/libscreenshotapplet.ts |
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( ../../../include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro index d8ad58d..c072642 100644 --- a/core/applets/suspendapplet/suspendapplet.pro +++ b/core/applets/suspendapplet/suspendapplet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = suspend.h | 3 | HEADERS = suspend.h |
4 | SOURCES = suspend.cpp | 4 | SOURCES = suspend.cpp |
5 | TARGET = suspendapplet | 5 | TARGET = suspendapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ |
13 | ../../../i18n/da/libsuspendapplet.ts \ | 13 | ../../../i18n/da/libsuspendapplet.ts \ |
14 | ../../../i18n/xx/libsuspendapplet.ts \ | 14 | ../../../i18n/xx/libsuspendapplet.ts \ |
15 | ../../../i18n/en/libsuspendapplet.ts \ | 15 | ../../../i18n/en/libsuspendapplet.ts \ |
16 | ../../../i18n/es/libsuspendapplet.ts \ | 16 | ../../../i18n/es/libsuspendapplet.ts \ |
17 | ../../../i18n/fr/libsuspendapplet.ts \ | 17 | ../../../i18n/fr/libsuspendapplet.ts \ |
18 | ../../../i18n/hu/libsuspendapplet.ts \ | 18 | ../../../i18n/hu/libsuspendapplet.ts \ |
19 | ../../../i18n/ja/libsuspendapplet.ts \ | 19 | ../../../i18n/ja/libsuspendapplet.ts \ |
20 | ../../../i18n/ko/libsuspendapplet.ts \ | 20 | ../../../i18n/ko/libsuspendapplet.ts \ |
21 | ../../../i18n/no/libsuspendapplet.ts \ | 21 | ../../../i18n/no/libsuspendapplet.ts \ |
22 | ../../../i18n/pl/libsuspendapplet.ts \ | 22 | ../../../i18n/pl/libsuspendapplet.ts \ |
23 | ../../../i18n/pt/libsuspendapplet.ts \ | 23 | ../../../i18n/pt/libsuspendapplet.ts \ |
24 | ../../../i18n/pt_BR/libsuspendapplet.ts \ | 24 | ../../../i18n/pt_BR/libsuspendapplet.ts \ |
25 | ../../../i18n/sl/libsuspendapplet.ts \ | 25 | ../../../i18n/sl/libsuspendapplet.ts \ |
26 | ../../../i18n/zh_CN/libsuspendapplet.ts \ | 26 | ../../../i18n/zh_CN/libsuspendapplet.ts \ |
27 | ../../../i18n/zh_TW/libsuspendapplet.ts | 27 | ../../../i18n/zh_TW/libsuspendapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index bd87aa5..75a5936 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = vmemo.h vmemoimpl.h adpcm.h | 3 | HEADERS = vmemo.h vmemoimpl.h adpcm.h |
4 | SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c | 4 | SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c |
5 | TARGET = vmemoapplet | 5 | TARGET = vmemoapplet |
6 | DESTDIR =$(OPIEDIR)/plugins/applets | 6 | DESTDIR =$(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ |
13 | ../../../i18n/da/libvmemoapplet.ts \ | 13 | ../../../i18n/da/libvmemoapplet.ts \ |
14 | ../../../i18n/xx/libvmemoapplet.ts \ | 14 | ../../../i18n/xx/libvmemoapplet.ts \ |
15 | ../../../i18n/en/libvmemoapplet.ts \ | 15 | ../../../i18n/en/libvmemoapplet.ts \ |
16 | ../../../i18n/es/libvmemoapplet.ts \ | 16 | ../../../i18n/es/libvmemoapplet.ts \ |
17 | ../../../i18n/fr/libvmemoapplet.ts \ | 17 | ../../../i18n/fr/libvmemoapplet.ts \ |
18 | ../../../i18n/hu/libvmemoapplet.ts \ | 18 | ../../../i18n/hu/libvmemoapplet.ts \ |
19 | ../../../i18n/ja/libvmemoapplet.ts \ | 19 | ../../../i18n/ja/libvmemoapplet.ts \ |
20 | ../../../i18n/ko/libvmemoapplet.ts \ | 20 | ../../../i18n/ko/libvmemoapplet.ts \ |
21 | ../../../i18n/no/libvmemoapplet.ts \ | 21 | ../../../i18n/no/libvmemoapplet.ts \ |
22 | ../../../i18n/pl/libvmemoapplet.ts \ | 22 | ../../../i18n/pl/libvmemoapplet.ts \ |
23 | ../../../i18n/pt/libvmemoapplet.ts \ | 23 | ../../../i18n/pt/libvmemoapplet.ts \ |
24 | ../../../i18n/pt_BR/libvmemoapplet.ts \ | 24 | ../../../i18n/pt_BR/libvmemoapplet.ts \ |
25 | ../../../i18n/sl/libvmemoapplet.ts \ | 25 | ../../../i18n/sl/libvmemoapplet.ts \ |
26 | ../../../i18n/zh_CN/libvmemoapplet.ts \ | 26 | ../../../i18n/zh_CN/libvmemoapplet.ts \ |
27 | ../../../i18n/zh_TW/libvmemoapplet.ts | 27 | ../../../i18n/zh_TW/libvmemoapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index bae4b43..3c2a9da 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= volume.h volumeappletimpl.h oledbox.h | 3 | HEADERS= volume.h volumeappletimpl.h oledbox.h |
4 | SOURCES= volume.cpp volumeappletimpl.cpp oledbox.cpp | 4 | SOURCES= volume.cpp volumeappletimpl.cpp oledbox.cpp |
5 | TARGET = volumeapplet | 5 | TARGET = volumeapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ |
13 | ../../../i18n/da/libvolumeapplet.ts \ | 13 | ../../../i18n/da/libvolumeapplet.ts \ |
14 | ../../../i18n/xx/libvolumeapplet.ts \ | 14 | ../../../i18n/xx/libvolumeapplet.ts \ |
15 | ../../../i18n/en/libvolumeapplet.ts \ | 15 | ../../../i18n/en/libvolumeapplet.ts \ |
16 | ../../../i18n/es/libvolumeapplet.ts \ | 16 | ../../../i18n/es/libvolumeapplet.ts \ |
17 | ../../../i18n/fr/libvolumeapplet.ts \ | 17 | ../../../i18n/fr/libvolumeapplet.ts \ |
18 | ../../../i18n/hu/libvolumeapplet.ts \ | 18 | ../../../i18n/hu/libvolumeapplet.ts \ |
19 | ../../../i18n/ja/libvolumeapplet.ts \ | 19 | ../../../i18n/ja/libvolumeapplet.ts \ |
20 | ../../../i18n/ko/libvolumeapplet.ts \ | 20 | ../../../i18n/ko/libvolumeapplet.ts \ |
21 | ../../../i18n/no/libvolumeapplet.ts \ | 21 | ../../../i18n/no/libvolumeapplet.ts \ |
22 | ../../../i18n/pl/libvolumeapplet.ts \ | 22 | ../../../i18n/pl/libvolumeapplet.ts \ |
23 | ../../../i18n/pt/libvolumeapplet.ts \ | 23 | ../../../i18n/pt/libvolumeapplet.ts \ |
24 | ../../../i18n/pt_BR/libvolumeapplet.ts \ | 24 | ../../../i18n/pt_BR/libvolumeapplet.ts \ |
25 | ../../../i18n/sl/libvolumeapplet.ts \ | 25 | ../../../i18n/sl/libvolumeapplet.ts \ |
26 | ../../../i18n/zh_CN/libvolumeapplet.ts \ | 26 | ../../../i18n/zh_CN/libvolumeapplet.ts \ |
27 | ../../../i18n/zh_TW/libvolumeapplet.ts | 27 | ../../../i18n/zh_TW/libvolumeapplet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro index f7f8849..861ec15 100644 --- a/core/apps/calibrate/calibrate.pro +++ b/core/apps/calibrate/calibrate.pro | |||
@@ -1,23 +1,23 @@ | |||
1 | # This is part of the taskbar | 1 | # This is part of the taskbar |
2 | 2 | ||
3 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ | 3 | TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ |
4 | ../../../i18n/da/calibrate.pro.in.ts \ | 4 | ../../../i18n/da/calibrate.pro.in.ts \ |
5 | ../../../i18n/xx/calibrate.pro.in.ts \ | 5 | ../../../i18n/xx/calibrate.pro.in.ts \ |
6 | ../../../i18n/en/calibrate.pro.in.ts \ | 6 | ../../../i18n/en/calibrate.pro.in.ts \ |
7 | ../../../i18n/es/calibrate.pro.in.ts \ | 7 | ../../../i18n/es/calibrate.pro.in.ts \ |
8 | ../../../i18n/fr/calibrate.pro.in.ts \ | 8 | ../../../i18n/fr/calibrate.pro.in.ts \ |
9 | ../../../i18n/hu/calibrate.pro.in.ts \ | 9 | ../../../i18n/hu/calibrate.pro.in.ts \ |
10 | ../../../i18n/ja/calibrate.pro.in.ts \ | 10 | ../../../i18n/ja/calibrate.pro.in.ts \ |
11 | ../../../i18n/ko/calibrate.pro.in.ts \ | 11 | ../../../i18n/ko/calibrate.pro.in.ts \ |
12 | ../../../i18n/no/calibrate.pro.in.ts \ | 12 | ../../../i18n/no/calibrate.pro.in.ts \ |
13 | ../../../i18n/pl/calibrate.pro.in.ts \ | 13 | ../../../i18n/pl/calibrate.pro.in.ts \ |
14 | ../../../i18n/pt/calibrate.pro.in.ts \ | 14 | ../../../i18n/pt/calibrate.pro.in.ts \ |
15 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ | 15 | ../../../i18n/pt_BR/calibrate.pro.in.ts \ |
16 | ../../../i18n/sl/calibrate.pro.in.ts \ | 16 | ../../../i18n/sl/calibrate.pro.in.ts \ |
17 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ | 17 | ../../../i18n/zh_CN/calibrate.pro.in.ts \ |
18 | ../../../i18n/it/calibrate.pro.in.ts \ | 18 | ../../../i18n/it/calibrate.pro.in.ts \ |
19 | ../../../i18n/zh_TW/calibrate.pro.in.ts | 19 | ../../../i18n/zh_TW/calibrate.pro.in.ts |
20 | 20 | ||
21 | 21 | ||
22 | 22 | ||
23 | include ( ../../../include.pro ) | 23 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 55d0b93..ca2ee0f 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -1,60 +1,60 @@ | |||
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 | TEMPLATE = app | 4 | TEMPLATE = app |
5 | CONFIG += qt warn_on release | 5 | CONFIG += qt warn_on release |
6 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
7 | HEADERS = TEWidget.h \ | 7 | HEADERS = TEWidget.h \ |
8 | TEScreen.h \ | 8 | TEScreen.h \ |
9 | TECommon.h \ | 9 | TECommon.h \ |
10 | TEHistory.h \ | 10 | TEHistory.h \ |
11 | TEmulation.h \ | 11 | TEmulation.h \ |
12 | TEmuVt102.h \ | 12 | TEmuVt102.h \ |
13 | session.h \ | 13 | session.h \ |
14 | keytrans.h \ | 14 | keytrans.h \ |
15 | konsole.h \ | 15 | konsole.h \ |
16 | commandeditdialog.h \ | 16 | commandeditdialog.h \ |
17 | commandeditwidget.h \ | 17 | commandeditwidget.h \ |
18 | playlistselection.h \ | 18 | playlistselection.h \ |
19 | MyPty.h | 19 | MyPty.h |
20 | SOURCES = TEScreen.cpp \ | 20 | SOURCES = TEScreen.cpp \ |
21 | TEWidget.cpp \ | 21 | TEWidget.cpp \ |
22 | TEHistory.cpp \ | 22 | TEHistory.cpp \ |
23 | TEmulation.cpp \ | 23 | TEmulation.cpp \ |
24 | TEmuVt102.cpp \ | 24 | TEmuVt102.cpp \ |
25 | session.cpp \ | 25 | session.cpp \ |
26 | keytrans.cpp \ | 26 | keytrans.cpp \ |
27 | konsole.cpp \ | 27 | konsole.cpp \ |
28 | commandeditdialog.cpp \ | 28 | commandeditdialog.cpp \ |
29 | commandeditwidget.cpp \ | 29 | commandeditwidget.cpp \ |
30 | playlistselection.cpp \ | 30 | playlistselection.cpp \ |
31 | MyPty.cpp \ | 31 | MyPty.cpp \ |
32 | main.cpp | 32 | main.cpp |
33 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 33 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
34 | TARGET = embeddedkonsole | 34 | TARGET = embeddedkonsole |
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe -lopie | 37 | LIBS += -lqpe -lopie |
38 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY | 38 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY |
39 | 39 | ||
40 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ | 40 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ |
41 | ../../../i18n/xx/embeddedkonsole.ts \ | 41 | ../../../i18n/xx/embeddedkonsole.ts \ |
42 | ../../../i18n/en/embeddedkonsole.ts \ | 42 | ../../../i18n/en/embeddedkonsole.ts \ |
43 | ../../../i18n/es/embeddedkonsole.ts \ | 43 | ../../../i18n/es/embeddedkonsole.ts \ |
44 | ../../../i18n/fr/embeddedkonsole.ts \ | 44 | ../../../i18n/fr/embeddedkonsole.ts \ |
45 | ../../../i18n/hu/embeddedkonsole.ts \ | 45 | ../../../i18n/hu/embeddedkonsole.ts \ |
46 | ../../../i18n/ja/embeddedkonsole.ts \ | 46 | ../../../i18n/ja/embeddedkonsole.ts \ |
47 | ../../../i18n/ko/embeddedkonsole.ts \ | 47 | ../../../i18n/ko/embeddedkonsole.ts \ |
48 | ../../../i18n/no/embeddedkonsole.ts \ | 48 | ../../../i18n/no/embeddedkonsole.ts \ |
49 | ../../../i18n/pl/embeddedkonsole.ts \ | 49 | ../../../i18n/pl/embeddedkonsole.ts \ |
50 | ../../../i18n/pt/embeddedkonsole.ts \ | 50 | ../../../i18n/pt/embeddedkonsole.ts \ |
51 | ../../../i18n/pt_BR/embeddedkonsole.ts \ | 51 | ../../../i18n/pt_BR/embeddedkonsole.ts \ |
52 | ../../../i18n/sl/embeddedkonsole.ts \ | 52 | ../../../i18n/sl/embeddedkonsole.ts \ |
53 | ../../../i18n/zh_CN/embeddedkonsole.ts \ | 53 | ../../../i18n/zh_CN/embeddedkonsole.ts \ |
54 | ../../../i18n/zh_TW/embeddedkonsole.ts \ | 54 | ../../../i18n/zh_TW/embeddedkonsole.ts \ |
55 | ../../../i18n/it/embeddedkonsole.ts \ | 55 | ../../../i18n/it/embeddedkonsole.ts \ |
56 | ../../../i18n/da/embeddedkonsole.ts | 56 | ../../../i18n/da/embeddedkonsole.ts |
57 | 57 | ||
58 | 58 | ||
59 | 59 | ||
60 | include ( ../../../include.pro ) | 60 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index 222a408..8891d97 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = helpbrowser.h | 4 | HEADERS = helpbrowser.h |
5 | SOURCES = helpbrowser.cpp \ | 5 | SOURCES = helpbrowser.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ |
13 | ../../../i18n/xx/helpbrowser.ts \ | 13 | ../../../i18n/xx/helpbrowser.ts \ |
14 | ../../../i18n/en/helpbrowser.ts \ | 14 | ../../../i18n/en/helpbrowser.ts \ |
15 | ../../../i18n/es/helpbrowser.ts \ | 15 | ../../../i18n/es/helpbrowser.ts \ |
16 | ../../../i18n/fr/helpbrowser.ts \ | 16 | ../../../i18n/fr/helpbrowser.ts \ |
17 | ../../../i18n/hu/helpbrowser.ts \ | 17 | ../../../i18n/hu/helpbrowser.ts \ |
18 | ../../../i18n/ja/helpbrowser.ts \ | 18 | ../../../i18n/ja/helpbrowser.ts \ |
19 | ../../../i18n/ko/helpbrowser.ts \ | 19 | ../../../i18n/ko/helpbrowser.ts \ |
20 | ../../../i18n/no/helpbrowser.ts \ | 20 | ../../../i18n/no/helpbrowser.ts \ |
21 | ../../../i18n/pl/helpbrowser.ts \ | 21 | ../../../i18n/pl/helpbrowser.ts \ |
22 | ../../../i18n/pt/helpbrowser.ts \ | 22 | ../../../i18n/pt/helpbrowser.ts \ |
23 | ../../../i18n/pt_BR/helpbrowser.ts \ | 23 | ../../../i18n/pt_BR/helpbrowser.ts \ |
24 | ../../../i18n/sl/helpbrowser.ts \ | 24 | ../../../i18n/sl/helpbrowser.ts \ |
25 | ../../../i18n/zh_CN/helpbrowser.ts \ | 25 | ../../../i18n/zh_CN/helpbrowser.ts \ |
26 | ../../../i18n/it/helpbrowser.ts \ | 26 | ../../../i18n/it/helpbrowser.ts \ |
27 | ../../../i18n/zh_TW/helpbrowser.ts \ | 27 | ../../../i18n/zh_TW/helpbrowser.ts \ |
28 | ../../../i18n/da/helpbrowser.ts | 28 | ../../../i18n/da/helpbrowser.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index 4ca0ceb..9048683 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = | 4 | HEADERS = |
5 | SOURCES = main.cpp | 5 | SOURCES = main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = qcop | 10 | TARGET = qcop |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/qcop.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/qcop.ts \ |
13 | ../../../i18n/da/qcop.ts \ | 13 | ../../../i18n/da/qcop.ts \ |
14 | ../../../i18n/xx/qcop.ts \ | 14 | ../../../i18n/xx/qcop.ts \ |
15 | ../../../i18n/en/qcop.ts \ | 15 | ../../../i18n/en/qcop.ts \ |
16 | ../../../i18n/es/qcop.ts \ | 16 | ../../../i18n/es/qcop.ts \ |
17 | ../../../i18n/fr/qcop.ts \ | 17 | ../../../i18n/fr/qcop.ts \ |
18 | ../../../i18n/hu/qcop.ts \ | 18 | ../../../i18n/hu/qcop.ts \ |
19 | ../../../i18n/ja/qcop.ts \ | 19 | ../../../i18n/ja/qcop.ts \ |
20 | ../../../i18n/ko/qcop.ts \ | 20 | ../../../i18n/ko/qcop.ts \ |
21 | ../../../i18n/no/qcop.ts \ | 21 | ../../../i18n/no/qcop.ts \ |
22 | ../../../i18n/pl/qcop.ts \ | 22 | ../../../i18n/pl/qcop.ts \ |
23 | ../../../i18n/pt/qcop.ts \ | 23 | ../../../i18n/pt/qcop.ts \ |
24 | ../../../i18n/pt_BR/qcop.ts \ | 24 | ../../../i18n/pt_BR/qcop.ts \ |
25 | ../../../i18n/sl/qcop.ts \ | 25 | ../../../i18n/sl/qcop.ts \ |
26 | ../../../i18n/zh_CN/qcop.ts \ | 26 | ../../../i18n/zh_CN/qcop.ts \ |
27 | ../../../i18n/zh_TW/qcop.ts | 27 | ../../../i18n/zh_TW/qcop.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index f90b914..f5e16a0 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = textedit.h filePermissions.h | 4 | HEADERS = textedit.h filePermissions.h |
5 | SOURCES = main.cpp textedit.cpp filePermissions.cpp | 5 | SOURCES = main.cpp textedit.cpp filePermissions.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | TARGET = textedit | 9 | TARGET = textedit |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/textedit.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/textedit.ts \ |
12 | ../../../i18n/da/textedit.ts \ | 12 | ../../../i18n/da/textedit.ts \ |
13 | ../../../i18n/xx/textedit.ts \ | 13 | ../../../i18n/xx/textedit.ts \ |
14 | ../../../i18n/en/textedit.ts \ | 14 | ../../../i18n/en/textedit.ts \ |
15 | ../../../i18n/es/textedit.ts \ | 15 | ../../../i18n/es/textedit.ts \ |
16 | ../../../i18n/fr/textedit.ts \ | 16 | ../../../i18n/fr/textedit.ts \ |
17 | ../../../i18n/hu/textedit.ts \ | 17 | ../../../i18n/hu/textedit.ts \ |
18 | ../../../i18n/ja/textedit.ts \ | 18 | ../../../i18n/ja/textedit.ts \ |
19 | ../../../i18n/ko/textedit.ts \ | 19 | ../../../i18n/ko/textedit.ts \ |
20 | ../../../i18n/no/textedit.ts \ | 20 | ../../../i18n/no/textedit.ts \ |
21 | ../../../i18n/pl/textedit.ts \ | 21 | ../../../i18n/pl/textedit.ts \ |
22 | ../../../i18n/pt/textedit.ts \ | 22 | ../../../i18n/pt/textedit.ts \ |
23 | ../../../i18n/pt_BR/textedit.ts \ | 23 | ../../../i18n/pt_BR/textedit.ts \ |
24 | ../../../i18n/sl/textedit.ts \ | 24 | ../../../i18n/sl/textedit.ts \ |
25 | ../../../i18n/zh_CN/textedit.ts \ | 25 | ../../../i18n/zh_CN/textedit.ts \ |
26 | ../../../i18n/zh_TW/textedit.ts | 26 | ../../../i18n/zh_TW/textedit.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 729b182..d0a573b 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro | |||
@@ -1,124 +1,124 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = ../../bin | 3 | DESTDIR = ../../bin |
4 | HEADERS = background.h \ | 4 | HEADERS = background.h \ |
5 | desktop.h \ | 5 | desktop.h \ |
6 | screensaver.h \ | 6 | screensaver.h \ |
7 | mediummountgui.h \ | 7 | mediummountgui.h \ |
8 | info.h \ | 8 | info.h \ |
9 | appicons.h \ | 9 | appicons.h \ |
10 | taskbar.h \ | 10 | taskbar.h \ |
11 | sidething.h \ | 11 | sidething.h \ |
12 | runningappbar.h \ | 12 | runningappbar.h \ |
13 | stabmon.h \ | 13 | stabmon.h \ |
14 | inputmethods.h \ | 14 | inputmethods.h \ |
15 | systray.h \ | 15 | systray.h \ |
16 | wait.h \ | 16 | wait.h \ |
17 | shutdownimpl.h \ | 17 | shutdownimpl.h \ |
18 | launcher.h \ | 18 | launcher.h \ |
19 | launcherview.h \ | 19 | launcherview.h \ |
20 | ../../core/apps/calibrate/calibrate.h \ | 20 | ../../core/apps/calibrate/calibrate.h \ |
21 | startmenu.h \ | 21 | startmenu.h \ |
22 | transferserver.h \ | 22 | transferserver.h \ |
23 | qcopbridge.h \ | 23 | qcopbridge.h \ |
24 | packageslave.h \ | 24 | packageslave.h \ |
25 | irserver.h \ | 25 | irserver.h \ |
26 | ../../rsync/buf.h \ | 26 | ../../rsync/buf.h \ |
27 | ../../rsync/checksum.h \ | 27 | ../../rsync/checksum.h \ |
28 | ../../rsync/command.h \ | 28 | ../../rsync/command.h \ |
29 | ../../rsync/emit.h \ | 29 | ../../rsync/emit.h \ |
30 | ../../rsync/job.h \ | 30 | ../../rsync/job.h \ |
31 | ../../rsync/netint.h \ | 31 | ../../rsync/netint.h \ |
32 | ../../rsync/protocol.h \ | 32 | ../../rsync/protocol.h \ |
33 | ../../rsync/prototab.h \ | 33 | ../../rsync/prototab.h \ |
34 | ../../rsync/rsync.h \ | 34 | ../../rsync/rsync.h \ |
35 | ../../rsync/search.h \ | 35 | ../../rsync/search.h \ |
36 | ../../rsync/stream.h \ | 36 | ../../rsync/stream.h \ |
37 | ../../rsync/sumset.h \ | 37 | ../../rsync/sumset.h \ |
38 | ../../rsync/trace.h \ | 38 | ../../rsync/trace.h \ |
39 | ../../rsync/types.h \ | 39 | ../../rsync/types.h \ |
40 | ../../rsync/util.h \ | 40 | ../../rsync/util.h \ |
41 | ../../rsync/whole.h \ | 41 | ../../rsync/whole.h \ |
42 | ../../rsync/config_rsync.h \ | 42 | ../../rsync/config_rsync.h \ |
43 | ../../rsync/qrsync.h \ | 43 | ../../rsync/qrsync.h \ |
44 | quicklauncher.h | 44 | quicklauncher.h |
45 | SOURCES = background.cpp \ | 45 | SOURCES = background.cpp \ |
46 | desktop.cpp \ | 46 | desktop.cpp \ |
47 | screensaver.cpp \ | 47 | screensaver.cpp \ |
48 | mediummountgui.cpp \ | 48 | mediummountgui.cpp \ |
49 | info.cpp \ | 49 | info.cpp \ |
50 | appicons.cpp \ | 50 | appicons.cpp \ |
51 | taskbar.cpp \ | 51 | taskbar.cpp \ |
52 | sidething.cpp \ | 52 | sidething.cpp \ |
53 | runningappbar.cpp \ | 53 | runningappbar.cpp \ |
54 | stabmon.cpp \ | 54 | stabmon.cpp \ |
55 | inputmethods.cpp \ | 55 | inputmethods.cpp \ |
56 | systray.cpp \ | 56 | systray.cpp \ |
57 | wait.cpp \ | 57 | wait.cpp \ |
58 | shutdownimpl.cpp \ | 58 | shutdownimpl.cpp \ |
59 | launcher.cpp \ | 59 | launcher.cpp \ |
60 | launcherview.cpp \ | 60 | launcherview.cpp \ |
61 | ../../core/apps/calibrate/calibrate.cpp \ | 61 | ../../core/apps/calibrate/calibrate.cpp \ |
62 | transferserver.cpp \ | 62 | transferserver.cpp \ |
63 | packageslave.cpp \ | 63 | packageslave.cpp \ |
64 | irserver.cpp \ | 64 | irserver.cpp \ |
65 | qcopbridge.cpp \ | 65 | qcopbridge.cpp \ |
66 | startmenu.cpp \ | 66 | startmenu.cpp \ |
67 | main.cpp \ | 67 | main.cpp \ |
68 | ../../rsync/base64.c \ | 68 | ../../rsync/base64.c \ |
69 | ../../rsync/buf.c \ | 69 | ../../rsync/buf.c \ |
70 | ../../rsync/checksum.c \ | 70 | ../../rsync/checksum.c \ |
71 | ../../rsync/command.c \ | 71 | ../../rsync/command.c \ |
72 | ../../rsync/delta.c \ | 72 | ../../rsync/delta.c \ |
73 | ../../rsync/emit.c \ | 73 | ../../rsync/emit.c \ |
74 | ../../rsync/hex.c \ | 74 | ../../rsync/hex.c \ |
75 | ../../rsync/job.c \ | 75 | ../../rsync/job.c \ |
76 | ../../rsync/mdfour.c \ | 76 | ../../rsync/mdfour.c \ |
77 | ../../rsync/mksum.c \ | 77 | ../../rsync/mksum.c \ |
78 | ../../rsync/msg.c \ | 78 | ../../rsync/msg.c \ |
79 | ../../rsync/netint.c \ | 79 | ../../rsync/netint.c \ |
80 | ../../rsync/patch.c \ | 80 | ../../rsync/patch.c \ |
81 | ../../rsync/prototab.c \ | 81 | ../../rsync/prototab.c \ |
82 | ../../rsync/readsums.c \ | 82 | ../../rsync/readsums.c \ |
83 | ../../rsync/scoop.c \ | 83 | ../../rsync/scoop.c \ |
84 | ../../rsync/search.c \ | 84 | ../../rsync/search.c \ |
85 | ../../rsync/stats.c \ | 85 | ../../rsync/stats.c \ |
86 | ../../rsync/stream.c \ | 86 | ../../rsync/stream.c \ |
87 | ../../rsync/sumset.c \ | 87 | ../../rsync/sumset.c \ |
88 | ../../rsync/trace.c \ | 88 | ../../rsync/trace.c \ |
89 | ../../rsync/tube.c \ | 89 | ../../rsync/tube.c \ |
90 | ../../rsync/util.c \ | 90 | ../../rsync/util.c \ |
91 | ../../rsync/version.c \ | 91 | ../../rsync/version.c \ |
92 | ../../rsync/whole.c \ | 92 | ../../rsync/whole.c \ |
93 | ../../rsync/qrsync.cpp | 93 | ../../rsync/qrsync.cpp |
94 | INTERFACES= syncdialog.ui | 94 | INTERFACES= syncdialog.ui |
95 | INCLUDEPATH += ../../include | 95 | INCLUDEPATH += ../../include |
96 | DEPENDPATH+= ../../include . | 96 | DEPENDPATH+= ../../include . |
97 | INCLUDEPATH += ../../core/apps/calibrate | 97 | INCLUDEPATH += ../../core/apps/calibrate |
98 | DEPENDPATH+= ../../core/apps/calibrate | 98 | DEPENDPATH+= ../../core/apps/calibrate |
99 | INCLUDEPATH += ../../rsync | 99 | INCLUDEPATH += ../../rsync |
100 | DEPENDPATH+= ../../rsync | 100 | DEPENDPATH+= ../../rsync |
101 | TARGET = qpe | 101 | TARGET = qpe |
102 | LIBS += -lqpe -lcrypt -lopie | 102 | LIBS += -lqpe -lcrypt -lopie |
103 | 103 | ||
104 | TRANSLATIONS = ../../i18n/de/qpe.ts \ | 104 | TRANSLATIONS = ../../i18n/de/qpe.ts \ |
105 | ../../i18n/xx/qpe.ts \ | 105 | ../../i18n/xx/qpe.ts \ |
106 | ../../i18n/en/qpe.ts \ | 106 | ../../i18n/en/qpe.ts \ |
107 | ../../i18n/es/qpe.ts \ | 107 | ../../i18n/es/qpe.ts \ |
108 | ../../i18n/fr/qpe.ts \ | 108 | ../../i18n/fr/qpe.ts \ |
109 | ../../i18n/hu/qpe.ts \ | 109 | ../../i18n/hu/qpe.ts \ |
110 | ../../i18n/ja/qpe.ts \ | 110 | ../../i18n/ja/qpe.ts \ |
111 | ../../i18n/ko/qpe.ts \ | 111 | ../../i18n/ko/qpe.ts \ |
112 | ../../i18n/no/qpe.ts \ | 112 | ../../i18n/no/qpe.ts \ |
113 | ../../i18n/pl/qpe.ts \ | 113 | ../../i18n/pl/qpe.ts \ |
114 | ../../i18n/pt/qpe.ts \ | 114 | ../../i18n/pt/qpe.ts \ |
115 | ../../i18n/pt_BR/qpe.ts \ | 115 | ../../i18n/pt_BR/qpe.ts \ |
116 | ../../i18n/sl/qpe.ts \ | 116 | ../../i18n/sl/qpe.ts \ |
117 | ../../i18n/zh_CN/qpe.ts \ | 117 | ../../i18n/zh_CN/qpe.ts \ |
118 | ../../i18n/it/qpe.ts \ | 118 | ../../i18n/it/qpe.ts \ |
119 | ../../i18n/zh_TW/qpe.ts \ | 119 | ../../i18n/zh_TW/qpe.ts \ |
120 | ../../i18n/da/qpe.ts | 120 | ../../i18n/da/qpe.ts |
121 | 121 | ||
122 | 122 | ||
123 | 123 | ||
124 | include ( ../../include.pro ) | 124 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro index 5ffb9a5..d21e122 100644 --- a/core/multimedia/opieplayer/libflash/libflash.pro +++ b/core/multimedia/opieplayer/libflash/libflash.pro | |||
@@ -1,35 +1,35 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = libflashplugin.h libflashpluginimpl.h | 3 | HEADERS = libflashplugin.h libflashpluginimpl.h |
4 | SOURCES = libflashplugin.cpp libflashpluginimpl.cpp \ | 4 | SOURCES = libflashplugin.cpp libflashpluginimpl.cpp \ |
5 | adpcm.cc character.cc flash.cc graphic16.cc matrix.cc script.cc \ | 5 | adpcm.cc character.cc flash.cc graphic16.cc matrix.cc script.cc \ |
6 | sprite.cc bitmap.cc cxform.cc font.cc graphic24.cc movie.cc \ | 6 | sprite.cc bitmap.cc cxform.cc font.cc graphic24.cc movie.cc \ |
7 | shape.cc sqrt.cc button.cc displaylist.cc graphic.cc graphic32.cc \ | 7 | shape.cc sqrt.cc button.cc displaylist.cc graphic.cc graphic32.cc \ |
8 | program.cc sound.cc text.cc | 8 | program.cc sound.cc text.cc |
9 | TARGET = flashplugin | 9 | TARGET = flashplugin |
10 | DESTDIR = ../../plugins/codecs | 10 | DESTDIR = ../../plugins/codecs |
11 | INCLUDEPATH += $(OPIEDIR)/include .. | 11 | INCLUDEPATH += $(OPIEDIR)/include .. |
12 | DEPENDPATH += ../$(OPIEDIR)/include .. | 12 | DEPENDPATH += ../$(OPIEDIR)/include .. |
13 | LIBS += -lqpe | 13 | LIBS += -lqpe |
14 | VERSION = 1.0.0 | 14 | VERSION = 1.0.0 |
15 | 15 | ||
16 | TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ | 16 | TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ |
17 | ../../../../i18n/da/libflashplugin.ts \ | 17 | ../../../../i18n/da/libflashplugin.ts \ |
18 | ../../../../i18n/xx/libflashplugin.ts \ | 18 | ../../../../i18n/xx/libflashplugin.ts \ |
19 | ../../../../i18n/en/libflashplugin.ts \ | 19 | ../../../../i18n/en/libflashplugin.ts \ |
20 | ../../../../i18n/es/libflashplugin.ts \ | 20 | ../../../../i18n/es/libflashplugin.ts \ |
21 | ../../../../i18n/fr/libflashplugin.ts \ | 21 | ../../../../i18n/fr/libflashplugin.ts \ |
22 | ../../../../i18n/hu/libflashplugin.ts \ | 22 | ../../../../i18n/hu/libflashplugin.ts \ |
23 | ../../../../i18n/ja/libflashplugin.ts \ | 23 | ../../../../i18n/ja/libflashplugin.ts \ |
24 | ../../../../i18n/ko/libflashplugin.ts \ | 24 | ../../../../i18n/ko/libflashplugin.ts \ |
25 | ../../../../i18n/no/libflashplugin.ts \ | 25 | ../../../../i18n/no/libflashplugin.ts \ |
26 | ../../../../i18n/pl/libflashplugin.ts \ | 26 | ../../../../i18n/pl/libflashplugin.ts \ |
27 | ../../../../i18n/pt/libflashplugin.ts \ | 27 | ../../../../i18n/pt/libflashplugin.ts \ |
28 | ../../../../i18n/pt_BR/libflashplugin.ts \ | 28 | ../../../../i18n/pt_BR/libflashplugin.ts \ |
29 | ../../../../i18n/sl/libflashplugin.ts \ | 29 | ../../../../i18n/sl/libflashplugin.ts \ |
30 | ../../../../i18n/zh_CN/libflashplugin.ts \ | 30 | ../../../../i18n/zh_CN/libflashplugin.ts \ |
31 | ../../../../i18n/zh_TW/libflashplugin.ts | 31 | ../../../../i18n/zh_TW/libflashplugin.ts |
32 | 32 | ||
33 | 33 | ||
34 | 34 | ||
35 | include ( ../../../../include.pro ) | 35 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index edcc22c..d1528a2 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro | |||
@@ -1,39 +1,39 @@ | |||
1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ | 1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ |
2 | $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ | 2 | $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ |
3 | $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) | 3 | $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) |
4 | QMAKE_CXXFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ | 4 | QMAKE_CXXFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ |
5 | $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ | 5 | $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ |
6 | $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) | 6 | $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) |
7 | TEMPLATE = lib | 7 | TEMPLATE = lib |
8 | CONFIG += qt warn_on release | 8 | CONFIG += qt warn_on release |
9 | HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ | 9 | HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ |
10 | layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h | 10 | layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h |
11 | SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ | 11 | SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ |
12 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp | 12 | layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp |
13 | TARGET = madplugin | 13 | TARGET = madplugin |
14 | DESTDIR = $(OPIEDIR)/plugins/codecs | 14 | DESTDIR = $(OPIEDIR)/plugins/codecs |
15 | INCLUDEPATH += $(OPIEDIR)/include .. | 15 | INCLUDEPATH += $(OPIEDIR)/include .. |
16 | DEPENDPATH += ../$(OPIEDIR)/include .. | 16 | DEPENDPATH += ../$(OPIEDIR)/include .. |
17 | LIBS += -lqpe -lm | 17 | LIBS += -lqpe -lm |
18 | VERSION = 1.0.0 | 18 | VERSION = 1.0.0 |
19 | 19 | ||
20 | TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ | 20 | TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ |
21 | ../../../../i18n/da/libmadplugin.ts \ | 21 | ../../../../i18n/da/libmadplugin.ts \ |
22 | ../../../../i18n/xx/libmadplugin.ts \ | 22 | ../../../../i18n/xx/libmadplugin.ts \ |
23 | ../../../../i18n/en/libmadplugin.ts \ | 23 | ../../../../i18n/en/libmadplugin.ts \ |
24 | ../../../../i18n/es/libmadplugin.ts \ | 24 | ../../../../i18n/es/libmadplugin.ts \ |
25 | ../../../../i18n/fr/libmadplugin.ts \ | 25 | ../../../../i18n/fr/libmadplugin.ts \ |
26 | ../../../../i18n/hu/libmadplugin.ts \ | 26 | ../../../../i18n/hu/libmadplugin.ts \ |
27 | ../../../../i18n/ja/libmadplugin.ts \ | 27 | ../../../../i18n/ja/libmadplugin.ts \ |
28 | ../../../../i18n/ko/libmadplugin.ts \ | 28 | ../../../../i18n/ko/libmadplugin.ts \ |
29 | ../../../../i18n/no/libmadplugin.ts \ | 29 | ../../../../i18n/no/libmadplugin.ts \ |
30 | ../../../../i18n/pl/libmadplugin.ts \ | 30 | ../../../../i18n/pl/libmadplugin.ts \ |
31 | ../../../../i18n/pt/libmadplugin.ts \ | 31 | ../../../../i18n/pt/libmadplugin.ts \ |
32 | ../../../../i18n/pt_BR/libmadplugin.ts \ | 32 | ../../../../i18n/pt_BR/libmadplugin.ts \ |
33 | ../../../../i18n/sl/libmadplugin.ts \ | 33 | ../../../../i18n/sl/libmadplugin.ts \ |
34 | ../../../../i18n/zh_CN/libmadplugin.ts \ | 34 | ../../../../i18n/zh_CN/libmadplugin.ts \ |
35 | ../../../../i18n/zh_TW/libmadplugin.ts | 35 | ../../../../i18n/zh_TW/libmadplugin.ts |
36 | 36 | ||
37 | 37 | ||
38 | 38 | ||
39 | include ( ../../../../include.pro ) | 39 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index 17d289a..38b99ec 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro | |||
@@ -1,68 +1,68 @@ | |||
1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DHAVE_MMX -DHAVE_CSS) \ | 1 | QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DHAVE_MMX -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 \ | 49 | TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ |
50 | ../../../../i18n/da/libmpeg3plugin.ts \ | 50 | ../../../../i18n/da/libmpeg3plugin.ts \ |
51 | ../../../../i18n/xx/libmpeg3plugin.ts \ | 51 | ../../../../i18n/xx/libmpeg3plugin.ts \ |
52 | ../../../../i18n/en/libmpeg3plugin.ts \ | 52 | ../../../../i18n/en/libmpeg3plugin.ts \ |
53 | ../../../../i18n/es/libmpeg3plugin.ts \ | 53 | ../../../../i18n/es/libmpeg3plugin.ts \ |
54 | ../../../../i18n/fr/libmpeg3plugin.ts \ | 54 | ../../../../i18n/fr/libmpeg3plugin.ts \ |
55 | ../../../../i18n/hu/libmpeg3plugin.ts \ | 55 | ../../../../i18n/hu/libmpeg3plugin.ts \ |
56 | ../../../../i18n/ja/libmpeg3plugin.ts \ | 56 | ../../../../i18n/ja/libmpeg3plugin.ts \ |
57 | ../../../../i18n/ko/libmpeg3plugin.ts \ | 57 | ../../../../i18n/ko/libmpeg3plugin.ts \ |
58 | ../../../../i18n/no/libmpeg3plugin.ts \ | 58 | ../../../../i18n/no/libmpeg3plugin.ts \ |
59 | ../../../../i18n/pl/libmpeg3plugin.ts \ | 59 | ../../../../i18n/pl/libmpeg3plugin.ts \ |
60 | ../../../../i18n/pt/libmpeg3plugin.ts \ | 60 | ../../../../i18n/pt/libmpeg3plugin.ts \ |
61 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ | 61 | ../../../../i18n/pt_BR/libmpeg3plugin.ts \ |
62 | ../../../../i18n/sl/libmpeg3plugin.ts \ | 62 | ../../../../i18n/sl/libmpeg3plugin.ts \ |
63 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ | 63 | ../../../../i18n/zh_CN/libmpeg3plugin.ts \ |
64 | ../../../../i18n/zh_TW/libmpeg3plugin.ts | 64 | ../../../../i18n/zh_TW/libmpeg3plugin.ts |
65 | 65 | ||
66 | 66 | ||
67 | 67 | ||
68 | include ( ../../../../include.pro ) | 68 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/modplug/modplug.pro b/core/multimedia/opieplayer/modplug/modplug.pro index 84b8eef..b53ebbb 100644 --- a/core/multimedia/opieplayer/modplug/modplug.pro +++ b/core/multimedia/opieplayer/modplug/modplug.pro | |||
@@ -1,23 +1,23 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = it_defs.h modplugin.h modpluginimpl.h sndfile.h stdafx.h memfile.h | 3 | HEADERS = it_defs.h modplugin.h modpluginimpl.h sndfile.h stdafx.h memfile.h |
4 | SOURCES = fastmix.cpp load_669.cpp load_amf.cpp load_ams.cpp \ | 4 | SOURCES = fastmix.cpp load_669.cpp load_amf.cpp load_ams.cpp \ |
5 | load_dbm.cpp load_dmf.cpp load_dsm.cpp load_far.cpp \ | 5 | load_dbm.cpp load_dmf.cpp load_dsm.cpp load_far.cpp \ |
6 | load_it.cpp load_j2b.cpp load_mdl.cpp load_med.cpp \ | 6 | load_it.cpp load_j2b.cpp load_mdl.cpp load_med.cpp \ |
7 | load_mod.cpp load_mt2.cpp load_mtm.cpp load_okt.cpp \ | 7 | load_mod.cpp load_mt2.cpp load_mtm.cpp load_okt.cpp \ |
8 | load_psm.cpp load_ptm.cpp load_s3m.cpp load_stm.cpp \ | 8 | load_psm.cpp load_ptm.cpp load_s3m.cpp load_stm.cpp \ |
9 | load_ult.cpp load_umx.cpp load_xm.cpp \ | 9 | load_ult.cpp load_umx.cpp load_xm.cpp \ |
10 | mmcmp.cpp modplugin.cpp modpluginimpl.cpp snd_dsp.cpp \ | 10 | mmcmp.cpp modplugin.cpp modpluginimpl.cpp snd_dsp.cpp \ |
11 | snd_flt.cpp snd_fx.cpp sndfile.cpp sndmix.cpp tables.cpp \ | 11 | snd_flt.cpp snd_fx.cpp sndfile.cpp sndmix.cpp tables.cpp \ |
12 | memfile.cpp | 12 | memfile.cpp |
13 | TARGET = modplugin | 13 | TARGET = modplugin |
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 | 20 | ||
21 | 21 | ||
22 | 22 | ||
23 | include ( ../../../../include.pro ) | 23 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index 9489fd5..5ea5c06 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro | |||
@@ -1,40 +1,40 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | #release | 3 | #release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h \ | 5 | HEADERS = loopcontrol.h mediaplayerplugininterface.h \ |
6 | playlistselection.h mediaplayerstate.h \ | 6 | playlistselection.h mediaplayerstate.h \ |
7 | videowidget.h audiowidget.h playlistwidget.h \ | 7 | videowidget.h audiowidget.h playlistwidget.h \ |
8 | mediaplayer.h audiodevice.h inputDialog.h om3u.h | 8 | mediaplayer.h audiodevice.h inputDialog.h om3u.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ | 10 | loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ |
11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp \ | 11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp \ |
12 | mediaplayer.cpp audiodevice.cpp inputDialog.cpp om3u.cpp | 12 | mediaplayer.cpp audiodevice.cpp inputDialog.cpp om3u.cpp |
13 | TARGET = opieplayer | 13 | TARGET = opieplayer |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH += $(OPIEDIR)/include | 15 | DEPENDPATH += $(OPIEDIR)/include |
16 | LIBS += -lqpe -lpthread -lopie | 16 | LIBS += -lqpe -lpthread -lopie |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 19 | DEPENDPATH += $(OPIEDIR)/include |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ |
22 | ../../../i18n/da/opieplayer.ts \ | 22 | ../../../i18n/da/opieplayer.ts \ |
23 | ../../../i18n/xx/opieplayer.ts \ | 23 | ../../../i18n/xx/opieplayer.ts \ |
24 | ../../../i18n/en/opieplayer.ts \ | 24 | ../../../i18n/en/opieplayer.ts \ |
25 | ../../../i18n/es/opieplayer.ts \ | 25 | ../../../i18n/es/opieplayer.ts \ |
26 | ../../../i18n/fr/opieplayer.ts \ | 26 | ../../../i18n/fr/opieplayer.ts \ |
27 | ../../../i18n/hu/opieplayer.ts \ | 27 | ../../../i18n/hu/opieplayer.ts \ |
28 | ../../../i18n/ja/opieplayer.ts \ | 28 | ../../../i18n/ja/opieplayer.ts \ |
29 | ../../../i18n/ko/opieplayer.ts \ | 29 | ../../../i18n/ko/opieplayer.ts \ |
30 | ../../../i18n/no/opieplayer.ts \ | 30 | ../../../i18n/no/opieplayer.ts \ |
31 | ../../../i18n/pl/opieplayer.ts \ | 31 | ../../../i18n/pl/opieplayer.ts \ |
32 | ../../../i18n/pt/opieplayer.ts \ | 32 | ../../../i18n/pt/opieplayer.ts \ |
33 | ../../../i18n/pt_BR/opieplayer.ts \ | 33 | ../../../i18n/pt_BR/opieplayer.ts \ |
34 | ../../../i18n/sl/opieplayer.ts \ | 34 | ../../../i18n/sl/opieplayer.ts \ |
35 | ../../../i18n/zh_CN/opieplayer.ts \ | 35 | ../../../i18n/zh_CN/opieplayer.ts \ |
36 | ../../../i18n/zh_TW/opieplayer.ts | 36 | ../../../i18n/zh_TW/opieplayer.ts |
37 | 37 | ||
38 | 38 | ||
39 | 39 | ||
40 | include ( ../../../include.pro ) | 40 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro index d1ac78a..4f98c53 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = wavplugin.h wavpluginimpl.h | 3 | HEADERS = wavplugin.h wavpluginimpl.h |
4 | SOURCES = wavplugin.cpp wavpluginimpl.cpp | 4 | SOURCES = wavplugin.cpp wavpluginimpl.cpp |
5 | TARGET = wavplugin | 5 | TARGET = wavplugin |
6 | DESTDIR = $(OPIEDIR)/plugins/codecs | 6 | DESTDIR = $(OPIEDIR)/plugins/codecs |
7 | INCLUDEPATH += $(OPIEDIR)/include .. | 7 | INCLUDEPATH += $(OPIEDIR)/include .. |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ | 12 | TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ |
13 | ../../../../i18n/da/libwavplugin.ts \ | 13 | ../../../../i18n/da/libwavplugin.ts \ |
14 | ../../../../i18n/xx/libwavplugin.ts \ | 14 | ../../../../i18n/xx/libwavplugin.ts \ |
15 | ../../../../i18n/en/libwavplugin.ts \ | 15 | ../../../../i18n/en/libwavplugin.ts \ |
16 | ../../../../i18n/es/libwavplugin.ts \ | 16 | ../../../../i18n/es/libwavplugin.ts \ |
17 | ../../../../i18n/fr/libwavplugin.ts \ | 17 | ../../../../i18n/fr/libwavplugin.ts \ |
18 | ../../../../i18n/hu/libwavplugin.ts \ | 18 | ../../../../i18n/hu/libwavplugin.ts \ |
19 | ../../../../i18n/ja/libwavplugin.ts \ | 19 | ../../../../i18n/ja/libwavplugin.ts \ |
20 | ../../../../i18n/ko/libwavplugin.ts \ | 20 | ../../../../i18n/ko/libwavplugin.ts \ |
21 | ../../../../i18n/no/libwavplugin.ts \ | 21 | ../../../../i18n/no/libwavplugin.ts \ |
22 | ../../../../i18n/pl/libwavplugin.ts \ | 22 | ../../../../i18n/pl/libwavplugin.ts \ |
23 | ../../../../i18n/pt/libwavplugin.ts \ | 23 | ../../../../i18n/pt/libwavplugin.ts \ |
24 | ../../../../i18n/pt_BR/libwavplugin.ts \ | 24 | ../../../../i18n/pt_BR/libwavplugin.ts \ |
25 | ../../../../i18n/sl/libwavplugin.ts \ | 25 | ../../../../i18n/sl/libwavplugin.ts \ |
26 | ../../../../i18n/zh_CN/libwavplugin.ts \ | 26 | ../../../../i18n/zh_CN/libwavplugin.ts \ |
27 | ../../../../i18n/zh_TW/libwavplugin.ts | 27 | ../../../../i18n/zh_TW/libwavplugin.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro index d628cbb..ce700ff 100644 --- a/core/opie-login/opie-login.pro +++ b/core/opie-login/opie-login.pro | |||
@@ -1,49 +1,49 @@ | |||
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 \ | 28 | TRANSLATIONS = ../../i18n/de/opie-login.ts \ |
29 | ../../i18n/xx/opie-login.ts \ | 29 | ../../i18n/xx/opie-login.ts \ |
30 | ../../i18n/en/opie-login.ts \ | 30 | ../../i18n/en/opie-login.ts \ |
31 | ../../i18n/es/opie-login.ts \ | 31 | ../../i18n/es/opie-login.ts \ |
32 | ../../i18n/fr/opie-login.ts \ | 32 | ../../i18n/fr/opie-login.ts \ |
33 | ../../i18n/hu/opie-login.ts \ | 33 | ../../i18n/hu/opie-login.ts \ |
34 | ../../i18n/ja/opie-login.ts \ | 34 | ../../i18n/ja/opie-login.ts \ |
35 | ../../i18n/ko/opie-login.ts \ | 35 | ../../i18n/ko/opie-login.ts \ |
36 | ../../i18n/no/opie-login.ts \ | 36 | ../../i18n/no/opie-login.ts \ |
37 | ../../i18n/pl/opie-login.ts \ | 37 | ../../i18n/pl/opie-login.ts \ |
38 | ../../i18n/pt/opie-login.ts \ | 38 | ../../i18n/pt/opie-login.ts \ |
39 | ../../i18n/pt_BR/opie-login.ts \ | 39 | ../../i18n/pt_BR/opie-login.ts \ |
40 | ../../i18n/sl/opie-login.ts \ | 40 | ../../i18n/sl/opie-login.ts \ |
41 | ../../i18n/zh_CN/opie-login.ts \ | 41 | ../../i18n/zh_CN/opie-login.ts \ |
42 | ../../i18n/zh_TW/opie-login.ts \ | 42 | ../../i18n/zh_TW/opie-login.ts \ |
43 | ../../i18n/it/opie-login.ts \ | 43 | ../../i18n/it/opie-login.ts \ |
44 | ../../i18n/da/opie-login.ts | 44 | ../../i18n/da/opie-login.ts |
45 | 45 | ||
46 | 46 | ||
47 | 47 | ||
48 | 48 | ||
49 | include ( ../../include.pro ) | 49 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 5003b35..0e8521e 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro | |||
@@ -1,52 +1,52 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
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 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS= addressbook.h \ | 5 | HEADERS= addressbook.h \ |
6 | contacteditor.h \ | 6 | contacteditor.h \ |
7 | ocontactfields.h \ | 7 | ocontactfields.h \ |
8 | ablabel.h \ | 8 | ablabel.h \ |
9 | abtable.h \ | 9 | abtable.h \ |
10 | picker.h \ | 10 | picker.h \ |
11 | ofloatbar.h \ | 11 | ofloatbar.h \ |
12 | configdlg.h \ | 12 | configdlg.h \ |
13 | abconfig.h \ | 13 | abconfig.h \ |
14 | abview.h | 14 | abview.h |
15 | SOURCES= main.cpp \ | 15 | SOURCES= main.cpp \ |
16 | addressbook.cpp \ | 16 | addressbook.cpp \ |
17 | contacteditor.cpp \ | 17 | contacteditor.cpp \ |
18 | ocontactfields.cpp \ | 18 | ocontactfields.cpp \ |
19 | ablabel.cpp \ | 19 | ablabel.cpp \ |
20 | abtable.cpp \ | 20 | abtable.cpp \ |
21 | picker.cpp \ | 21 | picker.cpp \ |
22 | configdlg.cpp \ | 22 | configdlg.cpp \ |
23 | abconfig.cpp \ | 23 | abconfig.cpp \ |
24 | abview.cpp | 24 | abview.cpp |
25 | 25 | ||
26 | INTERFACES= configdlg_base.ui | 26 | INTERFACES= configdlg_base.ui |
27 | TARGET = addressbook | 27 | TARGET = addressbook |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH+= $(OPIEDIR)/include | 29 | DEPENDPATH+= $(OPIEDIR)/include |
30 | LIBS += -lqpe -lopie | 30 | LIBS += -lqpe -lopie |
31 | 31 | ||
32 | TRANSLATIONS = ../../../i18n/de/addressbook.ts \ | 32 | TRANSLATIONS = ../../../i18n/de/addressbook.ts \ |
33 | ../../../i18n/da/addressbook.ts \ | 33 | ../../../i18n/da/addressbook.ts \ |
34 | ../../../i18n/xx/addressbook.ts \ | 34 | ../../../i18n/xx/addressbook.ts \ |
35 | ../../../i18n/en/addressbook.ts \ | 35 | ../../../i18n/en/addressbook.ts \ |
36 | ../../../i18n/es/addressbook.ts \ | 36 | ../../../i18n/es/addressbook.ts \ |
37 | ../../../i18n/fr/addressbook.ts \ | 37 | ../../../i18n/fr/addressbook.ts \ |
38 | ../../../i18n/hu/addressbook.ts \ | 38 | ../../../i18n/hu/addressbook.ts \ |
39 | ../../../i18n/ja/addressbook.ts \ | 39 | ../../../i18n/ja/addressbook.ts \ |
40 | ../../../i18n/ko/addressbook.ts \ | 40 | ../../../i18n/ko/addressbook.ts \ |
41 | ../../../i18n/no/addressbook.ts \ | 41 | ../../../i18n/no/addressbook.ts \ |
42 | ../../../i18n/pl/addressbook.ts \ | 42 | ../../../i18n/pl/addressbook.ts \ |
43 | ../../../i18n/pt/addressbook.ts \ | 43 | ../../../i18n/pt/addressbook.ts \ |
44 | ../../../i18n/pt_BR/addressbook.ts \ | 44 | ../../../i18n/pt_BR/addressbook.ts \ |
45 | ../../../i18n/sl/addressbook.ts \ | 45 | ../../../i18n/sl/addressbook.ts \ |
46 | ../../../i18n/zh_CN/addressbook.ts \ | 46 | ../../../i18n/zh_CN/addressbook.ts \ |
47 | ../../../i18n/it/addressbook.ts \ | 47 | ../../../i18n/it/addressbook.ts \ |
48 | ../../../i18n/zh_TW/addressbook.ts | 48 | ../../../i18n/zh_TW/addressbook.ts |
49 | 49 | ||
50 | 50 | ||
51 | 51 | ||
52 | include ( ../../../include.pro ) | 52 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index da33bfe..b4206a9 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro | |||
@@ -1,62 +1,62 @@ | |||
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= datebookday.h \ | 4 | HEADERS= datebookday.h \ |
5 | datebook.h \ | 5 | datebook.h \ |
6 | dateentryimpl.h \ | 6 | dateentryimpl.h \ |
7 | datebookdayheaderimpl.h \ | 7 | datebookdayheaderimpl.h \ |
8 | datebooksettings.h \ | 8 | datebooksettings.h \ |
9 | datebookweek.h \ | 9 | datebookweek.h \ |
10 | datebookweeklst.h \ | 10 | datebookweeklst.h \ |
11 | datebookweekheaderimpl.h \ | 11 | datebookweekheaderimpl.h \ |
12 | repeatentry.h \ | 12 | repeatentry.h \ |
13 | timepicker.h \ | 13 | timepicker.h \ |
14 | noteentryimpl.h \ | 14 | noteentryimpl.h \ |
15 | onoteedit.h | 15 | onoteedit.h |
16 | SOURCES= main.cpp \ | 16 | SOURCES= main.cpp \ |
17 | datebookday.cpp \ | 17 | datebookday.cpp \ |
18 | datebook.cpp \ | 18 | datebook.cpp \ |
19 | dateentryimpl.cpp \ | 19 | dateentryimpl.cpp \ |
20 | datebookdayheaderimpl.cpp \ | 20 | datebookdayheaderimpl.cpp \ |
21 | datebooksettings.cpp \ | 21 | datebooksettings.cpp \ |
22 | datebookweek.cpp \ | 22 | datebookweek.cpp \ |
23 | datebookweeklst.cpp \ | 23 | datebookweeklst.cpp \ |
24 | datebookweekheaderimpl.cpp \ | 24 | datebookweekheaderimpl.cpp \ |
25 | repeatentry.cpp \ | 25 | repeatentry.cpp \ |
26 | timepicker.cpp \ | 26 | timepicker.cpp \ |
27 | noteentryimpl.cpp \ | 27 | noteentryimpl.cpp \ |
28 | onoteedit.cpp | 28 | onoteedit.cpp |
29 | INTERFACES= dateentry.ui \ | 29 | INTERFACES= dateentry.ui \ |
30 | datebookdayheader.ui \ | 30 | datebookdayheader.ui \ |
31 | datebookweekheader.ui \ | 31 | datebookweekheader.ui \ |
32 | datebookweeklstheader.ui \ | 32 | datebookweeklstheader.ui \ |
33 | datebookweeklstdayhdr.ui \ | 33 | datebookweeklstdayhdr.ui \ |
34 | repeatentrybase.ui \ | 34 | repeatentrybase.ui \ |
35 | datebooksettingsbase.ui \ | 35 | datebooksettingsbase.ui \ |
36 | noteentry.ui | 36 | noteentry.ui |
37 | INCLUDEPATH += $(OPIEDIR)/include | 37 | INCLUDEPATH += $(OPIEDIR)/include |
38 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
39 | LIBS += -lqpe -lopie | 39 | LIBS += -lqpe -lopie |
40 | TARGET = datebook | 40 | TARGET = datebook |
41 | 41 | ||
42 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ | 42 | TRANSLATIONS = ../../../i18n/de/datebook.ts \ |
43 | ../../../i18n/xx/datebook.ts \ | 43 | ../../../i18n/xx/datebook.ts \ |
44 | ../../../i18n/en/datebook.ts \ | 44 | ../../../i18n/en/datebook.ts \ |
45 | ../../../i18n/es/datebook.ts \ | 45 | ../../../i18n/es/datebook.ts \ |
46 | ../../../i18n/fr/datebook.ts \ | 46 | ../../../i18n/fr/datebook.ts \ |
47 | ../../../i18n/hu/datebook.ts \ | 47 | ../../../i18n/hu/datebook.ts \ |
48 | ../../../i18n/ja/datebook.ts \ | 48 | ../../../i18n/ja/datebook.ts \ |
49 | ../../../i18n/ko/datebook.ts \ | 49 | ../../../i18n/ko/datebook.ts \ |
50 | ../../../i18n/no/datebook.ts \ | 50 | ../../../i18n/no/datebook.ts \ |
51 | ../../../i18n/pl/datebook.ts \ | 51 | ../../../i18n/pl/datebook.ts \ |
52 | ../../../i18n/pt/datebook.ts \ | 52 | ../../../i18n/pt/datebook.ts \ |
53 | ../../../i18n/pt_BR/datebook.ts \ | 53 | ../../../i18n/pt_BR/datebook.ts \ |
54 | ../../../i18n/sl/datebook.ts \ | 54 | ../../../i18n/sl/datebook.ts \ |
55 | ../../../i18n/zh_CN/datebook.ts \ | 55 | ../../../i18n/zh_CN/datebook.ts \ |
56 | ../../../i18n/it/datebook.ts \ | 56 | ../../../i18n/it/datebook.ts \ |
57 | ../../../i18n/zh_TW/datebook.ts \ | 57 | ../../../i18n/zh_TW/datebook.ts \ |
58 | ../../../i18n/da/datebook.ts | 58 | ../../../i18n/da/datebook.ts |
59 | 59 | ||
60 | 60 | ||
61 | 61 | ||
62 | include ( ../../../include.pro ) | 62 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/addressbook/addressbook.pro b/core/pim/today/plugins/addressbook/addressbook.pro index abe5a50..fd7d786 100644 --- a/core/pim/today/plugins/addressbook/addressbook.pro +++ b/core/pim/today/plugins/addressbook/addressbook.pro | |||
@@ -1,23 +1,23 @@ | |||
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 = 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 | 21 | ||
22 | 22 | ||
23 | include ( ../../../../../include.pro ) | 23 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/datebook/datebook.pro b/core/pim/today/plugins/datebook/datebook.pro index d093ac1..838e2fb 100644 --- a/core/pim/today/plugins/datebook/datebook.pro +++ b/core/pim/today/plugins/datebook/datebook.pro | |||
@@ -1,21 +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 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include \ | 10 | INCLUDEPATH += $(OPIEDIR)/include \ |
11 | ../ ../library | 11 | ../ ../library |
12 | DEPENDPATH += $(OPIEDIR)/include \ | 12 | DEPENDPATH += $(OPIEDIR)/include \ |
13 | ../ ../library | 13 | ../ ../library |
14 | 14 | ||
15 | LIBS+= -lqpe -lopie | 15 | LIBS+= -lqpe -lopie |
16 | 16 | ||
17 | DESTDIR = $(OPIEDIR)/plugins/today | 17 | DESTDIR = $(OPIEDIR)/plugins/today |
18 | TARGET = todaydatebookplugin | 18 | TARGET = todaydatebookplugin |
19 | 19 | ||
20 | 20 | ||
21 | include ( ../../../../../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 ef00c41..3d1c6d3 100644 --- a/core/pim/today/plugins/mail/mail.pro +++ b/core/pim/today/plugins/mail/mail.pro | |||
@@ -1,20 +1,20 @@ | |||
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 = 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 | 19 | ||
20 | include ( ../../../../../include.pro ) | 20 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/plugins/todolist/todolist.pro b/core/pim/today/plugins/todolist/todolist.pro index f3aeb52..9d95ff0 100644 --- a/core/pim/today/plugins/todolist/todolist.pro +++ b/core/pim/today/plugins/todolist/todolist.pro | |||
@@ -1,22 +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 | 10 | ||
11 | INCLUDEPATH += $(OPIEDIR)/include \ | 11 | INCLUDEPATH += $(OPIEDIR)/include \ |
12 | ../ ../library | 12 | ../ ../library |
13 | DEPENDPATH += $(OPIEDIR)/include \ | 13 | DEPENDPATH += $(OPIEDIR)/include \ |
14 | ../ ../library | 14 | ../ ../library |
15 | 15 | ||
16 | LIBS+= -lqpe -lopie | 16 | LIBS+= -lqpe -lopie |
17 | 17 | ||
18 | DESTDIR = $(OPIEDIR)/plugins/today | 18 | DESTDIR = $(OPIEDIR)/plugins/today |
19 | TARGET = todaytodolistplugin | 19 | TARGET = todaytodolistplugin |
20 | 20 | ||
21 | 21 | ||
22 | include ( ../../../../../include.pro ) | 22 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 12807eb..a6d6dae 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | #CONFIG = qt warn_on release | 3 | #CONFIG = qt warn_on release |
4 | HEADERS = today.h todaybase.h todayconfig.h | 4 | HEADERS = today.h todaybase.h todayconfig.h |
5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp | 5 | SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = today | 10 | TARGET = today |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/today.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/today.ts \ |
14 | ../../../i18n/xx/today.ts \ | 14 | ../../../i18n/xx/today.ts \ |
15 | ../../../i18n/en/today.ts \ | 15 | ../../../i18n/en/today.ts \ |
16 | ../../../i18n/es/today.ts \ | 16 | ../../../i18n/es/today.ts \ |
17 | ../../../i18n/fr/today.ts \ | 17 | ../../../i18n/fr/today.ts \ |
18 | ../../../i18n/hu/today.ts \ | 18 | ../../../i18n/hu/today.ts \ |
19 | ../../../i18n/ja/today.ts \ | 19 | ../../../i18n/ja/today.ts \ |
20 | ../../../i18n/ko/today.ts \ | 20 | ../../../i18n/ko/today.ts \ |
21 | ../../../i18n/no/today.ts \ | 21 | ../../../i18n/no/today.ts \ |
22 | ../../../i18n/pl/today.ts \ | 22 | ../../../i18n/pl/today.ts \ |
23 | ../../../i18n/pt/today.ts \ | 23 | ../../../i18n/pt/today.ts \ |
24 | ../../../i18n/pt_BR/today.ts \ | 24 | ../../../i18n/pt_BR/today.ts \ |
25 | ../../../i18n/sl/today.ts \ | 25 | ../../../i18n/sl/today.ts \ |
26 | ../../../i18n/zh_CN/today.ts \ | 26 | ../../../i18n/zh_CN/today.ts \ |
27 | ../../../i18n/zh_TW/today.ts \ | 27 | ../../../i18n/zh_TW/today.ts \ |
28 | ../../../i18n/it/today.ts \ | 28 | ../../../i18n/it/today.ts \ |
29 | ../../../i18n/da/today.ts | 29 | ../../../i18n/da/today.ts |
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( ../../../include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 12b6a48..1708451 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro | |||
@@ -1,68 +1,68 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | 4 | ||
5 | HEADERS= smalltodo.h \ | 5 | HEADERS= smalltodo.h \ |
6 | todomanager.h \ | 6 | todomanager.h \ |
7 | mainwindow.h \ | 7 | mainwindow.h \ |
8 | todoview.h \ | 8 | todoview.h \ |
9 | tableview.h \ | 9 | tableview.h \ |
10 | todotemplatemanager.h \ | 10 | todotemplatemanager.h \ |
11 | todoeditor.h \ | 11 | todoeditor.h \ |
12 | todoshow.h \ | 12 | todoshow.h \ |
13 | textviewshow.h \ | 13 | textviewshow.h \ |
14 | templateeditor.h \ | 14 | templateeditor.h \ |
15 | templatedialog.h \ | 15 | templatedialog.h \ |
16 | templatedialogimpl.h \ | 16 | templatedialogimpl.h \ |
17 | quickedit.h \ | 17 | quickedit.h \ |
18 | quickeditimpl.h \ | 18 | quickeditimpl.h \ |
19 | otaskeditor.h \ | 19 | otaskeditor.h \ |
20 | taskeditoroverview.h \ | 20 | taskeditoroverview.h \ |
21 | taskeditorstatus.h \ | 21 | taskeditorstatus.h \ |
22 | taskeditoralarms.h | 22 | taskeditoralarms.h |
23 | 23 | ||
24 | SOURCES= smalltodo.cpp \ | 24 | SOURCES= smalltodo.cpp \ |
25 | todomanager.cpp \ | 25 | todomanager.cpp \ |
26 | mainwindow.cpp \ | 26 | mainwindow.cpp \ |
27 | main.cpp \ | 27 | main.cpp \ |
28 | tableview.cpp \ | 28 | tableview.cpp \ |
29 | todoview.cpp \ | 29 | todoview.cpp \ |
30 | todotemplatemanager.cpp \ | 30 | todotemplatemanager.cpp \ |
31 | todoeditor.cpp \ | 31 | todoeditor.cpp \ |
32 | todoshow.cpp \ | 32 | todoshow.cpp \ |
33 | textviewshow.cpp \ | 33 | textviewshow.cpp \ |
34 | templateeditor.cpp \ | 34 | templateeditor.cpp \ |
35 | templatedialog.cpp \ | 35 | templatedialog.cpp \ |
36 | templatedialogimpl.cpp \ | 36 | templatedialogimpl.cpp \ |
37 | quickeditimpl.cpp \ | 37 | quickeditimpl.cpp \ |
38 | quickedit.cpp \ | 38 | quickedit.cpp \ |
39 | otaskeditor.cpp \ | 39 | otaskeditor.cpp \ |
40 | taskeditoroverview.cpp \ | 40 | taskeditoroverview.cpp \ |
41 | taskeditorstatus.cpp \ | 41 | taskeditorstatus.cpp \ |
42 | taskeditoralarms.cpp | 42 | taskeditoralarms.cpp |
43 | 43 | ||
44 | TARGET = todolist | 44 | TARGET = todolist |
45 | INCLUDEPATH += $(OPIEDIR)/include | 45 | INCLUDEPATH += $(OPIEDIR)/include |
46 | DEPENDPATH+= $(OPIEDIR)/include | 46 | DEPENDPATH+= $(OPIEDIR)/include |
47 | LIBS += -lqpe -lopie | 47 | LIBS += -lqpe -lopie |
48 | 48 | ||
49 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ | 49 | TRANSLATIONS = ../../../i18n/de/todolist.ts \ |
50 | ../../../i18n/da/todolist.ts \ | 50 | ../../../i18n/da/todolist.ts \ |
51 | ../../../i18n/xx/todolist.ts \ | 51 | ../../../i18n/xx/todolist.ts \ |
52 | ../../../i18n/en/todolist.ts \ | 52 | ../../../i18n/en/todolist.ts \ |
53 | ../../../i18n/es/todolist.ts \ | 53 | ../../../i18n/es/todolist.ts \ |
54 | ../../../i18n/fr/todolist.ts \ | 54 | ../../../i18n/fr/todolist.ts \ |
55 | ../../../i18n/hu/todolist.ts \ | 55 | ../../../i18n/hu/todolist.ts \ |
56 | ../../../i18n/ja/todolist.ts \ | 56 | ../../../i18n/ja/todolist.ts \ |
57 | ../../../i18n/ko/todolist.ts \ | 57 | ../../../i18n/ko/todolist.ts \ |
58 | ../../../i18n/no/todolist.ts \ | 58 | ../../../i18n/no/todolist.ts \ |
59 | ../../../i18n/pl/todolist.ts \ | 59 | ../../../i18n/pl/todolist.ts \ |
60 | ../../../i18n/pt/todolist.ts \ | 60 | ../../../i18n/pt/todolist.ts \ |
61 | ../../../i18n/pt_BR/todolist.ts \ | 61 | ../../../i18n/pt_BR/todolist.ts \ |
62 | ../../../i18n/sl/todolist.ts \ | 62 | ../../../i18n/sl/todolist.ts \ |
63 | ../../../i18n/zh_CN/todolist.ts \ | 63 | ../../../i18n/zh_CN/todolist.ts \ |
64 | ../../../i18n/zh_TW/todolist.ts | 64 | ../../../i18n/zh_TW/todolist.ts |
65 | 65 | ||
66 | 66 | ||
67 | 67 | ||
68 | include ( ../../../include.pro ) | 68 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/settings/button/button.pro b/core/settings/button/button.pro index 95a5c91..e757da9 100644 --- a/core/settings/button/button.pro +++ b/core/settings/button/button.pro | |||
@@ -1,39 +1,39 @@ | |||
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 = buttonsettings.h \ | 4 | HEADERS = buttonsettings.h \ |
5 | buttonutils.h \ | 5 | buttonutils.h \ |
6 | remapdlg.h | 6 | remapdlg.h |
7 | 7 | ||
8 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
9 | buttonsettings.cpp \ | 9 | buttonsettings.cpp \ |
10 | buttonutils.cpp \ | 10 | buttonutils.cpp \ |
11 | remapdlg.cpp | 11 | remapdlg.cpp |
12 | 12 | ||
13 | INTERFACES = remapdlgbase.ui | 13 | INTERFACES = remapdlgbase.ui |
14 | 14 | ||
15 | INCLUDEPATH += $(OPIEDIR)/include | 15 | INCLUDEPATH += $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
17 | LIBS += -lqpe -lopie | 17 | LIBS += -lqpe -lopie |
18 | TARGET = buttonsettings | 18 | TARGET = buttonsettings |
19 | 19 | ||
20 | TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \ | 20 | TRANSLATIONS = ../../../i18n/de/buttonsettings.ts \ |
21 | ../../../i18n/xx/buttonsettings.ts \ | 21 | ../../../i18n/xx/buttonsettings.ts \ |
22 | ../../../i18n/en/buttonsettings.ts \ | 22 | ../../../i18n/en/buttonsettings.ts \ |
23 | ../../../i18n/es/buttonsettings.ts \ | 23 | ../../../i18n/es/buttonsettings.ts \ |
24 | ../../../i18n/fr/buttonsettings.ts \ | 24 | ../../../i18n/fr/buttonsettings.ts \ |
25 | ../../../i18n/hu/buttonsettings.ts \ | 25 | ../../../i18n/hu/buttonsettings.ts \ |
26 | ../../../i18n/ja/buttonsettings.ts \ | 26 | ../../../i18n/ja/buttonsettings.ts \ |
27 | ../../../i18n/ko/buttonsettings.ts \ | 27 | ../../../i18n/ko/buttonsettings.ts \ |
28 | ../../../i18n/no/buttonsettings.ts \ | 28 | ../../../i18n/no/buttonsettings.ts \ |
29 | ../../../i18n/pl/buttonsettings.ts \ | 29 | ../../../i18n/pl/buttonsettings.ts \ |
30 | ../../../i18n/pt/buttonsettings.ts \ | 30 | ../../../i18n/pt/buttonsettings.ts \ |
31 | ../../../i18n/pt_BR/buttonsettings.ts \ | 31 | ../../../i18n/pt_BR/buttonsettings.ts \ |
32 | ../../../i18n/sl/buttonsettings.ts \ | 32 | ../../../i18n/sl/buttonsettings.ts \ |
33 | ../../../i18n/zh_CN/buttonsettings.ts \ | 33 | ../../../i18n/zh_CN/buttonsettings.ts \ |
34 | ../../../i18n/zh_TW/buttonsettings.ts \ | 34 | ../../../i18n/zh_TW/buttonsettings.ts \ |
35 | ../../../i18n/da/buttonsettings.ts | 35 | ../../../i18n/da/buttonsettings.ts |
36 | 36 | ||
37 | 37 | ||
38 | 38 | ||
39 | include ( ../../../include.pro ) | 39 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index a189a2b..2eb3dad 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | CONFIG += qt warn_on release | 1 | CONFIG += qt warn_on release |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | #INTERFACES = citytimebase.ui | 4 | #INTERFACES = citytimebase.ui |
5 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h | 5 | HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h |
6 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 6 | SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
7 | TARGET = citytime | 7 | TARGET = citytime |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/citytime.ts \ |
13 | ../../../i18n/xx/citytime.ts \ | 13 | ../../../i18n/xx/citytime.ts \ |
14 | ../../../i18n/en/citytime.ts \ | 14 | ../../../i18n/en/citytime.ts \ |
15 | ../../../i18n/es/citytime.ts \ | 15 | ../../../i18n/es/citytime.ts \ |
16 | ../../../i18n/fr/citytime.ts \ | 16 | ../../../i18n/fr/citytime.ts \ |
17 | ../../../i18n/hu/citytime.ts \ | 17 | ../../../i18n/hu/citytime.ts \ |
18 | ../../../i18n/ja/citytime.ts \ | 18 | ../../../i18n/ja/citytime.ts \ |
19 | ../../../i18n/ko/citytime.ts \ | 19 | ../../../i18n/ko/citytime.ts \ |
20 | ../../../i18n/no/citytime.ts \ | 20 | ../../../i18n/no/citytime.ts \ |
21 | ../../../i18n/pl/citytime.ts \ | 21 | ../../../i18n/pl/citytime.ts \ |
22 | ../../../i18n/pt/citytime.ts \ | 22 | ../../../i18n/pt/citytime.ts \ |
23 | ../../../i18n/pt_BR/citytime.ts \ | 23 | ../../../i18n/pt_BR/citytime.ts \ |
24 | ../../../i18n/sl/citytime.ts \ | 24 | ../../../i18n/sl/citytime.ts \ |
25 | ../../../i18n/zh_CN/citytime.ts \ | 25 | ../../../i18n/zh_CN/citytime.ts \ |
26 | ../../../i18n/zh_TW/citytime.ts \ | 26 | ../../../i18n/zh_TW/citytime.ts \ |
27 | ../../../i18n/da/citytime.ts | 27 | ../../../i18n/da/citytime.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/settings/launcher/launcher.pro b/core/settings/launcher/launcher.pro index 1c17eff..e532852 100644 --- a/core/settings/launcher/launcher.pro +++ b/core/settings/launcher/launcher.pro | |||
@@ -1,26 +1,26 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = launchersettings.h \ | 4 | HEADERS = launchersettings.h \ |
5 | tabssettings.h \ | 5 | tabssettings.h \ |
6 | taskbarsettings.h \ | 6 | taskbarsettings.h \ |
7 | menusettings.h \ | 7 | menusettings.h \ |
8 | tabconfig.h \ | 8 | tabconfig.h \ |
9 | tabdialog.h | 9 | tabdialog.h |
10 | 10 | ||
11 | SOURCES = main.cpp \ | 11 | SOURCES = main.cpp \ |
12 | launchersettings.cpp \ | 12 | launchersettings.cpp \ |
13 | tabssettings.cpp \ | 13 | tabssettings.cpp \ |
14 | taskbarsettings.cpp \ | 14 | taskbarsettings.cpp \ |
15 | menusettings.cpp \ | 15 | menusettings.cpp \ |
16 | tabdialog.cpp | 16 | tabdialog.cpp |
17 | 17 | ||
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 19 | DEPENDPATH += $(OPIEDIR)/include |
20 | LIBS += -lqpe -lopie | 20 | LIBS += -lqpe -lopie |
21 | TARGET = launchersettings | 21 | TARGET = launchersettings |
22 | 22 | ||
23 | 23 | ||
24 | 24 | ||
25 | 25 | ||
26 | include ( ../../../include.pro ) | 26 | 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 95e7632..2577c98 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on debug | 2 | CONFIG += qt warn_on debug |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = light.h sensor.h calibration.h | 4 | HEADERS = light.h sensor.h calibration.h |
5 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp | 5 | SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp |
6 | INTERFACES= lightsettingsbase.ui sensorbase.ui | 6 | INTERFACES= lightsettingsbase.ui sensorbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | TARGET = light-and-power | 10 | TARGET = light-and-power |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ |
13 | ../../../i18n/xx/light-and-power.ts \ | 13 | ../../../i18n/xx/light-and-power.ts \ |
14 | ../../../i18n/en/light-and-power.ts \ | 14 | ../../../i18n/en/light-and-power.ts \ |
15 | ../../../i18n/es/light-and-power.ts \ | 15 | ../../../i18n/es/light-and-power.ts \ |
16 | ../../../i18n/fr/light-and-power.ts \ | 16 | ../../../i18n/fr/light-and-power.ts \ |
17 | ../../../i18n/hu/light-and-power.ts \ | 17 | ../../../i18n/hu/light-and-power.ts \ |
18 | ../../../i18n/ja/light-and-power.ts \ | 18 | ../../../i18n/ja/light-and-power.ts \ |
19 | ../../../i18n/ko/light-and-power.ts \ | 19 | ../../../i18n/ko/light-and-power.ts \ |
20 | ../../../i18n/no/light-and-power.ts \ | 20 | ../../../i18n/no/light-and-power.ts \ |
21 | ../../../i18n/pl/light-and-power.ts \ | 21 | ../../../i18n/pl/light-and-power.ts \ |
22 | ../../../i18n/pt/light-and-power.ts \ | 22 | ../../../i18n/pt/light-and-power.ts \ |
23 | ../../../i18n/pt_BR/light-and-power.ts \ | 23 | ../../../i18n/pt_BR/light-and-power.ts \ |
24 | ../../../i18n/sl/light-and-power.ts \ | 24 | ../../../i18n/sl/light-and-power.ts \ |
25 | ../../../i18n/zh_CN/light-and-power.ts \ | 25 | ../../../i18n/zh_CN/light-and-power.ts \ |
26 | ../../../i18n/zh_TW/light-and-power.ts \ | 26 | ../../../i18n/zh_TW/light-and-power.ts \ |
27 | ../../../i18n/it/light-and-power.ts \ | 27 | ../../../i18n/it/light-and-power.ts \ |
28 | ../../../i18n/da/light-and-power.ts | 28 | ../../../i18n/da/light-and-power.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index 4564522..dbb4099 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = security.h | 4 | HEADERS = security.h |
5 | SOURCES = security.cpp main.cpp | 5 | SOURCES = security.cpp main.cpp |
6 | INTERFACES= securitybase.ui | 6 | INTERFACES= securitybase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = security | 10 | TARGET = security |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/security.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/security.ts \ |
13 | ../../../i18n/xx/security.ts \ | 13 | ../../../i18n/xx/security.ts \ |
14 | ../../../i18n/en/security.ts \ | 14 | ../../../i18n/en/security.ts \ |
15 | ../../../i18n/es/security.ts \ | 15 | ../../../i18n/es/security.ts \ |
16 | ../../../i18n/fr/security.ts \ | 16 | ../../../i18n/fr/security.ts \ |
17 | ../../../i18n/hu/security.ts \ | 17 | ../../../i18n/hu/security.ts \ |
18 | ../../../i18n/ja/security.ts \ | 18 | ../../../i18n/ja/security.ts \ |
19 | ../../../i18n/ko/security.ts \ | 19 | ../../../i18n/ko/security.ts \ |
20 | ../../../i18n/no/security.ts \ | 20 | ../../../i18n/no/security.ts \ |
21 | ../../../i18n/pl/security.ts \ | 21 | ../../../i18n/pl/security.ts \ |
22 | ../../../i18n/pt/security.ts \ | 22 | ../../../i18n/pt/security.ts \ |
23 | ../../../i18n/pt_BR/security.ts \ | 23 | ../../../i18n/pt_BR/security.ts \ |
24 | ../../../i18n/sl/security.ts \ | 24 | ../../../i18n/sl/security.ts \ |
25 | ../../../i18n/zh_CN/security.ts \ | 25 | ../../../i18n/zh_CN/security.ts \ |
26 | ../../../i18n/zh_TW/security.ts \ | 26 | ../../../i18n/zh_TW/security.ts \ |
27 | ../../../i18n/da/security.ts | 27 | ../../../i18n/da/security.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index ecdc64b..daec481 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = keyview.h keyboardimpl.h | 4 | HEADERS = keyview.h keyboardimpl.h |
5 | SOURCES = keyview.cpp keyboardimpl.cpp | 5 | SOURCES = keyview.cpp keyboardimpl.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher | 7 | DEPENDPATH+= $(OPIEDIR)/include ../../launcher |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TARGET = keyview | 10 | TARGET = keyview |
11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 11 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/keyview.ts \ | 13 | TRANSLATIONS = ../i18n/de/keyview.ts \ |
14 | ../i18n/da/keyview.ts \ | 14 | ../i18n/da/keyview.ts \ |
15 | ../i18n/xx/keyview.ts \ | 15 | ../i18n/xx/keyview.ts \ |
16 | ../i18n/en/keyview.ts \ | 16 | ../i18n/en/keyview.ts \ |
17 | ../i18n/es/keyview.ts \ | 17 | ../i18n/es/keyview.ts \ |
18 | ../i18n/fr/keyview.ts \ | 18 | ../i18n/fr/keyview.ts \ |
19 | ../i18n/hu/keyview.ts \ | 19 | ../i18n/hu/keyview.ts \ |
20 | ../i18n/ja/keyview.ts \ | 20 | ../i18n/ja/keyview.ts \ |
21 | ../i18n/ko/keyview.ts \ | 21 | ../i18n/ko/keyview.ts \ |
22 | ../i18n/no/keyview.ts \ | 22 | ../i18n/no/keyview.ts \ |
23 | ../i18n/pl/keyview.ts \ | 23 | ../i18n/pl/keyview.ts \ |
24 | ../i18n/pt/keyview.ts \ | 24 | ../i18n/pt/keyview.ts \ |
25 | ../i18n/pt_BR/keyview.ts \ | 25 | ../i18n/pt_BR/keyview.ts \ |
26 | ../i18n/sl/keyview.ts \ | 26 | ../i18n/sl/keyview.ts \ |
27 | ../i18n/zh_CN/keyview.ts \ | 27 | ../i18n/zh_CN/keyview.ts \ |
28 | ../i18n/zh_TW/keyview.ts | 28 | ../i18n/zh_TW/keyview.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/example/example.pro b/example/example.pro index d23a1d8..ab233c8 100644 --- a/example/example.pro +++ b/example/example.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = example.h | 4 | HEADERS = example.h |
5 | SOURCES = main.cpp example.cpp | 5 | SOURCES = main.cpp example.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= examplebase.ui | 9 | INTERFACES= examplebase.ui |
10 | TARGET = example | 10 | TARGET = example |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/example.ts \ | 12 | TRANSLATIONS = ../i18n/de/example.ts \ |
13 | ../i18n/da/example.ts \ | 13 | ../i18n/da/example.ts \ |
14 | ../i18n/xx/example.ts \ | 14 | ../i18n/xx/example.ts \ |
15 | ../i18n/en/example.ts \ | 15 | ../i18n/en/example.ts \ |
16 | ../i18n/es/example.ts \ | 16 | ../i18n/es/example.ts \ |
17 | ../i18n/fr/example.ts \ | 17 | ../i18n/fr/example.ts \ |
18 | ../i18n/hu/example.ts \ | 18 | ../i18n/hu/example.ts \ |
19 | ../i18n/ja/example.ts \ | 19 | ../i18n/ja/example.ts \ |
20 | ../i18n/ko/example.ts \ | 20 | ../i18n/ko/example.ts \ |
21 | ../i18n/no/example.ts \ | 21 | ../i18n/no/example.ts \ |
22 | ../i18n/pl/example.ts \ | 22 | ../i18n/pl/example.ts \ |
23 | ../i18n/pt/example.ts \ | 23 | ../i18n/pt/example.ts \ |
24 | ../i18n/pt_BR/example.ts \ | 24 | ../i18n/pt_BR/example.ts \ |
25 | ../i18n/sl/example.ts \ | 25 | ../i18n/sl/example.ts \ |
26 | ../i18n/zh_CN/example.ts \ | 26 | ../i18n/zh_CN/example.ts \ |
27 | ../i18n/zh_TW/example.ts | 27 | ../i18n/zh_TW/example.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/freetype/freetype.pro b/freetype/freetype.pro index 19451d7..bdc37f6 100644 --- a/freetype/freetype.pro +++ b/freetype/freetype.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = fontfactoryttf_qws.h freetypefactoryimpl.h | 3 | HEADERS = fontfactoryttf_qws.h freetypefactoryimpl.h |
4 | SOURCES = fontfactoryttf_qws.cpp freetypefactoryimpl.cpp | 4 | SOURCES = fontfactoryttf_qws.cpp freetypefactoryimpl.cpp |
5 | qt2:HEADERS+= qfontdata_p.h | 5 | qt2:HEADERS+= qfontdata_p.h |
6 | TARGET = freetypefactory | 6 | TARGET = freetypefactory |
7 | DESTDIR = $(OPIEDIR)/plugins/fontfactories | 7 | DESTDIR = $(OPIEDIR)/plugins/fontfactories |
8 | INCLUDEPATH+= $(QTDIR)/src/3rdparty/freetype/include $(QTDIR)/src/3rdparty/freetype/include/freetype/config $(OPIEDIR)/include | 8 | INCLUDEPATH+= $(QTDIR)/src/3rdparty/freetype/include $(QTDIR)/src/3rdparty/freetype/include/freetype/config $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -lfreetype | 10 | LIBS += -lqpe -lfreetype |
11 | VERSION = 1.0.0 | 11 | VERSION = 1.0.0 |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 751fe52..2d41e8d 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -1,34 +1,34 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= dvorak.h \ | 3 | HEADERS= dvorak.h \ |
4 | dvorakimpl.h | 4 | dvorakimpl.h |
5 | SOURCES= dvorak.cpp \ | 5 | SOURCES= dvorak.cpp \ |
6 | dvorakimpl.cpp | 6 | dvorakimpl.cpp |
7 | TARGET = qdvorak | 7 | TARGET = qdvorak |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
13 | VERSION = 1.0.0 | 13 | VERSION = 1.0.0 |
14 | 14 | ||
15 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ | 15 | TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ |
16 | ../../i18n/da/libqdvorak.ts \ | 16 | ../../i18n/da/libqdvorak.ts \ |
17 | ../../i18n/xx/libqdvorak.ts \ | 17 | ../../i18n/xx/libqdvorak.ts \ |
18 | ../../i18n/en/libqdvorak.ts \ | 18 | ../../i18n/en/libqdvorak.ts \ |
19 | ../../i18n/es/libqdvorak.ts \ | 19 | ../../i18n/es/libqdvorak.ts \ |
20 | ../../i18n/fr/libqdvorak.ts \ | 20 | ../../i18n/fr/libqdvorak.ts \ |
21 | ../../i18n/hu/libqdvorak.ts \ | 21 | ../../i18n/hu/libqdvorak.ts \ |
22 | ../../i18n/ja/libqdvorak.ts \ | 22 | ../../i18n/ja/libqdvorak.ts \ |
23 | ../../i18n/ko/libqdvorak.ts \ | 23 | ../../i18n/ko/libqdvorak.ts \ |
24 | ../../i18n/no/libqdvorak.ts \ | 24 | ../../i18n/no/libqdvorak.ts \ |
25 | ../../i18n/pl/libqdvorak.ts \ | 25 | ../../i18n/pl/libqdvorak.ts \ |
26 | ../../i18n/pt/libqdvorak.ts \ | 26 | ../../i18n/pt/libqdvorak.ts \ |
27 | ../../i18n/pt_BR/libqdvorak.ts \ | 27 | ../../i18n/pt_BR/libqdvorak.ts \ |
28 | ../../i18n/sl/libqdvorak.ts \ | 28 | ../../i18n/sl/libqdvorak.ts \ |
29 | ../../i18n/zh_CN/libqdvorak.ts \ | 29 | ../../i18n/zh_CN/libqdvorak.ts \ |
30 | ../../i18n/zh_TW/libqdvorak.ts | 30 | ../../i18n/zh_TW/libqdvorak.ts |
31 | 31 | ||
32 | 32 | ||
33 | 33 | ||
34 | include ( ../../include.pro ) | 34 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 8c7a5de..9dcf8a1 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -1,52 +1,52 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt 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 \ | 33 | TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ |
34 | ../../i18n/da/libqhandwriting.ts \ | 34 | ../../i18n/da/libqhandwriting.ts \ |
35 | ../../i18n/xx/libqhandwriting.ts \ | 35 | ../../i18n/xx/libqhandwriting.ts \ |
36 | ../../i18n/en/libqhandwriting.ts \ | 36 | ../../i18n/en/libqhandwriting.ts \ |
37 | ../../i18n/es/libqhandwriting.ts \ | 37 | ../../i18n/es/libqhandwriting.ts \ |
38 | ../../i18n/fr/libqhandwriting.ts \ | 38 | ../../i18n/fr/libqhandwriting.ts \ |
39 | ../../i18n/hu/libqhandwriting.ts \ | 39 | ../../i18n/hu/libqhandwriting.ts \ |
40 | ../../i18n/ja/libqhandwriting.ts \ | 40 | ../../i18n/ja/libqhandwriting.ts \ |
41 | ../../i18n/ko/libqhandwriting.ts \ | 41 | ../../i18n/ko/libqhandwriting.ts \ |
42 | ../../i18n/no/libqhandwriting.ts \ | 42 | ../../i18n/no/libqhandwriting.ts \ |
43 | ../../i18n/pl/libqhandwriting.ts \ | 43 | ../../i18n/pl/libqhandwriting.ts \ |
44 | ../../i18n/pt/libqhandwriting.ts \ | 44 | ../../i18n/pt/libqhandwriting.ts \ |
45 | ../../i18n/pt_BR/libqhandwriting.ts \ | 45 | ../../i18n/pt_BR/libqhandwriting.ts \ |
46 | ../../i18n/sl/libqhandwriting.ts \ | 46 | ../../i18n/sl/libqhandwriting.ts \ |
47 | ../../i18n/zh_CN/libqhandwriting.ts \ | 47 | ../../i18n/zh_CN/libqhandwriting.ts \ |
48 | ../../i18n/zh_TW/libqhandwriting.ts | 48 | ../../i18n/zh_TW/libqhandwriting.ts |
49 | 49 | ||
50 | 50 | ||
51 | 51 | ||
52 | include ( ../../include.pro ) | 52 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index 647e59b..f78ebe2 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = keyboard.h \ | 3 | HEADERS = keyboard.h \ |
4 | keyboardimpl.h | 4 | keyboardimpl.h |
5 | SOURCES = keyboard.cpp \ | 5 | SOURCES = keyboard.cpp \ |
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qjumpx | 7 | TARGET = qjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ |
15 | ../../i18n/da/libqjumpx.ts \ | 15 | ../../i18n/da/libqjumpx.ts \ |
16 | ../../i18n/xx/libqjumpx.ts \ | 16 | ../../i18n/xx/libqjumpx.ts \ |
17 | ../../i18n/en/libqjumpx.ts \ | 17 | ../../i18n/en/libqjumpx.ts \ |
18 | ../../i18n/es/libqjumpx.ts \ | 18 | ../../i18n/es/libqjumpx.ts \ |
19 | ../../i18n/fr/libqjumpx.ts \ | 19 | ../../i18n/fr/libqjumpx.ts \ |
20 | ../../i18n/hu/libqjumpx.ts \ | 20 | ../../i18n/hu/libqjumpx.ts \ |
21 | ../../i18n/ja/libqjumpx.ts \ | 21 | ../../i18n/ja/libqjumpx.ts \ |
22 | ../../i18n/ko/libqjumpx.ts \ | 22 | ../../i18n/ko/libqjumpx.ts \ |
23 | ../../i18n/no/libqjumpx.ts \ | 23 | ../../i18n/no/libqjumpx.ts \ |
24 | ../../i18n/pl/libqjumpx.ts \ | 24 | ../../i18n/pl/libqjumpx.ts \ |
25 | ../../i18n/pt/libqjumpx.ts \ | 25 | ../../i18n/pt/libqjumpx.ts \ |
26 | ../../i18n/pt_BR/libqjumpx.ts \ | 26 | ../../i18n/pt_BR/libqjumpx.ts \ |
27 | ../../i18n/sl/libqjumpx.ts \ | 27 | ../../i18n/sl/libqjumpx.ts \ |
28 | ../../i18n/zh_CN/libqjumpx.ts \ | 28 | ../../i18n/zh_CN/libqjumpx.ts \ |
29 | ../../i18n/zh_TW/libqjumpx.ts | 29 | ../../i18n/zh_TW/libqjumpx.ts |
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( ../../include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 5d51806..8172089 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -1,34 +1,34 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= keyboard.h \ | 3 | HEADERS= keyboard.h \ |
4 | keyboardimpl.h | 4 | keyboardimpl.h |
5 | SOURCES= keyboard.cpp \ | 5 | SOURCES= keyboard.cpp \ |
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qkeyboard | 7 | TARGET = qkeyboard |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 10 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 11 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 12 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
13 | VERSION = 1.0.0 | 13 | VERSION = 1.0.0 |
14 | 14 | ||
15 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ | 15 | TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ |
16 | ../../i18n/da/libqkeyboard.ts \ | 16 | ../../i18n/da/libqkeyboard.ts \ |
17 | ../../i18n/xx/libqkeyboard.ts \ | 17 | ../../i18n/xx/libqkeyboard.ts \ |
18 | ../../i18n/en/libqkeyboard.ts \ | 18 | ../../i18n/en/libqkeyboard.ts \ |
19 | ../../i18n/es/libqkeyboard.ts \ | 19 | ../../i18n/es/libqkeyboard.ts \ |
20 | ../../i18n/fr/libqkeyboard.ts \ | 20 | ../../i18n/fr/libqkeyboard.ts \ |
21 | ../../i18n/hu/libqkeyboard.ts \ | 21 | ../../i18n/hu/libqkeyboard.ts \ |
22 | ../../i18n/ja/libqkeyboard.ts \ | 22 | ../../i18n/ja/libqkeyboard.ts \ |
23 | ../../i18n/ko/libqkeyboard.ts \ | 23 | ../../i18n/ko/libqkeyboard.ts \ |
24 | ../../i18n/no/libqkeyboard.ts \ | 24 | ../../i18n/no/libqkeyboard.ts \ |
25 | ../../i18n/pl/libqkeyboard.ts \ | 25 | ../../i18n/pl/libqkeyboard.ts \ |
26 | ../../i18n/pt/libqkeyboard.ts \ | 26 | ../../i18n/pt/libqkeyboard.ts \ |
27 | ../../i18n/pt_BR/libqkeyboard.ts \ | 27 | ../../i18n/pt_BR/libqkeyboard.ts \ |
28 | ../../i18n/sl/libqkeyboard.ts \ | 28 | ../../i18n/sl/libqkeyboard.ts \ |
29 | ../../i18n/zh_CN/libqkeyboard.ts \ | 29 | ../../i18n/zh_CN/libqkeyboard.ts \ |
30 | ../../i18n/zh_TW/libqkeyboard.ts | 30 | ../../i18n/zh_TW/libqkeyboard.ts |
31 | 31 | ||
32 | 32 | ||
33 | 33 | ||
34 | include ( ../../include.pro ) | 34 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index 0074824..4b864b8 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = keyboard.h \ | 3 | HEADERS = keyboard.h \ |
4 | keyboardimpl.h | 4 | keyboardimpl.h |
5 | SOURCES = keyboard.cpp \ | 5 | SOURCES = keyboard.cpp \ |
6 | keyboardimpl.cpp | 6 | keyboardimpl.cpp |
7 | TARGET = qkjumpx | 7 | TARGET = qkjumpx |
8 | DESTDIR = ../../plugins/inputmethods | 8 | DESTDIR = ../../plugins/inputmethods |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ | 14 | TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ |
15 | ../../i18n/da/libqkjumpx.ts \ | 15 | ../../i18n/da/libqkjumpx.ts \ |
16 | ../../i18n/xx/libqkjumpx.ts \ | 16 | ../../i18n/xx/libqkjumpx.ts \ |
17 | ../../i18n/en/libqkjumpx.ts \ | 17 | ../../i18n/en/libqkjumpx.ts \ |
18 | ../../i18n/es/libqkjumpx.ts \ | 18 | ../../i18n/es/libqkjumpx.ts \ |
19 | ../../i18n/fr/libqkjumpx.ts \ | 19 | ../../i18n/fr/libqkjumpx.ts \ |
20 | ../../i18n/hu/libqkjumpx.ts \ | 20 | ../../i18n/hu/libqkjumpx.ts \ |
21 | ../../i18n/ja/libqkjumpx.ts \ | 21 | ../../i18n/ja/libqkjumpx.ts \ |
22 | ../../i18n/ko/libqkjumpx.ts \ | 22 | ../../i18n/ko/libqkjumpx.ts \ |
23 | ../../i18n/no/libqkjumpx.ts \ | 23 | ../../i18n/no/libqkjumpx.ts \ |
24 | ../../i18n/pl/libqkjumpx.ts \ | 24 | ../../i18n/pl/libqkjumpx.ts \ |
25 | ../../i18n/pt/libqkjumpx.ts \ | 25 | ../../i18n/pt/libqkjumpx.ts \ |
26 | ../../i18n/pt_BR/libqkjumpx.ts \ | 26 | ../../i18n/pt_BR/libqkjumpx.ts \ |
27 | ../../i18n/sl/libqkjumpx.ts \ | 27 | ../../i18n/sl/libqkjumpx.ts \ |
28 | ../../i18n/zh_CN/libqkjumpx.ts \ | 28 | ../../i18n/zh_CN/libqkjumpx.ts \ |
29 | ../../i18n/zh_TW/libqkjumpx.ts | 29 | ../../i18n/zh_TW/libqkjumpx.ts |
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( ../../include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro index 8b06c69..3a50c06 100644 --- a/inputmethods/multikey/multikey.pro +++ b/inputmethods/multikey/multikey.pro | |||
@@ -1,34 +1,34 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= keyboard.h \ | 3 | HEADERS= keyboard.h \ |
4 | configdlg.h \ | 4 | configdlg.h \ |
5 | keyboardimpl.h | 5 | keyboardimpl.h |
6 | SOURCES= keyboard.cpp \ | 6 | SOURCES= keyboard.cpp \ |
7 | configdlg.cpp \ | 7 | configdlg.cpp \ |
8 | keyboardimpl.cpp | 8 | keyboardimpl.cpp |
9 | TARGET = qmultikey | 9 | TARGET = qmultikey |
10 | DESTDIR = $(OPIEDIR)/plugins/inputmethods | 10 | DESTDIR = $(OPIEDIR)/plugins/inputmethods |
11 | INCLUDEPATH += $(OPIEDIR)/include | 11 | INCLUDEPATH += $(OPIEDIR)/include |
12 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 12 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
13 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard | 13 | LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard |
14 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods | 14 | QMAKE_LFLAGS+= -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods |
15 | VERSION = 1.0.0 | 15 | VERSION = 1.0.0 |
16 | 16 | ||
17 | TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts \ | 17 | TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts \ |
18 | ../../i18n/de/libqmultikey.ts \ | 18 | ../../i18n/de/libqmultikey.ts \ |
19 | ../../i18n/xx/libqmultikey.ts \ | 19 | ../../i18n/xx/libqmultikey.ts \ |
20 | ../../i18n/en/libqmultikey.ts \ | 20 | ../../i18n/en/libqmultikey.ts \ |
21 | ../../i18n/hu/libqmultikey.ts \ | 21 | ../../i18n/hu/libqmultikey.ts \ |
22 | ../../i18n/sl/libqmultikey.ts \ | 22 | ../../i18n/sl/libqmultikey.ts \ |
23 | ../../i18n/ja/libqmultikey.ts \ | 23 | ../../i18n/ja/libqmultikey.ts \ |
24 | ../../i18n/ko/libqmultikey.ts \ | 24 | ../../i18n/ko/libqmultikey.ts \ |
25 | ../../i18n/pl/libqmultikey.ts \ | 25 | ../../i18n/pl/libqmultikey.ts \ |
26 | ../../i18n/no/libqmultikey.ts \ | 26 | ../../i18n/no/libqmultikey.ts \ |
27 | ../../i18n/zh_CN/libqmultikey.ts \ | 27 | ../../i18n/zh_CN/libqmultikey.ts \ |
28 | ../../i18n/zh_TW/libqmultikey.ts \ | 28 | ../../i18n/zh_TW/libqmultikey.ts \ |
29 | ../../i18n/fr/libqmultikey.ts \ | 29 | ../../i18n/fr/libqmultikey.ts \ |
30 | ../../i18n/da/libqmultikey.ts | 30 | ../../i18n/da/libqmultikey.ts |
31 | 31 | ||
32 | 32 | ||
33 | 33 | ||
34 | include ( ../../include.pro ) | 34 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 9b5c46c..59b0e8a 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h | 3 | HEADERS= pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h |
4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp | 4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp |
5 | TARGET = qpickboard | 5 | TARGET = qpickboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts \ | 12 | TRANSLATIONS = ../../i18n/de/libqpickboard.ts \ |
13 | ../../i18n/da/libqpickboard.ts \ | 13 | ../../i18n/da/libqpickboard.ts \ |
14 | ../../i18n/xx/libqpickboard.ts \ | 14 | ../../i18n/xx/libqpickboard.ts \ |
15 | ../../i18n/en/libqpickboard.ts \ | 15 | ../../i18n/en/libqpickboard.ts \ |
16 | ../../i18n/es/libqpickboard.ts \ | 16 | ../../i18n/es/libqpickboard.ts \ |
17 | ../../i18n/fr/libqpickboard.ts \ | 17 | ../../i18n/fr/libqpickboard.ts \ |
18 | ../../i18n/hu/libqpickboard.ts \ | 18 | ../../i18n/hu/libqpickboard.ts \ |
19 | ../../i18n/ja/libqpickboard.ts \ | 19 | ../../i18n/ja/libqpickboard.ts \ |
20 | ../../i18n/ko/libqpickboard.ts \ | 20 | ../../i18n/ko/libqpickboard.ts \ |
21 | ../../i18n/no/libqpickboard.ts \ | 21 | ../../i18n/no/libqpickboard.ts \ |
22 | ../../i18n/pl/libqpickboard.ts \ | 22 | ../../i18n/pl/libqpickboard.ts \ |
23 | ../../i18n/pt/libqpickboard.ts \ | 23 | ../../i18n/pt/libqpickboard.ts \ |
24 | ../../i18n/pt_BR/libqpickboard.ts \ | 24 | ../../i18n/pt_BR/libqpickboard.ts \ |
25 | ../../i18n/sl/libqpickboard.ts \ | 25 | ../../i18n/sl/libqpickboard.ts \ |
26 | ../../i18n/zh_CN/libqpickboard.ts \ | 26 | ../../i18n/zh_CN/libqpickboard.ts \ |
27 | ../../i18n/zh_TW/libqpickboard.ts | 27 | ../../i18n/zh_TW/libqpickboard.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 1e3f00b..5d07ee2 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= unikeyboard.h unikeyboardimpl.h | 3 | HEADERS= unikeyboard.h unikeyboardimpl.h |
4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp | 4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp |
5 | TARGET = qunikeyboard | 5 | TARGET = qunikeyboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts \ | 12 | TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts \ |
13 | ../../i18n/da/libqunikeyboard.ts \ | 13 | ../../i18n/da/libqunikeyboard.ts \ |
14 | ../../i18n/xx/libqunikeyboard.ts \ | 14 | ../../i18n/xx/libqunikeyboard.ts \ |
15 | ../../i18n/en/libqunikeyboard.ts \ | 15 | ../../i18n/en/libqunikeyboard.ts \ |
16 | ../../i18n/es/libqunikeyboard.ts \ | 16 | ../../i18n/es/libqunikeyboard.ts \ |
17 | ../../i18n/fr/libqunikeyboard.ts \ | 17 | ../../i18n/fr/libqunikeyboard.ts \ |
18 | ../../i18n/hu/libqunikeyboard.ts \ | 18 | ../../i18n/hu/libqunikeyboard.ts \ |
19 | ../../i18n/ja/libqunikeyboard.ts \ | 19 | ../../i18n/ja/libqunikeyboard.ts \ |
20 | ../../i18n/ko/libqunikeyboard.ts \ | 20 | ../../i18n/ko/libqunikeyboard.ts \ |
21 | ../../i18n/no/libqunikeyboard.ts \ | 21 | ../../i18n/no/libqunikeyboard.ts \ |
22 | ../../i18n/pl/libqunikeyboard.ts \ | 22 | ../../i18n/pl/libqunikeyboard.ts \ |
23 | ../../i18n/pt/libqunikeyboard.ts \ | 23 | ../../i18n/pt/libqunikeyboard.ts \ |
24 | ../../i18n/pt_BR/libqunikeyboard.ts \ | 24 | ../../i18n/pt_BR/libqunikeyboard.ts \ |
25 | ../../i18n/sl/libqunikeyboard.ts \ | 25 | ../../i18n/sl/libqunikeyboard.ts \ |
26 | ../../i18n/zh_CN/libqunikeyboard.ts \ | 26 | ../../i18n/zh_CN/libqunikeyboard.ts \ |
27 | ../../i18n/zh_TW/libqunikeyboard.ts | 27 | ../../i18n/zh_TW/libqunikeyboard.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index 799f3b0..675e1fa 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,108 +1,108 @@ | |||
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 tododb.h \ | 5 | ofiledialog.h ofileselector.h tododb.h \ |
6 | ocheckitem.h todoevent.h todoresource.h \ | 6 | ocheckitem.h todoevent.h todoresource.h \ |
7 | todovcalresource.h xmltree.h \ | 7 | todovcalresource.h xmltree.h \ |
8 | colordialog.h colorpopupmenu.h \ | 8 | colordialog.h colorpopupmenu.h \ |
9 | oclickablelabel.h oprocctrl.h \ | 9 | oclickablelabel.h oprocctrl.h \ |
10 | oprocess.h odevice.h odevicebutton.h \ | 10 | oprocess.h odevice.h odevicebutton.h \ |
11 | otimepicker.h otabwidget.h \ | 11 | otimepicker.h otabwidget.h \ |
12 | otabbar.h otabinfo.h \ | 12 | otabbar.h otabinfo.h \ |
13 | ofontselector.h \ | 13 | ofontselector.h \ |
14 | pim/opimrecord.h \ | 14 | pim/opimrecord.h \ |
15 | pim/otodo.h \ | 15 | pim/otodo.h \ |
16 | pim/orecordlist.h \ | 16 | pim/orecordlist.h \ |
17 | pim/opimaccesstemplate.h \ | 17 | pim/opimaccesstemplate.h \ |
18 | pim/opimaccessbackend.h \ | 18 | pim/opimaccessbackend.h \ |
19 | pim/otodoaccess.h \ | 19 | pim/otodoaccess.h \ |
20 | pim/otodoaccessbackend.h \ | 20 | pim/otodoaccessbackend.h \ |
21 | pim/ocontact.h \ | 21 | pim/ocontact.h \ |
22 | pim/ocontactaccess.h \ | 22 | pim/ocontactaccess.h \ |
23 | pim/ocontactaccessbackend.h \ | 23 | pim/ocontactaccessbackend.h \ |
24 | pim/ocontactaccessbackend_xml.h \ | 24 | pim/ocontactaccessbackend_xml.h \ |
25 | pim/ocontactaccessbackend_vcard.h \ | 25 | pim/ocontactaccessbackend_vcard.h \ |
26 | pim/obackendfactory.h \ | 26 | pim/obackendfactory.h \ |
27 | pim/opimcache.h \ | 27 | pim/opimcache.h \ |
28 | pim/otodoaccessvcal.h \ | 28 | pim/otodoaccessvcal.h \ |
29 | pim/orecur.h \ | 29 | pim/orecur.h \ |
30 | pim/opimstate.h \ | 30 | pim/opimstate.h \ |
31 | pim/opimxrefpartner.h \ | 31 | pim/opimxrefpartner.h \ |
32 | pim/opimxref.h \ | 32 | pim/opimxref.h \ |
33 | pim/opimxrefmanager.h \ | 33 | pim/opimxrefmanager.h \ |
34 | pim/opimmaintainer.h \ | 34 | pim/opimmaintainer.h \ |
35 | pim/opimnotify.h \ | 35 | pim/opimnotify.h \ |
36 | pim/opimnotifymanager.h \ | 36 | pim/opimnotifymanager.h \ |
37 | pim/opimmainwindow.h \ | 37 | pim/opimmainwindow.h \ |
38 | pim/opimresolver.h \ | 38 | pim/opimresolver.h \ |
39 | orecurrancewidget.h \ | 39 | orecurrancewidget.h \ |
40 | oticker.h | 40 | oticker.h |
41 | # pim/otodoaccesssql.h \ | 41 | # pim/otodoaccesssql.h \ |
42 | 42 | ||
43 | SOURCES = ofontmenu.cc \ | 43 | SOURCES = ofontmenu.cc \ |
44 | ocolorbutton.cpp \ | 44 | ocolorbutton.cpp \ |
45 | sharp_compat.cpp \ | 45 | sharp_compat.cpp \ |
46 | xmltree.cc \ | 46 | xmltree.cc \ |
47 | ofiledialog.cc ofileselector.cc \ | 47 | ofiledialog.cc ofileselector.cc \ |
48 | ocheckitem.cpp tododb.cpp todoevent.cpp \ | 48 | ocheckitem.cpp tododb.cpp todoevent.cpp \ |
49 | todovcalresource.cpp colordialog.cpp \ | 49 | todovcalresource.cpp colordialog.cpp \ |
50 | colorpopupmenu.cpp oclickablelabel.cpp \ | 50 | colorpopupmenu.cpp oclickablelabel.cpp \ |
51 | oprocctrl.cpp oprocess.cpp \ | 51 | oprocctrl.cpp oprocess.cpp \ |
52 | odevice.cpp odevicebutton.cpp otimepicker.cpp \ | 52 | odevice.cpp odevicebutton.cpp otimepicker.cpp \ |
53 | otabwidget.cpp otabbar.cpp \ | 53 | otabwidget.cpp otabbar.cpp \ |
54 | ofontselector.cpp \ | 54 | ofontselector.cpp \ |
55 | pim/otodo.cpp \ | 55 | pim/otodo.cpp \ |
56 | pim/opimrecord.cpp \ | 56 | pim/opimrecord.cpp \ |
57 | pim/otodoaccess.cpp \ | 57 | pim/otodoaccess.cpp \ |
58 | pim/otodoaccessbackend.cpp \ | 58 | pim/otodoaccessbackend.cpp \ |
59 | pim/otodoaccessxml.cpp \ | 59 | pim/otodoaccessxml.cpp \ |
60 | pim/ocontact.cpp \ | 60 | pim/ocontact.cpp \ |
61 | pim/ocontactaccess.cpp \ | 61 | pim/ocontactaccess.cpp \ |
62 | pim/ocontactaccessbackend_vcard.cpp \ | 62 | pim/ocontactaccessbackend_vcard.cpp \ |
63 | pim/otodoaccessvcal.cpp \ | 63 | pim/otodoaccessvcal.cpp \ |
64 | pim/orecur.cpp \ | 64 | pim/orecur.cpp \ |
65 | pim/opimstate.cpp \ | 65 | pim/opimstate.cpp \ |
66 | pim/opimxrefpartner.cpp \ | 66 | pim/opimxrefpartner.cpp \ |
67 | pim/opimxref.cpp \ | 67 | pim/opimxref.cpp \ |
68 | pim/opimxrefmanager.cpp \ | 68 | pim/opimxrefmanager.cpp \ |
69 | pim/opimmaintainer.cpp \ | 69 | pim/opimmaintainer.cpp \ |
70 | pim/opimnotify.cpp \ | 70 | pim/opimnotify.cpp \ |
71 | pim/opimnotifymanager.cpp \ | 71 | pim/opimnotifymanager.cpp \ |
72 | pim/opimmainwindow.cpp \ | 72 | pim/opimmainwindow.cpp \ |
73 | pim/opimresolver.cpp \ | 73 | pim/opimresolver.cpp \ |
74 | orecurrancewidget.cpp \ | 74 | orecurrancewidget.cpp \ |
75 | oticker.cpp | 75 | oticker.cpp |
76 | # pim/otodoaccesssql.cpp \ | 76 | # pim/otodoaccesssql.cpp \ |
77 | 77 | ||
78 | TARGET = opie | 78 | TARGET = opie |
79 | INCLUDEPATH += $(OPIEDIR)/include | 79 | INCLUDEPATH += $(OPIEDIR)/include |
80 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 80 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
81 | #VERSION = 1.0.0 | 81 | #VERSION = 1.0.0 |
82 | 82 | ||
83 | LIBS += -lqpe | 83 | LIBS += -lqpe |
84 | 84 | ||
85 | # LIBS += -lopiesql | 85 | # LIBS += -lopiesql |
86 | 86 | ||
87 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 87 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
88 | 88 | ||
89 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 89 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
90 | ../i18n/xx/libopie.ts \ | 90 | ../i18n/xx/libopie.ts \ |
91 | ../i18n/en/libopie.ts \ | 91 | ../i18n/en/libopie.ts \ |
92 | ../i18n/es/libopie.ts \ | 92 | ../i18n/es/libopie.ts \ |
93 | ../i18n/fr/libopie.ts \ | 93 | ../i18n/fr/libopie.ts \ |
94 | ../i18n/hu/libopie.ts \ | 94 | ../i18n/hu/libopie.ts \ |
95 | ../i18n/ja/libopie.ts \ | 95 | ../i18n/ja/libopie.ts \ |
96 | ../i18n/ko/libopie.ts \ | 96 | ../i18n/ko/libopie.ts \ |
97 | ../i18n/no/libopie.ts \ | 97 | ../i18n/no/libopie.ts \ |
98 | ../i18n/pl/libopie.ts \ | 98 | ../i18n/pl/libopie.ts \ |
99 | ../i18n/pt/libopie.ts \ | 99 | ../i18n/pt/libopie.ts \ |
100 | ../i18n/pt_BR/libopie.ts \ | 100 | ../i18n/pt_BR/libopie.ts \ |
101 | ../i18n/sl/libopie.ts \ | 101 | ../i18n/sl/libopie.ts \ |
102 | ../i18n/zh_CN/libopie.ts \ | 102 | ../i18n/zh_CN/libopie.ts \ |
103 | ../i18n/zh_TW/libopie.ts \ | 103 | ../i18n/zh_TW/libopie.ts \ |
104 | ../i18n/da/libopie.ts | 104 | ../i18n/da/libopie.ts |
105 | 105 | ||
106 | 106 | ||
107 | 107 | ||
108 | include ( ../include.pro ) | 108 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/libopie/ofileselector/libopie.pro b/libopie/ofileselector/libopie.pro index cf22b5e..b91dbb6 100644 --- a/libopie/ofileselector/libopie.pro +++ b/libopie/ofileselector/libopie.pro | |||
@@ -1,103 +1,103 @@ | |||
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 | ofileselector/odefaultfactories.h \ | 5 | ofileselector/odefaultfactories.h \ |
6 | ofileselector/ofiledialog.h \ | 6 | ofileselector/ofiledialog.h \ |
7 | ofileselector/ofilelistview.h \ | 7 | ofileselector/ofilelistview.h \ |
8 | ofileselector/ofileselector.h \ | 8 | ofileselector/ofileselector.h \ |
9 | ofileselector/ofileselectoritem.h \ | 9 | ofileselector/ofileselectoritem.h \ |
10 | ofileselector/ofileselectormain.h \ | 10 | ofileselector/ofileselectormain.h \ |
11 | ofileselector/ofileview.h \ | 11 | ofileselector/ofileview.h \ |
12 | ofileselector/olister.h \ | 12 | ofileselector/olister.h \ |
13 | ofileselector/olocallister.h \ | 13 | ofileselector/olocallister.h \ |
14 | ofileselector/opixmapprovider.h \ | 14 | ofileselector/opixmapprovider.h \ |
15 | tododb.h \ | 15 | tododb.h \ |
16 | ocheckitem.h todoevent.h todoresource.h \ | 16 | ocheckitem.h todoevent.h todoresource.h \ |
17 | todovcalresource.h xmltree.h \ | 17 | todovcalresource.h xmltree.h \ |
18 | colordialog.h colorpopupmenu.h \ | 18 | colordialog.h colorpopupmenu.h \ |
19 | oclickablelabel.h oprocctrl.h \ | 19 | oclickablelabel.h oprocctrl.h \ |
20 | oprocess.h odevice.h \ | 20 | oprocess.h odevice.h \ |
21 | otimepicker.h otabwidget.h \ | 21 | otimepicker.h otabwidget.h \ |
22 | otabbar.h otabinfo.h \ | 22 | otabbar.h otabinfo.h \ |
23 | ofontselector.h \ | 23 | ofontselector.h \ |
24 | pim/opimrecord.h \ | 24 | pim/opimrecord.h \ |
25 | pim/otodo.h \ | 25 | pim/otodo.h \ |
26 | pim/orecordlist.h \ | 26 | pim/orecordlist.h \ |
27 | pim/opimaccesstemplate.h \ | 27 | pim/opimaccesstemplate.h \ |
28 | pim/opimaccessbackend.h \ | 28 | pim/opimaccessbackend.h \ |
29 | pim/otodoaccess.h \ | 29 | pim/otodoaccess.h \ |
30 | pim/otodacessbackend.h \ | 30 | pim/otodacessbackend.h \ |
31 | pim/ocontact.h \ | 31 | pim/ocontact.h \ |
32 | pim/ocontactaccess.h \ | 32 | pim/ocontactaccess.h \ |
33 | pim/ocontactaccessbackend.h \ | 33 | pim/ocontactaccessbackend.h \ |
34 | pim/ocontactaccessbackend_xml.h \ | 34 | pim/ocontactaccessbackend_xml.h \ |
35 | pim/obackendfactory.h \ | 35 | pim/obackendfactory.h \ |
36 | pim/opimcache.h \ | 36 | pim/opimcache.h \ |
37 | pim/otodoaccessvcal.h \ | 37 | pim/otodoaccessvcal.h \ |
38 | pim/orecur.h \ | 38 | pim/orecur.h \ |
39 | orecurrancewidget.h | 39 | orecurrancewidget.h |
40 | # pim/otodoaccesssql.h \ | 40 | # pim/otodoaccesssql.h \ |
41 | 41 | ||
42 | SOURCES = ofontmenu.cc \ | 42 | SOURCES = ofontmenu.cc \ |
43 | ocolorbutton.cpp \ | 43 | ocolorbutton.cpp \ |
44 | ofileselector/odefaultfactories.cpp \ | 44 | ofileselector/odefaultfactories.cpp \ |
45 | ofileselector/ofiledialog.cpp \ | 45 | ofileselector/ofiledialog.cpp \ |
46 | ofileselector/ofilefactory.cpp \ | 46 | ofileselector/ofilefactory.cpp \ |
47 | ofileselector/ofilelistview.cpp \ | 47 | ofileselector/ofilelistview.cpp \ |
48 | ofileselector/ofileselector.cpp \ | 48 | ofileselector/ofileselector.cpp \ |
49 | ofileselector/ofileselectoritem.cpp \ | 49 | ofileselector/ofileselectoritem.cpp \ |
50 | ofileselector/ofileselectormain.cpp \ | 50 | ofileselector/ofileselectormain.cpp \ |
51 | ofileselector/ofileview.cpp \ | 51 | ofileselector/ofileview.cpp \ |
52 | ofileselector/olister.cpp \ | 52 | ofileselector/olister.cpp \ |
53 | ofileselector/olocallister.cpp \ | 53 | ofileselector/olocallister.cpp \ |
54 | ofileselector/opixmapprovider.cpp \ | 54 | ofileselector/opixmapprovider.cpp \ |
55 | xmltree.cc \ | 55 | xmltree.cc \ |
56 | ocheckitem.cpp tododb.cpp todoevent.cpp \ | 56 | ocheckitem.cpp tododb.cpp todoevent.cpp \ |
57 | todovcalresource.cpp colordialog.cpp \ | 57 | todovcalresource.cpp colordialog.cpp \ |
58 | colorpopupmenu.cpp oclickablelabel.cpp \ | 58 | colorpopupmenu.cpp oclickablelabel.cpp \ |
59 | oprocctrl.cpp oprocess.cpp \ | 59 | oprocctrl.cpp oprocess.cpp \ |
60 | odevice.cpp otimepicker.cpp \ | 60 | odevice.cpp otimepicker.cpp \ |
61 | otabwidget.cpp otabbar.cpp \ | 61 | otabwidget.cpp otabbar.cpp \ |
62 | ofontselector.cpp \ | 62 | ofontselector.cpp \ |
63 | pim/otodo.cpp \ | 63 | pim/otodo.cpp \ |
64 | pim/opimrecord.cpp \ | 64 | pim/opimrecord.cpp \ |
65 | pim/otodoaccess.cpp \ | 65 | pim/otodoaccess.cpp \ |
66 | pim/otodoaccessbackend.cpp \ | 66 | pim/otodoaccessbackend.cpp \ |
67 | pim/otodoaccessxml.cpp \ | 67 | pim/otodoaccessxml.cpp \ |
68 | pim/ocontact.cpp \ | 68 | pim/ocontact.cpp \ |
69 | pim/ocontactaccess.cpp \ | 69 | pim/ocontactaccess.cpp \ |
70 | pim/otodoaccessvcal.cpp \ | 70 | pim/otodoaccessvcal.cpp \ |
71 | pim/orecur.cpp \ | 71 | pim/orecur.cpp \ |
72 | orecurrancewidget.cpp | 72 | orecurrancewidget.cpp |
73 | # pim/otodoaccesssql.cpp \ | 73 | # pim/otodoaccesssql.cpp \ |
74 | 74 | ||
75 | TARGET = opie | 75 | TARGET = opie |
76 | INCLUDEPATH += $(OPIEDIR)/include | 76 | INCLUDEPATH += $(OPIEDIR)/include |
77 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 77 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
78 | #VERSION = 1.0.0 | 78 | #VERSION = 1.0.0 |
79 | 79 | ||
80 | # LIBS += -lopiesql | 80 | # LIBS += -lopiesql |
81 | 81 | ||
82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 82 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
83 | 83 | ||
84 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 84 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
85 | ../i18n/xx/libopie.ts \ | 85 | ../i18n/xx/libopie.ts \ |
86 | ../i18n/en/libopie.ts \ | 86 | ../i18n/en/libopie.ts \ |
87 | ../i18n/es/libopie.ts \ | 87 | ../i18n/es/libopie.ts \ |
88 | ../i18n/fr/libopie.ts \ | 88 | ../i18n/fr/libopie.ts \ |
89 | ../i18n/hu/libopie.ts \ | 89 | ../i18n/hu/libopie.ts \ |
90 | ../i18n/ja/libopie.ts \ | 90 | ../i18n/ja/libopie.ts \ |
91 | ../i18n/ko/libopie.ts \ | 91 | ../i18n/ko/libopie.ts \ |
92 | ../i18n/no/libopie.ts \ | 92 | ../i18n/no/libopie.ts \ |
93 | ../i18n/pl/libopie.ts \ | 93 | ../i18n/pl/libopie.ts \ |
94 | ../i18n/pt/libopie.ts \ | 94 | ../i18n/pt/libopie.ts \ |
95 | ../i18n/pt_BR/libopie.ts \ | 95 | ../i18n/pt_BR/libopie.ts \ |
96 | ../i18n/sl/libopie.ts \ | 96 | ../i18n/sl/libopie.ts \ |
97 | ../i18n/zh_CN/libopie.ts \ | 97 | ../i18n/zh_CN/libopie.ts \ |
98 | ../i18n/zh_TW/libopie.ts \ | 98 | ../i18n/zh_TW/libopie.ts \ |
99 | ../i18n/da/libopie.ts | 99 | ../i18n/da/libopie.ts |
100 | 100 | ||
101 | 101 | ||
102 | 102 | ||
103 | include ( ../../include.pro ) | 103 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index b1ec9f7..da6417e 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro | |||
@@ -1,83 +1,83 @@ | |||
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 \ | 64 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
65 | ../i18n/xx/libopie.ts \ | 65 | ../i18n/xx/libopie.ts \ |
66 | ../i18n/en/libopie.ts \ | 66 | ../i18n/en/libopie.ts \ |
67 | ../i18n/es/libopie.ts \ | 67 | ../i18n/es/libopie.ts \ |
68 | ../i18n/fr/libopie.ts \ | 68 | ../i18n/fr/libopie.ts \ |
69 | ../i18n/hu/libopie.ts \ | 69 | ../i18n/hu/libopie.ts \ |
70 | ../i18n/ja/libopie.ts \ | 70 | ../i18n/ja/libopie.ts \ |
71 | ../i18n/ko/libopie.ts \ | 71 | ../i18n/ko/libopie.ts \ |
72 | ../i18n/no/libopie.ts \ | 72 | ../i18n/no/libopie.ts \ |
73 | ../i18n/pl/libopie.ts \ | 73 | ../i18n/pl/libopie.ts \ |
74 | ../i18n/pt/libopie.ts \ | 74 | ../i18n/pt/libopie.ts \ |
75 | ../i18n/pt_BR/libopie.ts \ | 75 | ../i18n/pt_BR/libopie.ts \ |
76 | ../i18n/sl/libopie.ts \ | 76 | ../i18n/sl/libopie.ts \ |
77 | ../i18n/zh_CN/libopie.ts \ | 77 | ../i18n/zh_CN/libopie.ts \ |
78 | ../i18n/zh_TW/libopie.ts \ | 78 | ../i18n/zh_TW/libopie.ts \ |
79 | ../i18n/da/libopie.ts | 79 | ../i18n/da/libopie.ts |
80 | 80 | ||
81 | 81 | ||
82 | 82 | ||
83 | include ( ../../include.pro ) | 83 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/library/library.pro b/library/library.pro index b0d07b8..00639bf 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -1,149 +1,150 @@ | |||
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 | HEADERS= calendar.h \ | 4 | HEADERS= calendar.h \ |
4 | global.h \ | 5 | global.h \ |
5 | resource.h \ | 6 | resource.h \ |
6 | xmlreader.h \ | 7 | xmlreader.h \ |
7 | mimetype.h \ | 8 | mimetype.h \ |
8 | menubutton.h \ | 9 | menubutton.h \ |
9 | network.h \ | 10 | network.h \ |
10 | networkinterface.h \ | 11 | networkinterface.h \ |
11 | filemanager.h \ | 12 | filemanager.h \ |
12 | fontmanager.h \ | 13 | fontmanager.h \ |
13 | qdawg.h \ | 14 | qdawg.h \ |
14 | datebookmonth.h \ | 15 | datebookmonth.h \ |
15 | fileselector.h \ | 16 | fileselector.h \ |
16 | fileselector_p.h \ | 17 | fileselector_p.h \ |
17 | imageedit.h \ | 18 | imageedit.h \ |
18 | qcopenvelope_qws.h \ | 19 | qcopenvelope_qws.h \ |
19 | qpedecoration_qws.h \ | 20 | qpedecoration_qws.h \ |
20 | qpeapplication.h \ | 21 | qpeapplication.h \ |
21 | qpestyle.h \ | 22 | qpestyle.h \ |
22 | qpedialog.h \ | 23 | qpedialog.h \ |
23 | lightstyle.h \ | 24 | lightstyle.h \ |
24 | config.h \ | 25 | config.h \ |
25 | applnk.h \ | 26 | applnk.h \ |
26 | sound.h \ | 27 | sound.h \ |
27 | tzselect.h \ | 28 | tzselect.h \ |
28 | qmath.h \ | 29 | qmath.h \ |
29 | datebookdb.h \ | 30 | datebookdb.h \ |
30 | alarmserver.h \ | 31 | alarmserver.h \ |
31 | process.h \ | 32 | process.h \ |
32 | password.h \ | 33 | password.h \ |
33 | timestring.h \ | 34 | timestring.h \ |
34 | fontfactoryinterface.h \ | 35 | fontfactoryinterface.h \ |
35 | fontdatabase.h \ | 36 | fontdatabase.h \ |
36 | power.h \ | 37 | power.h \ |
37 | storage.h \ | 38 | storage.h \ |
38 | qpemessagebox.h \ | 39 | qpemessagebox.h \ |
39 | timeconversion.h \ | 40 | timeconversion.h \ |
40 | qpedebug.h \ | 41 | qpedebug.h \ |
41 | qpemenubar.h \ | 42 | qpemenubar.h \ |
42 | qpetoolbar.h \ | 43 | qpetoolbar.h \ |
43 | backend/categories.h \ | 44 | backend/categories.h \ |
44 | stringutil.h \ | 45 | stringutil.h \ |
45 | backend/palmtoprecord.h \ | 46 | backend/palmtoprecord.h \ |
46 | backend/task.h \ | 47 | backend/task.h \ |
47 | backend/event.h \ | 48 | backend/event.h \ |
48 | backend/contact.h\ | 49 | backend/contact.h\ |
49 | categorymenu.h \ | 50 | categorymenu.h \ |
50 | categoryedit_p.h \ | 51 | categoryedit_p.h \ |
51 | categoryselect.h \ | 52 | categoryselect.h \ |
52 | categorywidget.h \ | 53 | categorywidget.h \ |
53 | ir.h \ | 54 | ir.h \ |
54 | backend/vobject_p.h \ | 55 | backend/vobject_p.h \ |
55 | findwidget_p.h \ | 56 | findwidget_p.h \ |
56 | finddialog.h \ | 57 | finddialog.h \ |
57 | lnkproperties.h \ | 58 | lnkproperties.h \ |
58 | windowdecorationinterface.h \ | 59 | windowdecorationinterface.h \ |
59 | textcodecinterface.h \ | 60 | textcodecinterface.h \ |
60 | imagecodecinterface.h \ | 61 | imagecodecinterface.h \ |
61 | qt_override_p.h | 62 | qt_override_p.h |
62 | 63 | ||
63 | SOURCES= calendar.cpp \ | 64 | SOURCES= calendar.cpp \ |
64 | global.cpp \ | 65 | global.cpp \ |
65 | xmlreader.cpp \ | 66 | xmlreader.cpp \ |
66 | mimetype.cpp \ | 67 | mimetype.cpp \ |
67 | menubutton.cpp \ | 68 | menubutton.cpp \ |
68 | network.cpp \ | 69 | network.cpp \ |
69 | networkinterface.cpp \ | 70 | networkinterface.cpp \ |
70 | filemanager.cpp \ | 71 | filemanager.cpp \ |
71 | fontmanager.cpp \ | 72 | fontmanager.cpp \ |
72 | qdawg.cpp \ | 73 | qdawg.cpp \ |
73 | datebookmonth.cpp \ | 74 | datebookmonth.cpp \ |
74 | fileselector.cpp \ | 75 | fileselector.cpp \ |
75 | imageedit.cpp \ | 76 | imageedit.cpp \ |
76 | resource.cpp \ | 77 | resource.cpp \ |
77 | qpedecoration_qws.cpp \ | 78 | qpedecoration_qws.cpp \ |
78 | qcopenvelope_qws.cpp \ | 79 | qcopenvelope_qws.cpp \ |
79 | qpeapplication.cpp \ | 80 | qpeapplication.cpp \ |
80 | qpestyle.cpp \ | 81 | qpestyle.cpp \ |
81 | qpedialog.cpp \ | 82 | qpedialog.cpp \ |
82 | lightstyle.cpp \ | 83 | lightstyle.cpp \ |
83 | config.cpp \ | 84 | config.cpp \ |
84 | applnk.cpp \ | 85 | applnk.cpp \ |
85 | sound.cpp \ | 86 | sound.cpp \ |
86 | tzselect.cpp \ | 87 | tzselect.cpp \ |
87 | qmath.c \ | 88 | qmath.c \ |
88 | datebookdb.cpp \ | 89 | datebookdb.cpp \ |
89 | alarmserver.cpp \ | 90 | alarmserver.cpp \ |
90 | password.cpp \ | 91 | password.cpp \ |
91 | process.cpp \ | 92 | process.cpp \ |
92 | process_unix.cpp \ | 93 | process_unix.cpp \ |
93 | timestring.cpp \ | 94 | timestring.cpp \ |
94 | fontdatabase.cpp \ | 95 | fontdatabase.cpp \ |
95 | power.cpp \ | 96 | power.cpp \ |
96 | storage.cpp \ | 97 | storage.cpp \ |
97 | qpemessagebox.cpp \ | 98 | qpemessagebox.cpp \ |
98 | backend/timeconversion.cpp \ | 99 | backend/timeconversion.cpp \ |
99 | qpedebug.cpp \ | 100 | qpedebug.cpp \ |
100 | qpemenubar.cpp \ | 101 | qpemenubar.cpp \ |
101 | qpetoolbar.cpp \ | 102 | qpetoolbar.cpp \ |
102 | backend/categories.cpp \ | 103 | backend/categories.cpp \ |
103 | backend/stringutil.cpp \ | 104 | backend/stringutil.cpp \ |
104 | backend/palmtoprecord.cpp \ | 105 | backend/palmtoprecord.cpp \ |
105 | backend/task.cpp \ | 106 | backend/task.cpp \ |
106 | backend/event.cpp \ | 107 | backend/event.cpp \ |
107 | backend/contact.cpp \ | 108 | backend/contact.cpp \ |
108 | categorymenu.cpp \ | 109 | categorymenu.cpp \ |
109 | categoryedit_p.cpp \ | 110 | categoryedit_p.cpp \ |
110 | categoryselect.cpp \ | 111 | categoryselect.cpp \ |
111 | categorywidget.cpp \ | 112 | categorywidget.cpp \ |
112 | ir.cpp \ | 113 | ir.cpp \ |
113 | backend/vcc_yacc.cpp \ | 114 | backend/vcc_yacc.cpp \ |
114 | backend/vobject.cpp \ | 115 | backend/vobject.cpp \ |
115 | findwidget_p.cpp \ | 116 | findwidget_p.cpp \ |
116 | finddialog.cpp \ | 117 | finddialog.cpp \ |
117 | lnkproperties.cpp \ | 118 | lnkproperties.cpp \ |
118 | qt_override.cpp | 119 | qt_override.cpp |
119 | 120 | ||
120 | # Qt 3 compatibility | 121 | # Qt 3 compatibility |
121 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 122 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
122 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 123 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
123 | INCLUDEPATH += $(OPIEDIR)/include backend | 124 | INCLUDEPATH += $(OPIEDIR)/include backend |
124 | LIBS += -ldl -lcrypt -lm | 125 | LIBS += -ldl -lcrypt -lm |
125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 126 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
126 | TARGET = qpe | 127 | TARGET = qpe |
127 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 128 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
128 | VERSION = 1.5.0.1 | 129 | VERSION = 1.5.0.1 |
129 | 130 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 131 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
131 | ../i18n/xx/libqpe.ts \ | 132 | ../i18n/xx/libqpe.ts \ |
132 | ../i18n/en/libqpe.ts \ | 133 | ../i18n/en/libqpe.ts \ |
133 | ../i18n/es/libqpe.ts \ | 134 | ../i18n/es/libqpe.ts \ |
134 | ../i18n/fr/libqpe.ts \ | 135 | ../i18n/fr/libqpe.ts \ |
135 | ../i18n/hu/libqpe.ts \ | 136 | ../i18n/hu/libqpe.ts \ |
136 | ../i18n/ja/libqpe.ts \ | 137 | ../i18n/ja/libqpe.ts \ |
137 | ../i18n/ko/libqpe.ts \ | 138 | ../i18n/ko/libqpe.ts \ |
138 | ../i18n/no/libqpe.ts \ | 139 | ../i18n/no/libqpe.ts \ |
139 | ../i18n/pl/libqpe.ts \ | 140 | ../i18n/pl/libqpe.ts \ |
140 | ../i18n/pt/libqpe.ts \ | 141 | ../i18n/pt/libqpe.ts \ |
141 | ../i18n/pt_BR/libqpe.ts \ | 142 | ../i18n/pt_BR/libqpe.ts \ |
142 | ../i18n/sl/libqpe.ts \ | 143 | ../i18n/sl/libqpe.ts \ |
143 | ../i18n/zh_CN/libqpe.ts \ | 144 | ../i18n/zh_CN/libqpe.ts \ |
144 | ../i18n/it/libqpe.ts \ | 145 | ../i18n/it/libqpe.ts \ |
145 | ../i18n/zh_TW/libqpe.ts \ | 146 | ../i18n/zh_TW/libqpe.ts \ |
146 | ../i18n/da/libqpe.ts | 147 | ../i18n/da/libqpe.ts |
147 | 148 | ||
148 | 149 | ||
149 | include ( ../include.pro ) | 150 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/libsql/libopiesql.pro b/libsql/libopiesql.pro index 4fc6cc7..75b9c7e 100644 --- a/libsql/libopiesql.pro +++ b/libsql/libopiesql.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = osqlbackend.h \ | 3 | HEADERS = osqlbackend.h \ |
4 | osqldriver.h \ | 4 | osqldriver.h \ |
5 | osqlerror.h \ | 5 | osqlerror.h \ |
6 | osqlmanager.h \ | 6 | osqlmanager.h \ |
7 | osqlquery.h \ | 7 | osqlquery.h \ |
8 | osqlresult.h \ | 8 | osqlresult.h \ |
9 | osqltable.h \ | 9 | osqltable.h \ |
10 | osqlbackendmanager.h \ | 10 | osqlbackendmanager.h \ |
11 | osqlitedriver.h | 11 | osqlitedriver.h |
12 | SOURCES = osqlbackend.cpp \ | 12 | SOURCES = osqlbackend.cpp \ |
13 | osqldriver.cpp \ | 13 | osqldriver.cpp \ |
14 | osqlerror.cpp \ | 14 | osqlerror.cpp \ |
15 | osqlmanager.cpp \ | 15 | osqlmanager.cpp \ |
16 | osqlquery.cpp \ | 16 | osqlquery.cpp \ |
17 | osqlresult.cpp \ | 17 | osqlresult.cpp \ |
18 | osqltable.cpp \ | 18 | osqltable.cpp \ |
19 | osqlbackendmanager.cpp \ | 19 | osqlbackendmanager.cpp \ |
20 | osqlitedriver.cpp | 20 | osqlitedriver.cpp |
21 | 21 | ||
22 | TARGET = opiesql | 22 | TARGET = opiesql |
23 | INCLUDEPATH += $(OPIEDIR)/include | 23 | INCLUDEPATH += $(OPIEDIR)/include |
24 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 24 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
25 | LIBS += -lsqlite | 25 | LIBS += -lsqlite |
26 | #VERSION = 1.0.0 | 26 | #VERSION = 1.0.0 |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/libsql/test/spaltenweise.pro b/libsql/test/spaltenweise.pro index af68407..f54fada 100644 --- a/libsql/test/spaltenweise.pro +++ b/libsql/test/spaltenweise.pro | |||
@@ -1,13 +1,13 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = | 3 | HEADERS = |
4 | SOURCES = spaltenweise.cpp | 4 | SOURCES = spaltenweise.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiesql | 7 | LIBS += -lqpe -lopiesql |
8 | TARGET = spaltenweise | 8 | TARGET = spaltenweise |
9 | 9 | ||
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||
13 | include ( ../../include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/libsql/test/test.pro b/libsql/test/test.pro index d756189..83ecb44 100644 --- a/libsql/test/test.pro +++ b/libsql/test/test.pro | |||
@@ -1,13 +1,13 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = | 3 | HEADERS = |
4 | SOURCES = main.cpp | 4 | SOURCES = main.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiesql | 7 | LIBS += -lqpe -lopiesql |
8 | TARGET = sqltest | 8 | TARGET = sqltest |
9 | 9 | ||
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||
13 | include ( ../../include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/libsql/test/zeilenweise.pro b/libsql/test/zeilenweise.pro index 3e69897..e5cfcc7 100644 --- a/libsql/test/zeilenweise.pro +++ b/libsql/test/zeilenweise.pro | |||
@@ -1,13 +1,13 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = | 3 | HEADERS = |
4 | SOURCES = zeilenweise.cpp | 4 | SOURCES = zeilenweise.cpp |
5 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiesql | 7 | LIBS += -lqpe -lopiesql |
8 | TARGET = zeilenweise | 8 | TARGET = zeilenweise |
9 | 9 | ||
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||
13 | include ( ../../include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/applets/notesapplet/notesapplet.pro b/noncore/applets/notesapplet/notesapplet.pro index 6b3d9b2..e4558f7 100644 --- a/noncore/applets/notesapplet/notesapplet.pro +++ b/noncore/applets/notesapplet/notesapplet.pro | |||
@@ -1,16 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = notes.h notesappletimpl.h | 3 | HEADERS = notes.h notesappletimpl.h |
4 | SOURCES = notes.cpp notesappletimpl.cpp | 4 | SOURCES = notes.cpp notesappletimpl.cpp |
5 | TARGET = notesapplet | 5 | TARGET = notesapplet |
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 | 14 | ||
15 | 15 | ||
16 | include ( ../../../include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/applets/wirelessapplet/wirelessapplet.pro b/noncore/applets/wirelessapplet/wirelessapplet.pro index b8c9ef8..f82c8b6 100644 --- a/noncore/applets/wirelessapplet/wirelessapplet.pro +++ b/noncore/applets/wirelessapplet/wirelessapplet.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = wireless.h wirelessappletimpl.h networkinfo.h mgraph.h advancedconfig.h | 3 | HEADERS = wireless.h wirelessappletimpl.h networkinfo.h mgraph.h advancedconfig.h |
4 | SOURCES = wireless.cpp wirelessappletimpl.cpp networkinfo.cpp mgraph.cpp advancedconfig.cpp | 4 | SOURCES = wireless.cpp wirelessappletimpl.cpp networkinfo.cpp mgraph.cpp advancedconfig.cpp |
5 | INTERFACES = advancedconfigbase.ui | 5 | INTERFACES = advancedconfigbase.ui |
6 | TARGET = wirelessapplet | 6 | TARGET = wirelessapplet |
7 | DESTDIR = $(OPIEDIR)/plugins/applets | 7 | DESTDIR = $(OPIEDIR)/plugins/applets |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += ../$(OPIEDIR)/include | 9 | DEPENDPATH += ../$(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | VERSION = 0.1.0 | 11 | VERSION = 0.1.0 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ |
14 | ../../../i18n/da/libwirelessapplet.ts \ | 14 | ../../../i18n/da/libwirelessapplet.ts \ |
15 | ../../../i18n/xx/libwirelessapplet.ts \ | 15 | ../../../i18n/xx/libwirelessapplet.ts \ |
16 | ../../../i18n/en/libwirelessapplet.ts \ | 16 | ../../../i18n/en/libwirelessapplet.ts \ |
17 | ../../../i18n/es/libwirelessapplet.ts \ | 17 | ../../../i18n/es/libwirelessapplet.ts \ |
18 | ../../../i18n/fr/libwirelessapplet.ts \ | 18 | ../../../i18n/fr/libwirelessapplet.ts \ |
19 | ../../../i18n/hu/libwirelessapplet.ts \ | 19 | ../../../i18n/hu/libwirelessapplet.ts \ |
20 | ../../../i18n/ja/libwirelessapplet.ts \ | 20 | ../../../i18n/ja/libwirelessapplet.ts \ |
21 | ../../../i18n/ko/libwirelessapplet.ts \ | 21 | ../../../i18n/ko/libwirelessapplet.ts \ |
22 | ../../../i18n/no/libwirelessapplet.ts \ | 22 | ../../../i18n/no/libwirelessapplet.ts \ |
23 | ../../../i18n/pl/libwirelessapplet.ts \ | 23 | ../../../i18n/pl/libwirelessapplet.ts \ |
24 | ../../../i18n/pt/libwirelessapplet.ts \ | 24 | ../../../i18n/pt/libwirelessapplet.ts \ |
25 | ../../../i18n/pt_BR/libwirelessapplet.ts \ | 25 | ../../../i18n/pt_BR/libwirelessapplet.ts \ |
26 | ../../../i18n/sl/libwirelessapplet.ts \ | 26 | ../../../i18n/sl/libwirelessapplet.ts \ |
27 | ../../../i18n/zh_CN/libwirelessapplet.ts \ | 27 | ../../../i18n/zh_CN/libwirelessapplet.ts \ |
28 | ../../../i18n/zh_TW/libwirelessapplet.ts | 28 | ../../../i18n/zh_TW/libwirelessapplet.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 233fbee..77a6fea 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = advancedfm.h filePermissions.h output.h | 3 | HEADERS = advancedfm.h filePermissions.h output.h |
4 | SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp | 4 | SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp |
5 | TARGET = advancedfm | 5 | TARGET = advancedfm |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += $(OPIEDIR)/include | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | DESTDIR = $(OPIEDIR)/bin | 8 | DESTDIR = $(OPIEDIR)/bin |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ |
12 | ../../../i18n/da/advancedfm.ts \ | 12 | ../../../i18n/da/advancedfm.ts \ |
13 | ../../../i18n/xx/advancedfm.ts \ | 13 | ../../../i18n/xx/advancedfm.ts \ |
14 | ../../../i18n/en/advancedfm.ts \ | 14 | ../../../i18n/en/advancedfm.ts \ |
15 | ../../../i18n/es/advancedfm.ts \ | 15 | ../../../i18n/es/advancedfm.ts \ |
16 | ../../../i18n/fr/advancedfm.ts \ | 16 | ../../../i18n/fr/advancedfm.ts \ |
17 | ../../../i18n/hu/advancedfm.ts \ | 17 | ../../../i18n/hu/advancedfm.ts \ |
18 | ../../../i18n/ja/advancedfm.ts \ | 18 | ../../../i18n/ja/advancedfm.ts \ |
19 | ../../../i18n/ko/advancedfm.ts \ | 19 | ../../../i18n/ko/advancedfm.ts \ |
20 | ../../../i18n/no/advancedfm.ts \ | 20 | ../../../i18n/no/advancedfm.ts \ |
21 | ../../../i18n/pl/advancedfm.ts \ | 21 | ../../../i18n/pl/advancedfm.ts \ |
22 | ../../../i18n/pt/advancedfm.ts \ | 22 | ../../../i18n/pt/advancedfm.ts \ |
23 | ../../../i18n/pt_BR/advancedfm.ts \ | 23 | ../../../i18n/pt_BR/advancedfm.ts \ |
24 | ../../../i18n/sl/advancedfm.ts \ | 24 | ../../../i18n/sl/advancedfm.ts \ |
25 | ../../../i18n/zh_CN/advancedfm.ts \ | 25 | ../../../i18n/zh_CN/advancedfm.ts \ |
26 | ../../../i18n/zh_TW/advancedfm.ts | 26 | ../../../i18n/zh_TW/advancedfm.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index 8ac63e3..d1a7d68 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro | |||
@@ -1,48 +1,48 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = mainwindow.h \ | 3 | HEADERS = mainwindow.h \ |
4 | cbinfo.h \ | 4 | cbinfo.h \ |
5 | traninfo.h \ | 5 | traninfo.h \ |
6 | graphinfo.h \ | 6 | graphinfo.h \ |
7 | configuration.h \ | 7 | configuration.h \ |
8 | password.h \ | 8 | password.h \ |
9 | checkbook.h \ | 9 | checkbook.h \ |
10 | transaction.h \ | 10 | transaction.h \ |
11 | graph.h | 11 | graph.h |
12 | SOURCES = main.cpp \ | 12 | SOURCES = main.cpp \ |
13 | mainwindow.cpp \ | 13 | mainwindow.cpp \ |
14 | cbinfo.cpp \ | 14 | cbinfo.cpp \ |
15 | traninfo.cpp \ | 15 | traninfo.cpp \ |
16 | graphinfo.cpp \ | 16 | graphinfo.cpp \ |
17 | configuration.cpp \ | 17 | configuration.cpp \ |
18 | password.cpp \ | 18 | password.cpp \ |
19 | checkbook.cpp \ | 19 | checkbook.cpp \ |
20 | transaction.cpp \ | 20 | transaction.cpp \ |
21 | graph.cpp | 21 | graph.cpp |
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | DEPENDPATH += $(OPIEDIR)/include | 23 | DEPENDPATH += $(OPIEDIR)/include |
24 | LIBS += -lqpe -lopie | 24 | LIBS += -lqpe -lopie |
25 | TARGET = checkbook | 25 | TARGET = checkbook |
26 | DESTDIR = $(OPIEDIR)/bin | 26 | DESTDIR = $(OPIEDIR)/bin |
27 | 27 | ||
28 | TRANSLATIONS = ../../../i18n/de/checkbook.ts \ | 28 | TRANSLATIONS = ../../../i18n/de/checkbook.ts \ |
29 | ../../../i18n/da/checkbook.ts \ | 29 | ../../../i18n/da/checkbook.ts \ |
30 | ../../../i18n/xx/checkbook.ts \ | 30 | ../../../i18n/xx/checkbook.ts \ |
31 | ../../../i18n/en/checkbook.ts \ | 31 | ../../../i18n/en/checkbook.ts \ |
32 | ../../../i18n/es/checkbook.ts \ | 32 | ../../../i18n/es/checkbook.ts \ |
33 | ../../../i18n/fr/checkbook.ts \ | 33 | ../../../i18n/fr/checkbook.ts \ |
34 | ../../../i18n/hu/checkbook.ts \ | 34 | ../../../i18n/hu/checkbook.ts \ |
35 | ../../../i18n/ja/checkbook.ts \ | 35 | ../../../i18n/ja/checkbook.ts \ |
36 | ../../../i18n/ko/checkbook.ts \ | 36 | ../../../i18n/ko/checkbook.ts \ |
37 | ../../../i18n/no/checkbook.ts \ | 37 | ../../../i18n/no/checkbook.ts \ |
38 | ../../../i18n/pl/checkbook.ts \ | 38 | ../../../i18n/pl/checkbook.ts \ |
39 | ../../../i18n/pt/checkbook.ts \ | 39 | ../../../i18n/pt/checkbook.ts \ |
40 | ../../../i18n/pt_BR/checkbook.ts \ | 40 | ../../../i18n/pt_BR/checkbook.ts \ |
41 | ../../../i18n/sl/checkbook.ts \ | 41 | ../../../i18n/sl/checkbook.ts \ |
42 | ../../../i18n/zh_CN/checkbook.ts \ | 42 | ../../../i18n/zh_CN/checkbook.ts \ |
43 | ../../../i18n/zh_TW/checkbook.ts \ | 43 | ../../../i18n/zh_TW/checkbook.ts \ |
44 | ../../../i18n/it/checkbook.ts | 44 | ../../../i18n/it/checkbook.ts |
45 | 45 | ||
46 | 46 | ||
47 | 47 | ||
48 | include ( ../../../include.pro ) | 48 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index 05691b4..d9aaa2f 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | #CONFIG = qt warn_on release | 3 | #CONFIG = qt warn_on release |
4 | CONFIG = qt warn_on debug | 4 | CONFIG = qt warn_on debug |
5 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h | 5 | HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h |
6 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp | 6 | SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/ioclude | 8 | DEPENDPATH+= $(OPIEDIR)/ioclude |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = confedit | 11 | TARGET = confedit |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/confedit.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/confedit.ts \ |
14 | ../../../i18n/da/confedit.ts \ | 14 | ../../../i18n/da/confedit.ts \ |
15 | ../../../i18n/xx/confedit.ts \ | 15 | ../../../i18n/xx/confedit.ts \ |
16 | ../../../i18n/en/confedit.ts \ | 16 | ../../../i18n/en/confedit.ts \ |
17 | ../../../i18n/es/confedit.ts \ | 17 | ../../../i18n/es/confedit.ts \ |
18 | ../../../i18n/fr/confedit.ts \ | 18 | ../../../i18n/fr/confedit.ts \ |
19 | ../../../i18n/hu/confedit.ts \ | 19 | ../../../i18n/hu/confedit.ts \ |
20 | ../../../i18n/ja/confedit.ts \ | 20 | ../../../i18n/ja/confedit.ts \ |
21 | ../../../i18n/ko/confedit.ts \ | 21 | ../../../i18n/ko/confedit.ts \ |
22 | ../../../i18n/no/confedit.ts \ | 22 | ../../../i18n/no/confedit.ts \ |
23 | ../../../i18n/pl/confedit.ts \ | 23 | ../../../i18n/pl/confedit.ts \ |
24 | ../../../i18n/pt/confedit.ts \ | 24 | ../../../i18n/pt/confedit.ts \ |
25 | ../../../i18n/pt_BR/confedit.ts \ | 25 | ../../../i18n/pt_BR/confedit.ts \ |
26 | ../../../i18n/sl/confedit.ts \ | 26 | ../../../i18n/sl/confedit.ts \ |
27 | ../../../i18n/zh_CN/confedit.ts \ | 27 | ../../../i18n/zh_CN/confedit.ts \ |
28 | ../../../i18n/zh_TW/confedit.ts | 28 | ../../../i18n/zh_TW/confedit.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro index 51f7ca0..e43f935 100644 --- a/noncore/apps/odict/odict.pro +++ b/noncore/apps/odict/odict.pro | |||
@@ -1,42 +1,42 @@ | |||
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 = odict.h \ | 4 | HEADERS = odict.h \ |
5 | searchmethoddlg.h \ | 5 | searchmethoddlg.h \ |
6 | configdlg.h \ | 6 | configdlg.h \ |
7 | dingwidget.h \ | 7 | dingwidget.h \ |
8 | dictwidget.h | 8 | dictwidget.h |
9 | 9 | ||
10 | SOURCES = main.cpp \ | 10 | SOURCES = main.cpp \ |
11 | odict.cpp \ | 11 | odict.cpp \ |
12 | searchmethoddlg.cpp \ | 12 | searchmethoddlg.cpp \ |
13 | configdlg.cpp \ | 13 | configdlg.cpp \ |
14 | dictwidget.cpp \ | 14 | dictwidget.cpp \ |
15 | dingwidget.cpp | 15 | dingwidget.cpp |
16 | INCLUDEPATH += $(OPIEDIR)/include | 16 | INCLUDEPATH += $(OPIEDIR)/include |
17 | DEPENDPATH += $(OPIEDIR)/include | 17 | DEPENDPATH += $(OPIEDIR)/include |
18 | LIBS += -lqpe -lstdc++ -lopie | 18 | LIBS += -lqpe -lstdc++ -lopie |
19 | TARGET = odict | 19 | TARGET = odict |
20 | DESTDIR = $(OPIEDIR)/bin | 20 | DESTDIR = $(OPIEDIR)/bin |
21 | 21 | ||
22 | TRANSLATIONS = ../../../i18n/de/odict.ts \ | 22 | TRANSLATIONS = ../../../i18n/de/odict.ts \ |
23 | ../../../i18n/xx/odict.ts \ | 23 | ../../../i18n/xx/odict.ts \ |
24 | ../../../i18n/en/odict.ts \ | 24 | ../../../i18n/en/odict.ts \ |
25 | ../../../i18n/es/odict.ts \ | 25 | ../../../i18n/es/odict.ts \ |
26 | ../../../i18n/fr/odict.ts \ | 26 | ../../../i18n/fr/odict.ts \ |
27 | ../../../i18n/hu/odict.ts \ | 27 | ../../../i18n/hu/odict.ts \ |
28 | ../../../i18n/ja/odict.ts \ | 28 | ../../../i18n/ja/odict.ts \ |
29 | ../../../i18n/ko/odict.ts \ | 29 | ../../../i18n/ko/odict.ts \ |
30 | ../../../i18n/no/odict.ts \ | 30 | ../../../i18n/no/odict.ts \ |
31 | ../../../i18n/pl/odict.ts \ | 31 | ../../../i18n/pl/odict.ts \ |
32 | ../../../i18n/pt/odict.ts \ | 32 | ../../../i18n/pt/odict.ts \ |
33 | ../../../i18n/pt_BR/odict.ts \ | 33 | ../../../i18n/pt_BR/odict.ts \ |
34 | ../../../i18n/sl/odict.ts \ | 34 | ../../../i18n/sl/odict.ts \ |
35 | ../../../i18n/zh_CN/odict.ts \ | 35 | ../../../i18n/zh_CN/odict.ts \ |
36 | ../../../i18n/zh_TW/odict.ts \ | 36 | ../../../i18n/zh_TW/odict.ts \ |
37 | ../../../i18n/it/odict.ts \ | 37 | ../../../i18n/it/odict.ts \ |
38 | ../../../i18n/da/odict.ts | 38 | ../../../i18n/da/odict.ts |
39 | 39 | ||
40 | 40 | ||
41 | 41 | ||
42 | include ( ../../../include.pro ) | 42 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 5ffa46f..58b29ca 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -1,77 +1,77 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | TMAKE_CXXFLAGS+= -DHAVE_OPENPTY | 2 | TMAKE_CXXFLAGS+= -DHAVE_OPENPTY |
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | #CONFIG = qt debug | 4 | #CONFIG = qt debug |
5 | DESTDIR = $(OPIEDIR)/bin | 5 | DESTDIR = $(OPIEDIR)/bin |
6 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ | 6 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ |
7 | file_layer.h filetransfer.h \ | 7 | file_layer.h filetransfer.h \ |
8 | metafactory.h \ | 8 | metafactory.h \ |
9 | session.h \ | 9 | session.h \ |
10 | mainwindow.h \ | 10 | mainwindow.h \ |
11 | profile.h \ | 11 | profile.h \ |
12 | profileconfig.h \ | 12 | profileconfig.h \ |
13 | profilemanager.h \ | 13 | profilemanager.h \ |
14 | configwidget.h \ | 14 | configwidget.h \ |
15 | tabwidget.h \ | 15 | tabwidget.h \ |
16 | configdialog.h \ | 16 | configdialog.h \ |
17 | keytrans.h \ | 17 | keytrans.h \ |
18 | transferdialog.h \ | 18 | transferdialog.h \ |
19 | profiledialogwidget.h \ | 19 | profiledialogwidget.h \ |
20 | profileeditordialog.h \ | 20 | profileeditordialog.h \ |
21 | default.h \ | 21 | default.h \ |
22 | iolayerbase.h \ | 22 | iolayerbase.h \ |
23 | serialconfigwidget.h irdaconfigwidget.h \ | 23 | serialconfigwidget.h irdaconfigwidget.h \ |
24 | btconfigwidget.h modemconfigwidget.h \ | 24 | btconfigwidget.h modemconfigwidget.h \ |
25 | atconfigdialog.h dialdialog.h \ | 25 | atconfigdialog.h dialdialog.h \ |
26 | procctl.h \ | 26 | procctl.h \ |
27 | function_keyboard.h \ | 27 | function_keyboard.h \ |
28 | receive_layer.h filereceive.h \ | 28 | receive_layer.h filereceive.h \ |
29 | script.h \ | 29 | script.h \ |
30 | dialer.h \ | 30 | dialer.h \ |
31 | terminalwidget.h \ | 31 | terminalwidget.h \ |
32 | emulation_handler.h TECommon.h \ | 32 | emulation_handler.h TECommon.h \ |
33 | TEHistory.h TEScreen.h TEWidget.h \ | 33 | TEHistory.h TEScreen.h TEWidget.h \ |
34 | TEmuVt102.h TEmulation.h MyPty.h \ | 34 | TEmuVt102.h TEmulation.h MyPty.h \ |
35 | consoleconfigwidget.h | 35 | consoleconfigwidget.h |
36 | 36 | ||
37 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ | 37 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ |
38 | file_layer.cpp filetransfer.cpp \ | 38 | file_layer.cpp filetransfer.cpp \ |
39 | main.cpp \ | 39 | main.cpp \ |
40 | metafactory.cpp \ | 40 | metafactory.cpp \ |
41 | session.cpp \ | 41 | session.cpp \ |
42 | mainwindow.cpp \ | 42 | mainwindow.cpp \ |
43 | profile.cpp \ | 43 | profile.cpp \ |
44 | profileconfig.cpp \ | 44 | profileconfig.cpp \ |
45 | profilemanager.cpp \ | 45 | profilemanager.cpp \ |
46 | tabwidget.cpp \ | 46 | tabwidget.cpp \ |
47 | configdialog.cpp \ | 47 | configdialog.cpp \ |
48 | keytrans.cpp \ | 48 | keytrans.cpp \ |
49 | transferdialog.cpp \ | 49 | transferdialog.cpp \ |
50 | profiledialogwidget.cpp \ | 50 | profiledialogwidget.cpp \ |
51 | profileeditordialog.cpp \ | 51 | profileeditordialog.cpp \ |
52 | iolayerbase.cpp \ | 52 | iolayerbase.cpp \ |
53 | serialconfigwidget.cpp irdaconfigwidget.cpp \ | 53 | serialconfigwidget.cpp irdaconfigwidget.cpp \ |
54 | btconfigwidget.cpp modemconfigwidget.cpp \ | 54 | btconfigwidget.cpp modemconfigwidget.cpp \ |
55 | atconfigdialog.cpp dialdialog.cpp \ | 55 | atconfigdialog.cpp dialdialog.cpp \ |
56 | default.cpp procctl.cpp \ | 56 | default.cpp procctl.cpp \ |
57 | function_keyboard.cpp \ | 57 | function_keyboard.cpp \ |
58 | receive_layer.cpp filereceive.cpp \ | 58 | receive_layer.cpp filereceive.cpp \ |
59 | script.cpp \ | 59 | script.cpp \ |
60 | dialer.cpp \ | 60 | dialer.cpp \ |
61 | terminalwidget.cpp \ | 61 | terminalwidget.cpp \ |
62 | emulation_handler.cpp TEHistory.cpp \ | 62 | emulation_handler.cpp TEHistory.cpp \ |
63 | TEScreen.cpp TEWidget.cpp \ | 63 | TEScreen.cpp TEWidget.cpp \ |
64 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ | 64 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ |
65 | consoleconfigwidget.cpp | 65 | consoleconfigwidget.cpp |
66 | 66 | ||
67 | 67 | ||
68 | INTERFACES = configurebase.ui editbase.ui | 68 | INTERFACES = configurebase.ui editbase.ui |
69 | INCLUDEPATH += $(OPIEDIR)/include | 69 | INCLUDEPATH += $(OPIEDIR)/include |
70 | DEPENDPATH += $(OPIEDIR)/include | 70 | DEPENDPATH += $(OPIEDIR)/include |
71 | LIBS += -lqpe -lopie -lutil | 71 | LIBS += -lqpe -lopie -lutil |
72 | TARGET = opie-console | 72 | TARGET = opie-console |
73 | 73 | ||
74 | 74 | ||
75 | 75 | ||
76 | 76 | ||
77 | include ( ../../../include.pro ) | 77 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/opie-console/test/console.pro b/noncore/apps/opie-console/test/console.pro index ec3efbf..7b4c310 100644 --- a/noncore/apps/opie-console/test/console.pro +++ b/noncore/apps/opie-console/test/console.pro | |||
@@ -1,21 +1,21 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | #CONFIG = qt warn_on release | 2 | #CONFIG = qt warn_on release |
3 | CONFIG = qt debug | 3 | CONFIG = qt debug |
4 | #DESTDIR = $(OPIEDIR)/bin | 4 | #DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\ | 5 | HEADERS = ../io_layer.h ../io_serial.h ../sz_transfer.h ../file_layer.h\ |
6 | senderui.h ../profile.h ../filetransfer.h ../procctl.h \ | 6 | senderui.h ../profile.h ../filetransfer.h ../procctl.h \ |
7 | ../filereceive.h ../receive_layer.h | 7 | ../filereceive.h ../receive_layer.h |
8 | SOURCES = ../io_layer.cpp ../io_serial.cpp \ | 8 | SOURCES = ../io_layer.cpp ../io_serial.cpp \ |
9 | ../profile.cpp ../sz_transfer.cpp ../file_layer.cpp\ | 9 | ../profile.cpp ../sz_transfer.cpp ../file_layer.cpp\ |
10 | main.cpp senderui.cpp ../filetransfer.cpp ../procctl.cpp \ | 10 | main.cpp senderui.cpp ../filetransfer.cpp ../procctl.cpp \ |
11 | ../filereceive.cpp ../receive_layer.cpp | 11 | ../filereceive.cpp ../receive_layer.cpp |
12 | INTERFACES = sender.ui | 12 | INTERFACES = sender.ui |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += $(OPIEDIR)/include | 14 | DEPENDPATH += $(OPIEDIR)/include |
15 | LIBS += -lqpe -lopie | 15 | LIBS += -lqpe -lopie |
16 | TARGET = test | 16 | TARGET = test |
17 | 17 | ||
18 | 18 | ||
19 | 19 | ||
20 | 20 | ||
21 | include ( ../../../../include.pro ) | 21 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index aae9a01..409f9c7 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -1,77 +1,77 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = Aportis.h \ | 3 | HEADERS = Aportis.h \ |
4 | Bkmks.h \ | 4 | Bkmks.h \ |
5 | BuffDoc.h \ | 5 | BuffDoc.h \ |
6 | CAnnoEdit.h \ | 6 | CAnnoEdit.h \ |
7 | CBuffer.h \ | 7 | CBuffer.h \ |
8 | CDrawBuffer.h \ | 8 | CDrawBuffer.h \ |
9 | CEncoding.h \ | 9 | CEncoding.h \ |
10 | CExpander.h \ | 10 | CExpander.h \ |
11 | CFilter.h \ | 11 | CFilter.h \ |
12 | Filedata.h \ | 12 | Filedata.h \ |
13 | FontControl.h \ | 13 | FontControl.h \ |
14 | GraphicWin.h \ | 14 | GraphicWin.h \ |
15 | Markups.h \ | 15 | Markups.h \ |
16 | Navigation.h \ | 16 | Navigation.h \ |
17 | Palm2QImage.h \ | 17 | Palm2QImage.h \ |
18 | QFloatBar.h \ | 18 | QFloatBar.h \ |
19 | QTReader.h \ | 19 | QTReader.h \ |
20 | QTReaderApp.h \ | 20 | QTReaderApp.h \ |
21 | QtrListView.h \ | 21 | QtrListView.h \ |
22 | Queue.h \ | 22 | Queue.h \ |
23 | StateData.h \ | 23 | StateData.h \ |
24 | StyleConsts.h \ | 24 | StyleConsts.h \ |
25 | ZText.h \ | 25 | ZText.h \ |
26 | arith.h \ | 26 | arith.h \ |
27 | cbkmkselector.h \ | 27 | cbkmkselector.h \ |
28 | config.h \ | 28 | config.h \ |
29 | fileBrowser.h \ | 29 | fileBrowser.h \ |
30 | infowin.h \ | 30 | infowin.h \ |
31 | my_list.h \ | 31 | my_list.h \ |
32 | name.h \ | 32 | name.h \ |
33 | opie.h \ | 33 | opie.h \ |
34 | pdb.h \ | 34 | pdb.h \ |
35 | plucker.h \ | 35 | plucker.h \ |
36 | ppm.h \ | 36 | ppm.h \ |
37 | ppm_expander.h \ | 37 | ppm_expander.h \ |
38 | ustring.h \ | 38 | ustring.h \ |
39 | utypes.h \ | 39 | utypes.h \ |
40 | version.h \ | 40 | version.h \ |
41 | ztxt.h | 41 | ztxt.h |
42 | 42 | ||
43 | SOURCES = Aportis.cpp \ | 43 | SOURCES = Aportis.cpp \ |
44 | Bkmks.cpp \ | 44 | Bkmks.cpp \ |
45 | BuffDoc.cpp \ | 45 | BuffDoc.cpp \ |
46 | CBuffer.cpp \ | 46 | CBuffer.cpp \ |
47 | CDrawBuffer.cpp \ | 47 | CDrawBuffer.cpp \ |
48 | CEncoding.cpp \ | 48 | CEncoding.cpp \ |
49 | CFilter.cpp \ | 49 | CFilter.cpp \ |
50 | FontControl.cpp \ | 50 | FontControl.cpp \ |
51 | Navigation.cpp \ | 51 | Navigation.cpp \ |
52 | Palm2QImage.cpp \ | 52 | Palm2QImage.cpp \ |
53 | QTReader.cpp \ | 53 | QTReader.cpp \ |
54 | QTReaderApp.cpp \ | 54 | QTReaderApp.cpp \ |
55 | QtrListView.cpp \ | 55 | QtrListView.cpp \ |
56 | StyleConsts.cpp \ | 56 | StyleConsts.cpp \ |
57 | arith_d.cpp \ | 57 | arith_d.cpp \ |
58 | fileBrowser.cpp \ | 58 | fileBrowser.cpp \ |
59 | infowin.cpp \ | 59 | infowin.cpp \ |
60 | main.cpp \ | 60 | main.cpp \ |
61 | pdb.cpp \ | 61 | pdb.cpp \ |
62 | plucker.cpp \ | 62 | plucker.cpp \ |
63 | ppm.cpp \ | 63 | ppm.cpp \ |
64 | ppm_expander.cpp \ | 64 | ppm_expander.cpp \ |
65 | ztxt.cpp | 65 | ztxt.cpp |
66 | 66 | ||
67 | INTERFACES= | 67 | INTERFACES= |
68 | DESTDIR = $(OPIEDIR)/bin | 68 | DESTDIR = $(OPIEDIR)/bin |
69 | INCLUDEPATH+= $(OPIEDIR)/include | 69 | INCLUDEPATH+= $(OPIEDIR)/include |
70 | DEPENDPATH+= $(OPIEDIR)/include | 70 | DEPENDPATH+= $(OPIEDIR)/include |
71 | TARGET = reader | 71 | TARGET = reader |
72 | LIBS += -lqpe | 72 | LIBS += -lqpe |
73 | 73 | ||
74 | 74 | ||
75 | 75 | ||
76 | 76 | ||
77 | include ( ../../../include.pro ) | 77 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 7256c0c..90f29fc 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h | 4 | HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h |
5 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp | 5 | SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = sheetqt | 9 | TARGET = sheetqt |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ |
12 | ../../../i18n/da/opie-sheet.ts \ | 12 | ../../../i18n/da/opie-sheet.ts \ |
13 | ../../../i18n/xx/opie-sheet.ts \ | 13 | ../../../i18n/xx/opie-sheet.ts \ |
14 | ../../../i18n/en/opie-sheet.ts \ | 14 | ../../../i18n/en/opie-sheet.ts \ |
15 | ../../../i18n/es/opie-sheet.ts \ | 15 | ../../../i18n/es/opie-sheet.ts \ |
16 | ../../../i18n/fr/opie-sheet.ts \ | 16 | ../../../i18n/fr/opie-sheet.ts \ |
17 | ../../../i18n/hu/opie-sheet.ts \ | 17 | ../../../i18n/hu/opie-sheet.ts \ |
18 | ../../../i18n/ja/opie-sheet.ts \ | 18 | ../../../i18n/ja/opie-sheet.ts \ |
19 | ../../../i18n/ko/opie-sheet.ts \ | 19 | ../../../i18n/ko/opie-sheet.ts \ |
20 | ../../../i18n/no/opie-sheet.ts \ | 20 | ../../../i18n/no/opie-sheet.ts \ |
21 | ../../../i18n/pl/opie-sheet.ts \ | 21 | ../../../i18n/pl/opie-sheet.ts \ |
22 | ../../../i18n/pt/opie-sheet.ts \ | 22 | ../../../i18n/pt/opie-sheet.ts \ |
23 | ../../../i18n/pt_BR/opie-sheet.ts \ | 23 | ../../../i18n/pt_BR/opie-sheet.ts \ |
24 | ../../../i18n/sl/opie-sheet.ts \ | 24 | ../../../i18n/sl/opie-sheet.ts \ |
25 | ../../../i18n/zh_CN/opie-sheet.ts \ | 25 | ../../../i18n/zh_CN/opie-sheet.ts \ |
26 | ../../../i18n/zh_TW/opie-sheet.ts \ | 26 | ../../../i18n/zh_TW/opie-sheet.ts \ |
27 | ../../../i18n/it/opie-sheet.ts | 27 | ../../../i18n/it/opie-sheet.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/opie-write/opie-write.pro b/noncore/apps/opie-write/opie-write.pro index 6a9d96d..f7bb296 100644 --- a/noncore/apps/opie-write/opie-write.pro +++ b/noncore/apps/opie-write/opie-write.pro | |||
@@ -1,29 +1,29 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | 3 | ||
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS =qcleanuphandler.h \ | 6 | HEADERS =qcleanuphandler.h \ |
7 | qcomplextext_p.h \ | 7 | qcomplextext_p.h \ |
8 | qrichtext_p.h \ | 8 | qrichtext_p.h \ |
9 | qstylesheet.h \ | 9 | qstylesheet.h \ |
10 | qtextedit.h \ | 10 | qtextedit.h \ |
11 | mainwindow.h | 11 | mainwindow.h |
12 | 12 | ||
13 | SOURCES =qcomplextext.cpp \ | 13 | SOURCES =qcomplextext.cpp \ |
14 | qstylesheet.cpp \ | 14 | qstylesheet.cpp \ |
15 | qrichtext_p.cpp \ | 15 | qrichtext_p.cpp \ |
16 | qrichtext.cpp \ | 16 | qrichtext.cpp \ |
17 | qtextedit.cpp \ | 17 | qtextedit.cpp \ |
18 | main.cpp \ | 18 | main.cpp \ |
19 | mainwindow.cpp | 19 | mainwindow.cpp |
20 | 20 | ||
21 | INCLUDEPATH+= $(OPIEDIR)/include | 21 | INCLUDEPATH+= $(OPIEDIR)/include |
22 | DEPENDPATH+= $(OPIEDIR)/include | 22 | DEPENDPATH+= $(OPIEDIR)/include |
23 | LIBS += -lqpe | 23 | LIBS += -lqpe |
24 | 24 | ||
25 | TARGET = opie-write | 25 | TARGET = opie-write |
26 | 26 | ||
27 | 27 | ||
28 | 28 | ||
29 | include ( ../../../include.pro ) | 29 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 91222d2..1c7905b 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -1,57 +1,57 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | SUBDIRS = db ui | 4 | SUBDIRS = db ui |
5 | HEADERS = tableviewer.h \ | 5 | HEADERS = tableviewer.h \ |
6 | ui/commonwidgets.h \ | 6 | ui/commonwidgets.h \ |
7 | ui/tvbrowseview.h \ | 7 | ui/tvbrowseview.h \ |
8 | ui/tvlistview.h \ | 8 | ui/tvlistview.h \ |
9 | ui/tvfilterview.h \ | 9 | ui/tvfilterview.h \ |
10 | ui/tveditview.h \ | 10 | ui/tveditview.h \ |
11 | ui/browsekeyentry.h \ | 11 | ui/browsekeyentry.h \ |
12 | ui/filterkeyentry.h \ | 12 | ui/filterkeyentry.h \ |
13 | ui/tvkeyedit.h \ | 13 | ui/tvkeyedit.h \ |
14 | db/datacache.h \ | 14 | db/datacache.h \ |
15 | db/common.h \ | 15 | db/common.h \ |
16 | db/xmlsource.h \ | 16 | db/xmlsource.h \ |
17 | db/csvsource.h | 17 | db/csvsource.h |
18 | SOURCES = main.cpp \ | 18 | SOURCES = main.cpp \ |
19 | tableviewer.cpp \ | 19 | tableviewer.cpp \ |
20 | ui/commonwidgets.cpp \ | 20 | ui/commonwidgets.cpp \ |
21 | ui/tvbrowseview.cpp \ | 21 | ui/tvbrowseview.cpp \ |
22 | ui/tvfilterview.cpp \ | 22 | ui/tvfilterview.cpp \ |
23 | ui/browsekeyentry.cpp \ | 23 | ui/browsekeyentry.cpp \ |
24 | ui/filterkeyentry.cpp \ | 24 | ui/filterkeyentry.cpp \ |
25 | ui/tvlistview.cpp \ | 25 | ui/tvlistview.cpp \ |
26 | ui/tveditview.cpp \ | 26 | ui/tveditview.cpp \ |
27 | ui/tvkeyedit.cpp \ | 27 | ui/tvkeyedit.cpp \ |
28 | db/datacache.cpp \ | 28 | db/datacache.cpp \ |
29 | db/xmlsource.cpp \ | 29 | db/xmlsource.cpp \ |
30 | db/csvsource.cpp \ | 30 | db/csvsource.cpp \ |
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | TARGET = tableviewer |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe |
37 | 37 | ||
38 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ | 38 | TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ |
39 | ../../../i18n/da/tableviewer.ts \ | 39 | ../../../i18n/da/tableviewer.ts \ |
40 | ../../../i18n/xx/tableviewer.ts \ | 40 | ../../../i18n/xx/tableviewer.ts \ |
41 | ../../../i18n/en/tableviewer.ts \ | 41 | ../../../i18n/en/tableviewer.ts \ |
42 | ../../../i18n/es/tableviewer.ts \ | 42 | ../../../i18n/es/tableviewer.ts \ |
43 | ../../../i18n/fr/tableviewer.ts \ | 43 | ../../../i18n/fr/tableviewer.ts \ |
44 | ../../../i18n/hu/tableviewer.ts \ | 44 | ../../../i18n/hu/tableviewer.ts \ |
45 | ../../../i18n/ja/tableviewer.ts \ | 45 | ../../../i18n/ja/tableviewer.ts \ |
46 | ../../../i18n/ko/tableviewer.ts \ | 46 | ../../../i18n/ko/tableviewer.ts \ |
47 | ../../../i18n/no/tableviewer.ts \ | 47 | ../../../i18n/no/tableviewer.ts \ |
48 | ../../../i18n/pl/tableviewer.ts \ | 48 | ../../../i18n/pl/tableviewer.ts \ |
49 | ../../../i18n/pt/tableviewer.ts \ | 49 | ../../../i18n/pt/tableviewer.ts \ |
50 | ../../../i18n/pt_BR/tableviewer.ts \ | 50 | ../../../i18n/pt_BR/tableviewer.ts \ |
51 | ../../../i18n/sl/tableviewer.ts \ | 51 | ../../../i18n/sl/tableviewer.ts \ |
52 | ../../../i18n/zh_CN/tableviewer.ts \ | 52 | ../../../i18n/zh_CN/tableviewer.ts \ |
53 | ../../../i18n/zh_TW/tableviewer.ts | 53 | ../../../i18n/zh_TW/tableviewer.ts |
54 | 54 | ||
55 | 55 | ||
56 | 56 | ||
57 | include ( ../../../include.pro ) | 57 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro index 0dd5b4c..b0354e6 100644 --- a/noncore/apps/tinykate/libkate/libkate.pro +++ b/noncore/apps/tinykate/libkate/libkate.pro | |||
@@ -1,90 +1,90 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = microkde/kapplication.h \ | 3 | HEADERS = microkde/kapplication.h \ |
4 | microkde/kconfig.h \ | 4 | microkde/kconfig.h \ |
5 | microkde/kdebug.h \ | 5 | microkde/kdebug.h \ |
6 | microkde/kdialog.h \ | 6 | microkde/kdialog.h \ |
7 | microkde/kdialogbase.h \ | 7 | microkde/kdialogbase.h \ |
8 | microkde/kfiledialog.h \ | 8 | microkde/kfiledialog.h \ |
9 | microkde/kglobal.h \ | 9 | microkde/kglobal.h \ |
10 | microkde/kiconloader.h \ | 10 | microkde/kiconloader.h \ |
11 | microkde/klineedit.h \ | 11 | microkde/klineedit.h \ |
12 | microkde/klocale.h \ | 12 | microkde/klocale.h \ |
13 | microkde/kmessagebox.h \ | 13 | microkde/kmessagebox.h \ |
14 | microkde/kprinter.h \ | 14 | microkde/kprinter.h \ |
15 | microkde/krestrictedline.h \ | 15 | microkde/krestrictedline.h \ |
16 | microkde/kseparator.h \ | 16 | microkde/kseparator.h \ |
17 | microkde/ksimpleconfig.h \ | 17 | microkde/ksimpleconfig.h \ |
18 | microkde/kstandarddirs.h \ | 18 | microkde/kstandarddirs.h \ |
19 | microkde/ktempfile.h \ | 19 | microkde/ktempfile.h \ |
20 | microkde/kunload.h \ | 20 | microkde/kunload.h \ |
21 | microkde/kurlrequester.h \ | 21 | microkde/kurlrequester.h \ |
22 | microkde/kfontdialog.h \ | 22 | microkde/kfontdialog.h \ |
23 | microkde/krun.h \ | 23 | microkde/krun.h \ |
24 | microkde/knumvalidator.h \ | 24 | microkde/knumvalidator.h \ |
25 | microkde/kstaticdeleter.h \ | 25 | microkde/kstaticdeleter.h \ |
26 | microkde/klistview.h \ | 26 | microkde/klistview.h \ |
27 | microkde/kglobalsettings.h \ | 27 | microkde/kglobalsettings.h \ |
28 | microkde/kcolorbtn.h \ | 28 | microkde/kcolorbtn.h \ |
29 | \ | 29 | \ |
30 | \ | 30 | \ |
31 | qt3back/qregexp3.h \ | 31 | qt3back/qregexp3.h \ |
32 | kde/ksharedptr.h \ | 32 | kde/ksharedptr.h \ |
33 | document/katebuffer.h document/katedialogs.h \ | 33 | document/katebuffer.h document/katedialogs.h \ |
34 | document/katetextline.h \ | 34 | document/katetextline.h \ |
35 | document/katecmd.h \ | 35 | document/katecmd.h \ |
36 | document/katehighlight.h \ | 36 | document/katehighlight.h \ |
37 | document/katecmds.h document/katedocument.h \ | 37 | document/katecmds.h document/katedocument.h \ |
38 | document/katesyntaxdocument.h \ | 38 | document/katesyntaxdocument.h \ |
39 | view/kateundohistory.h \ | 39 | view/kateundohistory.h \ |
40 | view/kateview.h \ | 40 | view/kateview.h \ |
41 | view/kateviewdialog.h \ | 41 | view/kateviewdialog.h \ |
42 | interfaces/view.h \ | 42 | interfaces/view.h \ |
43 | interfaces/document.h \ | 43 | interfaces/document.h \ |
44 | ktexteditor/ktexteditor.h | 44 | ktexteditor/ktexteditor.h |
45 | 45 | ||
46 | SOURCES = microkde/kapplication.cpp \ | 46 | SOURCES = microkde/kapplication.cpp \ |
47 | microkde/kdialogbase.cpp \ | 47 | microkde/kdialogbase.cpp \ |
48 | microkde/kconfig.cpp \ | 48 | microkde/kconfig.cpp \ |
49 | microkde/klocale.cpp \ | 49 | microkde/klocale.cpp \ |
50 | microkde/kmessagebox.cpp \ | 50 | microkde/kmessagebox.cpp \ |
51 | microkde/kprocess.cpp \ | 51 | microkde/kprocess.cpp \ |
52 | microkde/kstandarddirs.cpp \ | 52 | microkde/kstandarddirs.cpp \ |
53 | microkde/ktempfile.cpp \ | 53 | microkde/ktempfile.cpp \ |
54 | microkde/kurlrequester.cpp \ | 54 | microkde/kurlrequester.cpp \ |
55 | microkde/kcolordialog.cpp \ | 55 | microkde/kcolordialog.cpp \ |
56 | microkde/kfontdialog.cpp \ | 56 | microkde/kfontdialog.cpp \ |
57 | microkde/krun.cpp \ | 57 | microkde/krun.cpp \ |
58 | microkde/knumvalidator.cpp \ | 58 | microkde/knumvalidator.cpp \ |
59 | microkde/kglobal.cpp \ | 59 | microkde/kglobal.cpp \ |
60 | microkde/kglobalsettings.cpp \ | 60 | microkde/kglobalsettings.cpp \ |
61 | microkde/kcolorbtn.cpp \ | 61 | microkde/kcolorbtn.cpp \ |
62 | \ | 62 | \ |
63 | \ | 63 | \ |
64 | qt3back/qregexp3.cpp \ | 64 | qt3back/qregexp3.cpp \ |
65 | ktexteditor/ktexteditor.cpp \ | 65 | ktexteditor/ktexteditor.cpp \ |
66 | document/katebuffer.cpp document/katedialogs.cpp \ | 66 | document/katebuffer.cpp document/katedialogs.cpp \ |
67 | document/katehighlight.cpp \ | 67 | document/katehighlight.cpp \ |
68 | document/katecmd.cpp \ | 68 | document/katecmd.cpp \ |
69 | document/katesyntaxdocument.cpp document/katecmds.cpp \ | 69 | document/katesyntaxdocument.cpp document/katecmds.cpp \ |
70 | document/katedocument.cpp document/katetextline.cpp \ | 70 | document/katedocument.cpp document/katetextline.cpp \ |
71 | view/kateundohistory.cpp \ | 71 | view/kateundohistory.cpp \ |
72 | view/kateview.cpp \ | 72 | view/kateview.cpp \ |
73 | view/kateviewdialog.cpp \ | 73 | view/kateviewdialog.cpp \ |
74 | interfaces/interfaces.cpp | 74 | interfaces/interfaces.cpp |
75 | 75 | ||
76 | INTERFACES= | 76 | INTERFACES= |
77 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ | 77 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ |
78 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ | 78 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ |
79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ | 79 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ |
80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ | 80 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ |
81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ | 81 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ |
82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back | 82 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back |
83 | DEPENDPATH+= $(OPIEDIR)/include | 83 | DEPENDPATH+= $(OPIEDIR)/include |
84 | LIBS += -lqpe -lopie | 84 | LIBS += -lqpe -lopie |
85 | TARGET = tinykate | 85 | TARGET = tinykate |
86 | 86 | ||
87 | INCLUDEPATH += $(OPIEDIR)/include | 87 | INCLUDEPATH += $(OPIEDIR)/include |
88 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 88 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
89 | 89 | ||
90 | include ( ../../../../include.pro ) | 90 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/apps/tinykate/tinykate.pro b/noncore/apps/tinykate/tinykate.pro index 11b4e5d..61b60a6 100644 --- a/noncore/apps/tinykate/tinykate.pro +++ b/noncore/apps/tinykate/tinykate.pro | |||
@@ -1,20 +1,20 @@ | |||
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 = tinykate.h | 4 | HEADERS = tinykate.h |
5 | SOURCES = tinykate.cpp main.cpp | 5 | SOURCES = tinykate.cpp main.cpp |
6 | INTERFACES= | 6 | INTERFACES= |
7 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ | 7 | INCLUDEPATH+= $(OPIEDIR)/include $(OPIEDIR)/noncore/apps/tinykate/libkate/microkde \ |
8 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ | 8 | $(OPIEDIR)/noncore/apps/tinykate/libkate/document \ |
9 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ | 9 | $(OPIEDIR)/noncore/apps/tinykate/libkate/view \ |
10 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ | 10 | $(OPIEDIR)/noncore/apps/tinykate/libkate/interfaces \ |
11 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ | 11 | $(OPIEDIR)/noncore/apps/tinykate/libkate/ktexteditor \ |
12 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back | 12 | $(OPIEDIR)/noncore/apps/tinykate/libkate/qt3back |
13 | 13 | ||
14 | DEPENDPATH+= $(OPIEDIR)/include | 14 | DEPENDPATH+= $(OPIEDIR)/include |
15 | LIBS += -lqpe -ltinykate -lopie | 15 | LIBS += -lqpe -ltinykate -lopie |
16 | TARGET = tinykate | 16 | TARGET = tinykate |
17 | 17 | ||
18 | 18 | ||
19 | 19 | ||
20 | include ( ../../../include.pro ) | 20 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 83171ba..1eee074 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -1,55 +1,55 @@ | |||
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 = d3des.h \ | 4 | HEADERS = d3des.h \ |
5 | krfbbuffer.h \ | 5 | krfbbuffer.h \ |
6 | krfbcanvas.h \ | 6 | krfbcanvas.h \ |
7 | krfbconnection.h \ | 7 | krfbconnection.h \ |
8 | krfbdecoder.h \ | 8 | krfbdecoder.h \ |
9 | krfblogin.h \ | 9 | krfblogin.h \ |
10 | krfbserver.h \ | 10 | krfbserver.h \ |
11 | krfbserverinfo.h \ | 11 | krfbserverinfo.h \ |
12 | kvnc.h \ | 12 | kvnc.h \ |
13 | kvncconndlg.h \ | 13 | kvncconndlg.h \ |
14 | kvncbookmarkdlg.h \ | 14 | kvncbookmarkdlg.h \ |
15 | version.h \ | 15 | version.h \ |
16 | vncauth.h | 16 | vncauth.h |
17 | SOURCES = d3des.c \ | 17 | SOURCES = d3des.c \ |
18 | vncauth.c \ | 18 | vncauth.c \ |
19 | krfbbuffer.cpp \ | 19 | krfbbuffer.cpp \ |
20 | krfbcanvas.cpp \ | 20 | krfbcanvas.cpp \ |
21 | krfbconnection.cpp \ | 21 | krfbconnection.cpp \ |
22 | krfbdecoder.cpp \ | 22 | krfbdecoder.cpp \ |
23 | krfblogin.cpp \ | 23 | krfblogin.cpp \ |
24 | krfbserver.cpp \ | 24 | krfbserver.cpp \ |
25 | kvnc.cpp \ | 25 | kvnc.cpp \ |
26 | kvncconndlg.cpp \ | 26 | kvncconndlg.cpp \ |
27 | kvncbookmarkdlg.cpp \ | 27 | kvncbookmarkdlg.cpp \ |
28 | main.cpp | 28 | main.cpp |
29 | INTERFACES= kvncconndlgbase.ui \ | 29 | INTERFACES= kvncconndlgbase.ui \ |
30 | kvncbookmarkdlgbase.ui | 30 | kvncbookmarkdlgbase.ui |
31 | TARGET = keypebble | 31 | TARGET = keypebble |
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH += $(OPIEDIR)/include | 33 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | 35 | ||
36 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ | 36 | TRANSLATIONS = ../../../i18n/de/keypebble.ts \ |
37 | ../../../i18n/da/keypebble.ts \ | 37 | ../../../i18n/da/keypebble.ts \ |
38 | ../../../i18n/xx/keypebble.ts \ | 38 | ../../../i18n/xx/keypebble.ts \ |
39 | ../../../i18n/en/keypebble.ts \ | 39 | ../../../i18n/en/keypebble.ts \ |
40 | ../../../i18n/es/keypebble.ts \ | 40 | ../../../i18n/es/keypebble.ts \ |
41 | ../../../i18n/fr/keypebble.ts \ | 41 | ../../../i18n/fr/keypebble.ts \ |
42 | ../../../i18n/hu/keypebble.ts \ | 42 | ../../../i18n/hu/keypebble.ts \ |
43 | ../../../i18n/ja/keypebble.ts \ | 43 | ../../../i18n/ja/keypebble.ts \ |
44 | ../../../i18n/ko/keypebble.ts \ | 44 | ../../../i18n/ko/keypebble.ts \ |
45 | ../../../i18n/no/keypebble.ts \ | 45 | ../../../i18n/no/keypebble.ts \ |
46 | ../../../i18n/pl/keypebble.ts \ | 46 | ../../../i18n/pl/keypebble.ts \ |
47 | ../../../i18n/pt/keypebble.ts \ | 47 | ../../../i18n/pt/keypebble.ts \ |
48 | ../../../i18n/pt_BR/keypebble.ts \ | 48 | ../../../i18n/pt_BR/keypebble.ts \ |
49 | ../../../i18n/sl/keypebble.ts \ | 49 | ../../../i18n/sl/keypebble.ts \ |
50 | ../../../i18n/zh_CN/keypebble.ts \ | 50 | ../../../i18n/zh_CN/keypebble.ts \ |
51 | ../../../i18n/zh_TW/keypebble.ts | 51 | ../../../i18n/zh_TW/keypebble.ts |
52 | 52 | ||
53 | 53 | ||
54 | 54 | ||
55 | include ( ../../../include.pro ) | 55 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 62fe70c..4a3bbd8 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = mobilemsg.h | 4 | HEADERS = mobilemsg.h |
5 | SOURCES = main.cpp mobilemsg.cpp | 5 | SOURCES = main.cpp mobilemsg.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = mobilemsg | 9 | TARGET = mobilemsg |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | INTERFACES= mobilemsgbase.ui | 11 | INTERFACES= mobilemsgbase.ui |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ |
14 | ../../../i18n/da/mobilemsg.ts \ | 14 | ../../../i18n/da/mobilemsg.ts \ |
15 | ../../../i18n/xx/mobilemsg.ts \ | 15 | ../../../i18n/xx/mobilemsg.ts \ |
16 | ../../../i18n/en/mobilemsg.ts \ | 16 | ../../../i18n/en/mobilemsg.ts \ |
17 | ../../../i18n/es/mobilemsg.ts \ | 17 | ../../../i18n/es/mobilemsg.ts \ |
18 | ../../../i18n/fr/mobilemsg.ts \ | 18 | ../../../i18n/fr/mobilemsg.ts \ |
19 | ../../../i18n/hu/mobilemsg.ts \ | 19 | ../../../i18n/hu/mobilemsg.ts \ |
20 | ../../../i18n/ja/mobilemsg.ts \ | 20 | ../../../i18n/ja/mobilemsg.ts \ |
21 | ../../../i18n/ko/mobilemsg.ts \ | 21 | ../../../i18n/ko/mobilemsg.ts \ |
22 | ../../../i18n/no/mobilemsg.ts \ | 22 | ../../../i18n/no/mobilemsg.ts \ |
23 | ../../../i18n/pl/mobilemsg.ts \ | 23 | ../../../i18n/pl/mobilemsg.ts \ |
24 | ../../../i18n/pt/mobilemsg.ts \ | 24 | ../../../i18n/pt/mobilemsg.ts \ |
25 | ../../../i18n/pt_BR/mobilemsg.ts \ | 25 | ../../../i18n/pt_BR/mobilemsg.ts \ |
26 | ../../../i18n/sl/mobilemsg.ts \ | 26 | ../../../i18n/sl/mobilemsg.ts \ |
27 | ../../../i18n/zh_CN/mobilemsg.ts \ | 27 | ../../../i18n/zh_CN/mobilemsg.ts \ |
28 | ../../../i18n/zh_TW/mobilemsg.ts | 28 | ../../../i18n/zh_TW/mobilemsg.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/decorations/flat/flat.pro b/noncore/decorations/flat/flat.pro index 96b4b78..e691339 100644 --- a/noncore/decorations/flat/flat.pro +++ b/noncore/decorations/flat/flat.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = flat.h | 3 | HEADERS = flat.h |
4 | SOURCES = flat.cpp | 4 | SOURCES = flat.cpp |
5 | TARGET = flat | 5 | TARGET = flat |
6 | DESTDIR = $(OPIEDIR)/plugins/decorations | 6 | DESTDIR = $(OPIEDIR)/plugins/decorations |
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 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/decorations/liquid/liquid.pro b/noncore/decorations/liquid/liquid.pro index d614a64..7c310a6 100644 --- a/noncore/decorations/liquid/liquid.pro +++ b/noncore/decorations/liquid/liquid.pro | |||
@@ -1,14 +1,14 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded release warn_on | 2 | CONFIG = qt embedded release warn_on |
3 | SOURCES = liquid.cpp | 3 | SOURCES = liquid.cpp |
4 | HEADERS = liquid.h | 4 | HEADERS = liquid.h |
5 | LIBS += -lqpe | 5 | LIBS += -lqpe |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DESTDIR = $(OPIEDIR)/plugins/decorations | 7 | DESTDIR = $(OPIEDIR)/plugins/decorations |
8 | TARGET = liquid | 8 | TARGET = liquid |
9 | VERSION = 1.0.0 | 9 | VERSION = 1.0.0 |
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||
13 | 13 | ||
14 | include ( ../../../include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/decorations/polished/polished.pro b/noncore/decorations/polished/polished.pro index e9ee73a..1ee940e 100644 --- a/noncore/decorations/polished/polished.pro +++ b/noncore/decorations/polished/polished.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = polished.h | 3 | HEADERS = polished.h |
4 | SOURCES = polished.cpp | 4 | SOURCES = polished.cpp |
5 | TARGET = polished | 5 | TARGET = polished |
6 | DESTDIR = $(OPIEDIR)/plugins/decorations | 6 | DESTDIR = $(OPIEDIR)/plugins/decorations |
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 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro index bb3e4df..b66c53d 100644 --- a/noncore/games/bounce/bounce.pro +++ b/noncore/games/bounce/bounce.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = game.h kbounce.h | 4 | HEADERS = game.h kbounce.h |
5 | SOURCES = game.cpp kbounce.cpp main.cpp | 5 | SOURCES = game.cpp kbounce.cpp main.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | DESTDIR = $(OPIEDIR)/bin | 9 | DESTDIR = $(OPIEDIR)/bin |
10 | TARGET = bounce | 10 | TARGET = bounce |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/bounce.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/bounce.ts \ |
13 | ../../../i18n/da/bounce.ts \ | 13 | ../../../i18n/da/bounce.ts \ |
14 | ../../../i18n/xx/bounce.ts \ | 14 | ../../../i18n/xx/bounce.ts \ |
15 | ../../../i18n/en/bounce.ts \ | 15 | ../../../i18n/en/bounce.ts \ |
16 | ../../../i18n/es/bounce.ts \ | 16 | ../../../i18n/es/bounce.ts \ |
17 | ../../../i18n/fr/bounce.ts \ | 17 | ../../../i18n/fr/bounce.ts \ |
18 | ../../../i18n/hu/bounce.ts \ | 18 | ../../../i18n/hu/bounce.ts \ |
19 | ../../../i18n/ja/bounce.ts \ | 19 | ../../../i18n/ja/bounce.ts \ |
20 | ../../../i18n/ko/bounce.ts \ | 20 | ../../../i18n/ko/bounce.ts \ |
21 | ../../../i18n/no/bounce.ts \ | 21 | ../../../i18n/no/bounce.ts \ |
22 | ../../../i18n/pl/bounce.ts \ | 22 | ../../../i18n/pl/bounce.ts \ |
23 | ../../../i18n/pt/bounce.ts \ | 23 | ../../../i18n/pt/bounce.ts \ |
24 | ../../../i18n/pt_BR/bounce.ts \ | 24 | ../../../i18n/pt_BR/bounce.ts \ |
25 | ../../../i18n/sl/bounce.ts \ | 25 | ../../../i18n/sl/bounce.ts \ |
26 | ../../../i18n/zh_CN/bounce.ts \ | 26 | ../../../i18n/zh_CN/bounce.ts \ |
27 | ../../../i18n/zh_TW/bounce.ts \ | 27 | ../../../i18n/zh_TW/bounce.ts \ |
28 | ../../../i18n/it/bounce.ts | 28 | ../../../i18n/it/bounce.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 61c7085..2ce48eb 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = buzzword.h | 3 | HEADERS = buzzword.h |
4 | SOURCES = buzzword.cpp main.cpp | 4 | SOURCES = buzzword.cpp main.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | DESTDIR = $(OPIEDIR)/bin |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = buzzword | 9 | TARGET = buzzword |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/buzzword.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/buzzword.ts \ |
12 | ../../../i18n/da/buzzword.ts \ | 12 | ../../../i18n/da/buzzword.ts \ |
13 | ../../../i18n/xx/buzzword.ts \ | 13 | ../../../i18n/xx/buzzword.ts \ |
14 | ../../../i18n/en/buzzword.ts \ | 14 | ../../../i18n/en/buzzword.ts \ |
15 | ../../../i18n/es/buzzword.ts \ | 15 | ../../../i18n/es/buzzword.ts \ |
16 | ../../../i18n/fr/buzzword.ts \ | 16 | ../../../i18n/fr/buzzword.ts \ |
17 | ../../../i18n/hu/buzzword.ts \ | 17 | ../../../i18n/hu/buzzword.ts \ |
18 | ../../../i18n/ja/buzzword.ts \ | 18 | ../../../i18n/ja/buzzword.ts \ |
19 | ../../../i18n/ko/buzzword.ts \ | 19 | ../../../i18n/ko/buzzword.ts \ |
20 | ../../../i18n/no/buzzword.ts \ | 20 | ../../../i18n/no/buzzword.ts \ |
21 | ../../../i18n/pl/buzzword.ts \ | 21 | ../../../i18n/pl/buzzword.ts \ |
22 | ../../../i18n/pt/buzzword.ts \ | 22 | ../../../i18n/pt/buzzword.ts \ |
23 | ../../../i18n/pt_BR/buzzword.ts \ | 23 | ../../../i18n/pt_BR/buzzword.ts \ |
24 | ../../../i18n/sl/buzzword.ts \ | 24 | ../../../i18n/sl/buzzword.ts \ |
25 | ../../../i18n/zh_CN/buzzword.ts \ | 25 | ../../../i18n/zh_CN/buzzword.ts \ |
26 | ../../../i18n/zh_TW/buzzword.ts \ | 26 | ../../../i18n/zh_TW/buzzword.ts \ |
27 | ../../../i18n/it/buzzword.ts | 27 | ../../../i18n/it/buzzword.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index a96eb66..4c9604f 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro | |||
@@ -1,35 +1,35 @@ | |||
1 | SOURCES+= chess.cpp main.cpp | 1 | SOURCES+= chess.cpp main.cpp |
2 | HEADERS+= chess.h | 2 | HEADERS+= chess.h |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | TARGET = chess | 4 | TARGET = chess |
5 | DEPENDPATH+= $(OPIEDIR)/include | 5 | DEPENDPATH+= $(OPIEDIR)/include |
6 | INTERFACES = mainwindow.ui | 6 | INTERFACES = mainwindow.ui |
7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png | 7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png |
8 | TEMPLATE=app | 8 | TEMPLATE=app |
9 | CONFIG+= qt warn_on release | 9 | CONFIG+= qt warn_on release |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | LIBS+= -lqpe | 11 | LIBS+= -lqpe |
12 | DBFILE= chess.db | 12 | DBFILE= chess.db |
13 | LANGUAGE= C++ | 13 | LANGUAGE= C++ |
14 | CPP_ALWAYS_CREATE_SOURCE= TRUE | 14 | CPP_ALWAYS_CREATE_SOURCE= TRUE |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/chess.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/chess.ts \ |
17 | ../../../i18n/da/chess.ts \ | 17 | ../../../i18n/da/chess.ts \ |
18 | ../../../i18n/xx/chess.ts \ | 18 | ../../../i18n/xx/chess.ts \ |
19 | ../../../i18n/en/chess.ts \ | 19 | ../../../i18n/en/chess.ts \ |
20 | ../../../i18n/es/chess.ts \ | 20 | ../../../i18n/es/chess.ts \ |
21 | ../../../i18n/fr/chess.ts \ | 21 | ../../../i18n/fr/chess.ts \ |
22 | ../../../i18n/hu/chess.ts \ | 22 | ../../../i18n/hu/chess.ts \ |
23 | ../../../i18n/ja/chess.ts \ | 23 | ../../../i18n/ja/chess.ts \ |
24 | ../../../i18n/ko/chess.ts \ | 24 | ../../../i18n/ko/chess.ts \ |
25 | ../../../i18n/no/chess.ts \ | 25 | ../../../i18n/no/chess.ts \ |
26 | ../../../i18n/pl/chess.ts \ | 26 | ../../../i18n/pl/chess.ts \ |
27 | ../../../i18n/pt/chess.ts \ | 27 | ../../../i18n/pt/chess.ts \ |
28 | ../../../i18n/pt_BR/chess.ts \ | 28 | ../../../i18n/pt_BR/chess.ts \ |
29 | ../../../i18n/sl/chess.ts \ | 29 | ../../../i18n/sl/chess.ts \ |
30 | ../../../i18n/zh_CN/chess.ts \ | 30 | ../../../i18n/zh_CN/chess.ts \ |
31 | ../../../i18n/zh_TW/chess.ts | 31 | ../../../i18n/zh_TW/chess.ts |
32 | 32 | ||
33 | 33 | ||
34 | 34 | ||
35 | include ( ../../../include.pro ) | 35 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index d1c246d..6048b25 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = fifteen.h | 4 | HEADERS = fifteen.h |
5 | SOURCES = fifteen.cpp \ | 5 | SOURCES = fifteen.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = fifteen | 10 | TARGET = fifteen |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/fifteen.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/fifteen.ts \ |
13 | ../../../i18n/da/fifteen.ts \ | 13 | ../../../i18n/da/fifteen.ts \ |
14 | ../../../i18n/xx/fifteen.ts \ | 14 | ../../../i18n/xx/fifteen.ts \ |
15 | ../../../i18n/en/fifteen.ts \ | 15 | ../../../i18n/en/fifteen.ts \ |
16 | ../../../i18n/es/fifteen.ts \ | 16 | ../../../i18n/es/fifteen.ts \ |
17 | ../../../i18n/fr/fifteen.ts \ | 17 | ../../../i18n/fr/fifteen.ts \ |
18 | ../../../i18n/hu/fifteen.ts \ | 18 | ../../../i18n/hu/fifteen.ts \ |
19 | ../../../i18n/ja/fifteen.ts \ | 19 | ../../../i18n/ja/fifteen.ts \ |
20 | ../../../i18n/ko/fifteen.ts \ | 20 | ../../../i18n/ko/fifteen.ts \ |
21 | ../../../i18n/no/fifteen.ts \ | 21 | ../../../i18n/no/fifteen.ts \ |
22 | ../../../i18n/pl/fifteen.ts \ | 22 | ../../../i18n/pl/fifteen.ts \ |
23 | ../../../i18n/pt/fifteen.ts \ | 23 | ../../../i18n/pt/fifteen.ts \ |
24 | ../../../i18n/pt_BR/fifteen.ts \ | 24 | ../../../i18n/pt_BR/fifteen.ts \ |
25 | ../../../i18n/sl/fifteen.ts \ | 25 | ../../../i18n/sl/fifteen.ts \ |
26 | ../../../i18n/zh_CN/fifteen.ts \ | 26 | ../../../i18n/zh_CN/fifteen.ts \ |
27 | ../../../i18n/zh_TW/fifteen.ts | 27 | ../../../i18n/zh_TW/fifteen.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 1c98640..0cbcb69 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -1,38 +1,38 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = amigo.h \ | 4 | HEADERS = amigo.h \ |
5 | go.h \ | 5 | go.h \ |
6 | goplayutils.h \ | 6 | goplayutils.h \ |
7 | gowidget.h | 7 | gowidget.h |
8 | SOURCES = amigo.c \ | 8 | SOURCES = amigo.c \ |
9 | goplayer.c \ | 9 | goplayer.c \ |
10 | goplayutils.c \ | 10 | goplayutils.c \ |
11 | killable.c \ | 11 | killable.c \ |
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/go.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/go.ts \ |
20 | ../../../i18n/da/go.ts \ | 20 | ../../../i18n/da/go.ts \ |
21 | ../../../i18n/xx/go.ts \ | 21 | ../../../i18n/xx/go.ts \ |
22 | ../../../i18n/en/go.ts \ | 22 | ../../../i18n/en/go.ts \ |
23 | ../../../i18n/es/go.ts \ | 23 | ../../../i18n/es/go.ts \ |
24 | ../../../i18n/fr/go.ts \ | 24 | ../../../i18n/fr/go.ts \ |
25 | ../../../i18n/hu/go.ts \ | 25 | ../../../i18n/hu/go.ts \ |
26 | ../../../i18n/ja/go.ts \ | 26 | ../../../i18n/ja/go.ts \ |
27 | ../../../i18n/ko/go.ts \ | 27 | ../../../i18n/ko/go.ts \ |
28 | ../../../i18n/no/go.ts \ | 28 | ../../../i18n/no/go.ts \ |
29 | ../../../i18n/pl/go.ts \ | 29 | ../../../i18n/pl/go.ts \ |
30 | ../../../i18n/pt/go.ts \ | 30 | ../../../i18n/pt/go.ts \ |
31 | ../../../i18n/pt_BR/go.ts \ | 31 | ../../../i18n/pt_BR/go.ts \ |
32 | ../../../i18n/sl/go.ts \ | 32 | ../../../i18n/sl/go.ts \ |
33 | ../../../i18n/zh_CN/go.ts \ | 33 | ../../../i18n/zh_CN/go.ts \ |
34 | ../../../i18n/zh_TW/go.ts | 34 | ../../../i18n/zh_TW/go.ts |
35 | 35 | ||
36 | 36 | ||
37 | 37 | ||
38 | include ( ../../../include.pro ) | 38 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index 270fcab..db5dc10 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro | |||
@@ -1,35 +1,35 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ | 3 | HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ |
4 | Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ | 4 | Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ |
5 | UI.h objects.h inputbox.h | 5 | UI.h objects.h inputbox.h |
6 | SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ | 6 | SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ |
7 | Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ | 7 | Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ |
8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp | 8 | Spark.cc UI.cpp inputbox.cpp kbill.cpp |
9 | INTERFACES = helpdialog.ui | 9 | INTERFACES = helpdialog.ui |
10 | TARGET = kbill | 10 | TARGET = kbill |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | INCLUDEPATH+= $(OPIEDIR)/include |
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -lqpe -lstdc++ | 13 | LIBS += -lqpe -lstdc++ |
14 | DESTDIR = $(OPIEDIR)/bin | 14 | DESTDIR = $(OPIEDIR)/bin |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/kbill.ts \ |
17 | ../../../i18n/da/kbill.ts \ | 17 | ../../../i18n/da/kbill.ts \ |
18 | ../../../i18n/xx/kbill.ts \ | 18 | ../../../i18n/xx/kbill.ts \ |
19 | ../../../i18n/en/kbill.ts \ | 19 | ../../../i18n/en/kbill.ts \ |
20 | ../../../i18n/es/kbill.ts \ | 20 | ../../../i18n/es/kbill.ts \ |
21 | ../../../i18n/fr/kbill.ts \ | 21 | ../../../i18n/fr/kbill.ts \ |
22 | ../../../i18n/hu/kbill.ts \ | 22 | ../../../i18n/hu/kbill.ts \ |
23 | ../../../i18n/ja/kbill.ts \ | 23 | ../../../i18n/ja/kbill.ts \ |
24 | ../../../i18n/ko/kbill.ts \ | 24 | ../../../i18n/ko/kbill.ts \ |
25 | ../../../i18n/no/kbill.ts \ | 25 | ../../../i18n/no/kbill.ts \ |
26 | ../../../i18n/pl/kbill.ts \ | 26 | ../../../i18n/pl/kbill.ts \ |
27 | ../../../i18n/pt/kbill.ts \ | 27 | ../../../i18n/pt/kbill.ts \ |
28 | ../../../i18n/pt_BR/kbill.ts \ | 28 | ../../../i18n/pt_BR/kbill.ts \ |
29 | ../../../i18n/sl/kbill.ts \ | 29 | ../../../i18n/sl/kbill.ts \ |
30 | ../../../i18n/zh_CN/kbill.ts \ | 30 | ../../../i18n/zh_CN/kbill.ts \ |
31 | ../../../i18n/zh_TW/kbill.ts | 31 | ../../../i18n/zh_TW/kbill.ts |
32 | 32 | ||
33 | 33 | ||
34 | 34 | ||
35 | include ( ../../../include.pro ) | 35 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index d8b5231..c1631e7 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -1,39 +1,39 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = checkers.h \ | 3 | HEADERS = checkers.h \ |
4 | echeckers.h \ | 4 | echeckers.h \ |
5 | field.h \ | 5 | field.h \ |
6 | kcheckers.h \ | 6 | kcheckers.h \ |
7 | rcheckers.h | 7 | rcheckers.h |
8 | SOURCES = checkers.cpp \ | 8 | SOURCES = checkers.cpp \ |
9 | echeckers.cpp \ | 9 | echeckers.cpp \ |
10 | field.cpp \ | 10 | field.cpp \ |
11 | kcheckers.cpp \ | 11 | kcheckers.cpp \ |
12 | main.cpp \ | 12 | main.cpp \ |
13 | rcheckers.cpp | 13 | rcheckers.cpp |
14 | INTERFACES= | 14 | INTERFACES= |
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | INCLUDEPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | DESTDIR = $(OPIEDIR)/bin | 17 | DESTDIR = $(OPIEDIR)/bin |
18 | TARGET = kcheckers | 18 | TARGET = kcheckers |
19 | 19 | ||
20 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ | 20 | TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ |
21 | ../../../i18n/da/kcheckers.ts \ | 21 | ../../../i18n/da/kcheckers.ts \ |
22 | ../../../i18n/xx/kcheckers.ts \ | 22 | ../../../i18n/xx/kcheckers.ts \ |
23 | ../../../i18n/en/kcheckers.ts \ | 23 | ../../../i18n/en/kcheckers.ts \ |
24 | ../../../i18n/es/kcheckers.ts \ | 24 | ../../../i18n/es/kcheckers.ts \ |
25 | ../../../i18n/fr/kcheckers.ts \ | 25 | ../../../i18n/fr/kcheckers.ts \ |
26 | ../../../i18n/hu/kcheckers.ts \ | 26 | ../../../i18n/hu/kcheckers.ts \ |
27 | ../../../i18n/ja/kcheckers.ts \ | 27 | ../../../i18n/ja/kcheckers.ts \ |
28 | ../../../i18n/ko/kcheckers.ts \ | 28 | ../../../i18n/ko/kcheckers.ts \ |
29 | ../../../i18n/no/kcheckers.ts \ | 29 | ../../../i18n/no/kcheckers.ts \ |
30 | ../../../i18n/pl/kcheckers.ts \ | 30 | ../../../i18n/pl/kcheckers.ts \ |
31 | ../../../i18n/pt/kcheckers.ts \ | 31 | ../../../i18n/pt/kcheckers.ts \ |
32 | ../../../i18n/pt_BR/kcheckers.ts \ | 32 | ../../../i18n/pt_BR/kcheckers.ts \ |
33 | ../../../i18n/sl/kcheckers.ts \ | 33 | ../../../i18n/sl/kcheckers.ts \ |
34 | ../../../i18n/zh_CN/kcheckers.ts \ | 34 | ../../../i18n/zh_CN/kcheckers.ts \ |
35 | ../../../i18n/zh_TW/kcheckers.ts | 35 | ../../../i18n/zh_TW/kcheckers.ts |
36 | 36 | ||
37 | 37 | ||
38 | 38 | ||
39 | include ( ../../../include.pro ) | 39 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index 594397a..bca34a4 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro | |||
@@ -1,62 +1,62 @@ | |||
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 | config.h \ | 20 | config.h \ |
21 | portable.h | 21 | portable.h |
22 | SOURCES = kpacmanwidget.cpp \ | 22 | SOURCES = kpacmanwidget.cpp \ |
23 | referee.cpp \ | 23 | referee.cpp \ |
24 | status.cpp \ | 24 | status.cpp \ |
25 | painter.cpp \ | 25 | painter.cpp \ |
26 | score.cpp \ | 26 | score.cpp \ |
27 | pacman.cpp \ | 27 | pacman.cpp \ |
28 | monster.cpp \ | 28 | monster.cpp \ |
29 | keys.cpp \ | 29 | keys.cpp \ |
30 | fruit.cpp \ | 30 | fruit.cpp \ |
31 | energizer.cpp \ | 31 | energizer.cpp \ |
32 | board.cpp \ | 32 | board.cpp \ |
33 | bitfont.cpp \ | 33 | bitfont.cpp \ |
34 | kpacman.cpp \ | 34 | kpacman.cpp \ |
35 | config.cpp \ | 35 | config.cpp \ |
36 | main.cpp | 36 | main.cpp |
37 | INCLUDEPATH+= $(OPIEDIR)/include | 37 | INCLUDEPATH+= $(OPIEDIR)/include |
38 | DEPENDPATH+= $(OPIEDIR)/include | 38 | DEPENDPATH+= $(OPIEDIR)/include |
39 | LIBS += -lqpe | 39 | LIBS += -lqpe |
40 | DESTDIR = $(OPIEDIR)/bin | 40 | DESTDIR = $(OPIEDIR)/bin |
41 | TARGET = kpacman | 41 | TARGET = kpacman |
42 | 42 | ||
43 | TRANSLATIONS = ../../../i18n/de/kpacman.ts \ | 43 | TRANSLATIONS = ../../../i18n/de/kpacman.ts \ |
44 | ../../../i18n/da/kpacman.ts \ | 44 | ../../../i18n/da/kpacman.ts \ |
45 | ../../../i18n/xx/kpacman.ts \ | 45 | ../../../i18n/xx/kpacman.ts \ |
46 | ../../../i18n/en/kpacman.ts \ | 46 | ../../../i18n/en/kpacman.ts \ |
47 | ../../../i18n/es/kpacman.ts \ | 47 | ../../../i18n/es/kpacman.ts \ |
48 | ../../../i18n/fr/kpacman.ts \ | 48 | ../../../i18n/fr/kpacman.ts \ |
49 | ../../../i18n/hu/kpacman.ts \ | 49 | ../../../i18n/hu/kpacman.ts \ |
50 | ../../../i18n/ja/kpacman.ts \ | 50 | ../../../i18n/ja/kpacman.ts \ |
51 | ../../../i18n/ko/kpacman.ts \ | 51 | ../../../i18n/ko/kpacman.ts \ |
52 | ../../../i18n/no/kpacman.ts \ | 52 | ../../../i18n/no/kpacman.ts \ |
53 | ../../../i18n/pl/kpacman.ts \ | 53 | ../../../i18n/pl/kpacman.ts \ |
54 | ../../../i18n/pt/kpacman.ts \ | 54 | ../../../i18n/pt/kpacman.ts \ |
55 | ../../../i18n/pt_BR/kpacman.ts \ | 55 | ../../../i18n/pt_BR/kpacman.ts \ |
56 | ../../../i18n/sl/kpacman.ts \ | 56 | ../../../i18n/sl/kpacman.ts \ |
57 | ../../../i18n/zh_CN/kpacman.ts \ | 57 | ../../../i18n/zh_CN/kpacman.ts \ |
58 | ../../../i18n/zh_TW/kpacman.ts | 58 | ../../../i18n/zh_TW/kpacman.ts |
59 | 59 | ||
60 | 60 | ||
61 | 61 | ||
62 | include ( ../../../include.pro ) | 62 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 5052467..ed0f79c 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = mindbreaker.h | 4 | HEADERS = mindbreaker.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | mindbreaker.cpp | 6 | mindbreaker.cpp |
7 | TARGET = mindbreaker | 7 | TARGET = mindbreaker |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ |
13 | ../../../i18n/da/mindbreaker.ts \ | 13 | ../../../i18n/da/mindbreaker.ts \ |
14 | ../../../i18n/xx/mindbreaker.ts \ | 14 | ../../../i18n/xx/mindbreaker.ts \ |
15 | ../../../i18n/en/mindbreaker.ts \ | 15 | ../../../i18n/en/mindbreaker.ts \ |
16 | ../../../i18n/es/mindbreaker.ts \ | 16 | ../../../i18n/es/mindbreaker.ts \ |
17 | ../../../i18n/fr/mindbreaker.ts \ | 17 | ../../../i18n/fr/mindbreaker.ts \ |
18 | ../../../i18n/hu/mindbreaker.ts \ | 18 | ../../../i18n/hu/mindbreaker.ts \ |
19 | ../../../i18n/ja/mindbreaker.ts \ | 19 | ../../../i18n/ja/mindbreaker.ts \ |
20 | ../../../i18n/ko/mindbreaker.ts \ | 20 | ../../../i18n/ko/mindbreaker.ts \ |
21 | ../../../i18n/no/mindbreaker.ts \ | 21 | ../../../i18n/no/mindbreaker.ts \ |
22 | ../../../i18n/pl/mindbreaker.ts \ | 22 | ../../../i18n/pl/mindbreaker.ts \ |
23 | ../../../i18n/pt/mindbreaker.ts \ | 23 | ../../../i18n/pt/mindbreaker.ts \ |
24 | ../../../i18n/pt_BR/mindbreaker.ts \ | 24 | ../../../i18n/pt_BR/mindbreaker.ts \ |
25 | ../../../i18n/sl/mindbreaker.ts \ | 25 | ../../../i18n/sl/mindbreaker.ts \ |
26 | ../../../i18n/zh_CN/mindbreaker.ts \ | 26 | ../../../i18n/zh_CN/mindbreaker.ts \ |
27 | ../../../i18n/zh_TW/mindbreaker.ts | 27 | ../../../i18n/zh_TW/mindbreaker.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 3e234a4..9728ac7 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -1,35 +1,35 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | minesweep.h | 5 | minesweep.h |
6 | SOURCES = main.cpp \ | 6 | SOURCES = main.cpp \ |
7 | minefield.cpp \ | 7 | minefield.cpp \ |
8 | minesweep.cpp | 8 | minesweep.cpp |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | TARGET = minesweep | 13 | TARGET = minesweep |
14 | 14 | ||
15 | TRANSLATIONS = ../../../i18n/de/minesweep.ts \ | 15 | TRANSLATIONS = ../../../i18n/de/minesweep.ts \ |
16 | ../../../i18n/da/minesweep.ts \ | 16 | ../../../i18n/da/minesweep.ts \ |
17 | ../../../i18n/xx/minesweep.ts \ | 17 | ../../../i18n/xx/minesweep.ts \ |
18 | ../../../i18n/en/minesweep.ts \ | 18 | ../../../i18n/en/minesweep.ts \ |
19 | ../../../i18n/es/minesweep.ts \ | 19 | ../../../i18n/es/minesweep.ts \ |
20 | ../../../i18n/fr/minesweep.ts \ | 20 | ../../../i18n/fr/minesweep.ts \ |
21 | ../../../i18n/hu/minesweep.ts \ | 21 | ../../../i18n/hu/minesweep.ts \ |
22 | ../../../i18n/ja/minesweep.ts \ | 22 | ../../../i18n/ja/minesweep.ts \ |
23 | ../../../i18n/ko/minesweep.ts \ | 23 | ../../../i18n/ko/minesweep.ts \ |
24 | ../../../i18n/no/minesweep.ts \ | 24 | ../../../i18n/no/minesweep.ts \ |
25 | ../../../i18n/pl/minesweep.ts \ | 25 | ../../../i18n/pl/minesweep.ts \ |
26 | ../../../i18n/pt/minesweep.ts \ | 26 | ../../../i18n/pt/minesweep.ts \ |
27 | ../../../i18n/pt_BR/minesweep.ts \ | 27 | ../../../i18n/pt_BR/minesweep.ts \ |
28 | ../../../i18n/sl/minesweep.ts \ | 28 | ../../../i18n/sl/minesweep.ts \ |
29 | ../../../i18n/zh_CN/minesweep.ts \ | 29 | ../../../i18n/zh_CN/minesweep.ts \ |
30 | ../../../i18n/it/minesweep.ts \ | 30 | ../../../i18n/it/minesweep.ts \ |
31 | ../../../i18n/zh_TW/minesweep.ts | 31 | ../../../i18n/zh_TW/minesweep.ts |
32 | 32 | ||
33 | 33 | ||
34 | 34 | ||
35 | include ( ../../../include.pro ) | 35 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index d8e4b1f..999e28e 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h | 4 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h |
5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp | 5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp |
6 | TARGET = parashoot | 6 | TARGET = parashoot |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/parashoot.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/parashoot.ts \ |
12 | ../../../i18n/da/parashoot.ts \ | 12 | ../../../i18n/da/parashoot.ts \ |
13 | ../../../i18n/xx/parashoot.ts \ | 13 | ../../../i18n/xx/parashoot.ts \ |
14 | ../../../i18n/en/parashoot.ts \ | 14 | ../../../i18n/en/parashoot.ts \ |
15 | ../../../i18n/es/parashoot.ts \ | 15 | ../../../i18n/es/parashoot.ts \ |
16 | ../../../i18n/fr/parashoot.ts \ | 16 | ../../../i18n/fr/parashoot.ts \ |
17 | ../../../i18n/hu/parashoot.ts \ | 17 | ../../../i18n/hu/parashoot.ts \ |
18 | ../../../i18n/ja/parashoot.ts \ | 18 | ../../../i18n/ja/parashoot.ts \ |
19 | ../../../i18n/ko/parashoot.ts \ | 19 | ../../../i18n/ko/parashoot.ts \ |
20 | ../../../i18n/no/parashoot.ts \ | 20 | ../../../i18n/no/parashoot.ts \ |
21 | ../../../i18n/pl/parashoot.ts \ | 21 | ../../../i18n/pl/parashoot.ts \ |
22 | ../../../i18n/pt/parashoot.ts \ | 22 | ../../../i18n/pt/parashoot.ts \ |
23 | ../../../i18n/pt_BR/parashoot.ts \ | 23 | ../../../i18n/pt_BR/parashoot.ts \ |
24 | ../../../i18n/sl/parashoot.ts \ | 24 | ../../../i18n/sl/parashoot.ts \ |
25 | ../../../i18n/zh_CN/parashoot.ts \ | 25 | ../../../i18n/zh_CN/parashoot.ts \ |
26 | ../../../i18n/zh_TW/parashoot.ts | 26 | ../../../i18n/zh_TW/parashoot.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 39b2722..c6b18b0 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h | 4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h |
5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp | 5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp |
6 | TARGET = qasteroids | 6 | TARGET = qasteroids |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ |
12 | ../../../i18n/da/qasteroids.ts \ | 12 | ../../../i18n/da/qasteroids.ts \ |
13 | ../../../i18n/xx/qasteroids.ts \ | 13 | ../../../i18n/xx/qasteroids.ts \ |
14 | ../../../i18n/en/qasteroids.ts \ | 14 | ../../../i18n/en/qasteroids.ts \ |
15 | ../../../i18n/es/qasteroids.ts \ | 15 | ../../../i18n/es/qasteroids.ts \ |
16 | ../../../i18n/fr/qasteroids.ts \ | 16 | ../../../i18n/fr/qasteroids.ts \ |
17 | ../../../i18n/hu/qasteroids.ts \ | 17 | ../../../i18n/hu/qasteroids.ts \ |
18 | ../../../i18n/ja/qasteroids.ts \ | 18 | ../../../i18n/ja/qasteroids.ts \ |
19 | ../../../i18n/ko/qasteroids.ts \ | 19 | ../../../i18n/ko/qasteroids.ts \ |
20 | ../../../i18n/no/qasteroids.ts \ | 20 | ../../../i18n/no/qasteroids.ts \ |
21 | ../../../i18n/pl/qasteroids.ts \ | 21 | ../../../i18n/pl/qasteroids.ts \ |
22 | ../../../i18n/pt/qasteroids.ts \ | 22 | ../../../i18n/pt/qasteroids.ts \ |
23 | ../../../i18n/pt_BR/qasteroids.ts \ | 23 | ../../../i18n/pt_BR/qasteroids.ts \ |
24 | ../../../i18n/sl/qasteroids.ts \ | 24 | ../../../i18n/sl/qasteroids.ts \ |
25 | ../../../i18n/zh_CN/qasteroids.ts \ | 25 | ../../../i18n/zh_CN/qasteroids.ts \ |
26 | ../../../i18n/zh_TW/qasteroids.ts | 26 | ../../../i18n/zh_TW/qasteroids.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/sfcave-sdl/sfcave-sdl.pro b/noncore/games/sfcave-sdl/sfcave-sdl.pro index e874f0d..a4eb918 100644 --- a/noncore/games/sfcave-sdl/sfcave-sdl.pro +++ b/noncore/games/sfcave-sdl/sfcave-sdl.pro | |||
@@ -1,55 +1,55 @@ | |||
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 | TARGET = sfcave-sdl | 4 | TARGET = sfcave-sdl |
5 | 5 | ||
6 | DEFINES = _REENTRANT main=SDL_main | 6 | DEFINES = _REENTRANT main=SDL_main |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | INCLUDEPATH += $(OPIEDIR)/include/SDL | 9 | INCLUDEPATH += $(OPIEDIR)/include/SDL |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | 11 | ||
12 | LIBS += -lqpe -L${SDLDIR}/lib -lSDL -lSDLmain -lSDL_gfx -lSDL_image -lSDL_mixer -lstdc++ | 12 | LIBS += -lqpe -L${SDLDIR}/lib -lSDL -lSDLmain -lSDL_gfx -lSDL_image -lSDL_mixer -lstdc++ |
13 | 13 | ||
14 | SOURCES = animatedimage.cpp \ | 14 | SOURCES = animatedimage.cpp \ |
15 | bfont.cpp \ | 15 | bfont.cpp \ |
16 | font.cpp \ | 16 | font.cpp \ |
17 | game.cpp \ | 17 | game.cpp \ |
18 | menu.cpp \ | 18 | menu.cpp \ |
19 | help.cpp \ | 19 | help.cpp \ |
20 | player.cpp \ | 20 | player.cpp \ |
21 | random.cpp \ | 21 | random.cpp \ |
22 | sfcave.cpp \ | 22 | sfcave.cpp \ |
23 | sfcave_game.cpp \ | 23 | sfcave_game.cpp \ |
24 | gates_game.cpp \ | 24 | gates_game.cpp \ |
25 | fly_game.cpp \ | 25 | fly_game.cpp \ |
26 | flyterrain.cpp \ | 26 | flyterrain.cpp \ |
27 | sound.cpp \ | 27 | sound.cpp \ |
28 | terrain.cpp \ | 28 | terrain.cpp \ |
29 | settings.cpp \ | 29 | settings.cpp \ |
30 | starfield.cpp \ | 30 | starfield.cpp \ |
31 | util.cpp | 31 | util.cpp |
32 | 32 | ||
33 | HEADERS = animatedimage.h \ | 33 | HEADERS = animatedimage.h \ |
34 | bfont.h \ | 34 | bfont.h \ |
35 | constants.h \ | 35 | constants.h \ |
36 | font.h \ | 36 | font.h \ |
37 | game.h \ | 37 | game.h \ |
38 | menu.h \ | 38 | menu.h \ |
39 | player.h \ | 39 | player.h \ |
40 | random.h \ | 40 | random.h \ |
41 | rect.h \ | 41 | rect.h \ |
42 | sfcave.h \ | 42 | sfcave.h \ |
43 | help.h \ | 43 | help.h \ |
44 | sfcave_game.h \ | 44 | sfcave_game.h \ |
45 | gates_game.h \ | 45 | gates_game.h \ |
46 | fly_game.h \ | 46 | fly_game.h \ |
47 | flyterrain.h \ | 47 | flyterrain.h \ |
48 | sound.h \ | 48 | sound.h \ |
49 | terrain.h \ | 49 | terrain.h \ |
50 | stringtokenizer.h \ | 50 | stringtokenizer.h \ |
51 | settings.h \ | 51 | settings.h \ |
52 | starfield.h \ | 52 | starfield.h \ |
53 | util.h | 53 | util.h |
54 | 54 | ||
55 | include ( ../../../include.pro ) \ No newline at end of file | 55 | include ( $(OPIEDIR)/include.pro ) \ No newline at end of file |
diff --git a/noncore/games/sfcave/sfcave.pro b/noncore/games/sfcave/sfcave.pro index 5941c20..bfb3c28 100644 --- a/noncore/games/sfcave/sfcave.pro +++ b/noncore/games/sfcave/sfcave.pro | |||
@@ -1,13 +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 | SOURCES = sfcave.cpp helpwindow.cpp random.cpp | 4 | SOURCES = sfcave.cpp helpwindow.cpp random.cpp |
5 | HEADERS = sfcave.h helpwindow.h random.h | 5 | HEADERS = sfcave.h helpwindow.h random.h |
6 | TARGET = sfcave | 6 | TARGET = sfcave |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||
13 | include ( ../../../include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 845c0a5..2c17467 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h | 4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h |
5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp | 5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp |
6 | TARGET = snake | 6 | TARGET = snake |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/snake.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/snake.ts \ |
12 | ../../../i18n/da/snake.ts \ | 12 | ../../../i18n/da/snake.ts \ |
13 | ../../../i18n/xx/snake.ts \ | 13 | ../../../i18n/xx/snake.ts \ |
14 | ../../../i18n/en/snake.ts \ | 14 | ../../../i18n/en/snake.ts \ |
15 | ../../../i18n/es/snake.ts \ | 15 | ../../../i18n/es/snake.ts \ |
16 | ../../../i18n/fr/snake.ts \ | 16 | ../../../i18n/fr/snake.ts \ |
17 | ../../../i18n/hu/snake.ts \ | 17 | ../../../i18n/hu/snake.ts \ |
18 | ../../../i18n/ja/snake.ts \ | 18 | ../../../i18n/ja/snake.ts \ |
19 | ../../../i18n/ko/snake.ts \ | 19 | ../../../i18n/ko/snake.ts \ |
20 | ../../../i18n/no/snake.ts \ | 20 | ../../../i18n/no/snake.ts \ |
21 | ../../../i18n/pl/snake.ts \ | 21 | ../../../i18n/pl/snake.ts \ |
22 | ../../../i18n/pt/snake.ts \ | 22 | ../../../i18n/pt/snake.ts \ |
23 | ../../../i18n/pt_BR/snake.ts \ | 23 | ../../../i18n/pt_BR/snake.ts \ |
24 | ../../../i18n/sl/snake.ts \ | 24 | ../../../i18n/sl/snake.ts \ |
25 | ../../../i18n/zh_CN/snake.ts \ | 25 | ../../../i18n/zh_CN/snake.ts \ |
26 | ../../../i18n/zh_TW/snake.ts | 26 | ../../../i18n/zh_TW/snake.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index f86fc13..8bd6ac8 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -1,41 +1,41 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ | 6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ |
7 | canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \ | 7 | canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \ |
8 | patiencecardgame.h canvascardwindow.h | 8 | patiencecardgame.h canvascardwindow.h |
9 | 9 | ||
10 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ | 10 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ |
11 | cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \ | 11 | cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \ |
12 | chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \ | 12 | chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \ |
13 | patiencecardgame.cpp canvascardwindow.cpp main.cpp | 13 | patiencecardgame.cpp canvascardwindow.cpp main.cpp |
14 | 14 | ||
15 | TARGET = patience | 15 | TARGET = patience |
16 | 16 | ||
17 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DEPENDPATH += $(OPIEDIR)/include | 18 | DEPENDPATH += $(OPIEDIR)/include |
19 | LIBS += -lqpe | 19 | LIBS += -lqpe |
20 | 20 | ||
21 | TRANSLATIONS = ../../../i18n/de/patience.ts \ | 21 | TRANSLATIONS = ../../../i18n/de/patience.ts \ |
22 | ../../../i18n/da/patience.ts \ | 22 | ../../../i18n/da/patience.ts \ |
23 | ../../../i18n/xx/patience.ts \ | 23 | ../../../i18n/xx/patience.ts \ |
24 | ../../../i18n/en/patience.ts \ | 24 | ../../../i18n/en/patience.ts \ |
25 | ../../../i18n/es/patience.ts \ | 25 | ../../../i18n/es/patience.ts \ |
26 | ../../../i18n/fr/patience.ts \ | 26 | ../../../i18n/fr/patience.ts \ |
27 | ../../../i18n/hu/patience.ts \ | 27 | ../../../i18n/hu/patience.ts \ |
28 | ../../../i18n/ja/patience.ts \ | 28 | ../../../i18n/ja/patience.ts \ |
29 | ../../../i18n/ko/patience.ts \ | 29 | ../../../i18n/ko/patience.ts \ |
30 | ../../../i18n/no/patience.ts \ | 30 | ../../../i18n/no/patience.ts \ |
31 | ../../../i18n/pl/patience.ts \ | 31 | ../../../i18n/pl/patience.ts \ |
32 | ../../../i18n/pt/patience.ts \ | 32 | ../../../i18n/pt/patience.ts \ |
33 | ../../../i18n/pt_BR/patience.ts \ | 33 | ../../../i18n/pt_BR/patience.ts \ |
34 | ../../../i18n/sl/patience.ts \ | 34 | ../../../i18n/sl/patience.ts \ |
35 | ../../../i18n/zh_CN/patience.ts \ | 35 | ../../../i18n/zh_CN/patience.ts \ |
36 | ../../../i18n/zh_TW/patience.ts \ | 36 | ../../../i18n/zh_TW/patience.ts \ |
37 | ../../../i18n/it/patience.ts | 37 | ../../../i18n/it/patience.ts |
38 | 38 | ||
39 | 39 | ||
40 | 40 | ||
41 | include ( ../../../include.pro ) | 41 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 48c6d93..061b4f3 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -1,39 +1,39 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = gtetrix.h \ | 4 | HEADERS = gtetrix.h \ |
5 | qtetrix.h \ | 5 | qtetrix.h \ |
6 | qtetrixb.h \ | 6 | qtetrixb.h \ |
7 | tpiece.h | 7 | tpiece.h |
8 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
9 | gtetrix.cpp \ | 9 | gtetrix.cpp \ |
10 | qtetrix.cpp \ | 10 | qtetrix.cpp \ |
11 | qtetrixb.cpp \ | 11 | qtetrixb.cpp \ |
12 | tpiece.cpp | 12 | tpiece.cpp |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH+= $(OPIEDIR)/include | 14 | DEPENDPATH+= $(OPIEDIR)/include |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | INTERFACES= | 16 | INTERFACES= |
17 | TARGET = tetrix | 17 | TARGET = tetrix |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/tetrix.ts \ |
20 | ../../../i18n/da/tetrix.ts \ | 20 | ../../../i18n/da/tetrix.ts \ |
21 | ../../../i18n/xx/tetrix.ts \ | 21 | ../../../i18n/xx/tetrix.ts \ |
22 | ../../../i18n/en/tetrix.ts \ | 22 | ../../../i18n/en/tetrix.ts \ |
23 | ../../../i18n/es/tetrix.ts \ | 23 | ../../../i18n/es/tetrix.ts \ |
24 | ../../../i18n/fr/tetrix.ts \ | 24 | ../../../i18n/fr/tetrix.ts \ |
25 | ../../../i18n/hu/tetrix.ts \ | 25 | ../../../i18n/hu/tetrix.ts \ |
26 | ../../../i18n/ja/tetrix.ts \ | 26 | ../../../i18n/ja/tetrix.ts \ |
27 | ../../../i18n/ko/tetrix.ts \ | 27 | ../../../i18n/ko/tetrix.ts \ |
28 | ../../../i18n/no/tetrix.ts \ | 28 | ../../../i18n/no/tetrix.ts \ |
29 | ../../../i18n/pl/tetrix.ts \ | 29 | ../../../i18n/pl/tetrix.ts \ |
30 | ../../../i18n/pt/tetrix.ts \ | 30 | ../../../i18n/pt/tetrix.ts \ |
31 | ../../../i18n/pt_BR/tetrix.ts \ | 31 | ../../../i18n/pt_BR/tetrix.ts \ |
32 | ../../../i18n/sl/tetrix.ts \ | 32 | ../../../i18n/sl/tetrix.ts \ |
33 | ../../../i18n/zh_CN/tetrix.ts \ | 33 | ../../../i18n/zh_CN/tetrix.ts \ |
34 | ../../../i18n/it/tetrix.ts \ | 34 | ../../../i18n/it/tetrix.ts \ |
35 | ../../../i18n/zh_TW/tetrix.ts | 35 | ../../../i18n/zh_TW/tetrix.ts |
36 | 36 | ||
37 | 37 | ||
38 | 38 | ||
39 | include ( ../../../include.pro ) | 39 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 777bee2..fb6c0fd 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = tictac.h | 3 | HEADERS = tictac.h |
4 | SOURCES = main.cpp \ | 4 | SOURCES = main.cpp \ |
5 | tictac.cpp | 5 | tictac.cpp |
6 | TARGET = tictac | 6 | TARGET = tictac |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/tictac.ts \ |
13 | ../../../i18n/da/tictac.ts \ | 13 | ../../../i18n/da/tictac.ts \ |
14 | ../../../i18n/xx/tictac.ts \ | 14 | ../../../i18n/xx/tictac.ts \ |
15 | ../../../i18n/en/tictac.ts \ | 15 | ../../../i18n/en/tictac.ts \ |
16 | ../../../i18n/es/tictac.ts \ | 16 | ../../../i18n/es/tictac.ts \ |
17 | ../../../i18n/fr/tictac.ts \ | 17 | ../../../i18n/fr/tictac.ts \ |
18 | ../../../i18n/hu/tictac.ts \ | 18 | ../../../i18n/hu/tictac.ts \ |
19 | ../../../i18n/ja/tictac.ts \ | 19 | ../../../i18n/ja/tictac.ts \ |
20 | ../../../i18n/ko/tictac.ts \ | 20 | ../../../i18n/ko/tictac.ts \ |
21 | ../../../i18n/no/tictac.ts \ | 21 | ../../../i18n/no/tictac.ts \ |
22 | ../../../i18n/pl/tictac.ts \ | 22 | ../../../i18n/pl/tictac.ts \ |
23 | ../../../i18n/pt/tictac.ts \ | 23 | ../../../i18n/pt/tictac.ts \ |
24 | ../../../i18n/pt_BR/tictac.ts \ | 24 | ../../../i18n/pt_BR/tictac.ts \ |
25 | ../../../i18n/sl/tictac.ts \ | 25 | ../../../i18n/sl/tictac.ts \ |
26 | ../../../i18n/zh_CN/tictac.ts \ | 26 | ../../../i18n/zh_CN/tictac.ts \ |
27 | ../../../i18n/zh_TW/tictac.ts | 27 | ../../../i18n/zh_TW/tictac.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 3e330b2..e5609df 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = wordgame.h | 4 | HEADERS = wordgame.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | wordgame.cpp | 6 | wordgame.cpp |
7 | INTERFACES= newgamebase.ui rulesbase.ui | 7 | INTERFACES= newgamebase.ui rulesbase.ui |
8 | TARGET = wordgame | 8 | TARGET = wordgame |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/wordgame.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/wordgame.ts \ |
14 | ../../../i18n/da/wordgame.ts \ | 14 | ../../../i18n/da/wordgame.ts \ |
15 | ../../../i18n/xx/wordgame.ts \ | 15 | ../../../i18n/xx/wordgame.ts \ |
16 | ../../../i18n/en/wordgame.ts \ | 16 | ../../../i18n/en/wordgame.ts \ |
17 | ../../../i18n/es/wordgame.ts \ | 17 | ../../../i18n/es/wordgame.ts \ |
18 | ../../../i18n/fr/wordgame.ts \ | 18 | ../../../i18n/fr/wordgame.ts \ |
19 | ../../../i18n/hu/wordgame.ts \ | 19 | ../../../i18n/hu/wordgame.ts \ |
20 | ../../../i18n/ja/wordgame.ts \ | 20 | ../../../i18n/ja/wordgame.ts \ |
21 | ../../../i18n/ko/wordgame.ts \ | 21 | ../../../i18n/ko/wordgame.ts \ |
22 | ../../../i18n/no/wordgame.ts \ | 22 | ../../../i18n/no/wordgame.ts \ |
23 | ../../../i18n/pl/wordgame.ts \ | 23 | ../../../i18n/pl/wordgame.ts \ |
24 | ../../../i18n/pt/wordgame.ts \ | 24 | ../../../i18n/pt/wordgame.ts \ |
25 | ../../../i18n/pt_BR/wordgame.ts \ | 25 | ../../../i18n/pt_BR/wordgame.ts \ |
26 | ../../../i18n/sl/wordgame.ts \ | 26 | ../../../i18n/sl/wordgame.ts \ |
27 | ../../../i18n/zh_CN/wordgame.ts \ | 27 | ../../../i18n/zh_CN/wordgame.ts \ |
28 | ../../../i18n/zh_TW/wordgame.ts | 28 | ../../../i18n/zh_TW/wordgame.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 12d4ed3..cca6a34 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -1,68 +1,68 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = drawpad.h \ | 3 | HEADERS = drawpad.h \ |
4 | drawpadcanvas.h \ | 4 | drawpadcanvas.h \ |
5 | ellipsetool.h \ | 5 | ellipsetool.h \ |
6 | erasetool.h \ | 6 | erasetool.h \ |
7 | exportdialog.h \ | 7 | exportdialog.h \ |
8 | filltool.h \ | 8 | filltool.h \ |
9 | filledellipsetool.h \ | 9 | filledellipsetool.h \ |
10 | filledrectangletool.h \ | 10 | filledrectangletool.h \ |
11 | importdialog.h \ | 11 | importdialog.h \ |
12 | linetool.h \ | 12 | linetool.h \ |
13 | newpagedialog.h \ | 13 | newpagedialog.h \ |
14 | page.h \ | 14 | page.h \ |
15 | pageinformationdialog.h \ | 15 | pageinformationdialog.h \ |
16 | pointtool.h \ | 16 | pointtool.h \ |
17 | rectangletool.h \ | 17 | rectangletool.h \ |
18 | shapetool.h \ | 18 | shapetool.h \ |
19 | texttool.h \ | 19 | texttool.h \ |
20 | thumbnailview.h \ | 20 | thumbnailview.h \ |
21 | tool.h | 21 | tool.h |
22 | SOURCES = drawpad.cpp \ | 22 | SOURCES = drawpad.cpp \ |
23 | drawpadcanvas.cpp \ | 23 | drawpadcanvas.cpp \ |
24 | ellipsetool.cpp \ | 24 | ellipsetool.cpp \ |
25 | erasetool.cpp \ | 25 | erasetool.cpp \ |
26 | exportdialog.cpp \ | 26 | exportdialog.cpp \ |
27 | filltool.cpp \ | 27 | filltool.cpp \ |
28 | filledellipsetool.cpp \ | 28 | filledellipsetool.cpp \ |
29 | filledrectangletool.cpp \ | 29 | filledrectangletool.cpp \ |
30 | importdialog.cpp \ | 30 | importdialog.cpp \ |
31 | linetool.cpp \ | 31 | linetool.cpp \ |
32 | main.cpp \ | 32 | main.cpp \ |
33 | newpagedialog.cpp \ | 33 | newpagedialog.cpp \ |
34 | page.cpp \ | 34 | page.cpp \ |
35 | pageinformationdialog.cpp \ | 35 | pageinformationdialog.cpp \ |
36 | pointtool.cpp \ | 36 | pointtool.cpp \ |
37 | rectangletool.cpp \ | 37 | rectangletool.cpp \ |
38 | shapetool.cpp \ | 38 | shapetool.cpp \ |
39 | texttool.cpp \ | 39 | texttool.cpp \ |
40 | thumbnailview.cpp \ | 40 | thumbnailview.cpp \ |
41 | tool.cpp | 41 | tool.cpp |
42 | INCLUDEPATH+= $(OPIEDIR)/include | 42 | INCLUDEPATH+= $(OPIEDIR)/include |
43 | DEPENDPATH+= $(OPIEDIR)/include | 43 | DEPENDPATH+= $(OPIEDIR)/include |
44 | LIBS += -lqpe -lopie | 44 | LIBS += -lqpe -lopie |
45 | DESTDIR = $(OPIEDIR)/bin | 45 | DESTDIR = $(OPIEDIR)/bin |
46 | TARGET = drawpad | 46 | TARGET = drawpad |
47 | 47 | ||
48 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ | 48 | TRANSLATIONS = ../../../i18n/de/drawpad.ts \ |
49 | ../../../i18n/da/drawpad.ts \ | 49 | ../../../i18n/da/drawpad.ts \ |
50 | ../../../i18n/xx/drawpad.ts \ | 50 | ../../../i18n/xx/drawpad.ts \ |
51 | ../../../i18n/en/drawpad.ts \ | 51 | ../../../i18n/en/drawpad.ts \ |
52 | ../../../i18n/es/drawpad.ts \ | 52 | ../../../i18n/es/drawpad.ts \ |
53 | ../../../i18n/fr/drawpad.ts \ | 53 | ../../../i18n/fr/drawpad.ts \ |
54 | ../../../i18n/hu/drawpad.ts \ | 54 | ../../../i18n/hu/drawpad.ts \ |
55 | ../../../i18n/ja/drawpad.ts \ | 55 | ../../../i18n/ja/drawpad.ts \ |
56 | ../../../i18n/ko/drawpad.ts \ | 56 | ../../../i18n/ko/drawpad.ts \ |
57 | ../../../i18n/no/drawpad.ts \ | 57 | ../../../i18n/no/drawpad.ts \ |
58 | ../../../i18n/pl/drawpad.ts \ | 58 | ../../../i18n/pl/drawpad.ts \ |
59 | ../../../i18n/pt/drawpad.ts \ | 59 | ../../../i18n/pt/drawpad.ts \ |
60 | ../../../i18n/pt_BR/drawpad.ts \ | 60 | ../../../i18n/pt_BR/drawpad.ts \ |
61 | ../../../i18n/sl/drawpad.ts \ | 61 | ../../../i18n/sl/drawpad.ts \ |
62 | ../../../i18n/zh_CN/drawpad.ts \ | 62 | ../../../i18n/zh_CN/drawpad.ts \ |
63 | ../../../i18n/it/drawpad.ts \ | 63 | ../../../i18n/it/drawpad.ts \ |
64 | ../../../i18n/zh_TW/drawpad.ts | 64 | ../../../i18n/zh_TW/drawpad.ts |
65 | 65 | ||
66 | 66 | ||
67 | 67 | ||
68 | include ( ../../../include.pro ) | 68 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/multimedia/opieplayer2/opieplayer2.pro b/noncore/multimedia/opieplayer2/opieplayer2.pro index 2b22d31..355ec1a 100644 --- a/noncore/multimedia/opieplayer2/opieplayer2.pro +++ b/noncore/multimedia/opieplayer2/opieplayer2.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = playlistselection.h mediaplayerstate.h xinecontrol.h \ | 4 | HEADERS = playlistselection.h mediaplayerstate.h xinecontrol.h \ |
5 | videowidget.h audiowidget.h playlistwidget.h om3u.h mediaplayer.h inputDialog.h \ | 5 | videowidget.h audiowidget.h playlistwidget.h om3u.h mediaplayer.h inputDialog.h \ |
6 | frame.h lib.h xinevideowidget.h volumecontrol.h playlistwidgetgui.h\ | 6 | frame.h lib.h xinevideowidget.h volumecontrol.h playlistwidgetgui.h\ |
7 | alphablend.h yuv2rgb.h threadutil.h mediawidget.h playlistview.h playlistfileview.h \ | 7 | alphablend.h yuv2rgb.h threadutil.h mediawidget.h playlistview.h playlistfileview.h \ |
8 | skin.h | 8 | skin.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | playlistselection.cpp mediaplayerstate.cpp xinecontrol.cpp \ | 10 | playlistselection.cpp mediaplayerstate.cpp xinecontrol.cpp \ |
11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp om3u.cpp mediaplayer.cpp inputDialog.cpp \ | 11 | videowidget.cpp audiowidget.cpp playlistwidget.cpp om3u.cpp mediaplayer.cpp inputDialog.cpp \ |
12 | frame.cpp lib.cpp nullvideo.c xinevideowidget.cpp volumecontrol.cpp \ | 12 | frame.cpp lib.cpp nullvideo.c xinevideowidget.cpp volumecontrol.cpp \ |
13 | playlistwidgetgui.cpp\ | 13 | playlistwidgetgui.cpp\ |
14 | alphablend.c yuv2rgb.c yuv2rgb_arm.c yuv2rgb_arm4l.S \ | 14 | alphablend.c yuv2rgb.c yuv2rgb_arm.c yuv2rgb_arm4l.S \ |
15 | threadutil.cpp mediawidget.cpp playlistview.cpp playlistfileview.cpp \ | 15 | threadutil.cpp mediawidget.cpp playlistview.cpp playlistfileview.cpp \ |
16 | skin.cpp | 16 | skin.cpp |
17 | TARGET = opieplayer2 | 17 | TARGET = opieplayer2 |
18 | INCLUDEPATH += $(OPIEDIR)/include | 18 | INCLUDEPATH += $(OPIEDIR)/include |
19 | DEPENDPATH += $(OPIEDIR)/include | 19 | DEPENDPATH += $(OPIEDIR)/include |
20 | LIBS += -lqpe -lpthread -lopie -lxine | 20 | LIBS += -lqpe -lpthread -lopie -lxine |
21 | MOC_DIR = qpeobj | 21 | MOC_DIR = qpeobj |
22 | OBJECTS_DIR = qpeobj | 22 | OBJECTS_DIR = qpeobj |
23 | 23 | ||
24 | #INCLUDEPATH += $(OPIEDIR)/include | 24 | #INCLUDEPATH += $(OPIEDIR)/include |
25 | #DEPENDPATH += $(OPIEDIR)/include | 25 | #DEPENDPATH += $(OPIEDIR)/include |
26 | 26 | ||
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/multimedia/opieplayer2/zeckeplayer.pro b/noncore/multimedia/opieplayer2/zeckeplayer.pro index be900a2..86480fe 100644 --- a/noncore/multimedia/opieplayer2/zeckeplayer.pro +++ b/noncore/multimedia/opieplayer2/zeckeplayer.pro | |||
@@ -1,13 +1,13 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = . | 2 | DESTDIR = . |
3 | #CONFIG = qt warn_on debug | 3 | #CONFIG = qt warn_on debug |
4 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = frame.h lib.h | 5 | HEADERS = frame.h lib.h |
6 | SOURCES = alphablend.c yuv2rgb.c nullvideo.o frame.cpp lib.cpp mainTest.cpp | 6 | SOURCES = alphablend.c yuv2rgb.c nullvideo.o frame.cpp lib.cpp mainTest.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include |
8 | DEPENDPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include | 8 | DEPENDPATH+= $(OPIEDIR)/include /opt/QtPalmtop/include |
9 | LIBS += -L/opt/QtPalmtop/lib -lxine -lxineutils | 9 | LIBS += -L/opt/QtPalmtop/lib -lxine -lxineutils |
10 | TARGET = zeckeplayer | 10 | TARGET = zeckeplayer |
11 | 11 | ||
12 | 12 | ||
13 | include ( ../../../include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index 275d0c9..bab7e0f 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h | 4 | HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h |
5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp | 5 | SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp |
6 | TARGET = showimg | 6 | TARGET = showimg |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/showimg.ts \ |
12 | ../../../i18n/xx/showimg.ts \ | 12 | ../../../i18n/xx/showimg.ts \ |
13 | ../../../i18n/en/showimg.ts \ | 13 | ../../../i18n/en/showimg.ts \ |
14 | ../../../i18n/es/showimg.ts \ | 14 | ../../../i18n/es/showimg.ts \ |
15 | ../../../i18n/fr/showimg.ts \ | 15 | ../../../i18n/fr/showimg.ts \ |
16 | ../../../i18n/hu/showimg.ts \ | 16 | ../../../i18n/hu/showimg.ts \ |
17 | ../../../i18n/ja/showimg.ts \ | 17 | ../../../i18n/ja/showimg.ts \ |
18 | ../../../i18n/ko/showimg.ts \ | 18 | ../../../i18n/ko/showimg.ts \ |
19 | ../../../i18n/no/showimg.ts \ | 19 | ../../../i18n/no/showimg.ts \ |
20 | ../../../i18n/pl/showimg.ts \ | 20 | ../../../i18n/pl/showimg.ts \ |
21 | ../../../i18n/pt/showimg.ts \ | 21 | ../../../i18n/pt/showimg.ts \ |
22 | ../../../i18n/pt_BR/showimg.ts \ | 22 | ../../../i18n/pt_BR/showimg.ts \ |
23 | ../../../i18n/sl/showimg.ts \ | 23 | ../../../i18n/sl/showimg.ts \ |
24 | ../../../i18n/zh_CN/showimg.ts \ | 24 | ../../../i18n/zh_CN/showimg.ts \ |
25 | ../../../i18n/zh_TW/showimg.ts \ | 25 | ../../../i18n/zh_TW/showimg.ts \ |
26 | ../../../i18n/da/showimg.ts | 26 | ../../../i18n/da/showimg.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/ftplib/ftplib.pro b/noncore/net/ftplib/ftplib.pro index 918ddf9..a36c5d7 100644 --- a/noncore/net/ftplib/ftplib.pro +++ b/noncore/net/ftplib/ftplib.pro | |||
@@ -1,10 +1,10 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = ftplib.h | 3 | HEADERS = ftplib.h |
4 | SOURCES = ftplib.c | 4 | SOURCES = ftplib.c |
5 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 5 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
6 | INTERFACES = | 6 | INTERFACES = |
7 | 7 | ||
8 | 8 | ||
9 | 9 | ||
10 | include ( ../../../include.pro ) | 10 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index f5d2af0..9819cf8 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = opieftp.h inputDialog.h ftplib.h | 3 | HEADERS = opieftp.h inputDialog.h ftplib.h |
4 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp | 4 | SOURCES = opieftp.cpp inputDialog.cpp main.cpp |
5 | TARGET = opieftp | 5 | TARGET = opieftp |
6 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lftplib | 9 | LIBS += -lqpe -lftplib |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opieftp.ts \ |
12 | ../../../i18n/da/opieftp.ts \ | 12 | ../../../i18n/da/opieftp.ts \ |
13 | ../../../i18n/xx/opieftp.ts \ | 13 | ../../../i18n/xx/opieftp.ts \ |
14 | ../../../i18n/en/opieftp.ts \ | 14 | ../../../i18n/en/opieftp.ts \ |
15 | ../../../i18n/es/opieftp.ts \ | 15 | ../../../i18n/es/opieftp.ts \ |
16 | ../../../i18n/fr/opieftp.ts \ | 16 | ../../../i18n/fr/opieftp.ts \ |
17 | ../../../i18n/hu/opieftp.ts \ | 17 | ../../../i18n/hu/opieftp.ts \ |
18 | ../../../i18n/ja/opieftp.ts \ | 18 | ../../../i18n/ja/opieftp.ts \ |
19 | ../../../i18n/ko/opieftp.ts \ | 19 | ../../../i18n/ko/opieftp.ts \ |
20 | ../../../i18n/no/opieftp.ts \ | 20 | ../../../i18n/no/opieftp.ts \ |
21 | ../../../i18n/pl/opieftp.ts \ | 21 | ../../../i18n/pl/opieftp.ts \ |
22 | ../../../i18n/pt/opieftp.ts \ | 22 | ../../../i18n/pt/opieftp.ts \ |
23 | ../../../i18n/pt_BR/opieftp.ts \ | 23 | ../../../i18n/pt_BR/opieftp.ts \ |
24 | ../../../i18n/sl/opieftp.ts \ | 24 | ../../../i18n/sl/opieftp.ts \ |
25 | ../../../i18n/zh_CN/opieftp.ts \ | 25 | ../../../i18n/zh_CN/opieftp.ts \ |
26 | ../../../i18n/zh_TW/opieftp.ts | 26 | ../../../i18n/zh_TW/opieftp.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opieirc/opieirc.pro b/noncore/net/opieirc/opieirc.pro index 3fe1961..37a6e85 100644 --- a/noncore/net/opieirc/opieirc.pro +++ b/noncore/net/opieirc/opieirc.pro | |||
@@ -1,28 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = ircchannel.h ircconnection.h \ | 4 | HEADERS = ircchannel.h ircconnection.h \ |
5 | ircmessage.h \ | 5 | ircmessage.h \ |
6 | ircmessageparser.h ircoutput.h \ | 6 | ircmessageparser.h ircoutput.h \ |
7 | ircperson.h ircserver.h ircsession.h \ | 7 | ircperson.h ircserver.h ircsession.h \ |
8 | mainwindow.h irctab.h ircservertab.h \ | 8 | mainwindow.h irctab.h ircservertab.h \ |
9 | ircchanneltab.h ircchannellist.h \ | 9 | ircchanneltab.h ircchannellist.h \ |
10 | ircserverlist.h ircservereditor.h \ | 10 | ircserverlist.h ircservereditor.h \ |
11 | ircquerytab.h ircsettings.h ircmisc.h | 11 | ircquerytab.h ircsettings.h ircmisc.h |
12 | SOURCES = ircchannel.cpp ircconnection.cpp \ | 12 | SOURCES = ircchannel.cpp ircconnection.cpp \ |
13 | ircmessage.cpp \ | 13 | ircmessage.cpp \ |
14 | ircmessageparser.cpp ircoutput.cpp \ | 14 | ircmessageparser.cpp ircoutput.cpp \ |
15 | ircperson.cpp ircserver.cpp \ | 15 | ircperson.cpp ircserver.cpp \ |
16 | ircsession.cpp main.cpp mainwindow.cpp \ | 16 | ircsession.cpp main.cpp mainwindow.cpp \ |
17 | irctab.cpp ircservertab.cpp \ | 17 | irctab.cpp ircservertab.cpp \ |
18 | ircchanneltab.cpp ircchannellist.cpp \ | 18 | ircchanneltab.cpp ircchannellist.cpp \ |
19 | ircserverlist.cpp ircservereditor.cpp \ | 19 | ircserverlist.cpp ircservereditor.cpp \ |
20 | ircquerytab.cpp ircsettings.cpp ircmisc.cpp | 20 | ircquerytab.cpp ircsettings.cpp ircmisc.cpp |
21 | INCLUDEPATH += $(OPIEDIR)/include | 21 | INCLUDEPATH += $(OPIEDIR)/include |
22 | DEPENDPATH+= $(OPIEDIR)/include | 22 | DEPENDPATH+= $(OPIEDIR)/include |
23 | LIBS += -lqpe -lopie | 23 | LIBS += -lqpe -lopie |
24 | 24 | ||
25 | 25 | ||
26 | 26 | ||
27 | 27 | ||
28 | include ( ../../../include.pro ) | 28 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index d713708..6b68284 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = bluezapplet.h bluezappletimpl.h | 3 | HEADERS = bluezapplet.h bluezappletimpl.h |
4 | SOURCES = bluezapplet.cpp bluezappletimpl.cpp | 4 | SOURCES = bluezapplet.cpp bluezappletimpl.cpp |
5 | TARGET = bluetoothapplet | 5 | TARGET = bluetoothapplet |
6 | DESTDIR = $(OPIEDIR)/plugins/applets | 6 | DESTDIR = $(OPIEDIR)/plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 8 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -lopietooth | 10 | LIBS += -lqpe -lopietooth |
11 | VERSION = 0.0.3 | 11 | VERSION = 0.0.3 |
12 | 12 | ||
13 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ | 13 | TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ |
14 | ../../../../i18n/da/libbluetoothapplet.ts \ | 14 | ../../../../i18n/da/libbluetoothapplet.ts \ |
15 | ../../../../i18n/xx/libbluetoothapplet.ts \ | 15 | ../../../../i18n/xx/libbluetoothapplet.ts \ |
16 | ../../../../i18n/en/libbluetoothapplet.ts \ | 16 | ../../../../i18n/en/libbluetoothapplet.ts \ |
17 | ../../../../i18n/es/libbluetoothapplet.ts \ | 17 | ../../../../i18n/es/libbluetoothapplet.ts \ |
18 | ../../../../i18n/fr/libbluetoothapplet.ts \ | 18 | ../../../../i18n/fr/libbluetoothapplet.ts \ |
19 | ../../../../i18n/hu/libbluetoothapplet.ts \ | 19 | ../../../../i18n/hu/libbluetoothapplet.ts \ |
20 | ../../../../i18n/ja/libbluetoothapplet.ts \ | 20 | ../../../../i18n/ja/libbluetoothapplet.ts \ |
21 | ../../../../i18n/ko/libbluetoothapplet.ts \ | 21 | ../../../../i18n/ko/libbluetoothapplet.ts \ |
22 | ../../../../i18n/no/libbluetoothapplet.ts \ | 22 | ../../../../i18n/no/libbluetoothapplet.ts \ |
23 | ../../../../i18n/pl/libbluetoothapplet.ts \ | 23 | ../../../../i18n/pl/libbluetoothapplet.ts \ |
24 | ../../../../i18n/pt/libbluetoothapplet.ts \ | 24 | ../../../../i18n/pt/libbluetoothapplet.ts \ |
25 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ | 25 | ../../../../i18n/pt_BR/libbluetoothapplet.ts \ |
26 | ../../../../i18n/sl/libbluetoothapplet.ts \ | 26 | ../../../../i18n/sl/libbluetoothapplet.ts \ |
27 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ | 27 | ../../../../i18n/zh_CN/libbluetoothapplet.ts \ |
28 | ../../../../i18n/zh_TW/libbluetoothapplet.ts | 28 | ../../../../i18n/zh_TW/libbluetoothapplet.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../../include.pro ) | 32 | 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 27295da..37c6ae8 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = pindlg.h | 4 | HEADERS = pindlg.h |
5 | SOURCES = main.cc pindlg.cc | 5 | SOURCES = main.cc pindlg.cc |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib | 7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES = pindlgbase.ui | 10 | INTERFACES = pindlgbase.ui |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | TARGET = bluepin | 12 | TARGET = bluepin |
13 | 13 | ||
14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ | 14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ |
15 | ../../../../i18n/da/bluepin.ts \ | 15 | ../../../../i18n/da/bluepin.ts \ |
16 | ../../../../i18n/xx/bluepin.ts \ | 16 | ../../../../i18n/xx/bluepin.ts \ |
17 | ../../../../i18n/en/bluepin.ts \ | 17 | ../../../../i18n/en/bluepin.ts \ |
18 | ../../../../i18n/es/bluepin.ts \ | 18 | ../../../../i18n/es/bluepin.ts \ |
19 | ../../../../i18n/fr/bluepin.ts \ | 19 | ../../../../i18n/fr/bluepin.ts \ |
20 | ../../../../i18n/hu/bluepin.ts \ | 20 | ../../../../i18n/hu/bluepin.ts \ |
21 | ../../../../i18n/ja/bluepin.ts \ | 21 | ../../../../i18n/ja/bluepin.ts \ |
22 | ../../../../i18n/ko/bluepin.ts \ | 22 | ../../../../i18n/ko/bluepin.ts \ |
23 | ../../../../i18n/no/bluepin.ts \ | 23 | ../../../../i18n/no/bluepin.ts \ |
24 | ../../../../i18n/pl/bluepin.ts \ | 24 | ../../../../i18n/pl/bluepin.ts \ |
25 | ../../../../i18n/pt/bluepin.ts \ | 25 | ../../../../i18n/pt/bluepin.ts \ |
26 | ../../../../i18n/pt_BR/bluepin.ts \ | 26 | ../../../../i18n/pt_BR/bluepin.ts \ |
27 | ../../../../i18n/sl/bluepin.ts \ | 27 | ../../../../i18n/sl/bluepin.ts \ |
28 | ../../../../i18n/zh_CN/bluepin.ts \ | 28 | ../../../../i18n/zh_CN/bluepin.ts \ |
29 | ../../../../i18n/zh_TW/bluepin.ts | 29 | ../../../../i18n/zh_TW/bluepin.ts |
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( ../../../../include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index a021941..88df1fb 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h | 3 | HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h |
4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc | 4 | SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc |
5 | TARGET = opietooth | 5 | TARGET = opietooth |
6 | INCLUDEPATH += $(OPIEDIR)/include . | 6 | INCLUDEPATH += $(OPIEDIR)/include . |
7 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 7 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
8 | LIBS += -lopie | 8 | LIBS += -lopie |
9 | #VERSION = 0.0.0 | 9 | #VERSION = 0.0.0 |
10 | 10 | ||
11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ | 11 | TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ |
12 | ../../../../i18n/da/libopietooth.ts \ | 12 | ../../../../i18n/da/libopietooth.ts \ |
13 | ../../../../i18n/xx/libopietooth.ts \ | 13 | ../../../../i18n/xx/libopietooth.ts \ |
14 | ../../../../i18n/en/libopietooth.ts \ | 14 | ../../../../i18n/en/libopietooth.ts \ |
15 | ../../../../i18n/es/libopietooth.ts \ | 15 | ../../../../i18n/es/libopietooth.ts \ |
16 | ../../../../i18n/fr/libopietooth.ts \ | 16 | ../../../../i18n/fr/libopietooth.ts \ |
17 | ../../../../i18n/hu/libopietooth.ts \ | 17 | ../../../../i18n/hu/libopietooth.ts \ |
18 | ../../../../i18n/ja/libopietooth.ts \ | 18 | ../../../../i18n/ja/libopietooth.ts \ |
19 | ../../../../i18n/ko/libopietooth.ts \ | 19 | ../../../../i18n/ko/libopietooth.ts \ |
20 | ../../../../i18n/no/libopietooth.ts \ | 20 | ../../../../i18n/no/libopietooth.ts \ |
21 | ../../../../i18n/pl/libopietooth.ts \ | 21 | ../../../../i18n/pl/libopietooth.ts \ |
22 | ../../../../i18n/pt/libopietooth.ts \ | 22 | ../../../../i18n/pt/libopietooth.ts \ |
23 | ../../../../i18n/pt_BR/libopietooth.ts \ | 23 | ../../../../i18n/pt_BR/libopietooth.ts \ |
24 | ../../../../i18n/sl/libopietooth.ts \ | 24 | ../../../../i18n/sl/libopietooth.ts \ |
25 | ../../../../i18n/zh_CN/libopietooth.ts \ | 25 | ../../../../i18n/zh_CN/libopietooth.ts \ |
26 | ../../../../i18n/zh_TW/libopietooth.ts | 26 | ../../../../i18n/zh_TW/libopietooth.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index f3599bb..9249d8d 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro | |||
@@ -1,49 +1,49 @@ | |||
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 = btconnectionitem.h btdeviceitem.h \ | 4 | HEADERS = btconnectionitem.h btdeviceitem.h \ |
5 | btserviceitem.h stdpopups.h \ | 5 | btserviceitem.h stdpopups.h \ |
6 | popuphelper.h bluebase.h \ | 6 | popuphelper.h bluebase.h \ |
7 | scandialog.h btlistitem.h \ | 7 | scandialog.h btlistitem.h \ |
8 | hciconfwrapper.h bticonloader.h \ | 8 | hciconfwrapper.h bticonloader.h \ |
9 | pppdialog.h obexdialog.h \ | 9 | pppdialog.h obexdialog.h \ |
10 | devicehandler.h rfcpopup.h obexpopup.h \ | 10 | devicehandler.h rfcpopup.h obexpopup.h \ |
11 | rfcommhelper.h | 11 | rfcommhelper.h |
12 | 12 | ||
13 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ | 13 | SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ |
14 | btserviceitem.cpp stdpopups.cpp \ | 14 | btserviceitem.cpp stdpopups.cpp \ |
15 | popuphelper.cpp main.cpp \ | 15 | popuphelper.cpp main.cpp \ |
16 | bluebase.cpp scandialog.cpp \ | 16 | bluebase.cpp scandialog.cpp \ |
17 | btlistitem.cpp hciconfwrapper.cpp \ | 17 | btlistitem.cpp hciconfwrapper.cpp \ |
18 | bticonloader.cpp pppdialog.cpp \ | 18 | bticonloader.cpp pppdialog.cpp \ |
19 | obexdialog.cpp devicehandler.cpp \ | 19 | obexdialog.cpp devicehandler.cpp \ |
20 | rfcpopup.cpp obexpopup.cpp \ | 20 | rfcpopup.cpp obexpopup.cpp \ |
21 | rfcommhelper.cpp | 21 | rfcommhelper.cpp |
22 | INCLUDEPATH += $(OPIEDIR)/include | 22 | INCLUDEPATH += $(OPIEDIR)/include |
23 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib | 23 | INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib |
24 | DEPENDPATH += $(OPIEDIR)/include | 24 | DEPENDPATH += $(OPIEDIR)/include |
25 | LIBS += -lqpe -lopietooth -lopie | 25 | LIBS += -lqpe -lopietooth -lopie |
26 | INTERFACES = bluetoothbase.ui devicedialog.ui | 26 | INTERFACES = bluetoothbase.ui devicedialog.ui |
27 | DESTDIR = $(OPIEDIR)/bin | 27 | DESTDIR = $(OPIEDIR)/bin |
28 | TARGET = bluetooth-manager | 28 | TARGET = bluetooth-manager |
29 | 29 | ||
30 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ | 30 | TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ |
31 | ../../../../i18n/da/bluetooth-manager.ts \ | 31 | ../../../../i18n/da/bluetooth-manager.ts \ |
32 | ../../../../i18n/xx/bluetooth-manager.ts \ | 32 | ../../../../i18n/xx/bluetooth-manager.ts \ |
33 | ../../../../i18n/en/bluetooth-manager.ts \ | 33 | ../../../../i18n/en/bluetooth-manager.ts \ |
34 | ../../../../i18n/es/bluetooth-manager.ts \ | 34 | ../../../../i18n/es/bluetooth-manager.ts \ |
35 | ../../../../i18n/fr/bluetooth-manager.ts \ | 35 | ../../../../i18n/fr/bluetooth-manager.ts \ |
36 | ../../../../i18n/hu/bluetooth-manager.ts \ | 36 | ../../../../i18n/hu/bluetooth-manager.ts \ |
37 | ../../../../i18n/ja/bluetooth-manager.ts \ | 37 | ../../../../i18n/ja/bluetooth-manager.ts \ |
38 | ../../../../i18n/ko/bluetooth-manager.ts \ | 38 | ../../../../i18n/ko/bluetooth-manager.ts \ |
39 | ../../../../i18n/no/bluetooth-manager.ts \ | 39 | ../../../../i18n/no/bluetooth-manager.ts \ |
40 | ../../../../i18n/pl/bluetooth-manager.ts \ | 40 | ../../../../i18n/pl/bluetooth-manager.ts \ |
41 | ../../../../i18n/pt/bluetooth-manager.ts \ | 41 | ../../../../i18n/pt/bluetooth-manager.ts \ |
42 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ | 42 | ../../../../i18n/pt_BR/bluetooth-manager.ts \ |
43 | ../../../../i18n/sl/bluetooth-manager.ts \ | 43 | ../../../../i18n/sl/bluetooth-manager.ts \ |
44 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ | 44 | ../../../../i18n/zh_CN/bluetooth-manager.ts \ |
45 | ../../../../i18n/zh_TW/bluetooth-manager.ts | 45 | ../../../../i18n/zh_TW/bluetooth-manager.ts |
46 | 46 | ||
47 | 47 | ||
48 | 48 | ||
49 | include ( ../../../../include.pro ) | 49 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/ubrowser/ubrowser.pro b/noncore/net/ubrowser/ubrowser.pro index 09a2c79..cd1a989 100644 --- a/noncore/net/ubrowser/ubrowser.pro +++ b/noncore/net/ubrowser/ubrowser.pro | |||
@@ -1,13 +1,13 @@ | |||
1 | TEMPLATE=app | 1 | TEMPLATE=app |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | DESTDIR =../../../bin | 3 | DESTDIR =../../../bin |
4 | HEADERS = mainview.h httpfactory.h httpcomm.h | 4 | HEADERS = mainview.h httpfactory.h httpcomm.h |
5 | SOURCES = main.cpp mainview.cpp httpfactory.cpp httpcomm.cpp | 5 | SOURCES = main.cpp mainview.cpp httpfactory.cpp httpcomm.cpp |
6 | INCLUDEPATH+=../../../include | 6 | INCLUDEPATH+=../../../include |
7 | DEPENDPATH+=../../../include | 7 | DEPENDPATH+=../../../include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | TARGET = ubrowser | 9 | TARGET = ubrowser |
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||
13 | include ( ../../../include.pro ) | 13 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro b/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro index def42c0..30298d5 100644 --- a/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro +++ b/noncore/net/wellenreiter/contrib/orinoco_hopper/orinoco_hopper.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = warn_on debug | 3 | CONFIG = warn_on debug |
4 | #CONFIG = warn_on release | 4 | #CONFIG = warn_on release |
5 | HEADERS = | 5 | HEADERS = |
6 | SOURCES = orinoco_hopper.c | 6 | SOURCES = orinoco_hopper.c |
7 | INCLUDEPATH += | 7 | INCLUDEPATH += |
8 | DEPENDPATH += | 8 | DEPENDPATH += |
9 | LIBS += | 9 | LIBS += |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = orinoco_hopper | 11 | TARGET = orinoco_hopper |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/wellenreiter/daemon/daemon.pro b/noncore/net/wellenreiter/daemon/daemon.pro index 2599315..651af18 100644 --- a/noncore/net/wellenreiter/daemon/daemon.pro +++ b/noncore/net/wellenreiter/daemon/daemon.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = warn_on debug | 3 | CONFIG = warn_on debug |
4 | #CONFIG = warn_on release | 4 | #CONFIG = warn_on release |
5 | HEADERS = source/config.hh source/daemon.hh | 5 | HEADERS = source/config.hh source/daemon.hh |
6 | SOURCES = source/daemon.cc | 6 | SOURCES = source/daemon.cc |
7 | INCLUDEPATH += ../ | 7 | INCLUDEPATH += ../ |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lpcap -L$(OPIEDIR)/lib -lwellenreiter | 9 | LIBS += -lpcap -L$(OPIEDIR)/lib -lwellenreiter |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = wellenreiterd | 11 | TARGET = wellenreiterd |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/wellenreiter/gui/gui-x11.pro b/noncore/net/wellenreiter/gui/gui-x11.pro index 06b2c06..856e0b2 100644 --- a/noncore/net/wellenreiter/gui/gui-x11.pro +++ b/noncore/net/wellenreiter/gui/gui-x11.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | DESTDIR = . | 1 | DESTDIR = . |
2 | TEMPLATE = app | 2 | TEMPLATE = app |
3 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
4 | #CONFIG = qt warn_on release | 4 | #CONFIG = qt warn_on release |
5 | HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h resource.h wlan.h cardconfig.h manufacturers.h | 5 | HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h resource.h wlan.h cardconfig.h manufacturers.h |
6 | SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp resource.cpp wlan.cpp cardconfig.cpp manufacturers.cpp | 6 | SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp resource.cpp wlan.cpp cardconfig.cpp manufacturers.cpp |
7 | INCLUDEPATH += ../ | 7 | INCLUDEPATH += ../ |
8 | DEPENDPATH += ../ | 8 | DEPENDPATH += ../ |
9 | LIBS += -L. -lwellenreiter | 9 | LIBS += -L. -lwellenreiter |
10 | INTERFACES = configbase.ui | 10 | INTERFACES = configbase.ui |
11 | TARGET = wellenreiter | 11 | TARGET = wellenreiter |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/wellenreiter/gui/gui.pro b/noncore/net/wellenreiter/gui/gui.pro index 397da25..39eda52 100644 --- a/noncore/net/wellenreiter/gui/gui.pro +++ b/noncore/net/wellenreiter/gui/gui.pro | |||
@@ -1,15 +1,15 @@ | |||
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 | #CONFIG = qt warn_on release | 4 | #CONFIG = qt warn_on release |
5 | HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h wlan.h cardconfig.h manufacturers.h | 5 | HEADERS = wellenreiterbase.h wellenreiter.h scanlistitem.h scanlist.h logwindow.h hexwindow.h configwindow.h wlan.h cardconfig.h manufacturers.h |
6 | SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp wlan.cpp cardconfig.cpp manufacturers.h | 6 | SOURCES = main.cpp wellenreiterbase.cpp wellenreiter.cpp scanlistitem.cpp scanlist.cpp logwindow.cpp hexwindow.cpp configwindow.cpp wlan.cpp cardconfig.cpp manufacturers.h |
7 | INCLUDEPATH += $(OPIEDIR)/include ../ | 7 | INCLUDEPATH += $(OPIEDIR)/include ../ |
8 | DEPENDPATH += $(OPIEDIR)/include ../ | 8 | DEPENDPATH += $(OPIEDIR)/include ../ |
9 | LIBS += -lqpe -lopie -L. -lwellenreiter | 9 | LIBS += -lqpe -lopie -L. -lwellenreiter |
10 | INTERFACES = configbase.ui | 10 | INTERFACES = configbase.ui |
11 | TARGET = wellenreiter | 11 | TARGET = wellenreiter |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro index fd3b894..fb2e5e6 100644 --- a/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro +++ b/noncore/net/wellenreiter/libwellenreiter/libwellenreiter.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = warn_on debug | 2 | CONFIG = warn_on debug |
3 | VERSION = 0.2 | 3 | VERSION = 0.2 |
4 | HEADERS = source/cardmode.hh source/wl_log.hh source/wl_proto.hh source/sniff.hh source/wl_sock.hh source/wl_types.hh | 4 | HEADERS = source/cardmode.hh source/wl_log.hh source/wl_proto.hh source/sniff.hh source/wl_sock.hh source/wl_types.hh |
5 | SOURCES = source/cardmode.cc source/wl_log.cc source/wl_proto.cc source/sniff.cc source/wl_sock.cc | 5 | SOURCES = source/cardmode.cc source/wl_log.cc source/wl_proto.cc source/sniff.cc source/wl_sock.cc |
6 | 6 | ||
7 | LIBS = | 7 | LIBS = |
8 | TMAKE_CFLAGS += -D__UNIX__ | 8 | TMAKE_CFLAGS += -D__UNIX__ |
9 | 9 | ||
10 | DESTDIR = $(OPIEDIR)/lib | 10 | DESTDIR = $(OPIEDIR)/lib |
11 | TARGET = wellenreiter | 11 | TARGET = wellenreiter |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/wellenreiter/wellenreiter.pro b/noncore/net/wellenreiter/wellenreiter.pro index 229440f..6784af4 100644 --- a/noncore/net/wellenreiter/wellenreiter.pro +++ b/noncore/net/wellenreiter/wellenreiter.pro | |||
@@ -1,6 +1,6 @@ | |||
1 | TEMPLATE = subdirs | 1 | TEMPLATE = subdirs |
2 | unix:SUBDIRS = libwellenreiter daemon gui contrib/orinoco_hopper | 2 | unix:SUBDIRS = libwellenreiter daemon gui contrib/orinoco_hopper |
3 | 3 | ||
4 | 4 | ||
5 | 5 | ||
6 | include ( ../../../include.pro ) | 6 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 26db92b..34684e0 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = appearance.h editScheme.h sample.h | 4 | HEADERS = appearance.h editScheme.h sample.h |
5 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp | 5 | SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH += ../$(OPIEDIR)/include | 7 | DEPENDPATH += ../$(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | TARGET = appearance | 9 | TARGET = appearance |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH += $(OPIEDIR)/include | 11 | DEPENDPATH += $(OPIEDIR)/include |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/appearance.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/appearance.ts \ |
14 | ../../../i18n/xx/appearance.ts \ | 14 | ../../../i18n/xx/appearance.ts \ |
15 | ../../../i18n/en/appearance.ts \ | 15 | ../../../i18n/en/appearance.ts \ |
16 | ../../../i18n/es/appearance.ts \ | 16 | ../../../i18n/es/appearance.ts \ |
17 | ../../../i18n/fr/appearance.ts \ | 17 | ../../../i18n/fr/appearance.ts \ |
18 | ../../../i18n/hu/appearance.ts \ | 18 | ../../../i18n/hu/appearance.ts \ |
19 | ../../../i18n/ja/appearance.ts \ | 19 | ../../../i18n/ja/appearance.ts \ |
20 | ../../../i18n/ko/appearance.ts \ | 20 | ../../../i18n/ko/appearance.ts \ |
21 | ../../../i18n/no/appearance.ts \ | 21 | ../../../i18n/no/appearance.ts \ |
22 | ../../../i18n/pl/appearance.ts \ | 22 | ../../../i18n/pl/appearance.ts \ |
23 | ../../../i18n/pt/appearance.ts \ | 23 | ../../../i18n/pt/appearance.ts \ |
24 | ../../../i18n/pt_BR/appearance.ts \ | 24 | ../../../i18n/pt_BR/appearance.ts \ |
25 | ../../../i18n/sl/appearance.ts \ | 25 | ../../../i18n/sl/appearance.ts \ |
26 | ../../../i18n/zh_CN/appearance.ts \ | 26 | ../../../i18n/zh_CN/appearance.ts \ |
27 | ../../../i18n/zh_TW/appearance.ts \ | 27 | ../../../i18n/zh_TW/appearance.ts \ |
28 | ../../../i18n/da/appearance.ts | 28 | ../../../i18n/da/appearance.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/aqpkg/aqpkg.pro b/noncore/settings/aqpkg/aqpkg.pro index fc1f53d..98c358c 100644 --- a/noncore/settings/aqpkg/aqpkg.pro +++ b/noncore/settings/aqpkg/aqpkg.pro | |||
@@ -1,47 +1,47 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = global.h \ | 3 | HEADERS = global.h \ |
4 | mainwin.h \ | 4 | mainwin.h \ |
5 | datamgr.h \ | 5 | datamgr.h \ |
6 | settingsimpl.h \ | 6 | settingsimpl.h \ |
7 | ipkg.h \ | 7 | ipkg.h \ |
8 | package.h \ | 8 | package.h \ |
9 | installdlgimpl.h \ | 9 | installdlgimpl.h \ |
10 | instoptionsimpl.h \ | 10 | instoptionsimpl.h \ |
11 | destination.h \ | 11 | destination.h \ |
12 | utils.h \ | 12 | utils.h \ |
13 | server.h \ | 13 | server.h \ |
14 | helpwindow.h \ | 14 | helpwindow.h \ |
15 | letterpushbutton.h \ | 15 | letterpushbutton.h \ |
16 | inputdlg.h \ | 16 | inputdlg.h \ |
17 | categoryfilterimpl.h | 17 | categoryfilterimpl.h |
18 | SOURCES = mainwin.cpp \ | 18 | SOURCES = mainwin.cpp \ |
19 | datamgr.cpp \ | 19 | datamgr.cpp \ |
20 | mem.cpp \ | 20 | mem.cpp \ |
21 | settingsimpl.cpp \ | 21 | settingsimpl.cpp \ |
22 | ipkg.cpp \ | 22 | ipkg.cpp \ |
23 | main.cpp \ | 23 | main.cpp \ |
24 | package.cpp \ | 24 | package.cpp \ |
25 | installdlgimpl.cpp \ | 25 | installdlgimpl.cpp \ |
26 | instoptionsimpl.cpp \ | 26 | instoptionsimpl.cpp \ |
27 | destination.cpp \ | 27 | destination.cpp \ |
28 | utils.cpp \ | 28 | utils.cpp \ |
29 | server.cpp \ | 29 | server.cpp \ |
30 | helpwindow.cpp \ | 30 | helpwindow.cpp \ |
31 | letterpushbutton.cpp \ | 31 | letterpushbutton.cpp \ |
32 | inputdlg.cpp \ | 32 | inputdlg.cpp \ |
33 | version.cpp \ | 33 | version.cpp \ |
34 | categoryfilterimpl.cpp | 34 | categoryfilterimpl.cpp |
35 | INTERFACES= settings.ui \ | 35 | INTERFACES= settings.ui \ |
36 | install.ui \ | 36 | install.ui \ |
37 | instoptions.ui \ | 37 | instoptions.ui \ |
38 | categoryfilter.ui | 38 | categoryfilter.ui |
39 | TARGET = aqpkg | 39 | TARGET = aqpkg |
40 | INCLUDEPATH += $(OPIEDIR)/include | 40 | INCLUDEPATH += $(OPIEDIR)/include |
41 | DEPENDPATH += $(OPIEDIR)/include | 41 | DEPENDPATH += $(OPIEDIR)/include |
42 | LIBS += -lqpe -lopie -lstdc++ | 42 | LIBS += -lqpe -lopie -lstdc++ |
43 | DESTDIR = $(OPIEDIR)/bin | 43 | DESTDIR = $(OPIEDIR)/bin |
44 | 44 | ||
45 | 45 | ||
46 | 46 | ||
47 | include ( ../../../include.pro ) | 47 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro index a9bd572..60760bc 100644 --- a/noncore/settings/backup/backup.pro +++ b/noncore/settings/backup/backup.pro | |||
@@ -1,34 +1,34 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = backuprestore.h | 4 | HEADERS = backuprestore.h |
5 | SOURCES = main.cpp backuprestore.cpp | 5 | SOURCES = main.cpp backuprestore.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= backuprestorebase.ui | 9 | INTERFACES= backuprestorebase.ui |
10 | TARGET = backup | 10 | TARGET = backup |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/backup.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/backup.ts \ |
14 | ../../../i18n/xx/backup.ts \ | 14 | ../../../i18n/xx/backup.ts \ |
15 | ../../../i18n/en/backup.ts \ | 15 | ../../../i18n/en/backup.ts \ |
16 | ../../../i18n/es/backup.ts \ | 16 | ../../../i18n/es/backup.ts \ |
17 | ../../../i18n/fr/backup.ts \ | 17 | ../../../i18n/fr/backup.ts \ |
18 | ../../../i18n/hu/backup.ts \ | 18 | ../../../i18n/hu/backup.ts \ |
19 | ../../../i18n/ja/backup.ts \ | 19 | ../../../i18n/ja/backup.ts \ |
20 | ../../../i18n/ko/backup.ts \ | 20 | ../../../i18n/ko/backup.ts \ |
21 | ../../../i18n/no/backup.ts \ | 21 | ../../../i18n/no/backup.ts \ |
22 | ../../../i18n/pl/backup.ts \ | 22 | ../../../i18n/pl/backup.ts \ |
23 | ../../../i18n/pt/backup.ts \ | 23 | ../../../i18n/pt/backup.ts \ |
24 | ../../../i18n/pt_BR/backup.ts \ | 24 | ../../../i18n/pt_BR/backup.ts \ |
25 | ../../../i18n/sl/backup.ts \ | 25 | ../../../i18n/sl/backup.ts \ |
26 | ../../../i18n/zh_CN/backup.ts \ | 26 | ../../../i18n/zh_CN/backup.ts \ |
27 | ../../../i18n/zh_TW/backup.ts \ | 27 | ../../../i18n/zh_TW/backup.ts \ |
28 | ../../../i18n/it/backup.ts \ | 28 | ../../../i18n/it/backup.ts \ |
29 | ../../../i18n/da/backup.ts | 29 | ../../../i18n/da/backup.ts |
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | 33 | ||
34 | include ( ../../../include.pro ) | 34 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 49da3ba..16fe37a 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = settings.h | 4 | HEADERS = settings.h |
5 | SOURCES = language.cpp main.cpp | 5 | SOURCES = language.cpp main.cpp |
6 | INTERFACES= languagesettingsbase.ui | 6 | INTERFACES= languagesettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = language | 10 | TARGET = language |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/language.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/language.ts \ |
13 | ../../../i18n/xx/language.ts \ | 13 | ../../../i18n/xx/language.ts \ |
14 | ../../../i18n/en/language.ts \ | 14 | ../../../i18n/en/language.ts \ |
15 | ../../../i18n/es/language.ts \ | 15 | ../../../i18n/es/language.ts \ |
16 | ../../../i18n/fr/language.ts \ | 16 | ../../../i18n/fr/language.ts \ |
17 | ../../../i18n/hu/language.ts \ | 17 | ../../../i18n/hu/language.ts \ |
18 | ../../../i18n/ja/language.ts \ | 18 | ../../../i18n/ja/language.ts \ |
19 | ../../../i18n/ko/language.ts \ | 19 | ../../../i18n/ko/language.ts \ |
20 | ../../../i18n/no/language.ts \ | 20 | ../../../i18n/no/language.ts \ |
21 | ../../../i18n/pl/language.ts \ | 21 | ../../../i18n/pl/language.ts \ |
22 | ../../../i18n/pt/language.ts \ | 22 | ../../../i18n/pt/language.ts \ |
23 | ../../../i18n/pt_BR/language.ts \ | 23 | ../../../i18n/pt_BR/language.ts \ |
24 | ../../../i18n/sl/language.ts \ | 24 | ../../../i18n/sl/language.ts \ |
25 | ../../../i18n/zh_CN/language.ts \ | 25 | ../../../i18n/zh_CN/language.ts \ |
26 | ../../../i18n/zh_TW/language.ts \ | 26 | ../../../i18n/zh_TW/language.ts \ |
27 | ../../../i18n/da/language.ts | 27 | ../../../i18n/da/language.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index 8762a1a..2063b04 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin/ | 2 | DESTDIR = $(OPIEDIR)/bin/ |
3 | #CONFIG = qt warn_on debug | 3 | #CONFIG = qt warn_on debug |
4 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = mediumwidget.h mediumglobal.h mainwindow.h | 5 | HEADERS = mediumwidget.h mediumglobal.h mainwindow.h |
6 | SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc | 6 | SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = mediummount | 10 | TARGET = mediummount |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/mediummount.ts \ |
13 | ../../../i18n/da/mediummount.ts \ | 13 | ../../../i18n/da/mediummount.ts \ |
14 | ../../../i18n/xx/mediummount.ts \ | 14 | ../../../i18n/xx/mediummount.ts \ |
15 | ../../../i18n/en/mediummount.ts \ | 15 | ../../../i18n/en/mediummount.ts \ |
16 | ../../../i18n/es/mediummount.ts \ | 16 | ../../../i18n/es/mediummount.ts \ |
17 | ../../../i18n/fr/mediummount.ts \ | 17 | ../../../i18n/fr/mediummount.ts \ |
18 | ../../../i18n/hu/mediummount.ts \ | 18 | ../../../i18n/hu/mediummount.ts \ |
19 | ../../../i18n/ja/mediummount.ts \ | 19 | ../../../i18n/ja/mediummount.ts \ |
20 | ../../../i18n/ko/mediummount.ts \ | 20 | ../../../i18n/ko/mediummount.ts \ |
21 | ../../../i18n/no/mediummount.ts \ | 21 | ../../../i18n/no/mediummount.ts \ |
22 | ../../../i18n/pl/mediummount.ts \ | 22 | ../../../i18n/pl/mediummount.ts \ |
23 | ../../../i18n/pt/mediummount.ts \ | 23 | ../../../i18n/pt/mediummount.ts \ |
24 | ../../../i18n/pt_BR/mediummount.ts \ | 24 | ../../../i18n/pt_BR/mediummount.ts \ |
25 | ../../../i18n/sl/mediummount.ts \ | 25 | ../../../i18n/sl/mediummount.ts \ |
26 | ../../../i18n/zh_CN/mediummount.ts \ | 26 | ../../../i18n/zh_CN/mediummount.ts \ |
27 | ../../../i18n/zh_TW/mediummount.ts | 27 | ../../../i18n/zh_TW/mediummount.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index ae098aa..3d0f299 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | #CONFIG = qt warn_on release | 3 | #CONFIG = qt warn_on release |
4 | HEADERS = ntp.h settime.h | 4 | HEADERS = ntp.h settime.h |
5 | SOURCES = main.cpp ntp.cpp settime.cpp | 5 | SOURCES = main.cpp ntp.cpp settime.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie | 8 | LIBS += -lqpe -lopie |
9 | INTERFACES= ntpbase.ui | 9 | INTERFACES= ntpbase.ui |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | TARGET = systemtime | 11 | TARGET = systemtime |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/systemtime.ts \ |
14 | ../../../i18n/da/systemtime.ts \ | 14 | ../../../i18n/da/systemtime.ts \ |
15 | ../../../i18n/xx/systemtime.ts \ | 15 | ../../../i18n/xx/systemtime.ts \ |
16 | ../../../i18n/en/systemtime.ts \ | 16 | ../../../i18n/en/systemtime.ts \ |
17 | ../../../i18n/es/systemtime.ts \ | 17 | ../../../i18n/es/systemtime.ts \ |
18 | ../../../i18n/fr/systemtime.ts \ | 18 | ../../../i18n/fr/systemtime.ts \ |
19 | ../../../i18n/hu/systemtime.ts \ | 19 | ../../../i18n/hu/systemtime.ts \ |
20 | ../../../i18n/ja/systemtime.ts \ | 20 | ../../../i18n/ja/systemtime.ts \ |
21 | ../../../i18n/ko/systemtime.ts \ | 21 | ../../../i18n/ko/systemtime.ts \ |
22 | ../../../i18n/no/systemtime.ts \ | 22 | ../../../i18n/no/systemtime.ts \ |
23 | ../../../i18n/pl/systemtime.ts \ | 23 | ../../../i18n/pl/systemtime.ts \ |
24 | ../../../i18n/pt/systemtime.ts \ | 24 | ../../../i18n/pt/systemtime.ts \ |
25 | ../../../i18n/pt_BR/systemtime.ts \ | 25 | ../../../i18n/pt_BR/systemtime.ts \ |
26 | ../../../i18n/sl/systemtime.ts \ | 26 | ../../../i18n/sl/systemtime.ts \ |
27 | ../../../i18n/zh_CN/systemtime.ts \ | 27 | ../../../i18n/zh_CN/systemtime.ts \ |
28 | ../../../i18n/zh_TW/systemtime.ts | 28 | ../../../i18n/zh_TW/systemtime.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/networksettings/interfaces/interfaces.pro b/noncore/settings/networksettings/interfaces/interfaces.pro index 233cacd..75dea47 100644 --- a/noncore/settings/networksettings/interfaces/interfaces.pro +++ b/noncore/settings/networksettings/interfaces/interfaces.pro | |||
@@ -1,16 +1,16 @@ | |||
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 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 4 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
5 | HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h | 5 | HEADERS = interface.h interfaceinformationimp.h interfaces.h interfacesetupimp.h |
6 | SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.cpp | 6 | SOURCES = interface.cpp interfaces.cpp interfaceinformationimp.cpp interfacesetupimp.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= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui | 10 | INTERFACES= interfaceadvanced.ui interfaceinformation.ui interfacesetup.ui |
11 | TARGET = interfaces | 11 | TARGET = interfaces |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | 14 | ||
15 | 15 | ||
16 | include ( ../../../../include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/networksettings/networksettings.pro b/noncore/settings/networksettings/networksettings.pro index d1d0355..eb2b439 100644 --- a/noncore/settings/networksettings/networksettings.pro +++ b/noncore/settings/networksettings/networksettings.pro | |||
@@ -1,15 +1,15 @@ | |||
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 | CONFIG = qt warn_on release | 4 | CONFIG = qt warn_on release |
5 | HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h | 5 | HEADERS = mainwindowimp.h addconnectionimp.h defaultmodule.h module.h |
6 | SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp | 6 | SOURCES = main.cpp mainwindowimp.cpp addconnectionimp.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include interfaces/ | 7 | INCLUDEPATH += $(OPIEDIR)/include interfaces/ |
8 | DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ | 8 | DEPENDPATH += $(OPIEDIR)/include interfaces/ wlan/ |
9 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces | 9 | LIBS += -lqpe -L$(OPIEDIR)/plugins/networksettings -Linterfaces/ -linterfaces |
10 | INTERFACES = mainwindow.ui addconnection.ui | 10 | INTERFACES = mainwindow.ui addconnection.ui |
11 | TARGET = networksettings | 11 | TARGET = networksettings |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro index 42dc4a9..ec18a59 100644 --- a/noncore/settings/networksettings/ppp/ppp.pro +++ b/noncore/settings/networksettings/ppp/ppp.pro | |||
@@ -1,16 +1,16 @@ | |||
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 | DESTDIR = $(OPIEDIR)/plugins/networksetup | 4 | DESTDIR = $(OPIEDIR)/plugins/networksetup |
5 | HEADERS = pppimp.h pppmodule.h | 5 | HEADERS = pppimp.h pppmodule.h |
6 | SOURCES = pppimp.cpp pppmodule.cpp | 6 | SOURCES = pppimp.cpp pppmodule.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ | 7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -L../interfaces/ -linterfaces | 9 | LIBS += -lqpe -L../interfaces/ -linterfaces |
10 | INTERFACES= ppp.ui | 10 | INTERFACES= ppp.ui |
11 | TARGET = pppplugin | 11 | TARGET = pppplugin |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | 14 | ||
15 | 15 | ||
16 | include ( ../../../../include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/networksettings/wlan/wlan.pro b/noncore/settings/networksettings/wlan/wlan.pro index 5a8bfea..f193bcc 100644 --- a/noncore/settings/networksettings/wlan/wlan.pro +++ b/noncore/settings/networksettings/wlan/wlan.pro | |||
@@ -1,16 +1,16 @@ | |||
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 | DESTDIR = $(OPIEDIR)/plugins/networksettings | 4 | DESTDIR = $(OPIEDIR)/plugins/networksettings |
5 | HEADERS = wlanimp.h infoimp.h wlanmodule.h wextensions.h | 5 | HEADERS = wlanimp.h infoimp.h wlanmodule.h wextensions.h |
6 | SOURCES = wlanimp.cpp infoimp.cpp wlanmodule.cpp wextensions.cpp | 6 | SOURCES = wlanimp.cpp infoimp.cpp wlanmodule.cpp wextensions.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ | 7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -L../interfaces/ -linterfaces | 9 | LIBS += -lqpe -L../interfaces/ -linterfaces |
10 | INTERFACES= wlan.ui info.ui | 10 | INTERFACES= wlan.ui info.ui |
11 | TARGET = wlanplugin | 11 | TARGET = wlanplugin |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | 14 | ||
15 | 15 | ||
16 | include ( ../../../../include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index f8ac76b..b0dd456 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = soundsettings.h soundsettingsbase.h | 4 | HEADERS = soundsettings.h soundsettingsbase.h |
5 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp | 5 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp |
6 | #INTERFACES = soundsettingsbase.ui | 6 | #INTERFACES = soundsettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = sound | 10 | TARGET = sound |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/sound.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/sound.ts \ |
13 | ../../../i18n/da/sound.ts \ | 13 | ../../../i18n/da/sound.ts \ |
14 | ../../../i18n/xx/sound.ts \ | 14 | ../../../i18n/xx/sound.ts \ |
15 | ../../../i18n/en/sound.ts \ | 15 | ../../../i18n/en/sound.ts \ |
16 | ../../../i18n/es/sound.ts \ | 16 | ../../../i18n/es/sound.ts \ |
17 | ../../../i18n/fr/sound.ts \ | 17 | ../../../i18n/fr/sound.ts \ |
18 | ../../../i18n/hu/sound.ts \ | 18 | ../../../i18n/hu/sound.ts \ |
19 | ../../../i18n/ja/sound.ts \ | 19 | ../../../i18n/ja/sound.ts \ |
20 | ../../../i18n/ko/sound.ts \ | 20 | ../../../i18n/ko/sound.ts \ |
21 | ../../../i18n/no/sound.ts \ | 21 | ../../../i18n/no/sound.ts \ |
22 | ../../../i18n/pl/sound.ts \ | 22 | ../../../i18n/pl/sound.ts \ |
23 | ../../../i18n/pt/sound.ts \ | 23 | ../../../i18n/pt/sound.ts \ |
24 | ../../../i18n/pt_BR/sound.ts \ | 24 | ../../../i18n/pt_BR/sound.ts \ |
25 | ../../../i18n/sl/sound.ts \ | 25 | ../../../i18n/sl/sound.ts \ |
26 | ../../../i18n/zh_CN/sound.ts \ | 26 | ../../../i18n/zh_CN/sound.ts \ |
27 | ../../../i18n/zh_TW/sound.ts | 27 | ../../../i18n/zh_TW/sound.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro index 96ed1f1..2ac94e2 100644 --- a/noncore/settings/sshkeys/sshkeys.pro +++ b/noncore/settings/sshkeys/sshkeys.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = sshkeys.h | 3 | HEADERS = sshkeys.h |
4 | SOURCES = main.cpp sshkeys.cpp | 4 | SOURCES = main.cpp sshkeys.cpp |
5 | TARGET = sshkeys | 5 | TARGET = sshkeys |
6 | INTERFACES = sshkeysbase.ui | 6 | INTERFACES = sshkeysbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ |
13 | ../../../i18n/xx/sshkeys.ts \ | 13 | ../../../i18n/xx/sshkeys.ts \ |
14 | ../../../i18n/en/sshkeys.ts \ | 14 | ../../../i18n/en/sshkeys.ts \ |
15 | ../../../i18n/es/sshkeys.ts \ | 15 | ../../../i18n/es/sshkeys.ts \ |
16 | ../../../i18n/fr/sshkeys.ts \ | 16 | ../../../i18n/fr/sshkeys.ts \ |
17 | ../../../i18n/hu/sshkeys.ts \ | 17 | ../../../i18n/hu/sshkeys.ts \ |
18 | ../../../i18n/ja/sshkeys.ts \ | 18 | ../../../i18n/ja/sshkeys.ts \ |
19 | ../../../i18n/ko/sshkeys.ts \ | 19 | ../../../i18n/ko/sshkeys.ts \ |
20 | ../../../i18n/no/sshkeys.ts \ | 20 | ../../../i18n/no/sshkeys.ts \ |
21 | ../../../i18n/pl/sshkeys.ts \ | 21 | ../../../i18n/pl/sshkeys.ts \ |
22 | ../../../i18n/pt/sshkeys.ts \ | 22 | ../../../i18n/pt/sshkeys.ts \ |
23 | ../../../i18n/pt_BR/sshkeys.ts \ | 23 | ../../../i18n/pt_BR/sshkeys.ts \ |
24 | ../../../i18n/sl/sshkeys.ts \ | 24 | ../../../i18n/sl/sshkeys.ts \ |
25 | ../../../i18n/zh_CN/sshkeys.ts \ | 25 | ../../../i18n/zh_CN/sshkeys.ts \ |
26 | ../../../i18n/zh_TW/sshkeys.ts \ | 26 | ../../../i18n/zh_TW/sshkeys.ts \ |
27 | ../../../i18n/it/sshkeys.ts \ | 27 | ../../../i18n/it/sshkeys.ts \ |
28 | ../../../i18n/da/sshkeys.ts | 28 | ../../../i18n/da/sshkeys.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( ../../../include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 18be20a..c4d4ea2 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -1,48 +1,48 @@ | |||
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 = memory.h \ | 4 | HEADERS = memory.h \ |
5 | graph.h \ | 5 | graph.h \ |
6 | load.h \ | 6 | load.h \ |
7 | storage.h \ | 7 | storage.h \ |
8 | processinfo.h \ | 8 | processinfo.h \ |
9 | modulesinfo.h \ | 9 | modulesinfo.h \ |
10 | detail.h \ | 10 | detail.h \ |
11 | versioninfo.h \ | 11 | versioninfo.h \ |
12 | sysinfo.h | 12 | sysinfo.h |
13 | SOURCES = main.cpp \ | 13 | SOURCES = main.cpp \ |
14 | memory.cpp \ | 14 | memory.cpp \ |
15 | graph.cpp \ | 15 | graph.cpp \ |
16 | load.cpp \ | 16 | load.cpp \ |
17 | storage.cpp \ | 17 | storage.cpp \ |
18 | processinfo.cpp \ | 18 | processinfo.cpp \ |
19 | modulesinfo.cpp \ | 19 | modulesinfo.cpp \ |
20 | detail.cpp \ | 20 | detail.cpp \ |
21 | versioninfo.cpp \ | 21 | versioninfo.cpp \ |
22 | sysinfo.cpp | 22 | sysinfo.cpp |
23 | INTERFACES = | 23 | INTERFACES = |
24 | INCLUDEPATH += $(OPIEDIR)/include | 24 | INCLUDEPATH += $(OPIEDIR)/include |
25 | DEPENDPATH += $(OPIEDIR)/include | 25 | DEPENDPATH += $(OPIEDIR)/include |
26 | LIBS += -lqpe -lopie | 26 | LIBS += -lqpe -lopie |
27 | TARGET = sysinfo | 27 | TARGET = sysinfo |
28 | 28 | ||
29 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ | 29 | TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ |
30 | ../../../i18n/xx/sysinfo.ts \ | 30 | ../../../i18n/xx/sysinfo.ts \ |
31 | ../../../i18n/en/sysinfo.ts \ | 31 | ../../../i18n/en/sysinfo.ts \ |
32 | ../../../i18n/es/sysinfo.ts \ | 32 | ../../../i18n/es/sysinfo.ts \ |
33 | ../../../i18n/fr/sysinfo.ts \ | 33 | ../../../i18n/fr/sysinfo.ts \ |
34 | ../../../i18n/hu/sysinfo.ts \ | 34 | ../../../i18n/hu/sysinfo.ts \ |
35 | ../../../i18n/ja/sysinfo.ts \ | 35 | ../../../i18n/ja/sysinfo.ts \ |
36 | ../../../i18n/ko/sysinfo.ts \ | 36 | ../../../i18n/ko/sysinfo.ts \ |
37 | ../../../i18n/no/sysinfo.ts \ | 37 | ../../../i18n/no/sysinfo.ts \ |
38 | ../../../i18n/pl/sysinfo.ts \ | 38 | ../../../i18n/pl/sysinfo.ts \ |
39 | ../../../i18n/pt/sysinfo.ts \ | 39 | ../../../i18n/pt/sysinfo.ts \ |
40 | ../../../i18n/pt_BR/sysinfo.ts \ | 40 | ../../../i18n/pt_BR/sysinfo.ts \ |
41 | ../../../i18n/sl/sysinfo.ts \ | 41 | ../../../i18n/sl/sysinfo.ts \ |
42 | ../../../i18n/zh_CN/sysinfo.ts \ | 42 | ../../../i18n/zh_CN/sysinfo.ts \ |
43 | ../../../i18n/zh_TW/sysinfo.ts \ | 43 | ../../../i18n/zh_TW/sysinfo.ts \ |
44 | ../../../i18n/da/sysinfo.ts | 44 | ../../../i18n/da/sysinfo.ts |
45 | 45 | ||
46 | 46 | ||
47 | 47 | ||
48 | include ( ../../../include.pro ) | 48 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index be03dda..db0b67c 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = tabmanager.h tabmainwindow.h tablistview.h tabmanagerbase.h tabapplnk.h | 3 | HEADERS = tabmanager.h tabmainwindow.h tablistview.h tabmanagerbase.h tabapplnk.h |
4 | SOURCES = main.cpp tabmanager.cpp tabmanagerbase.cpp | 4 | SOURCES = main.cpp tabmanager.cpp tabmanagerbase.cpp |
5 | INCLUDEPATH+= $(OPIEDIR)/include | 5 | INCLUDEPATH+= $(OPIEDIR)/include |
6 | DEPENDPATH+= $(OPIEDIR)/include | 6 | DEPENDPATH+= $(OPIEDIR)/include |
7 | LIBS += -lqpe | 7 | LIBS += -lqpe |
8 | INTERFACES= app.ui wait.ui | 8 | INTERFACES= app.ui wait.ui |
9 | TARGET = tabmanager | 9 | TARGET = tabmanager |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS =../../../i18n/de/tabmanager.ts \ | 12 | TRANSLATIONS =../../../i18n/de/tabmanager.ts \ |
13 | ../../../i18n/da/tabmanager.ts \ | 13 | ../../../i18n/da/tabmanager.ts \ |
14 | ../../../i18n/xx/tabmanager.ts \ | 14 | ../../../i18n/xx/tabmanager.ts \ |
15 | ../../../i18n/en/tabmanager.ts \ | 15 | ../../../i18n/en/tabmanager.ts \ |
16 | ../../../i18n/es/tabmanager.ts \ | 16 | ../../../i18n/es/tabmanager.ts \ |
17 | ../../../i18n/fr/tabmanager.ts \ | 17 | ../../../i18n/fr/tabmanager.ts \ |
18 | ../../../i18n/hu/tabmanager.ts \ | 18 | ../../../i18n/hu/tabmanager.ts \ |
19 | ../../../i18n/ja/tabmanager.ts \ | 19 | ../../../i18n/ja/tabmanager.ts \ |
20 | ../../../i18n/ko/tabmanager.ts \ | 20 | ../../../i18n/ko/tabmanager.ts \ |
21 | ../../../i18n/no/tabmanager.ts \ | 21 | ../../../i18n/no/tabmanager.ts \ |
22 | ../../../i18n/pl/tabmanager.ts \ | 22 | ../../../i18n/pl/tabmanager.ts \ |
23 | ../../../i18n/pt/tabmanager.ts \ | 23 | ../../../i18n/pt/tabmanager.ts \ |
24 | ../../../i18n/pt_BR/tabmanager.ts \ | 24 | ../../../i18n/pt_BR/tabmanager.ts \ |
25 | ../../../i18n/sl/tabmanager.ts \ | 25 | ../../../i18n/sl/tabmanager.ts \ |
26 | ../../../i18n/zh_CN/tabmanager.ts \ | 26 | ../../../i18n/zh_CN/tabmanager.ts \ |
27 | ../../../i18n/zh_TW/tabmanager.ts | 27 | ../../../i18n/zh_TW/tabmanager.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index c4c3dfd..473bffd 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro | |||
@@ -1,33 +1,33 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h | 4 | HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h |
5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp | 5 | SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp |
6 | INCLUDEPATH+= $(OPIEDIR)/include | 6 | INCLUDEPATH+= $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe -lopie -lcrypt | 8 | LIBS += -lqpe -lopie -lcrypt |
9 | TARGET = usermanager | 9 | TARGET = usermanager |
10 | DESTDIR = $(OPIEDIR)/bin | 10 | DESTDIR = $(OPIEDIR)/bin |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/usermanager.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/usermanager.ts \ |
13 | ../../../i18n/xx/usermanager.ts \ | 13 | ../../../i18n/xx/usermanager.ts \ |
14 | ../../../i18n/en/usermanager.ts \ | 14 | ../../../i18n/en/usermanager.ts \ |
15 | ../../../i18n/es/usermanager.ts \ | 15 | ../../../i18n/es/usermanager.ts \ |
16 | ../../../i18n/fr/usermanager.ts \ | 16 | ../../../i18n/fr/usermanager.ts \ |
17 | ../../../i18n/hu/usermanager.ts \ | 17 | ../../../i18n/hu/usermanager.ts \ |
18 | ../../../i18n/ja/usermanager.ts \ | 18 | ../../../i18n/ja/usermanager.ts \ |
19 | ../../../i18n/ko/usermanager.ts \ | 19 | ../../../i18n/ko/usermanager.ts \ |
20 | ../../../i18n/no/usermanager.ts \ | 20 | ../../../i18n/no/usermanager.ts \ |
21 | ../../../i18n/pl/usermanager.ts \ | 21 | ../../../i18n/pl/usermanager.ts \ |
22 | ../../../i18n/pt/usermanager.ts \ | 22 | ../../../i18n/pt/usermanager.ts \ |
23 | ../../../i18n/pt_BR/usermanager.ts \ | 23 | ../../../i18n/pt_BR/usermanager.ts \ |
24 | ../../../i18n/sl/usermanager.ts \ | 24 | ../../../i18n/sl/usermanager.ts \ |
25 | ../../../i18n/zh_CN/usermanager.ts \ | 25 | ../../../i18n/zh_CN/usermanager.ts \ |
26 | ../../../i18n/zh_TW/usermanager.ts \ | 26 | ../../../i18n/zh_TW/usermanager.ts \ |
27 | ../../../i18n/it/usermanager.ts \ | 27 | ../../../i18n/it/usermanager.ts \ |
28 | ../../../i18n/da/usermanager.ts | 28 | ../../../i18n/da/usermanager.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( ../../../include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/styles/flat/flat.pro b/noncore/styles/flat/flat.pro index 796697b..ed25d5c 100644 --- a/noncore/styles/flat/flat.pro +++ b/noncore/styles/flat/flat.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = flat.h | 3 | HEADERS = flat.h |
4 | SOURCES = flat.cpp | 4 | SOURCES = flat.cpp |
5 | TARGET = flatstyle | 5 | TARGET = flatstyle |
6 | DESTDIR = $(OPIEDIR)/plugins/styles | 6 | DESTDIR = $(OPIEDIR)/plugins/styles |
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 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/styles/fresh/fresh.pro b/noncore/styles/fresh/fresh.pro index 2603909..88a8de3 100644 --- a/noncore/styles/fresh/fresh.pro +++ b/noncore/styles/fresh/fresh.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = fresh.h | 3 | HEADERS = fresh.h |
4 | SOURCES = fresh.cpp | 4 | SOURCES = fresh.cpp |
5 | TARGET = freshstyle | 5 | TARGET = freshstyle |
6 | DESTDIR = $(OPIEDIR)/plugins/styles | 6 | DESTDIR = $(OPIEDIR)/plugins/styles |
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 | 12 | ||
13 | 13 | ||
14 | 14 | ||
15 | include ( ../../../include.pro ) | 15 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index 588b373..da65982 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro | |||
@@ -1,38 +1,38 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded release warn_on | 2 | CONFIG = qt embedded release warn_on |
3 | SOURCES = liquid.cpp \ | 3 | SOURCES = liquid.cpp \ |
4 | effects.cpp \ | 4 | effects.cpp \ |
5 | liquidset.cpp \ | 5 | liquidset.cpp \ |
6 | plugin.cpp | 6 | plugin.cpp |
7 | 7 | ||
8 | HEADERS = liquid.h \ | 8 | HEADERS = liquid.h \ |
9 | effects.h \ | 9 | effects.h \ |
10 | liquidset.h \ | 10 | liquidset.h \ |
11 | plugin.h | 11 | plugin.h |
12 | 12 | ||
13 | LIBS += -lqpe -lopie | 13 | LIBS += -lqpe -lopie |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DESTDIR = $(OPIEDIR)/plugins/styles | 15 | DESTDIR = $(OPIEDIR)/plugins/styles |
16 | TARGET = liquid | 16 | TARGET = liquid |
17 | VERSION = 1.0.0 | 17 | VERSION = 1.0.0 |
18 | 18 | ||
19 | TRANSLATIONS = ../../../i18n/de/libliquid.ts \ | 19 | TRANSLATIONS = ../../../i18n/de/libliquid.ts \ |
20 | ../../../i18n/da/libliquid.ts \ | 20 | ../../../i18n/da/libliquid.ts \ |
21 | ../../../i18n/xx/libliquid.ts \ | 21 | ../../../i18n/xx/libliquid.ts \ |
22 | ../../../i18n/en/libliquid.ts \ | 22 | ../../../i18n/en/libliquid.ts \ |
23 | ../../../i18n/es/libliquid.ts \ | 23 | ../../../i18n/es/libliquid.ts \ |
24 | ../../../i18n/fr/libliquid.ts \ | 24 | ../../../i18n/fr/libliquid.ts \ |
25 | ../../../i18n/hu/libliquid.ts \ | 25 | ../../../i18n/hu/libliquid.ts \ |
26 | ../../../i18n/ja/libliquid.ts \ | 26 | ../../../i18n/ja/libliquid.ts \ |
27 | ../../../i18n/ko/libliquid.ts \ | 27 | ../../../i18n/ko/libliquid.ts \ |
28 | ../../../i18n/no/libliquid.ts \ | 28 | ../../../i18n/no/libliquid.ts \ |
29 | ../../../i18n/pl/libliquid.ts \ | 29 | ../../../i18n/pl/libliquid.ts \ |
30 | ../../../i18n/pt/libliquid.ts \ | 30 | ../../../i18n/pt/libliquid.ts \ |
31 | ../../../i18n/pt_BR/libliquid.ts \ | 31 | ../../../i18n/pt_BR/libliquid.ts \ |
32 | ../../../i18n/sl/libliquid.ts \ | 32 | ../../../i18n/sl/libliquid.ts \ |
33 | ../../../i18n/zh_CN/libliquid.ts \ | 33 | ../../../i18n/zh_CN/libliquid.ts \ |
34 | ../../../i18n/zh_TW/libliquid.ts | 34 | ../../../i18n/zh_TW/libliquid.ts |
35 | 35 | ||
36 | 36 | ||
37 | 37 | ||
38 | include ( ../../../include.pro ) | 38 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index 6c38a2d..3b88588 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded release warn_on | 2 | CONFIG = qt embedded release warn_on |
3 | SOURCES = metal.cpp plugin.cpp | 3 | SOURCES = metal.cpp plugin.cpp |
4 | 4 | ||
5 | HEADERS = metal.h plugin.h | 5 | HEADERS = metal.h plugin.h |
6 | LIBS += -lqpe | 6 | LIBS += -lqpe |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DESTDIR = $(OPIEDIR)/plugins/styles | 8 | DESTDIR = $(OPIEDIR)/plugins/styles |
9 | TARGET = metal | 9 | TARGET = metal |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libmetal.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libmetal.ts \ |
13 | ../../../i18n/da/libmetal.ts \ | 13 | ../../../i18n/da/libmetal.ts \ |
14 | ../../../i18n/xx/libmetal.ts \ | 14 | ../../../i18n/xx/libmetal.ts \ |
15 | ../../../i18n/en/libmetal.ts \ | 15 | ../../../i18n/en/libmetal.ts \ |
16 | ../../../i18n/es/libmetal.ts \ | 16 | ../../../i18n/es/libmetal.ts \ |
17 | ../../../i18n/fr/libmetal.ts \ | 17 | ../../../i18n/fr/libmetal.ts \ |
18 | ../../../i18n/hu/libmetal.ts \ | 18 | ../../../i18n/hu/libmetal.ts \ |
19 | ../../../i18n/ja/libmetal.ts \ | 19 | ../../../i18n/ja/libmetal.ts \ |
20 | ../../../i18n/ko/libmetal.ts \ | 20 | ../../../i18n/ko/libmetal.ts \ |
21 | ../../../i18n/no/libmetal.ts \ | 21 | ../../../i18n/no/libmetal.ts \ |
22 | ../../../i18n/pl/libmetal.ts \ | 22 | ../../../i18n/pl/libmetal.ts \ |
23 | ../../../i18n/pt/libmetal.ts \ | 23 | ../../../i18n/pt/libmetal.ts \ |
24 | ../../../i18n/pt_BR/libmetal.ts \ | 24 | ../../../i18n/pt_BR/libmetal.ts \ |
25 | ../../../i18n/sl/libmetal.ts \ | 25 | ../../../i18n/sl/libmetal.ts \ |
26 | ../../../i18n/zh_CN/libmetal.ts \ | 26 | ../../../i18n/zh_CN/libmetal.ts \ |
27 | ../../../i18n/zh_TW/libmetal.ts | 27 | ../../../i18n/zh_TW/libmetal.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro index 8865fbc..75fd87a 100644 --- a/noncore/styles/theme/theme.pro +++ b/noncore/styles/theme/theme.pro | |||
@@ -1,41 +1,41 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG = qt embedded debug warn_on | 2 | CONFIG = qt embedded debug warn_on |
3 | SOURCES = ogfxeffect.cpp \ | 3 | SOURCES = ogfxeffect.cpp \ |
4 | othemestyle.cpp \ | 4 | othemestyle.cpp \ |
5 | othemebase.cpp \ | 5 | othemebase.cpp \ |
6 | themeset.cpp \ | 6 | themeset.cpp \ |
7 | plugin.cpp | 7 | plugin.cpp |
8 | 8 | ||
9 | HEADERS = ogfxeffect.h \ | 9 | HEADERS = ogfxeffect.h \ |
10 | othemebase.h \ | 10 | othemebase.h \ |
11 | othemestyle.h \ | 11 | othemestyle.h \ |
12 | themeset.h \ | 12 | themeset.h \ |
13 | plugin.h | 13 | plugin.h |
14 | 14 | ||
15 | 15 | ||
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DESTDIR = $(OPIEDIR)/plugins/styles | 18 | DESTDIR = $(OPIEDIR)/plugins/styles |
19 | TARGET = theme | 19 | TARGET = theme |
20 | VERSION = 1.0.0 | 20 | VERSION = 1.0.0 |
21 | 21 | ||
22 | TRANSLATIONS = ../../../i18n/de/libtheme.ts \ | 22 | TRANSLATIONS = ../../../i18n/de/libtheme.ts \ |
23 | ../../../i18n/da/libtheme.ts \ | 23 | ../../../i18n/da/libtheme.ts \ |
24 | ../../../i18n/xx/libtheme.ts \ | 24 | ../../../i18n/xx/libtheme.ts \ |
25 | ../../../i18n/en/libtheme.ts \ | 25 | ../../../i18n/en/libtheme.ts \ |
26 | ../../../i18n/es/libtheme.ts \ | 26 | ../../../i18n/es/libtheme.ts \ |
27 | ../../../i18n/fr/libtheme.ts \ | 27 | ../../../i18n/fr/libtheme.ts \ |
28 | ../../../i18n/hu/libtheme.ts \ | 28 | ../../../i18n/hu/libtheme.ts \ |
29 | ../../../i18n/ja/libtheme.ts \ | 29 | ../../../i18n/ja/libtheme.ts \ |
30 | ../../../i18n/ko/libtheme.ts \ | 30 | ../../../i18n/ko/libtheme.ts \ |
31 | ../../../i18n/no/libtheme.ts \ | 31 | ../../../i18n/no/libtheme.ts \ |
32 | ../../../i18n/pl/libtheme.ts \ | 32 | ../../../i18n/pl/libtheme.ts \ |
33 | ../../../i18n/pt/libtheme.ts \ | 33 | ../../../i18n/pt/libtheme.ts \ |
34 | ../../../i18n/pt_BR/libtheme.ts \ | 34 | ../../../i18n/pt_BR/libtheme.ts \ |
35 | ../../../i18n/sl/libtheme.ts \ | 35 | ../../../i18n/sl/libtheme.ts \ |
36 | ../../../i18n/zh_CN/libtheme.ts \ | 36 | ../../../i18n/zh_CN/libtheme.ts \ |
37 | ../../../i18n/zh_TW/libtheme.ts | 37 | ../../../i18n/zh_TW/libtheme.ts |
38 | 38 | ||
39 | 39 | ||
40 | 40 | ||
41 | include ( ../../../include.pro ) | 41 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/fortune/fortune.pro b/noncore/todayplugins/fortune/fortune.pro index dab1170..046f449 100644 --- a/noncore/todayplugins/fortune/fortune.pro +++ b/noncore/todayplugins/fortune/fortune.pro | |||
@@ -1,23 +1,23 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | #CONFIG -= moc | 2 | #CONFIG -= moc |
3 | CONFIG += qt debug | 3 | CONFIG += qt debug |
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 | 21 | ||
22 | 22 | ||
23 | include ( ../../../include.pro ) | 23 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker.pro index 659d4c3..202d3c3 100644 --- a/noncore/todayplugins/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker.pro | |||
@@ -1,6 +1,6 @@ | |||
1 | TEMPLATE = subdirs | 1 | TEMPLATE = subdirs |
2 | unix:SUBDIRS = stockticker stocktickerlib | 2 | unix:SUBDIRS = stockticker stocktickerlib |
3 | 3 | ||
4 | 4 | ||
5 | 5 | ||
6 | include ( ../../../include.pro ) | 6 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/stockticker/stockticker/stockticker.pro b/noncore/todayplugins/stockticker/stockticker/stockticker.pro index 56353a3..f8e2f2e 100644 --- a/noncore/todayplugins/stockticker/stockticker/stockticker.pro +++ b/noncore/todayplugins/stockticker/stockticker/stockticker.pro | |||
@@ -1,14 +1,14 @@ | |||
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 | 12 | ||
13 | 13 | ||
14 | include ( ../../../../include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro index 73fda49..c94596f 100644 --- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerlib.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG -= moc | 2 | CONFIG -= moc |
3 | CONFIG += qt debug | 3 | CONFIG += qt debug |
4 | 4 | ||
5 | HEADERS = stocktickerplugin.h stocktickeruginimpl.h stocktickerpluginwidget.h stocktickerconfig.h \ | 5 | HEADERS = stocktickerplugin.h stocktickeruginimpl.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 | 29 | ||
30 | 30 | ||
31 | include ( ../../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/todayplugins/weather/weather.pro b/noncore/todayplugins/weather/weather.pro index 5228f38..a7a0495 100644 --- a/noncore/todayplugins/weather/weather.pro +++ b/noncore/todayplugins/weather/weather.pro | |||
@@ -1,27 +1,27 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | #CONFIG -= moc | 2 | #CONFIG -= moc |
3 | CONFIG += qt debug | 3 | CONFIG += qt debug |
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 | 25 | ||
26 | 26 | ||
27 | include ( ../../../include.pro ) | 27 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index 92dd2f6..73f0be8 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro | |||
@@ -1,33 +1,33 @@ | |||
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 \ | 16 | #TRANSLATIONS = ../../../../i18n/de/libbinary.ts \ |
17 | # ../../../../i18n/en/libbinary.ts \ | 17 | # ../../../../i18n/en/libbinary.ts \ |
18 | # ../../../../i18n/es/libbinary.ts \ | 18 | # ../../../../i18n/es/libbinary.ts \ |
19 | # ../../../../i18n/fr/libbinary.ts \ | 19 | # ../../../../i18n/fr/libbinary.ts \ |
20 | # ../../../../i18n/hu/libbinary.ts \ | 20 | # ../../../../i18n/hu/libbinary.ts \ |
21 | # ../../../../i18n/ja/libbinary.ts \ | 21 | # ../../../../i18n/ja/libbinary.ts \ |
22 | # ../../../../i18n/ko/libbinary.ts \ | 22 | # ../../../../i18n/ko/libbinary.ts \ |
23 | # ../../../../i18n/no/libbinary.ts \ | 23 | # ../../../../i18n/no/libbinary.ts \ |
24 | # ../../../../i18n/pl/libbinary.ts \ | 24 | # ../../../../i18n/pl/libbinary.ts \ |
25 | # ../../../../i18n/pt/libbinary.ts \ | 25 | # ../../../../i18n/pt/libbinary.ts \ |
26 | # ../../../../i18n/pt_BR/libbinary.ts \ | 26 | # ../../../../i18n/pt_BR/libbinary.ts \ |
27 | # ../../../../i18n/sl/libbinary.ts \ | 27 | # ../../../../i18n/sl/libbinary.ts \ |
28 | # ../../../../i18n/zh_CN/libbinary.ts \ | 28 | # ../../../../i18n/zh_CN/libbinary.ts \ |
29 | # ../../../../i18n/zh_TW/libbinary.ts | 29 | # ../../../../i18n/zh_TW/libbinary.ts |
30 | 30 | ||
31 | 31 | ||
32 | 32 | ||
33 | include ( ../../../../include.pro ) | 33 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 31b277f..8dfba95 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -1,29 +1,29 @@ | |||
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 \ | 12 | #TRANSLATIONS = ../../../i18n/de/calc.pro \ |
13 | # ../../../i18n/en/calc.pro \ | 13 | # ../../../i18n/en/calc.pro \ |
14 | # ../../../i18n/es/calc.pro \ | 14 | # ../../../i18n/es/calc.pro \ |
15 | # ../../../i18n/fr/calc.pro \ | 15 | # ../../../i18n/fr/calc.pro \ |
16 | # ../../../i18n/hu/calc.pro \ | 16 | # ../../../i18n/hu/calc.pro \ |
17 | # ../../../i18n/ja/calc.pro \ | 17 | # ../../../i18n/ja/calc.pro \ |
18 | # ../../../i18n/ko/calc.pro \ | 18 | # ../../../i18n/ko/calc.pro \ |
19 | # ../../../i18n/no/calc.pro \ | 19 | # ../../../i18n/no/calc.pro \ |
20 | # ../../../i18n/pl/calc.pro \ | 20 | # ../../../i18n/pl/calc.pro \ |
21 | # ../../../i18n/pt/calc.pro \ | 21 | # ../../../i18n/pt/calc.pro \ |
22 | # ../../../i18n/pt_BR/calc.pro \ | 22 | # ../../../i18n/pt_BR/calc.pro \ |
23 | # ../../../i18n/sl/calc.pro \ | 23 | # ../../../i18n/sl/calc.pro \ |
24 | # ../../../i18n/zh_CN/calc.pro \ | 24 | # ../../../i18n/zh_CN/calc.pro \ |
25 | # ../../../i18n/zh_TW/calc.pro | 25 | # ../../../i18n/zh_TW/calc.pro |
26 | 26 | ||
27 | 27 | ||
28 | 28 | ||
29 | include ( ../../../include.pro ) | 29 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro index 772db73..990aa9e 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro | |||
@@ -1,30 +1,30 @@ | |||
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 \ | 13 | #TRANSLATIONS = ../../../../i18n/de/lib.ts \ |
14 | # ../../../../i18n/en/lib.ts \ | 14 | # ../../../../i18n/en/lib.ts \ |
15 | # ../../../../i18n/es/lib.ts \ | 15 | # ../../../../i18n/es/lib.ts \ |
16 | # ../../../../i18n/fr/lib.ts \ | 16 | # ../../../../i18n/fr/lib.ts \ |
17 | # ../../../../i18n/hu/lib.ts \ | 17 | # ../../../../i18n/hu/lib.ts \ |
18 | # ../../../../i18n/ja/lib.ts \ | 18 | # ../../../../i18n/ja/lib.ts \ |
19 | # ../../../../i18n/ko/lib.ts \ | 19 | # ../../../../i18n/ko/lib.ts \ |
20 | # ../../../../i18n/no/lib.ts \ | 20 | # ../../../../i18n/no/lib.ts \ |
21 | # ../../../../i18n/pl/lib.ts \ | 21 | # ../../../../i18n/pl/lib.ts \ |
22 | # ../../../../i18n/pt/lib.ts \ | 22 | # ../../../../i18n/pt/lib.ts \ |
23 | # ../../../../i18n/pt_BR/lib.ts \ | 23 | # ../../../../i18n/pt_BR/lib.ts \ |
24 | # ../../../../i18n/sl/lib.ts \ | 24 | # ../../../../i18n/sl/lib.ts \ |
25 | # ../../../../i18n/zh_CN/lib.ts \ | 25 | # ../../../../i18n/zh_CN/lib.ts \ |
26 | # ../../../../i18n/zh_TW/lib.ts | 26 | # ../../../../i18n/zh_TW/lib.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 280d202..3c052e7 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = calculatorimpl.h | 4 | HEADERS = calculatorimpl.h |
5 | SOURCES = calculatorimpl.cpp \ | 5 | SOURCES = calculatorimpl.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/calculator.ts \ |
14 | ../../../i18n/xx/calculator.ts \ | 14 | ../../../i18n/xx/calculator.ts \ |
15 | ../../../i18n/en/calculator.ts \ | 15 | ../../../i18n/en/calculator.ts \ |
16 | ../../../i18n/es/calculator.ts \ | 16 | ../../../i18n/es/calculator.ts \ |
17 | ../../../i18n/fr/calculator.ts \ | 17 | ../../../i18n/fr/calculator.ts \ |
18 | ../../../i18n/hu/calculator.ts \ | 18 | ../../../i18n/hu/calculator.ts \ |
19 | ../../../i18n/ja/calculator.ts \ | 19 | ../../../i18n/ja/calculator.ts \ |
20 | ../../../i18n/ko/calculator.ts \ | 20 | ../../../i18n/ko/calculator.ts \ |
21 | ../../../i18n/no/calculator.ts \ | 21 | ../../../i18n/no/calculator.ts \ |
22 | ../../../i18n/pl/calculator.ts \ | 22 | ../../../i18n/pl/calculator.ts \ |
23 | ../../../i18n/pt/calculator.ts \ | 23 | ../../../i18n/pt/calculator.ts \ |
24 | ../../../i18n/pt_BR/calculator.ts \ | 24 | ../../../i18n/pt_BR/calculator.ts \ |
25 | ../../../i18n/sl/calculator.ts \ | 25 | ../../../i18n/sl/calculator.ts \ |
26 | ../../../i18n/zh_CN/calculator.ts \ | 26 | ../../../i18n/zh_CN/calculator.ts \ |
27 | ../../../i18n/zh_TW/calculator.ts \ | 27 | ../../../i18n/zh_TW/calculator.ts \ |
28 | ../../../i18n/da/calculator.ts | 28 | ../../../i18n/da/calculator.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index c4ffdb9..29dd52b 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro | |||
@@ -1,32 +1,32 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = clock.h setAlarm.h | 4 | HEADERS = clock.h setAlarm.h |
5 | SOURCES = clock.cpp setAlarm.cpp \ | 5 | SOURCES = clock.cpp setAlarm.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ | 13 | TRANSLATIONS = ../../../i18n/de/clock.ts \ |
14 | ../../../i18n/xx/clock.ts \ | 14 | ../../../i18n/xx/clock.ts \ |
15 | ../../../i18n/en/clock.ts \ | 15 | ../../../i18n/en/clock.ts \ |
16 | ../../../i18n/es/clock.ts \ | 16 | ../../../i18n/es/clock.ts \ |
17 | ../../../i18n/fr/clock.ts \ | 17 | ../../../i18n/fr/clock.ts \ |
18 | ../../../i18n/hu/clock.ts \ | 18 | ../../../i18n/hu/clock.ts \ |
19 | ../../../i18n/ja/clock.ts \ | 19 | ../../../i18n/ja/clock.ts \ |
20 | ../../../i18n/ko/clock.ts \ | 20 | ../../../i18n/ko/clock.ts \ |
21 | ../../../i18n/no/clock.ts \ | 21 | ../../../i18n/no/clock.ts \ |
22 | ../../../i18n/pl/clock.ts \ | 22 | ../../../i18n/pl/clock.ts \ |
23 | ../../../i18n/pt/clock.ts \ | 23 | ../../../i18n/pt/clock.ts \ |
24 | ../../../i18n/pt_BR/clock.ts \ | 24 | ../../../i18n/pt_BR/clock.ts \ |
25 | ../../../i18n/sl/clock.ts \ | 25 | ../../../i18n/sl/clock.ts \ |
26 | ../../../i18n/zh_CN/clock.ts \ | 26 | ../../../i18n/zh_CN/clock.ts \ |
27 | ../../../i18n/zh_TW/clock.ts \ | 27 | ../../../i18n/zh_TW/clock.ts \ |
28 | ../../../i18n/da/clock.ts | 28 | ../../../i18n/da/clock.ts |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | include ( ../../../include.pro ) | 32 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index 48520da..b2e976b 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = formatter.h inputDialog.h output.h | 3 | HEADERS = formatter.h inputDialog.h output.h |
4 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp | 4 | SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp |
5 | TARGET = formatter | 5 | TARGET = formatter |
6 | DESTDIR = $(OPIEDIR)/bin | 6 | DESTDIR = $(OPIEDIR)/bin |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/formatter.ts \ |
12 | ../../../i18n/da/formatter.ts \ | 12 | ../../../i18n/da/formatter.ts \ |
13 | ../../../i18n/xx/formatter.ts \ | 13 | ../../../i18n/xx/formatter.ts \ |
14 | ../../../i18n/en/formatter.ts \ | 14 | ../../../i18n/en/formatter.ts \ |
15 | ../../../i18n/es/formatter.ts \ | 15 | ../../../i18n/es/formatter.ts \ |
16 | ../../../i18n/fr/formatter.ts \ | 16 | ../../../i18n/fr/formatter.ts \ |
17 | ../../../i18n/hu/formatter.ts \ | 17 | ../../../i18n/hu/formatter.ts \ |
18 | ../../../i18n/ja/formatter.ts \ | 18 | ../../../i18n/ja/formatter.ts \ |
19 | ../../../i18n/ko/formatter.ts \ | 19 | ../../../i18n/ko/formatter.ts \ |
20 | ../../../i18n/no/formatter.ts \ | 20 | ../../../i18n/no/formatter.ts \ |
21 | ../../../i18n/pl/formatter.ts \ | 21 | ../../../i18n/pl/formatter.ts \ |
22 | ../../../i18n/pt/formatter.ts \ | 22 | ../../../i18n/pt/formatter.ts \ |
23 | ../../../i18n/pt_BR/formatter.ts \ | 23 | ../../../i18n/pt_BR/formatter.ts \ |
24 | ../../../i18n/sl/formatter.ts \ | 24 | ../../../i18n/sl/formatter.ts \ |
25 | ../../../i18n/zh_CN/formatter.ts \ | 25 | ../../../i18n/zh_CN/formatter.ts \ |
26 | ../../../i18n/zh_TW/formatter.ts | 26 | ../../../i18n/zh_TW/formatter.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index 373df7d..a419362 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE =app | 1 | TEMPLATE =app |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | DESTDIR =$(OPIEDIR)/bin | 3 | DESTDIR =$(OPIEDIR)/bin |
4 | HEADERS =mbox.h fviewer.h inputdialog.h | 4 | HEADERS =mbox.h fviewer.h inputdialog.h |
5 | SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp | 5 | SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp |
6 | INCLUDEPATH +=$(OPIEDIR)/include | 6 | INCLUDEPATH +=$(OPIEDIR)/include |
7 | DEPENDPATH +=$(OPIEDIR)/include | 7 | DEPENDPATH +=$(OPIEDIR)/include |
8 | LIBS +=-lqpe | 8 | LIBS +=-lqpe |
9 | TARGET = opie-sh | 9 | TARGET = opie-sh |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ |
12 | ../../../i18n/da/opie-sh.ts \ | 12 | ../../../i18n/da/opie-sh.ts \ |
13 | ../../../i18n/xx/opie-sh.ts \ | 13 | ../../../i18n/xx/opie-sh.ts \ |
14 | ../../../i18n/en/opie-sh.ts \ | 14 | ../../../i18n/en/opie-sh.ts \ |
15 | ../../../i18n/es/opie-sh.ts \ | 15 | ../../../i18n/es/opie-sh.ts \ |
16 | ../../../i18n/fr/opie-sh.ts \ | 16 | ../../../i18n/fr/opie-sh.ts \ |
17 | ../../../i18n/hu/opie-sh.ts \ | 17 | ../../../i18n/hu/opie-sh.ts \ |
18 | ../../../i18n/ja/opie-sh.ts \ | 18 | ../../../i18n/ja/opie-sh.ts \ |
19 | ../../../i18n/ko/opie-sh.ts \ | 19 | ../../../i18n/ko/opie-sh.ts \ |
20 | ../../../i18n/no/opie-sh.ts \ | 20 | ../../../i18n/no/opie-sh.ts \ |
21 | ../../../i18n/pl/opie-sh.ts \ | 21 | ../../../i18n/pl/opie-sh.ts \ |
22 | ../../../i18n/pt/opie-sh.ts \ | 22 | ../../../i18n/pt/opie-sh.ts \ |
23 | ../../../i18n/pt_BR/opie-sh.ts \ | 23 | ../../../i18n/pt_BR/opie-sh.ts \ |
24 | ../../../i18n/sl/opie-sh.ts \ | 24 | ../../../i18n/sl/opie-sh.ts \ |
25 | ../../../i18n/zh_CN/opie-sh.ts \ | 25 | ../../../i18n/zh_CN/opie-sh.ts \ |
26 | ../../../i18n/zh_TW/opie-sh.ts | 26 | ../../../i18n/zh_TW/opie-sh.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index 50fcdbb..bd681be 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE=app | 1 | TEMPLATE=app |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | DESTDIR =$(OPIEDIR)/bin | 3 | DESTDIR =$(OPIEDIR)/bin |
4 | HEADERS = remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h recorddialog.h helptab.h | 4 | HEADERS = remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h recorddialog.h helptab.h |
5 | SOURCES =remote.cpp remotetab.cpp learntab.cpp configtab.cpp topgroup.cpp dvdgroup.cpp channelgroup.cpp vcrgroup.cpp buttondialog.cpp topgroupconf.cpp dvdgroupconf.cpp channelgroupconf.cpp vcrgroupconf.cpp mainview.cpp recorddialog.cpp helptab.cpp | 5 | SOURCES =remote.cpp remotetab.cpp learntab.cpp configtab.cpp topgroup.cpp dvdgroup.cpp channelgroup.cpp vcrgroup.cpp buttondialog.cpp topgroupconf.cpp dvdgroupconf.cpp channelgroupconf.cpp vcrgroupconf.cpp mainview.cpp recorddialog.cpp helptab.cpp |
6 | INCLUDEPATH+=$(OPIEDIR)/include | 6 | INCLUDEPATH+=$(OPIEDIR)/include |
7 | DEPENDPATH+=$(OPIEDIR)/include | 7 | DEPENDPATH+=$(OPIEDIR)/include |
8 | LIBS +=-lqpe -lopie | 8 | LIBS +=-lqpe -lopie |
9 | TARGET = remote | 9 | TARGET = remote |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/remote.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/remote.ts \ |
12 | ../../../i18n/da/remote.ts \ | 12 | ../../../i18n/da/remote.ts \ |
13 | ../../../i18n/xx/remote.ts \ | 13 | ../../../i18n/xx/remote.ts \ |
14 | ../../../i18n/en/remote.ts \ | 14 | ../../../i18n/en/remote.ts \ |
15 | ../../../i18n/es/remote.ts \ | 15 | ../../../i18n/es/remote.ts \ |
16 | ../../../i18n/fr/remote.ts \ | 16 | ../../../i18n/fr/remote.ts \ |
17 | ../../../i18n/hu/remote.ts \ | 17 | ../../../i18n/hu/remote.ts \ |
18 | ../../../i18n/ja/remote.ts \ | 18 | ../../../i18n/ja/remote.ts \ |
19 | ../../../i18n/ko/remote.ts \ | 19 | ../../../i18n/ko/remote.ts \ |
20 | ../../../i18n/no/remote.ts \ | 20 | ../../../i18n/no/remote.ts \ |
21 | ../../../i18n/pl/remote.ts \ | 21 | ../../../i18n/pl/remote.ts \ |
22 | ../../../i18n/pt/remote.ts \ | 22 | ../../../i18n/pt/remote.ts \ |
23 | ../../../i18n/pt_BR/remote.ts \ | 23 | ../../../i18n/pt_BR/remote.ts \ |
24 | ../../../i18n/sl/remote.ts \ | 24 | ../../../i18n/sl/remote.ts \ |
25 | ../../../i18n/zh_CN/remote.ts \ | 25 | ../../../i18n/zh_CN/remote.ts \ |
26 | ../../../i18n/zh_TW/remote.ts | 26 | ../../../i18n/zh_TW/remote.ts |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||
30 | include ( ../../../include.pro ) | 30 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index c3f5427..43e6c0f 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h | 4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h |
5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp | 5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | 10 | ||
11 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ | 11 | TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ |
12 | ../../../i18n/da/filebrowser.ts \ | 12 | ../../../i18n/da/filebrowser.ts \ |
13 | ../../../i18n/xx/filebrowser.ts \ | 13 | ../../../i18n/xx/filebrowser.ts \ |
14 | ../../../i18n/en/filebrowser.ts \ | 14 | ../../../i18n/en/filebrowser.ts \ |
15 | ../../../i18n/es/filebrowser.ts \ | 15 | ../../../i18n/es/filebrowser.ts \ |
16 | ../../../i18n/fr/filebrowser.ts \ | 16 | ../../../i18n/fr/filebrowser.ts \ |
17 | ../../../i18n/hu/filebrowser.ts \ | 17 | ../../../i18n/hu/filebrowser.ts \ |
18 | ../../../i18n/ja/filebrowser.ts \ | 18 | ../../../i18n/ja/filebrowser.ts \ |
19 | ../../../i18n/ko/filebrowser.ts \ | 19 | ../../../i18n/ko/filebrowser.ts \ |
20 | ../../../i18n/no/filebrowser.ts \ | 20 | ../../../i18n/no/filebrowser.ts \ |
21 | ../../../i18n/pl/filebrowser.ts \ | 21 | ../../../i18n/pl/filebrowser.ts \ |
22 | ../../../i18n/pt/filebrowser.ts \ | 22 | ../../../i18n/pt/filebrowser.ts \ |
23 | ../../../i18n/pt_BR/filebrowser.ts \ | 23 | ../../../i18n/pt_BR/filebrowser.ts \ |
24 | ../../../i18n/sl/filebrowser.ts \ | 24 | ../../../i18n/sl/filebrowser.ts \ |
25 | ../../../i18n/zh_CN/filebrowser.ts \ | 25 | ../../../i18n/zh_CN/filebrowser.ts \ |
26 | ../../../i18n/it/filebrowser.ts \ | 26 | ../../../i18n/it/filebrowser.ts \ |
27 | ../../../i18n/zh_TW/filebrowser.ts | 27 | ../../../i18n/zh_TW/filebrowser.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index 9a55fce..ca0620d 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro | |||
@@ -1,35 +1,35 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = gsmtool.h | 5 | HEADERS = gsmtool.h |
6 | SOURCES = main.cpp gsmtool.cpp | 6 | SOURCES = main.cpp gsmtool.cpp |
7 | # This doesn't actually work... | 7 | # This doesn't actually work... |
8 | TMAKE_CXXFLAGS += -fexceptions | 8 | TMAKE_CXXFLAGS += -fexceptions |
9 | INCLUDEPATH+= $(OPIEDIR)/include | 9 | INCLUDEPATH+= $(OPIEDIR)/include |
10 | INCLUDEPATH+= $(GSMLIBDIR) | 10 | INCLUDEPATH+= $(GSMLIBDIR) |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme | 12 | LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme |
13 | INTERFACES= gsmtoolbase.ui | 13 | INTERFACES= gsmtoolbase.ui |
14 | TARGET = gsmtool | 14 | TARGET = gsmtool |
15 | 15 | ||
16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ | 16 | TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ |
17 | ../../../i18n/da/gsmtool.ts \ | 17 | ../../../i18n/da/gsmtool.ts \ |
18 | ../../../i18n/xx/gsmtool.ts \ | 18 | ../../../i18n/xx/gsmtool.ts \ |
19 | ../../../i18n/en/gsmtool.ts \ | 19 | ../../../i18n/en/gsmtool.ts \ |
20 | ../../../i18n/es/gsmtool.ts \ | 20 | ../../../i18n/es/gsmtool.ts \ |
21 | ../../../i18n/fr/gsmtool.ts \ | 21 | ../../../i18n/fr/gsmtool.ts \ |
22 | ../../../i18n/hu/gsmtool.ts \ | 22 | ../../../i18n/hu/gsmtool.ts \ |
23 | ../../../i18n/ja/gsmtool.ts \ | 23 | ../../../i18n/ja/gsmtool.ts \ |
24 | ../../../i18n/ko/gsmtool.ts \ | 24 | ../../../i18n/ko/gsmtool.ts \ |
25 | ../../../i18n/no/gsmtool.ts \ | 25 | ../../../i18n/no/gsmtool.ts \ |
26 | ../../../i18n/pl/gsmtool.ts \ | 26 | ../../../i18n/pl/gsmtool.ts \ |
27 | ../../../i18n/pt/gsmtool.ts \ | 27 | ../../../i18n/pt/gsmtool.ts \ |
28 | ../../../i18n/pt_BR/gsmtool.ts \ | 28 | ../../../i18n/pt_BR/gsmtool.ts \ |
29 | ../../../i18n/sl/gsmtool.ts \ | 29 | ../../../i18n/sl/gsmtool.ts \ |
30 | ../../../i18n/zh_CN/gsmtool.ts \ | 30 | ../../../i18n/zh_CN/gsmtool.ts \ |
31 | ../../../i18n/zh_TW/gsmtool.ts | 31 | ../../../i18n/zh_TW/gsmtool.ts |
32 | 32 | ||
33 | 33 | ||
34 | 34 | ||
35 | include ( ../../../include.pro ) | 35 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index 117e18e..ebb53b5 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -1,31 +1,31 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
2 | CONFIG +=qt warn_on release | 2 | CONFIG +=qt warn_on release |
3 | HEADERS +=bend.h \ | 3 | HEADERS +=bend.h \ |
4 | bendimpl.h | 4 | bendimpl.h |
5 | SOURCES +=bend.cpp \ | 5 | SOURCES +=bend.cpp \ |
6 | bendimpl.cpp | 6 | bendimpl.cpp |
7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail | 7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail |
8 | LIBS +=-lmail -lqpe | 8 | LIBS +=-lmail -lqpe |
9 | TARGET =bend | 9 | TARGET =bend |
10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ | 10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ |
11 | 11 | ||
12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ | 12 | TRANSLATIONS = ../../../i18n/de/libbend.ts \ |
13 | ../../../i18n/da/libbend.ts \ | 13 | ../../../i18n/da/libbend.ts \ |
14 | ../../../i18n/xx/libbend.ts \ | 14 | ../../../i18n/xx/libbend.ts \ |
15 | ../../../i18n/en/libbend.ts \ | 15 | ../../../i18n/en/libbend.ts \ |
16 | ../../../i18n/es/libbend.ts \ | 16 | ../../../i18n/es/libbend.ts \ |
17 | ../../../i18n/fr/libbend.ts \ | 17 | ../../../i18n/fr/libbend.ts \ |
18 | ../../../i18n/hu/libbend.ts \ | 18 | ../../../i18n/hu/libbend.ts \ |
19 | ../../../i18n/ja/libbend.ts \ | 19 | ../../../i18n/ja/libbend.ts \ |
20 | ../../../i18n/ko/libbend.ts \ | 20 | ../../../i18n/ko/libbend.ts \ |
21 | ../../../i18n/no/libbend.ts \ | 21 | ../../../i18n/no/libbend.ts \ |
22 | ../../../i18n/pl/libbend.ts \ | 22 | ../../../i18n/pl/libbend.ts \ |
23 | ../../../i18n/pt/libbend.ts \ | 23 | ../../../i18n/pt/libbend.ts \ |
24 | ../../../i18n/pt_BR/libbend.ts \ | 24 | ../../../i18n/pt_BR/libbend.ts \ |
25 | ../../../i18n/sl/libbend.ts \ | 25 | ../../../i18n/sl/libbend.ts \ |
26 | ../../../i18n/zh_CN/libbend.ts \ | 26 | ../../../i18n/zh_CN/libbend.ts \ |
27 | ../../../i18n/zh_TW/libbend.ts | 27 | ../../../i18n/zh_TW/libbend.ts |
28 | 28 | ||
29 | 29 | ||
30 | 30 | ||
31 | include ( ../../../include.pro ) | 31 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 5f8e590..53cbb82 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -1,45 +1,45 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
2 | CONFIG +=qt warn_on debug | 2 | CONFIG +=qt warn_on debug |
3 | #CONFIG +=qt warn_on release | 3 | #CONFIG +=qt warn_on release |
4 | HEADERS =configfile.h \ | 4 | HEADERS =configfile.h \ |
5 | defines.h \ | 5 | defines.h \ |
6 | imapbase.h \ | 6 | imapbase.h \ |
7 | imaphandler.h \ | 7 | imaphandler.h \ |
8 | imapresponse.h \ | 8 | imapresponse.h \ |
9 | mailfactory.h \ | 9 | mailfactory.h \ |
10 | md5.cpp \ | 10 | md5.cpp \ |
11 | miscfunctions.h \ | 11 | miscfunctions.h \ |
12 | smtphandler.h | 12 | smtphandler.h |
13 | SOURCES =configfile.cpp \ | 13 | SOURCES =configfile.cpp \ |
14 | imapbase.cpp \ | 14 | imapbase.cpp \ |
15 | imaphandler.cpp \ | 15 | imaphandler.cpp \ |
16 | imapresponse.cpp \ | 16 | imapresponse.cpp \ |
17 | mailfactory.cpp \ | 17 | mailfactory.cpp \ |
18 | md5.h \ | 18 | md5.h \ |
19 | miscfunctions.cpp \ | 19 | miscfunctions.cpp \ |
20 | smtphandler.cpp | 20 | smtphandler.cpp |
21 | INCLUDEPATH +=$(OPIEDIR)/include | 21 | INCLUDEPATH +=$(OPIEDIR)/include |
22 | LIBS +=-L$(OPIEDIR)/lib -lqpe | 22 | LIBS +=-L$(OPIEDIR)/lib -lqpe |
23 | TARGET =mail | 23 | TARGET =mail |
24 | DESTDIR = $(OPIEDIR)/lib | 24 | DESTDIR = $(OPIEDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ |
27 | ../../../i18n/da/libmail.ts \ | 27 | ../../../i18n/da/libmail.ts \ |
28 | ../../../i18n/xx/libmail.ts \ | 28 | ../../../i18n/xx/libmail.ts \ |
29 | ../../../i18n/en/libmail.ts \ | 29 | ../../../i18n/en/libmail.ts \ |
30 | ../../../i18n/es/libmail.ts \ | 30 | ../../../i18n/es/libmail.ts \ |
31 | ../../../i18n/fr/libmail.ts \ | 31 | ../../../i18n/fr/libmail.ts \ |
32 | ../../../i18n/hu/libmail.ts \ | 32 | ../../../i18n/hu/libmail.ts \ |
33 | ../../../i18n/ja/libmail.ts \ | 33 | ../../../i18n/ja/libmail.ts \ |
34 | ../../../i18n/ko/libmail.ts \ | 34 | ../../../i18n/ko/libmail.ts \ |
35 | ../../../i18n/no/libmail.ts \ | 35 | ../../../i18n/no/libmail.ts \ |
36 | ../../../i18n/pl/libmail.ts \ | 36 | ../../../i18n/pl/libmail.ts \ |
37 | ../../../i18n/pt/libmail.ts \ | 37 | ../../../i18n/pt/libmail.ts \ |
38 | ../../../i18n/pt_BR/libmail.ts \ | 38 | ../../../i18n/pt_BR/libmail.ts \ |
39 | ../../../i18n/sl/libmail.ts \ | 39 | ../../../i18n/sl/libmail.ts \ |
40 | ../../../i18n/zh_CN/libmail.ts \ | 40 | ../../../i18n/zh_CN/libmail.ts \ |
41 | ../../../i18n/zh_TW/libmail.ts | 41 | ../../../i18n/zh_TW/libmail.ts |
42 | 42 | ||
43 | 43 | ||
44 | 44 | ||
45 | include ( ../../../include.pro ) | 45 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index faaec9c..fb121be 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -1,67 +1,67 @@ | |||
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 = accounteditor.h \ | 4 | HEADERS = accounteditor.h \ |
5 | addresspicker.h \ | 5 | addresspicker.h \ |
6 | composer.h \ | 6 | composer.h \ |
7 | composerbase.h \ | 7 | composerbase.h \ |
8 | configdiag.h \ | 8 | configdiag.h \ |
9 | folderwidget.h \ | 9 | folderwidget.h \ |
10 | listviewplus.h \ | 10 | listviewplus.h \ |
11 | mailstatusbar.h \ | 11 | mailstatusbar.h \ |
12 | mailtable.h \ | 12 | mailtable.h \ |
13 | mainwindow.h \ | 13 | mainwindow.h \ |
14 | mainwindowbase.h \ | 14 | mainwindowbase.h \ |
15 | opendiag.h \ | 15 | opendiag.h \ |
16 | rename.h \ | 16 | rename.h \ |
17 | searchdiag.h \ | 17 | searchdiag.h \ |
18 | viewmail.h \ | 18 | viewmail.h \ |
19 | viewmailbase.h | 19 | viewmailbase.h |
20 | SOURCES = accounteditor.cpp \ | 20 | SOURCES = accounteditor.cpp \ |
21 | addresspicker.cpp \ | 21 | addresspicker.cpp \ |
22 | composer.cpp \ | 22 | composer.cpp \ |
23 | composerbase.cpp \ | 23 | composerbase.cpp \ |
24 | configdiag.cpp \ | 24 | configdiag.cpp \ |
25 | folderwidget.cpp \ | 25 | folderwidget.cpp \ |
26 | listviewplus.cpp \ | 26 | listviewplus.cpp \ |
27 | mailstatusbar.cpp \ | 27 | mailstatusbar.cpp \ |
28 | mailtable.cpp \ | 28 | mailtable.cpp \ |
29 | main.cpp \ | 29 | main.cpp \ |
30 | mainwindow.cpp \ | 30 | mainwindow.cpp \ |
31 | mainwindowbase.cpp \ | 31 | mainwindowbase.cpp \ |
32 | opendiag.cpp \ | 32 | opendiag.cpp \ |
33 | rename.cpp \ | 33 | rename.cpp \ |
34 | searchdiag.cpp \ | 34 | searchdiag.cpp \ |
35 | viewmail.cpp \ | 35 | viewmail.cpp \ |
36 | viewmailbase.cpp | 36 | viewmailbase.cpp |
37 | INTERFACES = accounteditorbase.ui \ | 37 | INTERFACES = accounteditorbase.ui \ |
38 | addresspickerbase.ui \ | 38 | addresspickerbase.ui \ |
39 | configdiagbase.ui \ | 39 | configdiagbase.ui \ |
40 | opendiagbase.ui \ | 40 | opendiagbase.ui \ |
41 | renamebase.ui \ | 41 | renamebase.ui \ |
42 | searchdiagbase.ui | 42 | searchdiagbase.ui |
43 | INCLUDEPATH += $(OPIEDIR)/include libmail | 43 | INCLUDEPATH += $(OPIEDIR)/include libmail |
44 | LIBS += -lmail -lqpe -lopie | 44 | LIBS += -lmail -lqpe -lopie |
45 | TARGET = mail | 45 | TARGET = mail |
46 | DESTDIR = $(OPIEDIR)/bin | 46 | DESTDIR = $(OPIEDIR)/bin |
47 | 47 | ||
48 | TRANSLATIONS = ../../i18n/de/mail.ts \ | 48 | TRANSLATIONS = ../../i18n/de/mail.ts \ |
49 | ../../i18n/da/mail.ts \ | 49 | ../../i18n/da/mail.ts \ |
50 | ../../i18n/xx/mail.ts \ | 50 | ../../i18n/xx/mail.ts \ |
51 | ../../i18n/en/mail.ts \ | 51 | ../../i18n/en/mail.ts \ |
52 | ../../i18n/es/mail.ts \ | 52 | ../../i18n/es/mail.ts \ |
53 | ../../i18n/fr/mail.ts \ | 53 | ../../i18n/fr/mail.ts \ |
54 | ../../i18n/hu/mail.ts \ | 54 | ../../i18n/hu/mail.ts \ |
55 | ../../i18n/ja/mail.ts \ | 55 | ../../i18n/ja/mail.ts \ |
56 | ../../i18n/ko/mail.ts \ | 56 | ../../i18n/ko/mail.ts \ |
57 | ../../i18n/no/mail.ts \ | 57 | ../../i18n/no/mail.ts \ |
58 | ../../i18n/pl/mail.ts \ | 58 | ../../i18n/pl/mail.ts \ |
59 | ../../i18n/pt/mail.ts \ | 59 | ../../i18n/pt/mail.ts \ |
60 | ../../i18n/pt_BR/mail.ts \ | 60 | ../../i18n/pt_BR/mail.ts \ |
61 | ../../i18n/sl/mail.ts \ | 61 | ../../i18n/sl/mail.ts \ |
62 | ../../i18n/zh_CN/mail.ts \ | 62 | ../../i18n/zh_CN/mail.ts \ |
63 | ../../i18n/zh_TW/mail.ts | 63 | ../../i18n/zh_TW/mail.ts |
64 | 64 | ||
65 | 65 | ||
66 | 66 | ||
67 | include ( ../../include.pro ) | 67 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index 0cbaf47..71fba0c 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro | |||
@@ -1,59 +1,59 @@ | |||
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 \ | 40 | TRANSLATIONS = ../../../i18n/de/oipkg.ts \ |
41 | ../../../i18n/da/oipkg.ts \ | 41 | ../../../i18n/da/oipkg.ts \ |
42 | ../../../i18n/xx/oipkg.ts \ | 42 | ../../../i18n/xx/oipkg.ts \ |
43 | ../../../i18n/en/oipkg.ts \ | 43 | ../../../i18n/en/oipkg.ts \ |
44 | ../../../i18n/es/oipkg.ts \ | 44 | ../../../i18n/es/oipkg.ts \ |
45 | ../../../i18n/fr/oipkg.ts \ | 45 | ../../../i18n/fr/oipkg.ts \ |
46 | ../../../i18n/hu/oipkg.ts \ | 46 | ../../../i18n/hu/oipkg.ts \ |
47 | ../../../i18n/ja/oipkg.ts \ | 47 | ../../../i18n/ja/oipkg.ts \ |
48 | ../../../i18n/ko/oipkg.ts \ | 48 | ../../../i18n/ko/oipkg.ts \ |
49 | ../../../i18n/no/oipkg.ts \ | 49 | ../../../i18n/no/oipkg.ts \ |
50 | ../../../i18n/pl/oipkg.ts \ | 50 | ../../../i18n/pl/oipkg.ts \ |
51 | ../../../i18n/pt/oipkg.ts \ | 51 | ../../../i18n/pt/oipkg.ts \ |
52 | ../../../i18n/pt_BR/oipkg.ts \ | 52 | ../../../i18n/pt_BR/oipkg.ts \ |
53 | ../../../i18n/sl/oipkg.ts \ | 53 | ../../../i18n/sl/oipkg.ts \ |
54 | ../../../i18n/zh_CN/oipkg.ts \ | 54 | ../../../i18n/zh_CN/oipkg.ts \ |
55 | ../../../i18n/zh_TW/oipkg.ts | 55 | ../../../i18n/zh_TW/oipkg.ts |
56 | 56 | ||
57 | 57 | ||
58 | 58 | ||
59 | include ( ../../../include.pro ) | 59 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index 7c92eda..f5ec264 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -1,76 +1,76 @@ | |||
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 \ | 56 | TRANSLATIONS = ../../../i18n/de/qpdf.ts \ |
57 | ../../../i18n/da/qpdf.ts \ | 57 | ../../../i18n/da/qpdf.ts \ |
58 | ../../../i18n/xx/qpdf.ts \ | 58 | ../../../i18n/xx/qpdf.ts \ |
59 | ../../../i18n/en/qpdf.ts \ | 59 | ../../../i18n/en/qpdf.ts \ |
60 | ../../../i18n/es/qpdf.ts \ | 60 | ../../../i18n/es/qpdf.ts \ |
61 | ../../../i18n/fr/qpdf.ts \ | 61 | ../../../i18n/fr/qpdf.ts \ |
62 | ../../../i18n/hu/qpdf.ts \ | 62 | ../../../i18n/hu/qpdf.ts \ |
63 | ../../../i18n/ja/qpdf.ts \ | 63 | ../../../i18n/ja/qpdf.ts \ |
64 | ../../../i18n/ko/qpdf.ts \ | 64 | ../../../i18n/ko/qpdf.ts \ |
65 | ../../../i18n/no/qpdf.ts \ | 65 | ../../../i18n/no/qpdf.ts \ |
66 | ../../../i18n/pl/qpdf.ts \ | 66 | ../../../i18n/pl/qpdf.ts \ |
67 | ../../../i18n/pt/qpdf.ts \ | 67 | ../../../i18n/pt/qpdf.ts \ |
68 | ../../../i18n/pt_BR/qpdf.ts \ | 68 | ../../../i18n/pt_BR/qpdf.ts \ |
69 | ../../../i18n/sl/qpdf.ts \ | 69 | ../../../i18n/sl/qpdf.ts \ |
70 | ../../../i18n/zh_CN/qpdf.ts \ | 70 | ../../../i18n/zh_CN/qpdf.ts \ |
71 | ../../../i18n/it/qpdf.ts \ | 71 | ../../../i18n/it/qpdf.ts \ |
72 | ../../../i18n/zh_TW/qpdf.ts | 72 | ../../../i18n/zh_TW/qpdf.ts |
73 | 73 | ||
74 | 74 | ||
75 | 75 | ||
76 | include ( ../../../include.pro ) | 76 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index c0e77b8..96a3518 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro | |||
@@ -1,28 +1,28 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = | 4 | HEADERS = |
5 | SOURCES = quickexec.cpp | 5 | SOURCES = quickexec.cpp |
6 | LIBS += -ldl -lqpe | 6 | LIBS += -ldl -lqpe |
7 | TARGET = quickexec | 7 | TARGET = quickexec |
8 | 8 | ||
9 | TRANSLATIONS = ../i18n/de/quickexec.ts \ | 9 | TRANSLATIONS = ../i18n/de/quickexec.ts \ |
10 | ../i18n/da/quickexec.ts \ | 10 | ../i18n/da/quickexec.ts \ |
11 | ../i18n/xx/quickexec.ts \ | 11 | ../i18n/xx/quickexec.ts \ |
12 | ../i18n/en/quickexec.ts \ | 12 | ../i18n/en/quickexec.ts \ |
13 | ../i18n/es/quickexec.ts \ | 13 | ../i18n/es/quickexec.ts \ |
14 | ../i18n/fr/quickexec.ts \ | 14 | ../i18n/fr/quickexec.ts \ |
15 | ../i18n/hu/quickexec.ts \ | 15 | ../i18n/hu/quickexec.ts \ |
16 | ../i18n/ja/quickexec.ts \ | 16 | ../i18n/ja/quickexec.ts \ |
17 | ../i18n/ko/quickexec.ts \ | 17 | ../i18n/ko/quickexec.ts \ |
18 | ../i18n/no/quickexec.ts \ | 18 | ../i18n/no/quickexec.ts \ |
19 | ../i18n/pl/quickexec.ts \ | 19 | ../i18n/pl/quickexec.ts \ |
20 | ../i18n/pt/quickexec.ts \ | 20 | ../i18n/pt/quickexec.ts \ |
21 | ../i18n/pt_BR/quickexec.ts \ | 21 | ../i18n/pt_BR/quickexec.ts \ |
22 | ../i18n/sl/quickexec.ts \ | 22 | ../i18n/sl/quickexec.ts \ |
23 | ../i18n/zh_CN/quickexec.ts \ | 23 | ../i18n/zh_CN/quickexec.ts \ |
24 | ../i18n/zh_TW/quickexec.ts | 24 | ../i18n/zh_TW/quickexec.ts |
25 | 25 | ||
26 | 26 | ||
27 | 27 | ||
28 | include ( ../include.pro ) | 28 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/x11/ipc/server/ocopserver.pro b/x11/ipc/server/ocopserver.pro index b6d4af5..496b782 100644 --- a/x11/ipc/server/ocopserver.pro +++ b/x11/ipc/server/ocopserver.pro | |||
@@ -1,14 +1,14 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin | 2 | DESTDIR = $(OPIEDIR)/bin |
3 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
4 | #CONFIG = qt warn_on release | 4 | #CONFIG = qt warn_on release |
5 | HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h | 5 | HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h |
6 | SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp | 6 | SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | TARGET = ocopserver | 9 | TARGET = ocopserver |
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||
13 | 13 | ||
14 | include ( ../../../include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/x11/ipc/server/server.pro b/x11/ipc/server/server.pro index b6d4af5..496b782 100644 --- a/x11/ipc/server/server.pro +++ b/x11/ipc/server/server.pro | |||
@@ -1,14 +1,14 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | DESTDIR = $(OPIEDIR)/bin | 2 | DESTDIR = $(OPIEDIR)/bin |
3 | CONFIG = qt warn_on debug | 3 | CONFIG = qt warn_on debug |
4 | #CONFIG = qt warn_on release | 4 | #CONFIG = qt warn_on release |
5 | HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h | 5 | HEADERS = ../common/ocoppacket.h ocopclient.h ocopserver.h |
6 | SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp | 6 | SOURCES = ../common/ocoppacket.cpp main.cpp ocopserver.cpp |
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | TARGET = ocopserver | 9 | TARGET = ocopserver |
10 | 10 | ||
11 | 11 | ||
12 | 12 | ||
13 | 13 | ||
14 | include ( ../../../include.pro ) | 14 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/x11/libqpe-x11/libqpe-x11.pro b/x11/libqpe-x11/libqpe-x11.pro index b61ba3f..b96d347 100644 --- a/x11/libqpe-x11/libqpe-x11.pro +++ b/x11/libqpe-x11/libqpe-x11.pro | |||
@@ -19,129 +19,129 @@ HEADERS = ../../library/calendar.h \ | |||
19 | ../../library/qpedialog.h \ | 19 | ../../library/qpedialog.h \ |
20 | ../../library/lightstyle.h \ | 20 | ../../library/lightstyle.h \ |
21 | ../../library/config.h \ | 21 | ../../library/config.h \ |
22 | ../../library/applnk.h \ | 22 | ../../library/applnk.h \ |
23 | ../../library/sound.h \ | 23 | ../../library/sound.h \ |
24 | ../../library/tzselect.h \ | 24 | ../../library/tzselect.h \ |
25 | ../../library/qmath.h \ | 25 | ../../library/qmath.h \ |
26 | ../../library/datebookdb.h \ | 26 | ../../library/datebookdb.h \ |
27 | ../../library/alarmserver.h \ | 27 | ../../library/alarmserver.h \ |
28 | ../../library/process.h \ | 28 | ../../library/process.h \ |
29 | ../../library/password.h \ | 29 | ../../library/password.h \ |
30 | ../../library/timestring.h \ | 30 | ../../library/timestring.h \ |
31 | ../../library/power.h \ | 31 | ../../library/power.h \ |
32 | ../../library/storage.h \ | 32 | ../../library/storage.h \ |
33 | ../../library/qpemessagebox.h \ | 33 | ../../library/qpemessagebox.h \ |
34 | ../../library/timeconversion.h \ | 34 | ../../library/timeconversion.h \ |
35 | ../../library/qpedebug.h \ | 35 | ../../library/qpedebug.h \ |
36 | ../../library/qpemenubar.h \ | 36 | ../../library/qpemenubar.h \ |
37 | ../../library/qpetoolbar.h \ | 37 | ../../library/qpetoolbar.h \ |
38 | ../../library/backend/categories.h \ | 38 | ../../library/backend/categories.h \ |
39 | ../../library/stringutil.h \ | 39 | ../../library/stringutil.h \ |
40 | ../../library/backend/palmtoprecord.h \ | 40 | ../../library/backend/palmtoprecord.h \ |
41 | ../../library/backend/task.h \ | 41 | ../../library/backend/task.h \ |
42 | ../../library/backend/event.h \ | 42 | ../../library/backend/event.h \ |
43 | ../../library/backend/contact.h\ | 43 | ../../library/backend/contact.h\ |
44 | ../../library/categorymenu.h \ | 44 | ../../library/categorymenu.h \ |
45 | ../../library/categoryedit_p.h \ | 45 | ../../library/categoryedit_p.h \ |
46 | ../../library/categoryselect.h \ | 46 | ../../library/categoryselect.h \ |
47 | ../../library/categorywidget.h \ | 47 | ../../library/categorywidget.h \ |
48 | ../../library/ir.h \ | 48 | ../../library/ir.h \ |
49 | ../../library/backend/vobject_p.h \ | 49 | ../../library/backend/vobject_p.h \ |
50 | ../../library/findwidget_p.h \ | 50 | ../../library/findwidget_p.h \ |
51 | ../../library/finddialog.h \ | 51 | ../../library/finddialog.h \ |
52 | ../../library/lnkproperties.h \ | 52 | ../../library/lnkproperties.h \ |
53 | ../../library/windowdecorationinterface.h \ | 53 | ../../library/windowdecorationinterface.h \ |
54 | ../../library/textcodecinterface.h \ | 54 | ../../library/textcodecinterface.h \ |
55 | ../../library/imagecodecinterface.h \ | 55 | ../../library/imagecodecinterface.h \ |
56 | ../../library/fontdatabase.h \ | 56 | ../../library/fontdatabase.h \ |
57 | qt/qcopchannel_qws.h \ | 57 | qt/qcopchannel_qws.h \ |
58 | qpe/qpeapplication.h \ | 58 | qpe/qpeapplication.h \ |
59 | qpe/fontmanager.h \ | 59 | qpe/fontmanager.h \ |
60 | ../ipc/client/ocopclient.h \ | 60 | ../ipc/client/ocopclient.h \ |
61 | ../ipc/common/ocoppacket.h | 61 | ../ipc/common/ocoppacket.h |
62 | 62 | ||
63 | 63 | ||
64 | SOURCES= ../../library/calendar.cpp \ | 64 | SOURCES= ../../library/calendar.cpp \ |
65 | ../../library/global.cpp \ | 65 | ../../library/global.cpp \ |
66 | ../../library/xmlreader.cpp \ | 66 | ../../library/xmlreader.cpp \ |
67 | ../../library/mimetype.cpp \ | 67 | ../../library/mimetype.cpp \ |
68 | ../../library/menubutton.cpp \ | 68 | ../../library/menubutton.cpp \ |
69 | ../../library/network.cpp \ | 69 | ../../library/network.cpp \ |
70 | ../../library/networkinterface.cpp \ | 70 | ../../library/networkinterface.cpp \ |
71 | ../../library/filemanager.cpp \ | 71 | ../../library/filemanager.cpp \ |
72 | ../../library/qdawg.cpp \ | 72 | ../../library/qdawg.cpp \ |
73 | ../../library/datebookmonth.cpp \ | 73 | ../../library/datebookmonth.cpp \ |
74 | ../../library/fileselector.cpp \ | 74 | ../../library/fileselector.cpp \ |
75 | ../../library/imageedit.cpp \ | 75 | ../../library/imageedit.cpp \ |
76 | ../../library/resource.cpp \ | 76 | ../../library/resource.cpp \ |
77 | ../../library/qcopenvelope_qws.cpp \ | 77 | ../../library/qcopenvelope_qws.cpp \ |
78 | ../../library/qpestyle.cpp \ | 78 | ../../library/qpestyle.cpp \ |
79 | ../../library/qpedialog.cpp \ | 79 | ../../library/qpedialog.cpp \ |
80 | ../../library/lightstyle.cpp \ | 80 | ../../library/lightstyle.cpp \ |
81 | ../../library/config.cpp \ | 81 | ../../library/config.cpp \ |
82 | ../../library/applnk.cpp \ | 82 | ../../library/applnk.cpp \ |
83 | ../../library/sound.cpp \ | 83 | ../../library/sound.cpp \ |
84 | ../../library/tzselect.cpp \ | 84 | ../../library/tzselect.cpp \ |
85 | ../../library/qmath.c \ | 85 | ../../library/qmath.c \ |
86 | ../../library/datebookdb.cpp \ | 86 | ../../library/datebookdb.cpp \ |
87 | ../../library/alarmserver.cpp \ | 87 | ../../library/alarmserver.cpp \ |
88 | ../../library/password.cpp \ | 88 | ../../library/password.cpp \ |
89 | ../../library/process.cpp \ | 89 | ../../library/process.cpp \ |
90 | ../../library/process_unix.cpp \ | 90 | ../../library/process_unix.cpp \ |
91 | ../../library/timestring.cpp \ | 91 | ../../library/timestring.cpp \ |
92 | ../../library/power.cpp \ | 92 | ../../library/power.cpp \ |
93 | ../../library/storage.cpp \ | 93 | ../../library/storage.cpp \ |
94 | ../../library/qpemessagebox.cpp \ | 94 | ../../library/qpemessagebox.cpp \ |
95 | ../../library/backend/timeconversion.cpp \ | 95 | ../../library/backend/timeconversion.cpp \ |
96 | ../../library/qpedebug.cpp \ | 96 | ../../library/qpedebug.cpp \ |
97 | ../../library/qpemenubar.cpp \ | 97 | ../../library/qpemenubar.cpp \ |
98 | ../../library/qpetoolbar.cpp \ | 98 | ../../library/qpetoolbar.cpp \ |
99 | ../../library/backend/categories.cpp \ | 99 | ../../library/backend/categories.cpp \ |
100 | ../../library/backend/stringutil.cpp \ | 100 | ../../library/backend/stringutil.cpp \ |
101 | ../../library/backend/palmtoprecord.cpp \ | 101 | ../../library/backend/palmtoprecord.cpp \ |
102 | ../../library/backend/task.cpp \ | 102 | ../../library/backend/task.cpp \ |
103 | ../../library/backend/event.cpp \ | 103 | ../../library/backend/event.cpp \ |
104 | ../../library/backend/contact.cpp \ | 104 | ../../library/backend/contact.cpp \ |
105 | ../../library/categorymenu.cpp \ | 105 | ../../library/categorymenu.cpp \ |
106 | ../../library/categoryedit_p.cpp \ | 106 | ../../library/categoryedit_p.cpp \ |
107 | ../../library/categoryselect.cpp \ | 107 | ../../library/categoryselect.cpp \ |
108 | ../../library/categorywidget.cpp \ | 108 | ../../library/categorywidget.cpp \ |
109 | ../../library/ir.cpp \ | 109 | ../../library/ir.cpp \ |
110 | ../../library/backend/vcc_yacc.cpp \ | 110 | ../../library/backend/vcc_yacc.cpp \ |
111 | ../../library/backend/vobject.cpp \ | 111 | ../../library/backend/vobject.cpp \ |
112 | ../../library/findwidget_p.cpp \ | 112 | ../../library/findwidget_p.cpp \ |
113 | ../../library/finddialog.cpp \ | 113 | ../../library/finddialog.cpp \ |
114 | ../../library/lnkproperties.cpp \ | 114 | ../../library/lnkproperties.cpp \ |
115 | ../../library/fontdatabase.cpp \ | 115 | ../../library/fontdatabase.cpp \ |
116 | qt/qcopchannel_qws.cpp \ | 116 | qt/qcopchannel_qws.cpp \ |
117 | qpe/qpeapplication.cpp \ | 117 | qpe/qpeapplication.cpp \ |
118 | ../ipc/client/ocopclient.cpp \ | 118 | ../ipc/client/ocopclient.cpp \ |
119 | ../ipc/common/ocoppacket.cpp | 119 | ../ipc/common/ocoppacket.cpp |
120 | 120 | ||
121 | # Qt 3 compatibility | 121 | # Qt 3 compatibility |
122 | HEADERS += ../../library/quuid.h \ | 122 | HEADERS += ../../library/quuid.h \ |
123 | ../../library/qcom.h \ | 123 | ../../library/qcom.h \ |
124 | ../../library/qlibrary.h \ | 124 | ../../library/qlibrary.h \ |
125 | ../../library/qlibrary_p.h | 125 | ../../library/qlibrary_p.h |
126 | 126 | ||
127 | SOURCES += ../../library/quuid.cpp \ | 127 | SOURCES += ../../library/quuid.cpp \ |
128 | ../../library/qlibrary.cpp \ | 128 | ../../library/qlibrary.cpp \ |
129 | ../../library/qlibrary_unix.cpp | 129 | ../../library/qlibrary_unix.cpp |
130 | 130 | ||
131 | INCLUDEPATH += $(OPIEDIR)/include backend | 131 | INCLUDEPATH += $(OPIEDIR)/include backend |
132 | LIBS += -ldl -lcrypt -lm | 132 | LIBS += -ldl -lcrypt -lm |
133 | 133 | ||
134 | INTERFACES = ../../library/passwordbase_p.ui \ | 134 | INTERFACES = ../../library/passwordbase_p.ui \ |
135 | ../../library/categoryeditbase_p.ui \ | 135 | ../../library/categoryeditbase_p.ui \ |
136 | ../../library/findwidgetbase_p.ui \ | 136 | ../../library/findwidgetbase_p.ui \ |
137 | ../../library/lnkpropertiesbase_p.ui | 137 | ../../library/lnkpropertiesbase_p.ui |
138 | 138 | ||
139 | TARGET = qpe | 139 | TARGET = qpe |
140 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 140 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
141 | # This is set by configure$(OPIEDIR). | 141 | # This is set by configure$(OPIEDIR). |
142 | VERSION = 1.5.0.1 | 142 | VERSION = 1.5.0.1 |
143 | 143 | ||
144 | 144 | ||
145 | 145 | ||
146 | 146 | ||
147 | include ( ../../include.pro ) | 147 | include ( $(OPIEDIR)/include.pro ) |