summaryrefslogtreecommitdiff
path: root/core
Unidiff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro2
-rw-r--r--core/applets/cardmon/cardmon.pro2
-rw-r--r--core/applets/clipboardapplet/clipboardapplet.pro2
-rw-r--r--core/applets/clockapplet/clockapplet.pro2
-rw-r--r--core/applets/homeapplet/homeapplet.pro2
-rw-r--r--core/applets/irdaapplet/irdaapplet.pro2
-rw-r--r--core/applets/logoutapplet/logoutapplet.pro2
-rw-r--r--core/applets/obex/obex.pro2
-rw-r--r--core/applets/screenshotapplet/screenshotapplet.pro2
-rw-r--r--core/applets/suspendapplet/suspendapplet.pro2
-rw-r--r--core/applets/vmemo/vmemo.pro2
-rw-r--r--core/applets/volumeapplet/volumeapplet.pro2
-rw-r--r--core/apps/calibrate/calibrate.pro2
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro1
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro1
-rw-r--r--core/apps/qcop/qcop.pro2
-rw-r--r--core/apps/textedit/textedit.pro2
-rw-r--r--core/launcher/launcher.pro1
-rw-r--r--core/multimedia/opieplayer/libflash/libflash.pro2
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro2
-rw-r--r--core/multimedia/opieplayer/libmpeg3/libmpeg3.pro2
-rw-r--r--core/multimedia/opieplayer/opieplayer.pro2
-rw-r--r--core/multimedia/opieplayer/wavplugin/wavplugin.pro2
-rw-r--r--core/opie-login/opie-login.pro1
-rw-r--r--core/pim/addressbook/addressbook.pro2
-rw-r--r--core/pim/datebook/datebook.pro1
-rw-r--r--core/pim/today/today.pro1
-rw-r--r--core/pim/todo/todo.pro2
-rw-r--r--core/settings/citytime/citytime.pro1
-rw-r--r--core/settings/light-and-power/light-and-power.pro1
-rw-r--r--core/settings/security/security.pro1
31 files changed, 53 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
index c24182e..a947ca6 100644
--- a/core/applets/batteryapplet/batteryapplet.pro
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -1,24 +1,26 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include .. 8DEPENDPATH += ../$(OPIEDIR)/include ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \
13 ../../../i18n/da/libbatteryapplet.ts \
14 ../../../i18n/xx/libbatteryapplet.ts \
13 ../../../i18n/en/libbatteryapplet.ts \ 15 ../../../i18n/en/libbatteryapplet.ts \
14 ../../../i18n/es/libbatteryapplet.ts \ 16 ../../../i18n/es/libbatteryapplet.ts \
15 ../../../i18n/fr/libbatteryapplet.ts \ 17 ../../../i18n/fr/libbatteryapplet.ts \
16 ../../../i18n/hu/libbatteryapplet.ts \ 18 ../../../i18n/hu/libbatteryapplet.ts \
17 ../../../i18n/ja/libbatteryapplet.ts \ 19 ../../../i18n/ja/libbatteryapplet.ts \
18 ../../../i18n/ko/libbatteryapplet.ts \ 20 ../../../i18n/ko/libbatteryapplet.ts \
19 ../../../i18n/no/libbatteryapplet.ts \ 21 ../../../i18n/no/libbatteryapplet.ts \
20 ../../../i18n/pl/libbatteryapplet.ts \ 22 ../../../i18n/pl/libbatteryapplet.ts \
21 ../../../i18n/pt/libbatteryapplet.ts \ 23 ../../../i18n/pt/libbatteryapplet.ts \
22 ../../../i18n/pt_BR/libbatteryapplet.ts \ 24 ../../../i18n/pt_BR/libbatteryapplet.ts \
23 ../../../i18n/sl/libbatteryapplet.ts \ 25 ../../../i18n/sl/libbatteryapplet.ts \
24 ../../../i18n/zh_CN/libbatteryapplet.ts \ 26 ../../../i18n/zh_CN/libbatteryapplet.ts \
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro
index b2a2a4a..b98c0f2 100644
--- a/core/applets/cardmon/cardmon.pro
+++ b/core/applets/cardmon/cardmon.pro
@@ -1,24 +1,26 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include ../launcher 8DEPENDPATH += $(OPIEDIR)/include ../launcher
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \
13 ../../../i18n/da/libcardmonapplet.ts \
14 ../../../i18n/xx/libcardmonapplet.ts \
13 ../../../i18n/en/libcardmonapplet.ts \ 15 ../../../i18n/en/libcardmonapplet.ts \
14 ../../../i18n/es/libcardmonapplet.ts \ 16 ../../../i18n/es/libcardmonapplet.ts \
15 ../../../i18n/fr/libcardmonapplet.ts \ 17 ../../../i18n/fr/libcardmonapplet.ts \
16 ../../../i18n/hu/libcardmonapplet.ts \ 18 ../../../i18n/hu/libcardmonapplet.ts \
17 ../../../i18n/ja/libcardmonapplet.ts \ 19 ../../../i18n/ja/libcardmonapplet.ts \
18 ../../../i18n/ko/libcardmonapplet.ts \ 20 ../../../i18n/ko/libcardmonapplet.ts \
19 ../../../i18n/no/libcardmonapplet.ts \ 21 ../../../i18n/no/libcardmonapplet.ts \
20 ../../../i18n/pl/libcardmonapplet.ts \ 22 ../../../i18n/pl/libcardmonapplet.ts \
21 ../../../i18n/pt/libcardmonapplet.ts \ 23 ../../../i18n/pt/libcardmonapplet.ts \
22 ../../../i18n/pt_BR/libcardmonapplet.ts \ 24 ../../../i18n/pt_BR/libcardmonapplet.ts \
23 ../../../i18n/sl/libcardmonapplet.ts \ 25 ../../../i18n/sl/libcardmonapplet.ts \
24 ../../../i18n/zh_CN/libcardmonapplet.ts \ 26 ../../../i18n/zh_CN/libcardmonapplet.ts \
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro
index 23b5525..85b2fe7 100644
--- a/core/applets/clipboardapplet/clipboardapplet.pro
+++ b/core/applets/clipboardapplet/clipboardapplet.pro
@@ -1,24 +1,26 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \
13 ../../../i18n/da/libclipboardapplet.ts \
14 ../../../i18n/xx/libclipboardapplet.ts \
13 ../../../i18n/en/libclipboardapplet.ts \ 15 ../../../i18n/en/libclipboardapplet.ts \
14 ../../../i18n/es/libclipboardapplet.ts \ 16 ../../../i18n/es/libclipboardapplet.ts \
15 ../../../i18n/fr/libclipboardapplet.ts \ 17 ../../../i18n/fr/libclipboardapplet.ts \
16 ../../../i18n/hu/libclipboardapplet.ts \ 18 ../../../i18n/hu/libclipboardapplet.ts \
17 ../../../i18n/ja/libclipboardapplet.ts \ 19 ../../../i18n/ja/libclipboardapplet.ts \
18 ../../../i18n/ko/libclipboardapplet.ts \ 20 ../../../i18n/ko/libclipboardapplet.ts \
19 ../../../i18n/no/libclipboardapplet.ts \ 21 ../../../i18n/no/libclipboardapplet.ts \
20 ../../../i18n/pl/libclipboardapplet.ts \ 22 ../../../i18n/pl/libclipboardapplet.ts \
21 ../../../i18n/pt/libclipboardapplet.ts \ 23 ../../../i18n/pt/libclipboardapplet.ts \
22 ../../../i18n/pt_BR/libclipboardapplet.ts \ 24 ../../../i18n/pt_BR/libclipboardapplet.ts \
23 ../../../i18n/sl/libclipboardapplet.ts \ 25 ../../../i18n/sl/libclipboardapplet.ts \
24 ../../../i18n/zh_CN/libclipboardapplet.ts \ 26 ../../../i18n/zh_CN/libclipboardapplet.ts \
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro
index ca26ec8..ff4867d 100644
--- a/core/applets/clockapplet/clockapplet.pro
+++ b/core/applets/clockapplet/clockapplet.pro
@@ -1,24 +1,26 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include .. 8DEPENDPATH += ../$(OPIEDIR)/include ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \
13 ../../../i18n/da/libclockapplet.ts \
14 ../../../i18n/xx/libclockapplet.ts \
13 ../../../i18n/en/libclockapplet.ts \ 15 ../../../i18n/en/libclockapplet.ts \
14 ../../../i18n/es/libclockapplet.ts \ 16 ../../../i18n/es/libclockapplet.ts \
15 ../../../i18n/fr/libclockapplet.ts \ 17 ../../../i18n/fr/libclockapplet.ts \
16 ../../../i18n/hu/libclockapplet.ts \ 18 ../../../i18n/hu/libclockapplet.ts \
17 ../../../i18n/ja/libclockapplet.ts \ 19 ../../../i18n/ja/libclockapplet.ts \
18 ../../../i18n/ko/libclockapplet.ts \ 20 ../../../i18n/ko/libclockapplet.ts \
19 ../../../i18n/no/libclockapplet.ts \ 21 ../../../i18n/no/libclockapplet.ts \
20 ../../../i18n/pl/libclockapplet.ts \ 22 ../../../i18n/pl/libclockapplet.ts \
21 ../../../i18n/pt/libclockapplet.ts \ 23 ../../../i18n/pt/libclockapplet.ts \
22 ../../../i18n/pt_BR/libclockapplet.ts \ 24 ../../../i18n/pt_BR/libclockapplet.ts \
23 ../../../i18n/sl/libclockapplet.ts \ 25 ../../../i18n/sl/libclockapplet.ts \
24 ../../../i18n/zh_CN/libclockapplet.ts \ 26 ../../../i18n/zh_CN/libclockapplet.ts \
diff --git a/core/applets/homeapplet/homeapplet.pro b/core/applets/homeapplet/homeapplet.pro
index 2c591f9..420c744 100644
--- a/core/applets/homeapplet/homeapplet.pro
+++ b/core/applets/homeapplet/homeapplet.pro
@@ -1,24 +1,26 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = home.h 3HEADERS = home.h
4SOURCES = home.cpp 4SOURCES = home.cpp
5TARGET = homeapplet 5TARGET = homeapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \
13 ../../../i18n/da/libhomeapplet.ts \
14 ../../../i18n/xx/libhomeapplet.ts \
13 ../../../i18n/en/libhomeapplet.ts \ 15 ../../../i18n/en/libhomeapplet.ts \
14 ../../../i18n/es/libhomeapplet.ts \ 16 ../../../i18n/es/libhomeapplet.ts \
15 ../../../i18n/fr/libhomeapplet.ts \ 17 ../../../i18n/fr/libhomeapplet.ts \
16 ../../../i18n/hu/libhomeapplet.ts \ 18 ../../../i18n/hu/libhomeapplet.ts \
17 ../../../i18n/ja/libhomeapplet.ts \ 19 ../../../i18n/ja/libhomeapplet.ts \
18 ../../../i18n/ko/libhomeapplet.ts \ 20 ../../../i18n/ko/libhomeapplet.ts \
19 ../../../i18n/no/libhomeapplet.ts \ 21 ../../../i18n/no/libhomeapplet.ts \
20 ../../../i18n/pl/libhomeapplet.ts \ 22 ../../../i18n/pl/libhomeapplet.ts \
21 ../../../i18n/pt/libhomeapplet.ts \ 23 ../../../i18n/pt/libhomeapplet.ts \
22 ../../../i18n/pt_BR/libhomeapplet.ts \ 24 ../../../i18n/pt_BR/libhomeapplet.ts \
23 ../../../i18n/sl/libhomeapplet.ts \ 25 ../../../i18n/sl/libhomeapplet.ts \
24 ../../../i18n/zh_CN/libhomeapplet.ts \ 26 ../../../i18n/zh_CN/libhomeapplet.ts \
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro
index af4231b..38a5d9b 100644
--- a/core/applets/irdaapplet/irdaapplet.pro
+++ b/core/applets/irdaapplet/irdaapplet.pro
@@ -1,24 +1,26 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = irda.h irdaappletimpl.h 3HEADERS = irda.h irdaappletimpl.h
4SOURCES = irda.cpp irdaappletimpl.cpp 4SOURCES = irda.cpp irdaappletimpl.cpp
5TARGET = irdaapplet 5TARGET = irdaapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \
13 ../../../i18n/da/libirdaapplet.ts \
14 ../../../i18n/xx/libirdaapplet.ts \
13 ../../../i18n/en/libirdaapplet.ts \ 15 ../../../i18n/en/libirdaapplet.ts \
14 ../../../i18n/es/libirdaapplet.ts \ 16 ../../../i18n/es/libirdaapplet.ts \
15 ../../../i18n/fr/libirdaapplet.ts \ 17 ../../../i18n/fr/libirdaapplet.ts \
16 ../../../i18n/hu/libirdaapplet.ts \ 18 ../../../i18n/hu/libirdaapplet.ts \
17 ../../../i18n/ja/libirdaapplet.ts \ 19 ../../../i18n/ja/libirdaapplet.ts \
18 ../../../i18n/ko/libirdaapplet.ts \ 20 ../../../i18n/ko/libirdaapplet.ts \
19 ../../../i18n/no/libirdaapplet.ts \ 21 ../../../i18n/no/libirdaapplet.ts \
20 ../../../i18n/pl/libirdaapplet.ts \ 22 ../../../i18n/pl/libirdaapplet.ts \
21 ../../../i18n/pt/libirdaapplet.ts \ 23 ../../../i18n/pt/libirdaapplet.ts \
22 ../../../i18n/pt_BR/libirdaapplet.ts \ 24 ../../../i18n/pt_BR/libirdaapplet.ts \
23 ../../../i18n/sl/libirdaapplet.ts \ 25 ../../../i18n/sl/libirdaapplet.ts \
24 ../../../i18n/zh_CN/libirdaapplet.ts \ 26 ../../../i18n/zh_CN/libirdaapplet.ts \
diff --git a/core/applets/logoutapplet/logoutapplet.pro b/core/applets/logoutapplet/logoutapplet.pro
index 9adfea5..6a5f606 100644
--- a/core/applets/logoutapplet/logoutapplet.pro
+++ b/core/applets/logoutapplet/logoutapplet.pro
@@ -1,24 +1,26 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = logout.h 3HEADERS = logout.h
4SOURCES = logout.cpp 4SOURCES = logout.cpp
5TARGET = logoutapplet 5TARGET = logoutapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \
13 ../../../i18n/da/liblogoutapplet.ts \
14 ../../../i18n/xx/liblogoutapplet.ts \
13 ../../../i18n/en/liblogoutapplet.ts \ 15 ../../../i18n/en/liblogoutapplet.ts \
14 ../../../i18n/es/liblogoutapplet.ts \ 16 ../../../i18n/es/liblogoutapplet.ts \
15 ../../../i18n/fr/liblogoutapplet.ts \ 17 ../../../i18n/fr/liblogoutapplet.ts \
16 ../../../i18n/hu/liblogoutapplet.ts \ 18 ../../../i18n/hu/liblogoutapplet.ts \
17 ../../../i18n/ja/liblogoutapplet.ts \ 19 ../../../i18n/ja/liblogoutapplet.ts \
18 ../../../i18n/ko/liblogoutapplet.ts \ 20 ../../../i18n/ko/liblogoutapplet.ts \
19 ../../../i18n/no/liblogoutapplet.ts \ 21 ../../../i18n/no/liblogoutapplet.ts \
20 ../../../i18n/pl/liblogoutapplet.ts \ 22 ../../../i18n/pl/liblogoutapplet.ts \
21 ../../../i18n/pt/liblogoutapplet.ts \ 23 ../../../i18n/pt/liblogoutapplet.ts \
22 ../../../i18n/pt_BR/liblogoutapplet.ts \ 24 ../../../i18n/pt_BR/liblogoutapplet.ts \
23 ../../../i18n/sl/liblogoutapplet.ts \ 25 ../../../i18n/sl/liblogoutapplet.ts \
24 ../../../i18n/zh_CN/liblogoutapplet.ts \ 26 ../../../i18n/zh_CN/liblogoutapplet.ts \
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro
index 3c08682..c08e52f 100644
--- a/core/applets/obex/obex.pro
+++ b/core/applets/obex/obex.pro
@@ -2,24 +2,26 @@ 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
7INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher 7INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9INTERFACES = obexinc.ui obexdlg.ui 9INTERFACES = obexinc.ui obexdlg.ui
10LIBS += -lqpe -lopie 10LIBS += -lqpe -lopie
11 VERSION = 0.0.1 11 VERSION = 0.0.1
12 12
13TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ 13TRANSLATIONS = ../../../i18n/de/libopieobex.ts \
14 ../../../i18n/da/libopieobex.ts \
15 ../../../i18n/xx/libopieobex.ts \
14 ../../../i18n/en/libopieobex.ts \ 16 ../../../i18n/en/libopieobex.ts \
15 ../../../i18n/es/libopieobex.ts \ 17 ../../../i18n/es/libopieobex.ts \
16 ../../../i18n/fr/libopieobex.ts \ 18 ../../../i18n/fr/libopieobex.ts \
17 ../../../i18n/hu/libopieobex.ts \ 19 ../../../i18n/hu/libopieobex.ts \
18 ../../../i18n/ja/libopieobex.ts \ 20 ../../../i18n/ja/libopieobex.ts \
19 ../../../i18n/ko/libopieobex.ts \ 21 ../../../i18n/ko/libopieobex.ts \
20 ../../../i18n/no/libopieobex.ts \ 22 ../../../i18n/no/libopieobex.ts \
21 ../../../i18n/pl/libopieobex.ts \ 23 ../../../i18n/pl/libopieobex.ts \
22 ../../../i18n/pt/libopieobex.ts \ 24 ../../../i18n/pt/libopieobex.ts \
23 ../../../i18n/pt_BR/libopieobex.ts \ 25 ../../../i18n/pt_BR/libopieobex.ts \
24 ../../../i18n/sl/libopieobex.ts \ 26 ../../../i18n/sl/libopieobex.ts \
25 ../../../i18n/zh_CN/libopieobex.ts \ 27 ../../../i18n/zh_CN/libopieobex.ts \
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro
index 4064836..ffde3cc 100644
--- a/core/applets/screenshotapplet/screenshotapplet.pro
+++ b/core/applets/screenshotapplet/screenshotapplet.pro
@@ -3,24 +3,26 @@ CONFIG += qt warn_on release
3HEADERS = screenshot.h inputDialog.h screenshotappletimpl.h 3HEADERS = screenshot.h inputDialog.h screenshotappletimpl.h
4SOURCES = screenshot.cpp inputDialog.cpp screenshotappletimpl.cpp 4SOURCES = screenshot.cpp inputDialog.cpp screenshotappletimpl.cpp
5TARGET = screenshotapplet 5TARGET = screenshotapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11MOC_DIR=opieobj 11MOC_DIR=opieobj
12OBJECTS_DIR=opieobj 12OBJECTS_DIR=opieobj
13 13
14TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ 14TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \
15 ../../../i18n/da/libscreenshotapplet.ts \
16 ../../../i18n/xx/libscreenshotapplet.ts \
15 ../../../i18n/en/libscreenshotapplet.ts \ 17 ../../../i18n/en/libscreenshotapplet.ts \
16 ../../../i18n/es/libscreenshotapplet.ts \ 18 ../../../i18n/es/libscreenshotapplet.ts \
17 ../../../i18n/fr/libscreenshotapplet.ts \ 19 ../../../i18n/fr/libscreenshotapplet.ts \
18 ../../../i18n/hu/libscreenshotapplet.ts \ 20 ../../../i18n/hu/libscreenshotapplet.ts \
19 ../../../i18n/ja/libscreenshotapplet.ts \ 21 ../../../i18n/ja/libscreenshotapplet.ts \
20 ../../../i18n/ko/libscreenshotapplet.ts \ 22 ../../../i18n/ko/libscreenshotapplet.ts \
21 ../../../i18n/no/libscreenshotapplet.ts \ 23 ../../../i18n/no/libscreenshotapplet.ts \
22 ../../../i18n/pl/libscreenshotapplet.ts \ 24 ../../../i18n/pl/libscreenshotapplet.ts \
23 ../../../i18n/pt/libscreenshotapplet.ts \ 25 ../../../i18n/pt/libscreenshotapplet.ts \
24 ../../../i18n/pt_BR/libscreenshotapplet.ts \ 26 ../../../i18n/pt_BR/libscreenshotapplet.ts \
25 ../../../i18n/sl/libscreenshotapplet.ts \ 27 ../../../i18n/sl/libscreenshotapplet.ts \
26 ../../../i18n/zh_CN/libscreenshotapplet.ts \ 28 ../../../i18n/zh_CN/libscreenshotapplet.ts \
diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro
index 44ff273..c29c44f 100644
--- a/core/applets/suspendapplet/suspendapplet.pro
+++ b/core/applets/suspendapplet/suspendapplet.pro
@@ -1,24 +1,26 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = suspend.h 3HEADERS = suspend.h
4SOURCES = suspend.cpp 4SOURCES = suspend.cpp
5TARGET = suspendapplet 5TARGET = suspendapplet
6DESTDIR = $(OPIEDIR)/plugins/applets 6DESTDIR = $(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \
13 ../../../i18n/da/libsuspendapplet.ts \
14 ../../../i18n/xx/libsuspendapplet.ts \
13 ../../../i18n/en/libsuspendapplet.ts \ 15 ../../../i18n/en/libsuspendapplet.ts \
14 ../../../i18n/es/libsuspendapplet.ts \ 16 ../../../i18n/es/libsuspendapplet.ts \
15 ../../../i18n/fr/libsuspendapplet.ts \ 17 ../../../i18n/fr/libsuspendapplet.ts \
16 ../../../i18n/hu/libsuspendapplet.ts \ 18 ../../../i18n/hu/libsuspendapplet.ts \
17 ../../../i18n/ja/libsuspendapplet.ts \ 19 ../../../i18n/ja/libsuspendapplet.ts \
18 ../../../i18n/ko/libsuspendapplet.ts \ 20 ../../../i18n/ko/libsuspendapplet.ts \
19 ../../../i18n/no/libsuspendapplet.ts \ 21 ../../../i18n/no/libsuspendapplet.ts \
20 ../../../i18n/pl/libsuspendapplet.ts \ 22 ../../../i18n/pl/libsuspendapplet.ts \
21 ../../../i18n/pt/libsuspendapplet.ts \ 23 ../../../i18n/pt/libsuspendapplet.ts \
22 ../../../i18n/pt_BR/libsuspendapplet.ts \ 24 ../../../i18n/pt_BR/libsuspendapplet.ts \
23 ../../../i18n/sl/libsuspendapplet.ts \ 25 ../../../i18n/sl/libsuspendapplet.ts \
24 ../../../i18n/zh_CN/libsuspendapplet.ts \ 26 ../../../i18n/zh_CN/libsuspendapplet.ts \
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro
index 6599b52..05f2167 100644
--- a/core/applets/vmemo/vmemo.pro
+++ b/core/applets/vmemo/vmemo.pro
@@ -1,24 +1,26 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = vmemo.h vmemoimpl.h adpcm.h 3HEADERS = vmemo.h vmemoimpl.h adpcm.h
4SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c 4SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c
5TARGET = vmemoapplet 5TARGET = vmemoapplet
6DESTDIR =$(OPIEDIR)/plugins/applets 6DESTDIR =$(OPIEDIR)/plugins/applets
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += $(OPIEDIR)/include 8DEPENDPATH += $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10VERSION = 1.0.0 10VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \
13 ../../../i18n/da/libvmemoapplet.ts \
14 ../../../i18n/xx/libvmemoapplet.ts \
13 ../../../i18n/en/libvmemoapplet.ts \ 15 ../../../i18n/en/libvmemoapplet.ts \
14 ../../../i18n/es/libvmemoapplet.ts \ 16 ../../../i18n/es/libvmemoapplet.ts \
15 ../../../i18n/fr/libvmemoapplet.ts \ 17 ../../../i18n/fr/libvmemoapplet.ts \
16 ../../../i18n/hu/libvmemoapplet.ts \ 18 ../../../i18n/hu/libvmemoapplet.ts \
17 ../../../i18n/ja/libvmemoapplet.ts \ 19 ../../../i18n/ja/libvmemoapplet.ts \
18 ../../../i18n/ko/libvmemoapplet.ts \ 20 ../../../i18n/ko/libvmemoapplet.ts \
19 ../../../i18n/no/libvmemoapplet.ts \ 21 ../../../i18n/no/libvmemoapplet.ts \
20 ../../../i18n/pl/libvmemoapplet.ts \ 22 ../../../i18n/pl/libvmemoapplet.ts \
21 ../../../i18n/pt/libvmemoapplet.ts \ 23 ../../../i18n/pt/libvmemoapplet.ts \
22 ../../../i18n/pt_BR/libvmemoapplet.ts \ 24 ../../../i18n/pt_BR/libvmemoapplet.ts \
23 ../../../i18n/sl/libvmemoapplet.ts \ 25 ../../../i18n/sl/libvmemoapplet.ts \
24 ../../../i18n/zh_CN/libvmemoapplet.ts \ 26 ../../../i18n/zh_CN/libvmemoapplet.ts \
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro
index 8cfb0d3..73a1715 100644
--- a/core/applets/volumeapplet/volumeapplet.pro
+++ b/core/applets/volumeapplet/volumeapplet.pro
@@ -1,24 +1,26 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8DEPENDPATH += ../$(OPIEDIR)/include 8DEPENDPATH += ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ 12TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \
13 ../../../i18n/da/libvolumeapplet.ts \
14 ../../../i18n/xx/libvolumeapplet.ts \
13 ../../../i18n/en/libvolumeapplet.ts \ 15 ../../../i18n/en/libvolumeapplet.ts \
14 ../../../i18n/es/libvolumeapplet.ts \ 16 ../../../i18n/es/libvolumeapplet.ts \
15 ../../../i18n/fr/libvolumeapplet.ts \ 17 ../../../i18n/fr/libvolumeapplet.ts \
16 ../../../i18n/hu/libvolumeapplet.ts \ 18 ../../../i18n/hu/libvolumeapplet.ts \
17 ../../../i18n/ja/libvolumeapplet.ts \ 19 ../../../i18n/ja/libvolumeapplet.ts \
18 ../../../i18n/ko/libvolumeapplet.ts \ 20 ../../../i18n/ko/libvolumeapplet.ts \
19 ../../../i18n/no/libvolumeapplet.ts \ 21 ../../../i18n/no/libvolumeapplet.ts \
20 ../../../i18n/pl/libvolumeapplet.ts \ 22 ../../../i18n/pl/libvolumeapplet.ts \
21 ../../../i18n/pt/libvolumeapplet.ts \ 23 ../../../i18n/pt/libvolumeapplet.ts \
22 ../../../i18n/pt_BR/libvolumeapplet.ts \ 24 ../../../i18n/pt_BR/libvolumeapplet.ts \
23 ../../../i18n/sl/libvolumeapplet.ts \ 25 ../../../i18n/sl/libvolumeapplet.ts \
24 ../../../i18n/zh_CN/libvolumeapplet.ts \ 26 ../../../i18n/zh_CN/libvolumeapplet.ts \
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro
index 761d3de..7e37cb4 100644
--- a/core/apps/calibrate/calibrate.pro
+++ b/core/apps/calibrate/calibrate.pro
@@ -1,15 +1,17 @@
1# This is part of the taskbar 1# This is part of the taskbar
2 2
3TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ 3TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \
4 ../../../i18n/da/calibrate.pro.in.ts \
5 ../../../i18n/xx/calibrate.pro.in.ts \
4 ../../../i18n/en/calibrate.pro.in.ts \ 6 ../../../i18n/en/calibrate.pro.in.ts \
5 ../../../i18n/es/calibrate.pro.in.ts \ 7 ../../../i18n/es/calibrate.pro.in.ts \
6 ../../../i18n/fr/calibrate.pro.in.ts \ 8 ../../../i18n/fr/calibrate.pro.in.ts \
7 ../../../i18n/hu/calibrate.pro.in.ts \ 9 ../../../i18n/hu/calibrate.pro.in.ts \
8 ../../../i18n/ja/calibrate.pro.in.ts \ 10 ../../../i18n/ja/calibrate.pro.in.ts \
9 ../../../i18n/ko/calibrate.pro.in.ts \ 11 ../../../i18n/ko/calibrate.pro.in.ts \
10 ../../../i18n/no/calibrate.pro.in.ts \ 12 ../../../i18n/no/calibrate.pro.in.ts \
11 ../../../i18n/pl/calibrate.pro.in.ts \ 13 ../../../i18n/pl/calibrate.pro.in.ts \
12 ../../../i18n/pt/calibrate.pro.in.ts \ 14 ../../../i18n/pt/calibrate.pro.in.ts \
13 ../../../i18n/pt_BR/calibrate.pro.in.ts \ 15 ../../../i18n/pt_BR/calibrate.pro.in.ts \
14 ../../../i18n/sl/calibrate.pro.in.ts \ 16 ../../../i18n/sl/calibrate.pro.in.ts \
15 ../../../i18n/zh_CN/calibrate.pro.in.ts \ 17 ../../../i18n/zh_CN/calibrate.pro.in.ts \
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index 236e52e..8b6da78 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -28,24 +28,25 @@ SOURCES = TEScreen.cpp \
28 commandeditwidget.cpp \ 28 commandeditwidget.cpp \
29 playlistselection.cpp \ 29 playlistselection.cpp \
30 MyPty.cpp \ 30 MyPty.cpp \
31 main.cpp 31 main.cpp
32INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui 32INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui
33TARGET = embeddedkonsole 33TARGET = embeddedkonsole
34INCLUDEPATH += $(OPIEDIR)/include 34INCLUDEPATH += $(OPIEDIR)/include
35DEPENDPATH += $(OPIEDIR)/include 35DEPENDPATH += $(OPIEDIR)/include
36LIBS += -lqpe -lopie 36LIBS += -lqpe -lopie
37TMAKE_CXXFLAGS += -DQT_QWS_OPIE 37TMAKE_CXXFLAGS += -DQT_QWS_OPIE
38 38
39TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ 39TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \
40 ../../../i18n/xx/embeddedkonsole.ts \
40 ../../../i18n/en/embeddedkonsole.ts \ 41 ../../../i18n/en/embeddedkonsole.ts \
41 ../../../i18n/es/embeddedkonsole.ts \ 42 ../../../i18n/es/embeddedkonsole.ts \
42 ../../../i18n/fr/embeddedkonsole.ts \ 43 ../../../i18n/fr/embeddedkonsole.ts \
43 ../../../i18n/hu/embeddedkonsole.ts \ 44 ../../../i18n/hu/embeddedkonsole.ts \
44 ../../../i18n/ja/embeddedkonsole.ts \ 45 ../../../i18n/ja/embeddedkonsole.ts \
45 ../../../i18n/ko/embeddedkonsole.ts \ 46 ../../../i18n/ko/embeddedkonsole.ts \
46 ../../../i18n/no/embeddedkonsole.ts \ 47 ../../../i18n/no/embeddedkonsole.ts \
47 ../../../i18n/pl/embeddedkonsole.ts \ 48 ../../../i18n/pl/embeddedkonsole.ts \
48 ../../../i18n/pt/embeddedkonsole.ts \ 49 ../../../i18n/pt/embeddedkonsole.ts \
49 ../../../i18n/pt_BR/embeddedkonsole.ts \ 50 ../../../i18n/pt_BR/embeddedkonsole.ts \
50 ../../../i18n/sl/embeddedkonsole.ts \ 51 ../../../i18n/sl/embeddedkonsole.ts \
51 ../../../i18n/zh_CN/embeddedkonsole.ts \ 52 ../../../i18n/zh_CN/embeddedkonsole.ts \
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index aa446dc..d13638c 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -1,24 +1,25 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= 10 INTERFACES=
11 11
12TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ 12TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \
13 ../../../i18n/xx/helpbrowser.ts \
13 ../../../i18n/en/helpbrowser.ts \ 14 ../../../i18n/en/helpbrowser.ts \
14 ../../../i18n/es/helpbrowser.ts \ 15 ../../../i18n/es/helpbrowser.ts \
15 ../../../i18n/fr/helpbrowser.ts \ 16 ../../../i18n/fr/helpbrowser.ts \
16 ../../../i18n/hu/helpbrowser.ts \ 17 ../../../i18n/hu/helpbrowser.ts \
17 ../../../i18n/ja/helpbrowser.ts \ 18 ../../../i18n/ja/helpbrowser.ts \
18 ../../../i18n/ko/helpbrowser.ts \ 19 ../../../i18n/ko/helpbrowser.ts \
19 ../../../i18n/no/helpbrowser.ts \ 20 ../../../i18n/no/helpbrowser.ts \
20 ../../../i18n/pl/helpbrowser.ts \ 21 ../../../i18n/pl/helpbrowser.ts \
21 ../../../i18n/pt/helpbrowser.ts \ 22 ../../../i18n/pt/helpbrowser.ts \
22 ../../../i18n/pt_BR/helpbrowser.ts \ 23 ../../../i18n/pt_BR/helpbrowser.ts \
23 ../../../i18n/sl/helpbrowser.ts \ 24 ../../../i18n/sl/helpbrowser.ts \
24 ../../../i18n/zh_CN/helpbrowser.ts \ 25 ../../../i18n/zh_CN/helpbrowser.ts \
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro
index 36bc724..9e9f6dc 100644
--- a/core/apps/qcop/qcop.pro
+++ b/core/apps/qcop/qcop.pro
@@ -1,24 +1,26 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = 4 HEADERS =
5 SOURCES = main.cpp 5 SOURCES = main.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
8LIBS += -lqpe 8LIBS += -lqpe
9 INTERFACES= 9 INTERFACES=
10 TARGET = qcop 10 TARGET = qcop
11 11
12TRANSLATIONS = ../../../i18n/de/qcop.ts \ 12TRANSLATIONS = ../../../i18n/de/qcop.ts \
13 ../../../i18n/da/qcop.ts \
14 ../../../i18n/xx/qcop.ts \
13 ../../../i18n/en/qcop.ts \ 15 ../../../i18n/en/qcop.ts \
14 ../../../i18n/es/qcop.ts \ 16 ../../../i18n/es/qcop.ts \
15 ../../../i18n/fr/qcop.ts \ 17 ../../../i18n/fr/qcop.ts \
16 ../../../i18n/hu/qcop.ts \ 18 ../../../i18n/hu/qcop.ts \
17 ../../../i18n/ja/qcop.ts \ 19 ../../../i18n/ja/qcop.ts \
18 ../../../i18n/ko/qcop.ts \ 20 ../../../i18n/ko/qcop.ts \
19 ../../../i18n/no/qcop.ts \ 21 ../../../i18n/no/qcop.ts \
20 ../../../i18n/pl/qcop.ts \ 22 ../../../i18n/pl/qcop.ts \
21 ../../../i18n/pt/qcop.ts \ 23 ../../../i18n/pt/qcop.ts \
22 ../../../i18n/pt_BR/qcop.ts \ 24 ../../../i18n/pt_BR/qcop.ts \
23 ../../../i18n/sl/qcop.ts \ 25 ../../../i18n/sl/qcop.ts \
24 ../../../i18n/zh_CN/qcop.ts \ 26 ../../../i18n/zh_CN/qcop.ts \
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro
index 500abde..c8df9f3 100644
--- a/core/apps/textedit/textedit.pro
+++ b/core/apps/textedit/textedit.pro
@@ -1,23 +1,25 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
4HEADERS = textedit.h filePermissions.h 4HEADERS = textedit.h filePermissions.h
5SOURCES = main.cpp textedit.cpp filePermissions.cpp 5SOURCES = main.cpp textedit.cpp filePermissions.cpp
6INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
7DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
8LIBS += -lqpe -lopie 8LIBS += -lqpe -lopie
9TARGET = textedit 9TARGET = textedit
10 10
11TRANSLATIONS = ../../../i18n/de/textedit.ts \ 11TRANSLATIONS = ../../../i18n/de/textedit.ts \
12 ../../../i18n/da/textedit.ts \
13 ../../../i18n/xx/textedit.ts \
12 ../../../i18n/en/textedit.ts \ 14 ../../../i18n/en/textedit.ts \
13 ../../../i18n/es/textedit.ts \ 15 ../../../i18n/es/textedit.ts \
14 ../../../i18n/fr/textedit.ts \ 16 ../../../i18n/fr/textedit.ts \
15 ../../../i18n/hu/textedit.ts \ 17 ../../../i18n/hu/textedit.ts \
16 ../../../i18n/ja/textedit.ts \ 18 ../../../i18n/ja/textedit.ts \
17 ../../../i18n/ko/textedit.ts \ 19 ../../../i18n/ko/textedit.ts \
18 ../../../i18n/no/textedit.ts \ 20 ../../../i18n/no/textedit.ts \
19 ../../../i18n/pl/textedit.ts \ 21 ../../../i18n/pl/textedit.ts \
20 ../../../i18n/pt/textedit.ts \ 22 ../../../i18n/pt/textedit.ts \
21 ../../../i18n/pt_BR/textedit.ts \ 23 ../../../i18n/pt_BR/textedit.ts \
22 ../../../i18n/sl/textedit.ts \ 24 ../../../i18n/sl/textedit.ts \
23 ../../../i18n/zh_CN/textedit.ts \ 25 ../../../i18n/zh_CN/textedit.ts \
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 802975b..3391378 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -95,24 +95,25 @@ SOURCES = background.cpp \
95 ../../rsync/qrsync.cpp 95 ../../rsync/qrsync.cpp
96 INTERFACES= syncdialog.ui 96 INTERFACES= syncdialog.ui
97INCLUDEPATH += ../../include 97INCLUDEPATH += ../../include
98 DEPENDPATH+= ../../include . 98 DEPENDPATH+= ../../include .
99INCLUDEPATH += ../../core/apps/calibrate 99INCLUDEPATH += ../../core/apps/calibrate
100 DEPENDPATH+= ../../core/apps/calibrate 100 DEPENDPATH+= ../../core/apps/calibrate
101INCLUDEPATH += ../../rsync 101INCLUDEPATH += ../../rsync
102 DEPENDPATH+= ../../rsync 102 DEPENDPATH+= ../../rsync
103 TARGET = qpe 103 TARGET = qpe
104 LIBS += -lqpe -lcrypt -lopie 104 LIBS += -lqpe -lcrypt -lopie
105 105
106TRANSLATIONS = ../../i18n/de/qpe.ts \ 106TRANSLATIONS = ../../i18n/de/qpe.ts \
107 ../../i18n/xx/qpe.ts \
107 ../../i18n/en/qpe.ts \ 108 ../../i18n/en/qpe.ts \
108 ../../i18n/es/qpe.ts \ 109 ../../i18n/es/qpe.ts \
109 ../../i18n/fr/qpe.ts \ 110 ../../i18n/fr/qpe.ts \
110 ../../i18n/hu/qpe.ts \ 111 ../../i18n/hu/qpe.ts \
111 ../../i18n/ja/qpe.ts \ 112 ../../i18n/ja/qpe.ts \
112 ../../i18n/ko/qpe.ts \ 113 ../../i18n/ko/qpe.ts \
113 ../../i18n/no/qpe.ts \ 114 ../../i18n/no/qpe.ts \
114 ../../i18n/pl/qpe.ts \ 115 ../../i18n/pl/qpe.ts \
115 ../../i18n/pt/qpe.ts \ 116 ../../i18n/pt/qpe.ts \
116 ../../i18n/pt_BR/qpe.ts \ 117 ../../i18n/pt_BR/qpe.ts \
117 ../../i18n/sl/qpe.ts \ 118 ../../i18n/sl/qpe.ts \
118 ../../i18n/zh_CN/qpe.ts \ 119 ../../i18n/zh_CN/qpe.ts \
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro
index f3d452b..c10929c 100644
--- a/core/multimedia/opieplayer/libflash/libflash.pro
+++ b/core/multimedia/opieplayer/libflash/libflash.pro
@@ -5,24 +5,26 @@ 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
11INCLUDEPATH += $(OPIEDIR)/include .. 11INCLUDEPATH += $(OPIEDIR)/include ..
12DEPENDPATH += ../$(OPIEDIR)/include .. 12DEPENDPATH += ../$(OPIEDIR)/include ..
13LIBS += -lqpe 13LIBS += -lqpe
14 VERSION = 1.0.0 14 VERSION = 1.0.0
15 15
16TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ 16TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \
17 ../../../../i18n/da/libflashplugin.ts \
18 ../../../../i18n/xx/libflashplugin.ts \
17 ../../../../i18n/en/libflashplugin.ts \ 19 ../../../../i18n/en/libflashplugin.ts \
18 ../../../../i18n/es/libflashplugin.ts \ 20 ../../../../i18n/es/libflashplugin.ts \
19 ../../../../i18n/fr/libflashplugin.ts \ 21 ../../../../i18n/fr/libflashplugin.ts \
20 ../../../../i18n/hu/libflashplugin.ts \ 22 ../../../../i18n/hu/libflashplugin.ts \
21 ../../../../i18n/ja/libflashplugin.ts \ 23 ../../../../i18n/ja/libflashplugin.ts \
22 ../../../../i18n/ko/libflashplugin.ts \ 24 ../../../../i18n/ko/libflashplugin.ts \
23 ../../../../i18n/no/libflashplugin.ts \ 25 ../../../../i18n/no/libflashplugin.ts \
24 ../../../../i18n/pl/libflashplugin.ts \ 26 ../../../../i18n/pl/libflashplugin.ts \
25 ../../../../i18n/pt/libflashplugin.ts \ 27 ../../../../i18n/pt/libflashplugin.ts \
26 ../../../../i18n/pt_BR/libflashplugin.ts \ 28 ../../../../i18n/pt_BR/libflashplugin.ts \
27 ../../../../i18n/sl/libflashplugin.ts \ 29 ../../../../i18n/sl/libflashplugin.ts \
28 ../../../../i18n/zh_CN/libflashplugin.ts \ 30 ../../../../i18n/zh_CN/libflashplugin.ts \
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index 3ba1bc1..1e7f597 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -9,24 +9,26 @@ 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
15INCLUDEPATH += $(OPIEDIR)/include .. 15INCLUDEPATH += $(OPIEDIR)/include ..
16DEPENDPATH += ../$(OPIEDIR)/include .. 16DEPENDPATH += ../$(OPIEDIR)/include ..
17LIBS += -lqpe -lm 17LIBS += -lqpe -lm
18VERSION = 1.0.0 18VERSION = 1.0.0
19 19
20TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ 20TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \
21 ../../../../i18n/da/libmadplugin.ts \
22 ../../../../i18n/xx/libmadplugin.ts \
21 ../../../../i18n/en/libmadplugin.ts \ 23 ../../../../i18n/en/libmadplugin.ts \
22 ../../../../i18n/es/libmadplugin.ts \ 24 ../../../../i18n/es/libmadplugin.ts \
23 ../../../../i18n/fr/libmadplugin.ts \ 25 ../../../../i18n/fr/libmadplugin.ts \
24 ../../../../i18n/hu/libmadplugin.ts \ 26 ../../../../i18n/hu/libmadplugin.ts \
25 ../../../../i18n/ja/libmadplugin.ts \ 27 ../../../../i18n/ja/libmadplugin.ts \
26 ../../../../i18n/ko/libmadplugin.ts \ 28 ../../../../i18n/ko/libmadplugin.ts \
27 ../../../../i18n/no/libmadplugin.ts \ 29 ../../../../i18n/no/libmadplugin.ts \
28 ../../../../i18n/pl/libmadplugin.ts \ 30 ../../../../i18n/pl/libmadplugin.ts \
29 ../../../../i18n/pt/libmadplugin.ts \ 31 ../../../../i18n/pt/libmadplugin.ts \
30 ../../../../i18n/pt_BR/libmadplugin.ts \ 32 ../../../../i18n/pt_BR/libmadplugin.ts \
31 ../../../../i18n/sl/libmadplugin.ts \ 33 ../../../../i18n/sl/libmadplugin.ts \
32 ../../../../i18n/zh_CN/libmadplugin.ts \ 34 ../../../../i18n/zh_CN/libmadplugin.ts \
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
index 338fe29..0f8f396 100644
--- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
+++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
@@ -38,24 +38,26 @@ SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \
38 video/seek.c \ 38 video/seek.c \
39 video/slice.c \ 39 video/slice.c \
40 video/vlc.c 40 video/vlc.c
41TARGET = mpeg3plugin 41TARGET = mpeg3plugin
42TMAKE_CC=$(CXX) 42TMAKE_CC=$(CXX)
43DESTDIR = $(OPIEDIR)/plugins/codecs 43DESTDIR = $(OPIEDIR)/plugins/codecs
44INCLUDEPATH += $(OPIEDIR)/include .. 44INCLUDEPATH += $(OPIEDIR)/include ..
45DEPENDPATH += ../$(OPIEDIR)/include .. 45DEPENDPATH += ../$(OPIEDIR)/include ..
46LIBS += -lqpe -lpthread -lm 46LIBS += -lqpe -lpthread -lm
47VERSION = 1.0.0 47VERSION = 1.0.0
48 48
49TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ 49TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \
50 ../../../../i18n/da/libmpeg3plugin.ts \
51 ../../../../i18n/xx/libmpeg3plugin.ts \
50 ../../../../i18n/en/libmpeg3plugin.ts \ 52 ../../../../i18n/en/libmpeg3plugin.ts \
51 ../../../../i18n/es/libmpeg3plugin.ts \ 53 ../../../../i18n/es/libmpeg3plugin.ts \
52 ../../../../i18n/fr/libmpeg3plugin.ts \ 54 ../../../../i18n/fr/libmpeg3plugin.ts \
53 ../../../../i18n/hu/libmpeg3plugin.ts \ 55 ../../../../i18n/hu/libmpeg3plugin.ts \
54 ../../../../i18n/ja/libmpeg3plugin.ts \ 56 ../../../../i18n/ja/libmpeg3plugin.ts \
55 ../../../../i18n/ko/libmpeg3plugin.ts \ 57 ../../../../i18n/ko/libmpeg3plugin.ts \
56 ../../../../i18n/no/libmpeg3plugin.ts \ 58 ../../../../i18n/no/libmpeg3plugin.ts \
57 ../../../../i18n/pl/libmpeg3plugin.ts \ 59 ../../../../i18n/pl/libmpeg3plugin.ts \
58 ../../../../i18n/pt/libmpeg3plugin.ts \ 60 ../../../../i18n/pt/libmpeg3plugin.ts \
59 ../../../../i18n/pt_BR/libmpeg3plugin.ts \ 61 ../../../../i18n/pt_BR/libmpeg3plugin.ts \
60 ../../../../i18n/sl/libmpeg3plugin.ts \ 62 ../../../../i18n/sl/libmpeg3plugin.ts \
61 ../../../../i18n/zh_CN/libmpeg3plugin.ts \ 63 ../../../../i18n/zh_CN/libmpeg3plugin.ts \
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro
index 6f22280..5c8272d 100644
--- a/core/multimedia/opieplayer/opieplayer.pro
+++ b/core/multimedia/opieplayer/opieplayer.pro
@@ -10,24 +10,26 @@ 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
13TARGET = opieplayer 13TARGET = opieplayer
14INCLUDEPATH += $(OPIEDIR)/include 14INCLUDEPATH += $(OPIEDIR)/include
15DEPENDPATH += $(OPIEDIR)/include 15DEPENDPATH += $(OPIEDIR)/include
16LIBS += -lqpe -lpthread -lopie 16LIBS += -lqpe -lpthread -lopie
17 17
18INCLUDEPATH += $(OPIEDIR)/include 18INCLUDEPATH += $(OPIEDIR)/include
19DEPENDPATH += $(OPIEDIR)/include 19DEPENDPATH += $(OPIEDIR)/include
20 20
21TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ 21TRANSLATIONS = ../../../i18n/de/opieplayer.ts \
22 ../../../i18n/da/opieplayer.ts \
23 ../../../i18n/xx/opieplayer.ts \
22 ../../../i18n/en/opieplayer.ts \ 24 ../../../i18n/en/opieplayer.ts \
23 ../../../i18n/es/opieplayer.ts \ 25 ../../../i18n/es/opieplayer.ts \
24 ../../../i18n/fr/opieplayer.ts \ 26 ../../../i18n/fr/opieplayer.ts \
25 ../../../i18n/hu/opieplayer.ts \ 27 ../../../i18n/hu/opieplayer.ts \
26 ../../../i18n/ja/opieplayer.ts \ 28 ../../../i18n/ja/opieplayer.ts \
27 ../../../i18n/ko/opieplayer.ts \ 29 ../../../i18n/ko/opieplayer.ts \
28 ../../../i18n/no/opieplayer.ts \ 30 ../../../i18n/no/opieplayer.ts \
29 ../../../i18n/pl/opieplayer.ts \ 31 ../../../i18n/pl/opieplayer.ts \
30 ../../../i18n/pt/opieplayer.ts \ 32 ../../../i18n/pt/opieplayer.ts \
31 ../../../i18n/pt_BR/opieplayer.ts \ 33 ../../../i18n/pt_BR/opieplayer.ts \
32 ../../../i18n/sl/opieplayer.ts \ 34 ../../../i18n/sl/opieplayer.ts \
33 ../../../i18n/zh_CN/opieplayer.ts \ 35 ../../../i18n/zh_CN/opieplayer.ts \
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro
index 5b5a15b..b0f37a8 100644
--- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro
+++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro
@@ -1,24 +1,26 @@
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
7INCLUDEPATH += $(OPIEDIR)/include .. 7INCLUDEPATH += $(OPIEDIR)/include ..
8DEPENDPATH += ../$(OPIEDIR)/include .. 8DEPENDPATH += ../$(OPIEDIR)/include ..
9LIBS += -lqpe 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ 12TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \
13 ../../../../i18n/da/libwavplugin.ts \
14 ../../../../i18n/xx/libwavplugin.ts \
13 ../../../../i18n/en/libwavplugin.ts \ 15 ../../../../i18n/en/libwavplugin.ts \
14 ../../../../i18n/es/libwavplugin.ts \ 16 ../../../../i18n/es/libwavplugin.ts \
15 ../../../../i18n/fr/libwavplugin.ts \ 17 ../../../../i18n/fr/libwavplugin.ts \
16 ../../../../i18n/hu/libwavplugin.ts \ 18 ../../../../i18n/hu/libwavplugin.ts \
17 ../../../../i18n/ja/libwavplugin.ts \ 19 ../../../../i18n/ja/libwavplugin.ts \
18 ../../../../i18n/ko/libwavplugin.ts \ 20 ../../../../i18n/ko/libwavplugin.ts \
19 ../../../../i18n/no/libwavplugin.ts \ 21 ../../../../i18n/no/libwavplugin.ts \
20 ../../../../i18n/pl/libwavplugin.ts \ 22 ../../../../i18n/pl/libwavplugin.ts \
21 ../../../../i18n/pt/libwavplugin.ts \ 23 ../../../../i18n/pt/libwavplugin.ts \
22 ../../../../i18n/pt_BR/libwavplugin.ts \ 24 ../../../../i18n/pt_BR/libwavplugin.ts \
23 ../../../../i18n/sl/libwavplugin.ts \ 25 ../../../../i18n/sl/libwavplugin.ts \
24 ../../../../i18n/zh_CN/libwavplugin.ts \ 26 ../../../../i18n/zh_CN/libwavplugin.ts \
diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro
index 7d8ecb1..d0b4e8e 100644
--- a/core/opie-login/opie-login.pro
+++ b/core/opie-login/opie-login.pro
@@ -17,24 +17,25 @@ INTERFACES = loginwindow.ui
17INCLUDEPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate 17INCLUDEPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate
18DEPENDPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate 18DEPENDPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate
19 19
20LIBS += -lqpe -lopie 20LIBS += -lqpe -lopie
21 21
22usepam:LIBS += -lpam 22usepam:LIBS += -lpam
23usepam:DEFINES += USEPAM 23usepam:DEFINES += USEPAM
24 24
25DESTDIR = $(OPIEDIR)/bin 25DESTDIR = $(OPIEDIR)/bin
26TARGET = opie-login 26TARGET = opie-login
27 27
28TRANSLATIONS = ../../i18n/de/opie-login.ts \ 28TRANSLATIONS = ../../i18n/de/opie-login.ts \
29 ../../i18n/xx/opie-login.ts \
29· ../../i18n/en/opie-login.ts \ 30· ../../i18n/en/opie-login.ts \
30· ../../i18n/es/opie-login.ts \ 31· ../../i18n/es/opie-login.ts \
31· ../../i18n/fr/opie-login.ts \ 32· ../../i18n/fr/opie-login.ts \
32· ../../i18n/hu/opie-login.ts \ 33· ../../i18n/hu/opie-login.ts \
33· ../../i18n/ja/opie-login.ts \ 34· ../../i18n/ja/opie-login.ts \
34· ../../i18n/ko/opie-login.ts \ 35· ../../i18n/ko/opie-login.ts \
35· ../../i18n/no/opie-login.ts \ 36· ../../i18n/no/opie-login.ts \
36· ../../i18n/pl/opie-login.ts \ 37· ../../i18n/pl/opie-login.ts \
37· ../../i18n/pt/opie-login.ts \ 38· ../../i18n/pt/opie-login.ts \
38· ../../i18n/pt_BR/opie-login.ts \ 39· ../../i18n/pt_BR/opie-login.ts \
39· ../../i18n/sl/opie-login.ts \ 40· ../../i18n/sl/opie-login.ts \
40· ../../i18n/zh_CN/opie-login.ts \ 41· ../../i18n/zh_CN/opie-login.ts \
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index ef49374..742eb69 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -21,24 +21,26 @@ SOURCES = main.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
28INCLUDEPATH += $(OPIEDIR)/include 28INCLUDEPATH += $(OPIEDIR)/include
29 DEPENDPATH+= $(OPIEDIR)/include 29 DEPENDPATH+= $(OPIEDIR)/include
30LIBS += -lqpe -lopie 30LIBS += -lqpe -lopie
31 31
32TRANSLATIONS = ../../../i18n/de/addressbook.ts \ 32TRANSLATIONS = ../../../i18n/de/addressbook.ts \
33 ../../../i18n/da/addressbook.ts \
34 ../../../i18n/xx/addressbook.ts \
33 ../../../i18n/en/addressbook.ts \ 35 ../../../i18n/en/addressbook.ts \
34 ../../../i18n/es/addressbook.ts \ 36 ../../../i18n/es/addressbook.ts \
35 ../../../i18n/fr/addressbook.ts \ 37 ../../../i18n/fr/addressbook.ts \
36 ../../../i18n/hu/addressbook.ts \ 38 ../../../i18n/hu/addressbook.ts \
37 ../../../i18n/ja/addressbook.ts \ 39 ../../../i18n/ja/addressbook.ts \
38 ../../../i18n/ko/addressbook.ts \ 40 ../../../i18n/ko/addressbook.ts \
39 ../../../i18n/no/addressbook.ts \ 41 ../../../i18n/no/addressbook.ts \
40 ../../../i18n/pl/addressbook.ts \ 42 ../../../i18n/pl/addressbook.ts \
41 ../../../i18n/pt/addressbook.ts \ 43 ../../../i18n/pt/addressbook.ts \
42 ../../../i18n/pt_BR/addressbook.ts \ 44 ../../../i18n/pt_BR/addressbook.ts \
43 ../../../i18n/sl/addressbook.ts \ 45 ../../../i18n/sl/addressbook.ts \
44 ../../../i18n/zh_CN/addressbook.ts \ 46 ../../../i18n/zh_CN/addressbook.ts \
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index d5dafc8..f61e19a 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -31,24 +31,25 @@ INTERFACES = dateentry.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
37INCLUDEPATH += $(OPIEDIR)/include 37INCLUDEPATH += $(OPIEDIR)/include
38 DEPENDPATH+= $(OPIEDIR)/include 38 DEPENDPATH+= $(OPIEDIR)/include
39LIBS += -lqpe -lopie 39LIBS += -lqpe -lopie
40 TARGET = datebook 40 TARGET = datebook
41 41
42TRANSLATIONS = ../../../i18n/de/datebook.ts \ 42TRANSLATIONS = ../../../i18n/de/datebook.ts \
43 ../../../i18n/xx/datebook.ts \
43 ../../../i18n/en/datebook.ts \ 44 ../../../i18n/en/datebook.ts \
44 ../../../i18n/es/datebook.ts \ 45 ../../../i18n/es/datebook.ts \
45 ../../../i18n/fr/datebook.ts \ 46 ../../../i18n/fr/datebook.ts \
46 ../../../i18n/hu/datebook.ts \ 47 ../../../i18n/hu/datebook.ts \
47 ../../../i18n/ja/datebook.ts \ 48 ../../../i18n/ja/datebook.ts \
48 ../../../i18n/ko/datebook.ts \ 49 ../../../i18n/ko/datebook.ts \
49 ../../../i18n/no/datebook.ts \ 50 ../../../i18n/no/datebook.ts \
50 ../../../i18n/pl/datebook.ts \ 51 ../../../i18n/pl/datebook.ts \
51 ../../../i18n/pt/datebook.ts \ 52 ../../../i18n/pt/datebook.ts \
52 ../../../i18n/pt_BR/datebook.ts \ 53 ../../../i18n/pt_BR/datebook.ts \
53 ../../../i18n/sl/datebook.ts \ 54 ../../../i18n/sl/datebook.ts \
54 ../../../i18n/zh_CN/datebook.ts \ 55 ../../../i18n/zh_CN/datebook.ts \
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index e989f79..1fa8c94 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -2,24 +2,25 @@ 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
8LIBS += -lqpe -lopie 8LIBS += -lqpe -lopie
9 INTERFACES= 9 INTERFACES=
10 TARGET = today 10 TARGET = today
11 DESTDIR = $(OPIEDIR)/bin 11 DESTDIR = $(OPIEDIR)/bin
12 12
13TRANSLATIONS = ../../../i18n/de/today.ts \ 13TRANSLATIONS = ../../../i18n/de/today.ts \
14 ../../../i18n/xx/today.ts \
14 ../../../i18n/en/today.ts \ 15 ../../../i18n/en/today.ts \
15 ../../../i18n/es/today.ts \ 16 ../../../i18n/es/today.ts \
16 ../../../i18n/fr/today.ts \ 17 ../../../i18n/fr/today.ts \
17 ../../../i18n/hu/today.ts \ 18 ../../../i18n/hu/today.ts \
18 ../../../i18n/ja/today.ts \ 19 ../../../i18n/ja/today.ts \
19 ../../../i18n/ko/today.ts \ 20 ../../../i18n/ko/today.ts \
20 ../../../i18n/no/today.ts \ 21 ../../../i18n/no/today.ts \
21 ../../../i18n/pl/today.ts \ 22 ../../../i18n/pl/today.ts \
22 ../../../i18n/pt/today.ts \ 23 ../../../i18n/pt/today.ts \
23 ../../../i18n/pt_BR/today.ts \ 24 ../../../i18n/pt_BR/today.ts \
24 ../../../i18n/sl/today.ts \ 25 ../../../i18n/sl/today.ts \
25 ../../../i18n/zh_CN/today.ts \ 26 ../../../i18n/zh_CN/today.ts \
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index 40a5f28..2911743 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -39,24 +39,26 @@ SOURCES = smalltodo.cpp \
39 quickedit.cpp \ 39 quickedit.cpp \
40 otaskeditor.cpp \ 40 otaskeditor.cpp \
41 taskeditoroverviewimpl.cpp \ 41 taskeditoroverviewimpl.cpp \
42 taskeditoradvancedimpl.cpp 42 taskeditoradvancedimpl.cpp
43 43
44 INTERFACES= taskeditoradvanced.ui taskeditoralarms.ui taskeditoroverview.ui 44 INTERFACES= taskeditoradvanced.ui taskeditoralarms.ui taskeditoroverview.ui
45 TARGET = todolist 45 TARGET = todolist
46INCLUDEPATH += $(OPIEDIR)/include 46INCLUDEPATH += $(OPIEDIR)/include
47 DEPENDPATH+= $(OPIEDIR)/include 47 DEPENDPATH+= $(OPIEDIR)/include
48LIBS += -lqpe -lopie 48LIBS += -lqpe -lopie
49 49
50TRANSLATIONS = ../../../i18n/de/todolist.ts \ 50TRANSLATIONS = ../../../i18n/de/todolist.ts \
51 ../../../i18n/da/todolist.ts \
52 ../../../i18n/xx/todolist.ts \
51 ../../../i18n/en/todolist.ts \ 53 ../../../i18n/en/todolist.ts \
52 ../../../i18n/es/todolist.ts \ 54 ../../../i18n/es/todolist.ts \
53 ../../../i18n/fr/todolist.ts \ 55 ../../../i18n/fr/todolist.ts \
54 ../../../i18n/hu/todolist.ts \ 56 ../../../i18n/hu/todolist.ts \
55 ../../../i18n/ja/todolist.ts \ 57 ../../../i18n/ja/todolist.ts \
56 ../../../i18n/ko/todolist.ts \ 58 ../../../i18n/ko/todolist.ts \
57 ../../../i18n/no/todolist.ts \ 59 ../../../i18n/no/todolist.ts \
58 ../../../i18n/pl/todolist.ts \ 60 ../../../i18n/pl/todolist.ts \
59 ../../../i18n/pt/todolist.ts \ 61 ../../../i18n/pt/todolist.ts \
60 ../../../i18n/pt_BR/todolist.ts \ 62 ../../../i18n/pt_BR/todolist.ts \
61 ../../../i18n/sl/todolist.ts \ 63 ../../../i18n/sl/todolist.ts \
62 ../../../i18n/zh_CN/todolist.ts \ 64 ../../../i18n/zh_CN/todolist.ts \
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index 1456fab..03aef86 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -2,24 +2,25 @@
2CONFIG += qt warn_on debug 2CONFIG += qt warn_on debug
3TEMPLATE = app 3TEMPLATE = app
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5#INTERFACES = citytimebase.ui 5#INTERFACES = citytimebase.ui
6HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h 6HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h
7SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp 7SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp
8TARGET = citytime 8TARGET = citytime
9INCLUDEPATH += $(OPIEDIR)/include 9INCLUDEPATH += $(OPIEDIR)/include
10DEPENDPATH += $(OPIEDIR)/include 10DEPENDPATH += $(OPIEDIR)/include
11LIBS += -lqpe 11LIBS += -lqpe
12 12
13TRANSLATIONS = ../../../i18n/de/citytime.ts \ 13TRANSLATIONS = ../../../i18n/de/citytime.ts \
14 ../../../i18n/xx/citytime.ts \
14 ../../../i18n/en/citytime.ts \ 15 ../../../i18n/en/citytime.ts \
15 ../../../i18n/es/citytime.ts \ 16 ../../../i18n/es/citytime.ts \
16 ../../../i18n/fr/citytime.ts \ 17 ../../../i18n/fr/citytime.ts \
17 ../../../i18n/hu/citytime.ts \ 18 ../../../i18n/hu/citytime.ts \
18 ../../../i18n/ja/citytime.ts \ 19 ../../../i18n/ja/citytime.ts \
19 ../../../i18n/ko/citytime.ts \ 20 ../../../i18n/ko/citytime.ts \
20 ../../../i18n/no/citytime.ts \ 21 ../../../i18n/no/citytime.ts \
21 ../../../i18n/pl/citytime.ts \ 22 ../../../i18n/pl/citytime.ts \
22 ../../../i18n/pt/citytime.ts \ 23 ../../../i18n/pt/citytime.ts \
23 ../../../i18n/pt_BR/citytime.ts \ 24 ../../../i18n/pt_BR/citytime.ts \
24 ../../../i18n/sl/citytime.ts \ 25 ../../../i18n/sl/citytime.ts \
25 ../../../i18n/zh_CN/citytime.ts \ 26 ../../../i18n/zh_CN/citytime.ts \
diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro
index 455d246..a7ce88a 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -1,24 +1,25 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 TARGET = light-and-power 10 TARGET = light-and-power
11 11
12TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ 12TRANSLATIONS = ../../../i18n/de/light-and-power.ts \
13 ../../../i18n/xx/light-and-power.ts \
13 ../../../i18n/en/light-and-power.ts \ 14 ../../../i18n/en/light-and-power.ts \
14 ../../../i18n/es/light-and-power.ts \ 15 ../../../i18n/es/light-and-power.ts \
15 ../../../i18n/fr/light-and-power.ts \ 16 ../../../i18n/fr/light-and-power.ts \
16 ../../../i18n/hu/light-and-power.ts \ 17 ../../../i18n/hu/light-and-power.ts \
17 ../../../i18n/ja/light-and-power.ts \ 18 ../../../i18n/ja/light-and-power.ts \
18 ../../../i18n/ko/light-and-power.ts \ 19 ../../../i18n/ko/light-and-power.ts \
19 ../../../i18n/no/light-and-power.ts \ 20 ../../../i18n/no/light-and-power.ts \
20 ../../../i18n/pl/light-and-power.ts \ 21 ../../../i18n/pl/light-and-power.ts \
21 ../../../i18n/pt/light-and-power.ts \ 22 ../../../i18n/pt/light-and-power.ts \
22 ../../../i18n/pt_BR/light-and-power.ts \ 23 ../../../i18n/pt_BR/light-and-power.ts \
23 ../../../i18n/sl/light-and-power.ts \ 24 ../../../i18n/sl/light-and-power.ts \
24 ../../../i18n/zh_CN/light-and-power.ts \ 25 ../../../i18n/zh_CN/light-and-power.ts \
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 2bd015d..d7cfba4 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -1,24 +1,25 @@
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
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 TARGET = security 10 TARGET = security
11 11
12TRANSLATIONS = ../../../i18n/de/security.ts \ 12TRANSLATIONS = ../../../i18n/de/security.ts \
13 ../../../i18n/xx/security.ts \
13 ../../../i18n/en/security.ts \ 14 ../../../i18n/en/security.ts \
14 ../../../i18n/es/security.ts \ 15 ../../../i18n/es/security.ts \
15 ../../../i18n/fr/security.ts \ 16 ../../../i18n/fr/security.ts \
16 ../../../i18n/hu/security.ts \ 17 ../../../i18n/hu/security.ts \
17 ../../../i18n/ja/security.ts \ 18 ../../../i18n/ja/security.ts \
18 ../../../i18n/ko/security.ts \ 19 ../../../i18n/ko/security.ts \
19 ../../../i18n/no/security.ts \ 20 ../../../i18n/no/security.ts \
20 ../../../i18n/pl/security.ts \ 21 ../../../i18n/pl/security.ts \
21 ../../../i18n/pt/security.ts \ 22 ../../../i18n/pt/security.ts \
22 ../../../i18n/pt_BR/security.ts \ 23 ../../../i18n/pt_BR/security.ts \
23 ../../../i18n/sl/security.ts \ 24 ../../../i18n/sl/security.ts \
24 ../../../i18n/zh_CN/security.ts \ 25 ../../../i18n/zh_CN/security.ts \