summaryrefslogtreecommitdiff
path: root/core
authorsandman <sandman>2002-06-26 23:13:50 (UTC)
committer sandman <sandman>2002-06-26 23:13:50 (UTC)
commitb13d95b210c7d16229514afc66e32a1de09a075c (patch) (unidiff)
tree341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /core
parentde4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff)
downloadopie-b13d95b210c7d16229514afc66e32a1de09a075c.zip
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz
opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/batteryapplet/batteryapplet.pro25
-rw-r--r--core/applets/cardmon/cardmon.pro31
-rw-r--r--core/applets/clipboardapplet/clipboardapplet.pro17
-rw-r--r--core/applets/clockapplet/clockapplet.pro18
-rw-r--r--core/applets/irdaapplet/irdaapplet.pro31
-rw-r--r--core/applets/obex/obex.pro14
-rw-r--r--core/applets/screenshotapplet/screenshotapplet.pro28
-rw-r--r--core/applets/vmemo/vmemo.pro17
-rw-r--r--core/applets/volumeapplet/volumeapplet.pro18
-rw-r--r--core/apps/calibrate/calibrate.pro15
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro28
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro28
-rw-r--r--core/apps/qcop/qcop.pro15
-rw-r--r--core/apps/textedit/textedit.pro29
-rw-r--r--core/launcher/launcher.pro36
-rw-r--r--core/multimedia/opieplayer/libflash/libflash.pro14
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro28
-rw-r--r--core/multimedia/opieplayer/libmpeg3/libmpeg3.pro15
-rw-r--r--core/multimedia/opieplayer/opieplayer.pro21
-rw-r--r--core/multimedia/opieplayer/wavplugin/wavplugin.pro15
-rw-r--r--core/pim/addressbook/addressbook.pro29
-rw-r--r--core/pim/datebook/datebook.pro33
-rw-r--r--core/pim/today/today.pro30
-rw-r--r--core/pim/todo/todo.pro30
-rw-r--r--core/settings/citytime/citytime.pro28
-rw-r--r--core/settings/light-and-power/light-and-power.pro20
-rw-r--r--core/settings/security/security.pro28
27 files changed, 383 insertions, 258 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
index b854b89..c24182e 100644
--- a/core/applets/batteryapplet/batteryapplet.pro
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -1,22 +1,25 @@
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 \
13TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts 13 ../../../i18n/en/libbatteryapplet.ts \
14TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts 14 ../../../i18n/es/libbatteryapplet.ts \
15TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts 15 ../../../i18n/fr/libbatteryapplet.ts \
16TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts 16 ../../../i18n/hu/libbatteryapplet.ts \
17TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts 17 ../../../i18n/ja/libbatteryapplet.ts \
18TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts 18 ../../../i18n/ko/libbatteryapplet.ts \
19TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts 19 ../../../i18n/no/libbatteryapplet.ts \
20TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts 20 ../../../i18n/pl/libbatteryapplet.ts \
21TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts 21 ../../../i18n/pt/libbatteryapplet.ts \
22TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts 22 ../../../i18n/pt_BR/libbatteryapplet.ts \
23 ../../../i18n/sl/libbatteryapplet.ts \
24 ../../../i18n/zh_CN/libbatteryapplet.ts \
25 ../../../i18n/zh_TW/libbatteryapplet.ts
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro
index 3bddd22..aa34042 100644
--- a/core/applets/cardmon/cardmon.pro
+++ b/core/applets/cardmon/cardmon.pro
@@ -1,28 +1,25 @@
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 9LIBS += -lqpe
10 VERSION = 1.0.0 10 VERSION = 1.0.0
11 11
12 12TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \
13 13 ../../../i18n/en/libcardmonapplet.ts \
14TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts 14 ../../../i18n/es/libcardmonapplet.ts \
15TRANSLATIONS += ../../../i18n/en/libcardmonapplet.ts 15 ../../../i18n/fr/libcardmonapplet.ts \
16TRANSLATIONS += ../../../i18n/es/libcardmonapplet.ts 16 ../../../i18n/hu/libcardmonapplet.ts \
17TRANSLATIONS += ../../../i18n/fr/libcardmonapplet.ts 17 ../../../i18n/ja/libcardmonapplet.ts \
18TRANSLATIONS += ../../../i18n/hu/libcardmonapplet.ts 18 ../../../i18n/ko/libcardmonapplet.ts \
19TRANSLATIONS += ../../../i18n/ja/libcardmonapplet.ts 19 ../../../i18n/no/libcardmonapplet.ts \
20TRANSLATIONS += ../../../i18n/ko/libcardmonapplet.ts 20 ../../../i18n/pl/libcardmonapplet.ts \
21TRANSLATIONS += ../../../i18n/no/libcardmonapplet.ts 21 ../../../i18n/pt/libcardmonapplet.ts \
22TRANSLATIONS += ../../../i18n/pl/libcardmonapplet.ts 22 ../../../i18n/pt_BR/libcardmonapplet.ts \
23TRANSLATIONS += ../../../i18n/pt/libcardmonapplet.ts 23 ../../../i18n/sl/libcardmonapplet.ts \
24TRANSLATIONS += ../../../i18n/pt_BR/libcardmonapplet.ts 24 ../../../i18n/zh_CN/libcardmonapplet.ts \
25TRANSLATIONS += ../../../i18n/sl/libcardmonapplet.ts 25 ../../../i18n/zh_TW/libcardmonapplet.ts
26TRANSLATIONS += ../../../i18n/zh_CN/libcardmonapplet.ts
27TRANSLATIONS += ../../../i18n/zh_TW/libcardmonapplet.ts
28
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro
index 36fbc49..23b5525 100644
--- a/core/applets/clipboardapplet/clipboardapplet.pro
+++ b/core/applets/clipboardapplet/clipboardapplet.pro
@@ -1,14 +1,25 @@
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/pt_BR/libclipboardapplet.ts 12TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \
13TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts 13 ../../../i18n/en/libclipboardapplet.ts \
14TRANSLATIONS += ../../i18n/pt/libclipboardapplet.ts 14 ../../../i18n/es/libclipboardapplet.ts \
15 ../../../i18n/fr/libclipboardapplet.ts \
16 ../../../i18n/hu/libclipboardapplet.ts \
17 ../../../i18n/ja/libclipboardapplet.ts \
18 ../../../i18n/ko/libclipboardapplet.ts \
19 ../../../i18n/no/libclipboardapplet.ts \
20 ../../../i18n/pl/libclipboardapplet.ts \
21 ../../../i18n/pt/libclipboardapplet.ts \
22 ../../../i18n/pt_BR/libclipboardapplet.ts \
23 ../../../i18n/sl/libclipboardapplet.ts \
24 ../../../i18n/zh_CN/libclipboardapplet.ts \
25 ../../../i18n/zh_TW/libclipboardapplet.ts
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro
index 2dc1784..ca26ec8 100644
--- a/core/applets/clockapplet/clockapplet.pro
+++ b/core/applets/clockapplet/clockapplet.pro
@@ -1,15 +1,25 @@
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 \
13TRANSLATIONS += ../../i18n/es/libclockapplet.ts 13 ../../../i18n/en/libclockapplet.ts \
14TRANSLATIONS += ../../i18n/pt/libclockapplet.ts 14 ../../../i18n/es/libclockapplet.ts \
15TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts 15 ../../../i18n/fr/libclockapplet.ts \
16 ../../../i18n/hu/libclockapplet.ts \
17 ../../../i18n/ja/libclockapplet.ts \
18 ../../../i18n/ko/libclockapplet.ts \
19 ../../../i18n/no/libclockapplet.ts \
20 ../../../i18n/pl/libclockapplet.ts \
21 ../../../i18n/pt/libclockapplet.ts \
22 ../../../i18n/pt_BR/libclockapplet.ts \
23 ../../../i18n/sl/libclockapplet.ts \
24 ../../../i18n/zh_CN/libclockapplet.ts \
25 ../../../i18n/zh_TW/libclockapplet.ts
diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro
index 47267f7..af4231b 100644
--- a/core/applets/irdaapplet/irdaapplet.pro
+++ b/core/applets/irdaapplet/irdaapplet.pro
@@ -1,28 +1,25 @@
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
12 12TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \
13 13 ../../../i18n/en/libirdaapplet.ts \
14TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts 14 ../../../i18n/es/libirdaapplet.ts \
15TRANSLATIONS += ../../../i18n/en/libirdaapplet.ts 15 ../../../i18n/fr/libirdaapplet.ts \
16TRANSLATIONS += ../../../i18n/es/libirdaapplet.ts 16 ../../../i18n/hu/libirdaapplet.ts \
17TRANSLATIONS += ../../../i18n/fr/libirdaapplet.ts 17 ../../../i18n/ja/libirdaapplet.ts \
18TRANSLATIONS += ../../../i18n/hu/libirdaapplet.ts 18 ../../../i18n/ko/libirdaapplet.ts \
19TRANSLATIONS += ../../../i18n/ja/libirdaapplet.ts 19 ../../../i18n/no/libirdaapplet.ts \
20TRANSLATIONS += ../../../i18n/ko/libirdaapplet.ts 20 ../../../i18n/pl/libirdaapplet.ts \
21TRANSLATIONS += ../../../i18n/no/libirdaapplet.ts 21 ../../../i18n/pt/libirdaapplet.ts \
22TRANSLATIONS += ../../../i18n/pl/libirdaapplet.ts 22 ../../../i18n/pt_BR/libirdaapplet.ts \
23TRANSLATIONS += ../../../i18n/pt/libirdaapplet.ts 23 ../../../i18n/sl/libirdaapplet.ts \
24TRANSLATIONS += ../../../i18n/pt_BR/libirdaapplet.ts 24 ../../../i18n/zh_CN/libirdaapplet.ts \
25TRANSLATIONS += ../../../i18n/sl/libirdaapplet.ts 25 ../../../i18n/zh_TW/libirdaapplet.ts
26TRANSLATIONS += ../../../i18n/zh_CN/libirdaapplet.ts
27TRANSLATIONS += ../../../i18n/zh_TW/libirdaapplet.ts
28
diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro
index a8c2340..3c08682 100644
--- a/core/applets/obex/obex.pro
+++ b/core/applets/obex/obex.pro
@@ -1,12 +1,26 @@
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
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 \
14 ../../../i18n/en/libopieobex.ts \
15 ../../../i18n/es/libopieobex.ts \
16 ../../../i18n/fr/libopieobex.ts \
17 ../../../i18n/hu/libopieobex.ts \
18 ../../../i18n/ja/libopieobex.ts \
19 ../../../i18n/ko/libopieobex.ts \
20 ../../../i18n/no/libopieobex.ts \
21 ../../../i18n/pl/libopieobex.ts \
22 ../../../i18n/pt/libopieobex.ts \
23 ../../../i18n/pt_BR/libopieobex.ts \
24 ../../../i18n/sl/libopieobex.ts \
25 ../../../i18n/zh_CN/libopieobex.ts \
26 ../../../i18n/zh_TW/libopieobex.ts
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro
index 6b97a2d..2fc8a05 100644
--- a/core/applets/screenshotapplet/screenshotapplet.pro
+++ b/core/applets/screenshotapplet/screenshotapplet.pro
@@ -2,26 +2,26 @@ TEMPLATE = lib
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3HEADERS = screenshot.h screenshotappletimpl.h 3HEADERS = screenshot.h screenshotappletimpl.h
4SOURCES = screenshot.cpp screenshotappletimpl.cpp 4SOURCES = screenshot.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/pt_BR/libscreenshotapplet.ts 14TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \
15TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts 15 ../../../i18n/en/libscreenshotapplet.ts \
16TRANSLATIONS += ../../i18n/de/libscreenshotapplet.ts 16 ../../../i18n/es/libscreenshotapplet.ts \
17TRANSLATIONS += ../../i18n/en/libscreenshotapplet.ts 17 ../../../i18n/fr/libscreenshotapplet.ts \
18TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts 18 ../../../i18n/hu/libscreenshotapplet.ts \
19TRANSLATIONS += ../../i18n/fr/libscreenshotapplet.ts 19 ../../../i18n/ja/libscreenshotapplet.ts \
20TRANSLATIONS += ../../i18n/hu/libscreenshotapplet.ts 20 ../../../i18n/ko/libscreenshotapplet.ts \
21TRANSLATIONS += ../../i18n/ja/libscreenshotapplet.ts 21 ../../../i18n/no/libscreenshotapplet.ts \
22TRANSLATIONS += ../../i18n/ko/libscreenshotapplet.ts 22 ../../../i18n/pl/libscreenshotapplet.ts \
23TRANSLATIONS += ../../i18n/no/libscreenshotapplet.ts 23 ../../../i18n/pt/libscreenshotapplet.ts \
24TRANSLATIONS += ../../i18n/pl/libscreenshotapplet.ts 24 ../../../i18n/pt_BR/libscreenshotapplet.ts \
25TRANSLATIONS += ../../i18n/sl/libscreenshotapplet.ts 25 ../../../i18n/sl/libscreenshotapplet.ts \
26TRANSLATIONS += ../../i18n/zh_CN/libscreenshotapplet.ts 26 ../../../i18n/zh_CN/libscreenshotapplet.ts \
27TRANSLATIONS += ../../i18n/zh_TW/libscreenshotapplet.ts 27 ../../../i18n/zh_TW/libscreenshotapplet.ts
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro
index 734cf5c..f8007b6 100644
--- a/core/applets/vmemo/vmemo.pro
+++ b/core/applets/vmemo/vmemo.pro
@@ -1,14 +1,25 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS= vmemo.h vmemoimpl.h 3 HEADERS= vmemo.h vmemoimpl.h
4 SOURCES= vmemo.cpp vmemoimpl.cpp 4 SOURCES= vmemo.cpp vmemoimpl.cpp
5 TARGET = vmemoapplet 5 TARGET = vmemoapplet
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/pt_BR/libvmemoapplet.ts 12TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \
13TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts 13 ../../../i18n/en/libvmemoapplet.ts \
14TRANSLATIONS += ../../i18n/pt/libvmemoapplet.ts 14 ../../../i18n/es/libvmemoapplet.ts \
15 ../../../i18n/fr/libvmemoapplet.ts \
16 ../../../i18n/hu/libvmemoapplet.ts \
17 ../../../i18n/ja/libvmemoapplet.ts \
18 ../../../i18n/ko/libvmemoapplet.ts \
19 ../../../i18n/no/libvmemoapplet.ts \
20 ../../../i18n/pl/libvmemoapplet.ts \
21 ../../../i18n/pt/libvmemoapplet.ts \
22 ../../../i18n/pt_BR/libvmemoapplet.ts \
23 ../../../i18n/sl/libvmemoapplet.ts \
24 ../../../i18n/zh_CN/libvmemoapplet.ts \
25 ../../../i18n/zh_TW/libvmemoapplet.ts
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro
index 937a537..8cfb0d3 100644
--- a/core/applets/volumeapplet/volumeapplet.pro
+++ b/core/applets/volumeapplet/volumeapplet.pro
@@ -1,15 +1,25 @@
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 \
13TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts 13 ../../../i18n/en/libvolumeapplet.ts \
14TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts 14 ../../../i18n/es/libvolumeapplet.ts \
15TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts 15 ../../../i18n/fr/libvolumeapplet.ts \
16 ../../../i18n/hu/libvolumeapplet.ts \
17 ../../../i18n/ja/libvolumeapplet.ts \
18 ../../../i18n/ko/libvolumeapplet.ts \
19 ../../../i18n/no/libvolumeapplet.ts \
20 ../../../i18n/pl/libvolumeapplet.ts \
21 ../../../i18n/pt/libvolumeapplet.ts \
22 ../../../i18n/pt_BR/libvolumeapplet.ts \
23 ../../../i18n/sl/libvolumeapplet.ts \
24 ../../../i18n/zh_CN/libvolumeapplet.ts \
25 ../../../i18n/zh_TW/libvolumeapplet.ts
diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro
index 9769ea6..b1fce27 100644
--- a/core/apps/calibrate/calibrate.pro
+++ b/core/apps/calibrate/calibrate.pro
@@ -1 +1,16 @@
1# This is part of the taskbar 1# This is part of the taskbar
2
3TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \
4 ../../../i18n/en/calibrate.pro.in.ts \
5 ../../../i18n/es/calibrate.pro.in.ts \
6 ../../../i18n/fr/calibrate.pro.in.ts \
7 ../../../i18n/hu/calibrate.pro.in.ts \
8 ../../../i18n/ja/calibrate.pro.in.ts \
9 ../../../i18n/ko/calibrate.pro.in.ts \
10 ../../../i18n/no/calibrate.pro.in.ts \
11 ../../../i18n/pl/calibrate.pro.in.ts \
12 ../../../i18n/pt/calibrate.pro.in.ts \
13 ../../../i18n/pt_BR/calibrate.pro.in.ts \
14 ../../../i18n/sl/calibrate.pro.in.ts \
15 ../../../i18n/zh_CN/calibrate.pro.in.ts \
16 ../../../i18n/zh_TW/calibrate.pro.in.ts
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index 6e6860e..de0cfa1 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -25,26 +25,26 @@ SOURCES = TEScreen.cpp \
25 commandeditdialog.cpp \ 25 commandeditdialog.cpp \
26 commandeditwidget.cpp \ 26 commandeditwidget.cpp \
27 playlistselection.cpp \ 27 playlistselection.cpp \
28 MyPty.cpp \ 28 MyPty.cpp \
29 main.cpp 29 main.cpp
30INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui 30INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui
31TARGET = embeddedkonsole 31TARGET = embeddedkonsole
32INCLUDEPATH += $(OPIEDIR)/include 32INCLUDEPATH += $(OPIEDIR)/include
33DEPENDPATH += $(OPIEDIR)/include 33DEPENDPATH += $(OPIEDIR)/include
34LIBS += -lqpe 34LIBS += -lqpe
35REQUIRES = embeddedkonsole 35REQUIRES = embeddedkonsole
36 36
37TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts 37TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \
38TRANSLATIONS += ../i18n/es/embeddedkonsole.ts 38 ../../../i18n/en/embeddedkonsole.ts \
39TRANSLATIONS += ../i18n/pt/embeddedkonsole.ts 39 ../../../i18n/es/embeddedkonsole.ts \
40TRANSLATIONS += ../i18n/de/embeddedkonsole.ts 40 ../../../i18n/fr/embeddedkonsole.ts \
41TRANSLATIONS += ../i18n/en/embeddedkonsole.ts 41 ../../../i18n/hu/embeddedkonsole.ts \
42TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts 42 ../../../i18n/ja/embeddedkonsole.ts \
43TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts 43 ../../../i18n/ko/embeddedkonsole.ts \
44TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts 44 ../../../i18n/no/embeddedkonsole.ts \
45TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts 45 ../../../i18n/pl/embeddedkonsole.ts \
46TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts 46 ../../../i18n/pt/embeddedkonsole.ts \
47TRANSLATIONS += ../i18n/no/embeddedkonsole.ts 47 ../../../i18n/pt_BR/embeddedkonsole.ts \
48TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts 48 ../../../i18n/sl/embeddedkonsole.ts \
49TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts 49 ../../../i18n/zh_CN/embeddedkonsole.ts \
50TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts 50 ../../../i18n/zh_TW/embeddedkonsole.ts
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index fe4553a..0da2ff2 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -1,25 +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.pro.in.ts \
13TRANSLATIONS += ../i18n/es/helpbrowser.ts 13 ../../../i18n/en/helpbrowser.pro.in.ts \
14TRANSLATIONS += ../i18n/pt/helpbrowser.ts 14 ../../../i18n/es/helpbrowser.pro.in.ts \
15TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts 15 ../../../i18n/fr/helpbrowser.pro.in.ts \
16TRANSLATIONS += ../i18n/en/helpbrowser.ts 16 ../../../i18n/hu/helpbrowser.pro.in.ts \
17TRANSLATIONS += ../i18n/hu/helpbrowser.ts 17 ../../../i18n/ja/helpbrowser.pro.in.ts \
18TRANSLATIONS += ../i18n/ja/helpbrowser.ts 18 ../../../i18n/ko/helpbrowser.pro.in.ts \
19TRANSLATIONS += ../i18n/sl/helpbrowser.ts 19 ../../../i18n/no/helpbrowser.pro.in.ts \
20TRANSLATIONS += ../i18n/ko/helpbrowser.ts 20 ../../../i18n/pl/helpbrowser.pro.in.ts \
21TRANSLATIONS += ../i18n/no/helpbrowser.ts 21 ../../../i18n/pt/helpbrowser.pro.in.ts \
22TRANSLATIONS += ../i18n/pl/helpbrowser.ts 22 ../../../i18n/pt_BR/helpbrowser.pro.in.ts \
23TRANSLATIONS += ../i18n/fr/helpbrowser.ts 23 ../../../i18n/sl/helpbrowser.pro.in.ts \
24TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts 24 ../../../i18n/zh_CN/helpbrowser.pro.in.ts \
25TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts 25 ../../../i18n/zh_TW/helpbrowser.pro.in.ts
diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro
index 63e8ace..36bc724 100644
--- a/core/apps/qcop/qcop.pro
+++ b/core/apps/qcop/qcop.pro
@@ -1,10 +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 = 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
12TRANSLATIONS = ../../../i18n/de/qcop.ts \
13 ../../../i18n/en/qcop.ts \
14 ../../../i18n/es/qcop.ts \
15 ../../../i18n/fr/qcop.ts \
16 ../../../i18n/hu/qcop.ts \
17 ../../../i18n/ja/qcop.ts \
18 ../../../i18n/ko/qcop.ts \
19 ../../../i18n/no/qcop.ts \
20 ../../../i18n/pl/qcop.ts \
21 ../../../i18n/pt/qcop.ts \
22 ../../../i18n/pt_BR/qcop.ts \
23 ../../../i18n/sl/qcop.ts \
24 ../../../i18n/zh_CN/qcop.ts \
25 ../../../i18n/zh_TW/qcop.ts
diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro
index d01a9f4..484d0cd 100644
--- a/core/apps/textedit/textedit.pro
+++ b/core/apps/textedit/textedit.pro
@@ -1,25 +1,24 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3
4DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
5HEADERS = textedit.h fontDialog.h fileSaver.h filePermissions.h 4HEADERS = textedit.h fontDialog.h fileSaver.h filePermissions.h
6SOURCES = main.cpp textedit.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp 5SOURCES = main.cpp textedit.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp
7
8INCLUDEPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/include
9DEPENDPATH += $(OPIEDIR)/include 7DEPENDPATH += $(OPIEDIR)/include
10LIBS += -lqpe -lopie 8LIBS += -lqpe -lopie
11
12TARGET = textedit 9TARGET = textedit
13 10
14TRANSLATIONS += ../i18n/de/textedit.ts 11TRANSLATIONS = ../../../i18n/de/textedit.ts \
15TRANSLATIONS += ../i18n/pt_BR/textedit.ts 12 ../../../i18n/en/textedit.ts \
16TRANSLATIONS += ../i18n/en/textedit.ts 13 ../../../i18n/es/textedit.ts \
17TRANSLATIONS += ../i18n/hu/textedit.ts 14 ../../../i18n/fr/textedit.ts \
18TRANSLATIONS += ../i18n/fr/textedit.ts 15 ../../../i18n/hu/textedit.ts \
19TRANSLATIONS += ../i18n/ja/textedit.ts 16 ../../../i18n/ja/textedit.ts \
20TRANSLATIONS += ../i18n/sl/textedit.ts 17 ../../../i18n/ko/textedit.ts \
21TRANSLATIONS += ../i18n/pl/textedit.ts 18 ../../../i18n/no/textedit.ts \
22TRANSLATIONS += ../i18n/ko/textedit.ts 19 ../../../i18n/pl/textedit.ts \
23TRANSLATIONS += ../i18n/no/textedit.ts 20 ../../../i18n/pt/textedit.ts \
24TRANSLATIONS += ../i18n/zh_CN/textedit.ts 21 ../../../i18n/pt_BR/textedit.ts \
25TRANSLATIONS += ../i18n/zh_TW/textedit.ts 22 ../../../i18n/sl/textedit.ts \
23 ../../../i18n/zh_CN/textedit.ts \
24 ../../../i18n/zh_TW/textedit.ts
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index 182cd1f..c053662 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -1,18 +1,15 @@
1 TEMPLATE= app 1 TEMPLATE= app
2
3 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
4
5 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
6
7 HEADERS = background.h \ 4 HEADERS = background.h \
8 desktop.h \ 5 desktop.h \
9 qprocess.h \ 6 qprocess.h \
10 mediummountgui.h \ 7 mediummountgui.h \
11 info.h \ 8 info.h \
12 appicons.h \ 9 appicons.h \
13 taskbar.h \ 10 taskbar.h \
14 sidething.h \ 11 sidething.h \
15 mrulist.h \ 12 mrulist.h \
16 stabmon.h \ 13 stabmon.h \
17 inputmethods.h \ 14 inputmethods.h \
18 systray.h \ 15 systray.h \
@@ -36,25 +33,24 @@ HEADERS = background.h \
36 $(OPIEDIR)/rsync/prototab.h \ 33 $(OPIEDIR)/rsync/prototab.h \
37 $(OPIEDIR)/rsync/rsync.h \ 34 $(OPIEDIR)/rsync/rsync.h \
38 $(OPIEDIR)/rsync/search.h \ 35 $(OPIEDIR)/rsync/search.h \
39 $(OPIEDIR)/rsync/stream.h \ 36 $(OPIEDIR)/rsync/stream.h \
40 $(OPIEDIR)/rsync/sumset.h \ 37 $(OPIEDIR)/rsync/sumset.h \
41 $(OPIEDIR)/rsync/trace.h \ 38 $(OPIEDIR)/rsync/trace.h \
42 $(OPIEDIR)/rsync/types.h \ 39 $(OPIEDIR)/rsync/types.h \
43 $(OPIEDIR)/rsync/util.h \ 40 $(OPIEDIR)/rsync/util.h \
44 $(OPIEDIR)/rsync/whole.h \ 41 $(OPIEDIR)/rsync/whole.h \
45 $(OPIEDIR)/rsync/config_rsync.h \ 42 $(OPIEDIR)/rsync/config_rsync.h \
46 $(OPIEDIR)/rsync/qrsync.h 43 $(OPIEDIR)/rsync/qrsync.h
47 # quicklauncher.h \ 44 # quicklauncher.h \
48
49 SOURCES = background.cpp \ 45 SOURCES = background.cpp \
50 desktop.cpp \ 46 desktop.cpp \
51 mediummountgui.cpp \ 47 mediummountgui.cpp \
52 qprocess.cpp qprocess_unix.cpp \ 48 qprocess.cpp qprocess_unix.cpp \
53 info.cpp \ 49 info.cpp \
54 appicons.cpp \ 50 appicons.cpp \
55 taskbar.cpp \ 51 taskbar.cpp \
56 sidething.cpp \ 52 sidething.cpp \
57 mrulist.cpp \ 53 mrulist.cpp \
58 stabmon.cpp \ 54 stabmon.cpp \
59 inputmethods.cpp \ 55 inputmethods.cpp \
60 systray.cpp \ 56 systray.cpp \
@@ -86,40 +82,36 @@ SOURCES = background.cpp \
86 $(OPIEDIR)/rsync/readsums.c \ 82 $(OPIEDIR)/rsync/readsums.c \
87 $(OPIEDIR)/rsync/scoop.c \ 83 $(OPIEDIR)/rsync/scoop.c \
88 $(OPIEDIR)/rsync/search.c \ 84 $(OPIEDIR)/rsync/search.c \
89 $(OPIEDIR)/rsync/stats.c \ 85 $(OPIEDIR)/rsync/stats.c \
90 $(OPIEDIR)/rsync/stream.c \ 86 $(OPIEDIR)/rsync/stream.c \
91 $(OPIEDIR)/rsync/sumset.c \ 87 $(OPIEDIR)/rsync/sumset.c \
92 $(OPIEDIR)/rsync/trace.c \ 88 $(OPIEDIR)/rsync/trace.c \
93 $(OPIEDIR)/rsync/tube.c \ 89 $(OPIEDIR)/rsync/tube.c \
94 $(OPIEDIR)/rsync/util.c \ 90 $(OPIEDIR)/rsync/util.c \
95 $(OPIEDIR)/rsync/version.c \ 91 $(OPIEDIR)/rsync/version.c \
96 $(OPIEDIR)/rsync/whole.c \ 92 $(OPIEDIR)/rsync/whole.c \
97 $(OPIEDIR)/rsync/qrsync.cpp 93 $(OPIEDIR)/rsync/qrsync.cpp
98
99 INTERFACES= shutdown.ui syncdialog.ui 94 INTERFACES= shutdown.ui syncdialog.ui
100
101INCLUDEPATH += $(OPIEDIR)/include 95INCLUDEPATH += $(OPIEDIR)/include
102 DEPENDPATH+= $(OPIEDIR)/include . 96 DEPENDPATH+= $(OPIEDIR)/include .
103
104INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate 97INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate
105 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate 98 DEPENDPATH+= $(OPIEDIR)/core/apps/calibrate
106
107INCLUDEPATH += $(OPIEDIR)/rsync 99INCLUDEPATH += $(OPIEDIR)/rsync
108 DEPENDPATH+= $(OPIEDIR)/rsync 100 DEPENDPATH+= $(OPIEDIR)/rsync
109
110 TARGET = qpe 101 TARGET = qpe
111
112 LIBS += -lqpe -lcrypt -lopie 102 LIBS += -lqpe -lcrypt -lopie
113 103
114TRANSLATIONS = ../i18n/de/qpe.ts 104TRANSLATIONS = ../../i18n/de/qpe.ts \
115TRANSLATIONS += ../i18n/es/qpe.ts 105 ../../i18n/en/qpe.ts \
116TRANSLATIONS += ../i18n/pt/qpe.ts 106 ../../i18n/es/qpe.ts \
117TRANSLATIONS += ../i18n/pt_BR/qpe.ts 107 ../../i18n/fr/qpe.ts \
118TRANSLATIONS += ../i18n/en/qpe.ts 108 ../../i18n/hu/qpe.ts \
119TRANSLATIONS += ../i18n/hu/qpe.ts 109 ../../i18n/ja/qpe.ts \
120TRANSLATIONS += ../i18n/ja/qpe.ts 110 ../../i18n/ko/qpe.ts \
121TRANSLATIONS += ../i18n/fr/qpe.ts 111 ../../i18n/no/qpe.ts \
122TRANSLATIONS += ../i18n/ko/qpe.ts 112 ../../i18n/pl/qpe.ts \
123TRANSLATIONS += ../i18n/no/qpe.ts 113 ../../i18n/pt/qpe.ts \
124TRANSLATIONS += ../i18n/zh_CN/qpe.ts 114 ../../i18n/pt_BR/qpe.ts \
125TRANSLATIONS += ../i18n/zh_TW/qpe.ts 115 ../../i18n/sl/qpe.ts \
116 ../../i18n/zh_CN/qpe.ts \
117 ../../i18n/zh_TW/qpe.ts
diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro
index bf97fbf..f3d452b 100644
--- a/core/multimedia/opieplayer/libflash/libflash.pro
+++ b/core/multimedia/opieplayer/libflash/libflash.pro
@@ -4,12 +4,26 @@ 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
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 \
17 ../../../../i18n/en/libflashplugin.ts \
18 ../../../../i18n/es/libflashplugin.ts \
19 ../../../../i18n/fr/libflashplugin.ts \
20 ../../../../i18n/hu/libflashplugin.ts \
21 ../../../../i18n/ja/libflashplugin.ts \
22 ../../../../i18n/ko/libflashplugin.ts \
23 ../../../../i18n/no/libflashplugin.ts \
24 ../../../../i18n/pl/libflashplugin.ts \
25 ../../../../i18n/pt/libflashplugin.ts \
26 ../../../../i18n/pt_BR/libflashplugin.ts \
27 ../../../../i18n/sl/libflashplugin.ts \
28 ../../../../i18n/zh_CN/libflashplugin.ts \
29 ../../../../i18n/zh_TW/libflashplugin.ts
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index d55cf8f..3787464 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -2,26 +2,26 @@ TEMPLATE = lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ 3 HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \
4 layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h 4 layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h
5 SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ 5 SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \
6 layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp 6 layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp
7 TARGET = madplugin 7 TARGET = madplugin
8 DESTDIR = $(OPIEDIR)/plugins/codecs 8 DESTDIR = $(OPIEDIR)/plugins/codecs
9INCLUDEPATH += $(OPIEDIR)/include .. 9INCLUDEPATH += $(OPIEDIR)/include ..
10DEPENDPATH += ../$(OPIEDIR)/include .. 10DEPENDPATH += ../$(OPIEDIR)/include ..
11LIBS += -lqpe -lm 11LIBS += -lqpe -lm
12VERSION = 1.0.0 12VERSION = 1.0.0
13 13
14TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts 14TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \
15TRANSLATIONS += ../../i18n/es/libmadplugin.ts 15 ../../../../i18n/en/libmadplugin.ts \
16TRANSLATIONS += ../../i18n/pt/libmadplugin.ts 16 ../../../../i18n/es/libmadplugin.ts \
17TRANSLATIONS += ../../i18n/de/libmadplugin.ts 17 ../../../../i18n/fr/libmadplugin.ts \
18TRANSLATIONS += ../../i18n/en/libmadplugin.ts 18 ../../../../i18n/hu/libmadplugin.ts \
19TRANSLATIONS += ../../i18n/hu/libmadplugin.ts 19 ../../../../i18n/ja/libmadplugin.ts \
20TRANSLATIONS += ../../i18n/sl/libmadplugin.ts 20 ../../../../i18n/ko/libmadplugin.ts \
21TRANSLATIONS += ../../i18n/ja/libmadplugin.ts 21 ../../../../i18n/no/libmadplugin.ts \
22TRANSLATIONS += ../../i18n/pl/libmadplugin.ts 22 ../../../../i18n/pl/libmadplugin.ts \
23TRANSLATIONS += ../../i18n/ko/libmadplugin.ts 23 ../../../../i18n/pt/libmadplugin.ts \
24TRANSLATIONS += ../../i18n/no/libmadplugin.ts 24 ../../../../i18n/pt_BR/libmadplugin.ts \
25TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts 25 ../../../../i18n/sl/libmadplugin.ts \
26TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts 26 ../../../../i18n/zh_CN/libmadplugin.ts \
27TRANSLATIONS += ../../i18n/fr/libmadplugin.ts 27 ../../../../i18n/zh_TW/libmadplugin.ts
diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
index f5e5954..a465f8a 100644
--- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
+++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro
@@ -32,12 +32,27 @@ SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \
32 video/output.c \ 32 video/output.c \
33 video/reconstruct.c \ 33 video/reconstruct.c \
34 video/seek.c \ 34 video/seek.c \
35 video/slice.c \ 35 video/slice.c \
36 video/vlc.c 36 video/vlc.c
37TARGET = mpeg3plugin 37TARGET = mpeg3plugin
38TMAKE_CC=g++ 38TMAKE_CC=g++
39DESTDIR = $(OPIEDIR)/plugins/codecs 39DESTDIR = $(OPIEDIR)/plugins/codecs
40INCLUDEPATH += $(OPIEDIR)/include .. 40INCLUDEPATH += $(OPIEDIR)/include ..
41DEPENDPATH += ../$(OPIEDIR)/include .. 41DEPENDPATH += ../$(OPIEDIR)/include ..
42LIBS += -lqpe -lpthread -lm 42LIBS += -lqpe -lpthread -lm
43VERSION = 1.0.0 43VERSION = 1.0.0
44
45TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \
46 ../../../../i18n/en/libmpeg3plugin.ts \
47 ../../../../i18n/es/libmpeg3plugin.ts \
48 ../../../../i18n/fr/libmpeg3plugin.ts \
49 ../../../../i18n/hu/libmpeg3plugin.ts \
50 ../../../../i18n/ja/libmpeg3plugin.ts \
51 ../../../../i18n/ko/libmpeg3plugin.ts \
52 ../../../../i18n/no/libmpeg3plugin.ts \
53 ../../../../i18n/pl/libmpeg3plugin.ts \
54 ../../../../i18n/pt/libmpeg3plugin.ts \
55 ../../../../i18n/pt_BR/libmpeg3plugin.ts \
56 ../../../../i18n/sl/libmpeg3plugin.ts \
57 ../../../../i18n/zh_CN/libmpeg3plugin.ts \
58 ../../../../i18n/zh_TW/libmpeg3plugin.ts
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro
index 6409bab..e111717 100644
--- a/core/multimedia/opieplayer/opieplayer.pro
+++ b/core/multimedia/opieplayer/opieplayer.pro
@@ -3,22 +3,29 @@ CONFIG = qt warn_on release
3#release 3#release
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ 5HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \
6 videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h 6 videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h
7SOURCES = main.cpp \ 7SOURCES = main.cpp \
8 loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ 8 loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \
9 videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp 9 videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp
10TARGET = opieplayer 10TARGET = opieplayer
11INCLUDEPATH += $(OPIEDIR)/include 11INCLUDEPATH += $(OPIEDIR)/include
12DEPENDPATH += $(OPIEDIR)/include 12DEPENDPATH += $(OPIEDIR)/include
13LIBS += -lqpe -lpthread -lopie 13LIBS += -lqpe -lpthread -lopie
14 14
15# INTERFACES =
16# INCLUDEPATH += $(OPIEDIR)/include
17# CONFIG+=static
18# TMAKE_CXXFLAGS += -DQPIM_STANDALONE
19# LIBS += libmpeg3/libmpeg3.a -lpthread
20# LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so
21
22INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
23DEPENDPATH += $(OPIEDIR)/include 16DEPENDPATH += $(OPIEDIR)/include
24 17
18TRANSLATIONS = ../../../i18n/de/opieplayer.ts \
19 ../../../i18n/en/opieplayer.ts \
20 ../../../i18n/es/opieplayer.ts \
21 ../../../i18n/fr/opieplayer.ts \
22 ../../../i18n/hu/opieplayer.ts \
23 ../../../i18n/ja/opieplayer.ts \
24 ../../../i18n/ko/opieplayer.ts \
25 ../../../i18n/no/opieplayer.ts \
26 ../../../i18n/pl/opieplayer.ts \
27 ../../../i18n/pt/opieplayer.ts \
28 ../../../i18n/pt_BR/opieplayer.ts \
29 ../../../i18n/sl/opieplayer.ts \
30 ../../../i18n/zh_CN/opieplayer.ts \
31 ../../../i18n/zh_TW/opieplayer.ts
diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro
index f0834de..5b5a15b 100644
--- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro
+++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro
@@ -1,10 +1,25 @@
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
12TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \
13 ../../../../i18n/en/libwavplugin.ts \
14 ../../../../i18n/es/libwavplugin.ts \
15 ../../../../i18n/fr/libwavplugin.ts \
16 ../../../../i18n/hu/libwavplugin.ts \
17 ../../../../i18n/ja/libwavplugin.ts \
18 ../../../../i18n/ko/libwavplugin.ts \
19 ../../../../i18n/no/libwavplugin.ts \
20 ../../../../i18n/pl/libwavplugin.ts \
21 ../../../../i18n/pt/libwavplugin.ts \
22 ../../../../i18n/pt_BR/libwavplugin.ts \
23 ../../../../i18n/sl/libwavplugin.ts \
24 ../../../../i18n/zh_CN/libwavplugin.ts \
25 ../../../../i18n/zh_TW/libwavplugin.ts
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index 99a0b23..15ae498 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -6,32 +6,31 @@ HEADERS = addressbook.h \
6 ablabel.h \ 6 ablabel.h \
7 abtable.h \ 7 abtable.h \
8 addresssettings.h \ 8 addresssettings.h \
9 picker.h 9 picker.h
10 SOURCES= main.cpp \ 10 SOURCES= main.cpp \
11 addressbook.cpp \ 11 addressbook.cpp \
12 contacteditor.cpp \ 12 contacteditor.cpp \
13 ablabel.cpp \ 13 ablabel.cpp \
14 abtable.cpp \ 14 abtable.cpp \
15 addresssettings.cpp \ 15 addresssettings.cpp \
16 picker.cpp 16 picker.cpp
17 INTERFACES= addresssettingsbase.ui 17 INTERFACES= addresssettingsbase.ui
18
19 TARGET = addressbook 18 TARGET = addressbook
20INCLUDEPATH += $(OPIEDIR)/include 19INCLUDEPATH += $(OPIEDIR)/include
21 DEPENDPATH+= $(OPIEDIR)/include 20 DEPENDPATH+= $(OPIEDIR)/include
22LIBS += -lqpe -lopie 21LIBS += -lqpe -lopie
23 22
24TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts 23TRANSLATIONS = ../../../i18n/de/addressbook.ts \
25TRANSLATIONS += ../../i18n/es/addressbook.ts 24 ../../../i18n/en/addressbook.ts \
26TRANSLATIONS += ../../i18n/pt/addressbook.ts 25 ../../../i18n/es/addressbook.ts \
27TRANSLATIONS += ../../i18n/de/addressbook.ts 26 ../../../i18n/fr/addressbook.ts \
28TRANSLATIONS += ../../i18n/en/addressbook.ts 27 ../../../i18n/hu/addressbook.ts \
29TRANSLATIONS += ../../i18n/hu/addressbook.ts 28 ../../../i18n/ja/addressbook.ts \
30TRANSLATIONS += ../../i18n/sl/addressbook.ts 29 ../../../i18n/ko/addressbook.ts \
31TRANSLATIONS += ../../i18n/ja/addressbook.ts 30 ../../../i18n/no/addressbook.ts \
32TRANSLATIONS += ../../i18n/ko/addressbook.ts 31 ../../../i18n/pl/addressbook.ts \
33TRANSLATIONS += ../../i18n/pl/addressbook.ts 32 ../../../i18n/pt/addressbook.ts \
34TRANSLATIONS += ../../i18n/no/addressbook.ts 33 ../../../i18n/pt_BR/addressbook.ts \
35TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts 34 ../../../i18n/sl/addressbook.ts \
36TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts 35 ../../../i18n/zh_CN/addressbook.ts \
37TRANSLATIONS += ../../i18n/fr/addressbook.ts 36 ../../../i18n/zh_TW/addressbook.ts
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index 088ae3e..3abe9aa 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -1,60 +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
5 HEADERS= datebookday.h \ 4 HEADERS= datebookday.h \
6 datebook.h \ 5 datebook.h \
7 dateentryimpl.h \ 6 dateentryimpl.h \
8 datebookdayheaderimpl.h \ 7 datebookdayheaderimpl.h \
9 datebooksettings.h \ 8 datebooksettings.h \
10 datebookweek.h \ 9 datebookweek.h \
11 datebookweeklst.h \ 10 datebookweeklst.h \
12 datebookweekheaderimpl.h \ 11 datebookweekheaderimpl.h \
13 repeatentry.h \ 12 repeatentry.h \
14 timepicker.h \ 13 timepicker.h \
15 noteentryimpl.h \ 14 noteentryimpl.h \
16 onoteedit.h 15 onoteedit.h
17
18 SOURCES= main.cpp \ 16 SOURCES= main.cpp \
19 datebookday.cpp \ 17 datebookday.cpp \
20 datebook.cpp \ 18 datebook.cpp \
21 dateentryimpl.cpp \ 19 dateentryimpl.cpp \
22 datebookdayheaderimpl.cpp \ 20 datebookdayheaderimpl.cpp \
23 datebooksettings.cpp \ 21 datebooksettings.cpp \
24 datebookweek.cpp \ 22 datebookweek.cpp \
25 datebookweeklst.cpp \ 23 datebookweeklst.cpp \
26 datebookweekheaderimpl.cpp \ 24 datebookweekheaderimpl.cpp \
27 repeatentry.cpp \ 25 repeatentry.cpp \
28 timepicker.cpp \ 26 timepicker.cpp \
29 noteentryimpl.cpp \ 27 noteentryimpl.cpp \
30 onoteedit.cpp 28 onoteedit.cpp
31
32 INTERFACES= dateentry.ui \ 29 INTERFACES= dateentry.ui \
33 datebookdayheader.ui \ 30 datebookdayheader.ui \
34 datebookweekheader.ui \ 31 datebookweekheader.ui \
35 datebookweeklstheader.ui \ 32 datebookweeklstheader.ui \
36 datebookweeklstdayhdr.ui \ 33 datebookweeklstdayhdr.ui \
37 repeatentrybase.ui \ 34 repeatentrybase.ui \
38 datebooksettingsbase.ui \ 35 datebooksettingsbase.ui \
39 noteentry.ui 36 noteentry.ui
40
41INCLUDEPATH += $(OPIEDIR)/include 37INCLUDEPATH += $(OPIEDIR)/include
42 DEPENDPATH+= $(OPIEDIR)/include 38 DEPENDPATH+= $(OPIEDIR)/include
43LIBS += -lqpe -lopie 39LIBS += -lqpe -lopie
44
45 TARGET = datebook 40 TARGET = datebook
46 41
47TRANSLATIONS = ../i18n/pt_BR/datebook.ts 42TRANSLATIONS = ../../../i18n/de/datebook.ts \
48TRANSLATIONS += ../i18n/pt/datebook.ts 43 ../../../i18n/en/datebook.ts \
49TRANSLATIONS += ../i18n/de/datebook.ts 44 ../../../i18n/es/datebook.ts \
50TRANSLATIONS += ../i18n/en/datebook.ts 45 ../../../i18n/fr/datebook.ts \
51TRANSLATIONS += ../i18n/hu/datebook.ts 46 ../../../i18n/hu/datebook.ts \
52TRANSLATIONS += ../i18n/pl/datebook.ts 47 ../../../i18n/ja/datebook.ts \
53TRANSLATIONS += ../i18n/sl/datebook.ts 48 ../../../i18n/ko/datebook.ts \
54TRANSLATIONS += ../i18n/ja/datebook.ts 49 ../../../i18n/no/datebook.ts \
55TRANSLATIONS += ../i18n/ko/datebook.ts 50 ../../../i18n/pl/datebook.ts \
56TRANSLATIONS += ../i18n/no/datebook.ts 51 ../../../i18n/pt/datebook.ts \
57TRANSLATIONS += ../i18n/zh_CN/datebook.ts 52 ../../../i18n/pt_BR/datebook.ts \
58TRANSLATIONS += ../i18n/zh_TW/datebook.ts 53 ../../../i18n/sl/datebook.ts \
59TRANSLATIONS += ../i18n/fr/datebook.ts 54 ../../../i18n/zh_CN/datebook.ts \
60TRANSLATIONS += ../i18n/es/datebook.ts 55 ../../../i18n/zh_TW/datebook.ts
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index d75fdb5..171614b 100644
--- a/core/pim/today/today.pro
+++ b/core/pim/today/today.pro
@@ -1,26 +1,26 @@
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
7 INCLUDEPATH+= $(OPIEDIR)/include 6 INCLUDEPATH+= $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 7 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe -lopie 8LIBS += -lqpe -lopie
10 INTERFACES= 9 INTERFACES=
11 TARGET = today 10 TARGET = today
12 DESTDIR = $(OPIEDIR)/bin 11 DESTDIR = $(OPIEDIR)/bin
13TRANSLATIONS = ../i18n/pt_BR/today.ts 12
14TRANSLATIONS += ../i18n/pt/today.ts 13TRANSLATIONS = ../../../i18n/de/today.ts \
15TRANSLATIONS += ../i18n/de/today.ts 14 ../../../i18n/en/today.ts \
16TRANSLATIONS += ../i18n/en/today.ts 15 ../../../i18n/es/today.ts \
17TRANSLATIONS += ../i18n/hu/today.ts 16 ../../../i18n/fr/today.ts \
18TRANSLATIONS += ../i18n/sl/today.ts 17 ../../../i18n/hu/today.ts \
19TRANSLATIONS += ../i18n/ja/today.ts 18 ../../../i18n/ja/today.ts \
20TRANSLATIONS += ../i18n/ko/today.ts 19 ../../../i18n/ko/today.ts \
21TRANSLATIONS += ../i18n/no/today.ts 20 ../../../i18n/no/today.ts \
22TRANSLATIONS += ../i18n/zh_CN/today.ts 21 ../../../i18n/pl/today.ts \
23TRANSLATIONS += ../i18n/zh_TW/today.ts 22 ../../../i18n/pt/today.ts \
24TRANSLATIONS += ../i18n/fr/today.ts 23 ../../../i18n/pt_BR/today.ts \
25TRANSLATIONS += ../i18n/pl/today.ts 24 ../../../i18n/sl/today.ts \
26TRANSLATIONS += ../i18n/es/today.ts 25 ../../../i18n/zh_CN/today.ts \
26 ../../../i18n/zh_TW/today.ts
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index 1e4492c..fd682f8 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -1,34 +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= mainwindow.h \ 4 HEADERS= mainwindow.h \
5 todotable.h \ 5 todotable.h \
6 todoentryimpl.h \ 6 todoentryimpl.h \
7 todolabel.h 7 todolabel.h
8 SOURCES= main.cpp \ 8 SOURCES= main.cpp \
9 mainwindow.cpp \ 9 mainwindow.cpp \
10 todotable.cpp \ 10 todotable.cpp \
11 todoentryimpl.cpp \ 11 todoentryimpl.cpp \
12 todolabel.cc 12 todolabel.cc
13
14 INTERFACES= todoentry.ui 13 INTERFACES= todoentry.ui
15
16 TARGET = todolist 14 TARGET = todolist
17INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
18 DEPENDPATH+= $(OPIEDIR)/include 16 DEPENDPATH+= $(OPIEDIR)/include
19LIBS += -lqpe -lopie 17LIBS += -lqpe -lopie
20 18
21TRANSLATIONS = ../i18n/pt_BR/todolist.ts 19TRANSLATIONS = ../../../i18n/de/todolist.ts \
22TRANSLATIONS += ../i18n/es/todolist.ts 20 ../../../i18n/en/todolist.ts \
23TRANSLATIONS += ../i18n/pt/todolist.ts 21 ../../../i18n/es/todolist.ts \
24TRANSLATIONS += ../i18n/de/todolist.ts 22 ../../../i18n/fr/todolist.ts \
25TRANSLATIONS += ../i18n/en/todolist.ts 23 ../../../i18n/hu/todolist.ts \
26TRANSLATIONS += ../i18n/hu/todolist.ts 24 ../../../i18n/ja/todolist.ts \
27TRANSLATIONS += ../i18n/sl/todolist.ts 25 ../../../i18n/ko/todolist.ts \
28TRANSLATIONS += ../i18n/pl/todolist.ts 26 ../../../i18n/no/todolist.ts \
29TRANSLATIONS += ../i18n/ja/todolist.ts 27 ../../../i18n/pl/todolist.ts \
30TRANSLATIONS += ../i18n/ko/todolist.ts 28 ../../../i18n/pt/todolist.ts \
31TRANSLATIONS += ../i18n/no/todolist.ts 29 ../../../i18n/pt_BR/todolist.ts \
32TRANSLATIONS += ../i18n/zh_CN/todolist.ts 30 ../../../i18n/sl/todolist.ts \
33TRANSLATIONS += ../i18n/zh_TW/todolist.ts 31 ../../../i18n/zh_CN/todolist.ts \
34TRANSLATIONS += ../i18n/fr/todolist.ts 32 ../../../i18n/zh_TW/todolist.ts
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index 11a135d..4b0b3ff 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -1,26 +1,26 @@
1# $Id$ 1# $Id$
2CONFIG += qt warn_on release 2CONFIG += qt warn_on release
3TEMPLATE = app 3TEMPLATE = app
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5INTERFACES = citytimebase.ui 5INTERFACES = citytimebase.ui
6HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h 6HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h
7SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp 7SOURCES = citytime.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 \
14TRANSLATIONS += ../i18n/es/citytime.ts 14 ../../../i18n/en/citytime.ts \
15TRANSLATIONS += ../i18n/pt/citytime.ts 15 ../../../i18n/es/citytime.ts \
16TRANSLATIONS += ../i18n/pt_BR/citytime.ts 16 ../../../i18n/fr/citytime.ts \
17TRANSLATIONS += ../i18n/en/citytime.ts 17 ../../../i18n/hu/citytime.ts \
18TRANSLATIONS += ../i18n/hu/citytime.ts 18 ../../../i18n/ja/citytime.ts \
19TRANSLATIONS += ../i18n/ja/citytime.ts 19 ../../../i18n/ko/citytime.ts \
20TRANSLATIONS += ../i18n/ko/citytime.ts 20 ../../../i18n/no/citytime.ts \
21TRANSLATIONS += ../i18n/pl/citytime.ts 21 ../../../i18n/pl/citytime.ts \
22TRANSLATIONS += ../i18n/fr/citytime.ts 22 ../../../i18n/pt/citytime.ts \
23TRANSLATIONS += ../i18n/sl/citytime.ts 23 ../../../i18n/pt_BR/citytime.ts \
24TRANSLATIONS += ../i18n/no/citytime.ts 24 ../../../i18n/sl/citytime.ts \
25TRANSLATIONS += ../i18n/zh_CN/citytime.ts 25 ../../../i18n/zh_CN/citytime.ts \
26TRANSLATIONS += ../i18n/zh_TW/citytime.ts 26 ../../../i18n/zh_TW/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 eb4a0db..456415b 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -1,17 +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 = settings.h 4 HEADERS = settings.h
5 SOURCES = light.cpp main.cpp 5 SOURCES = light.cpp main.cpp
6 INTERFACES= lightsettingsbase.ui 6 INTERFACES= lightsettingsbase.ui
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= ../$(OPIEDIR)/include 8 DEPENDPATH+= ../$(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
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 \
13TRANSLATIONS += ../../i18n/es/light-and-power.ts 13 ../../../i18n/en/light-and-power.ts \
14TRANSLATIONS += ../../i18n/pt/light-and-power.ts 14 ../../../i18n/es/light-and-power.ts \
15TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts 15 ../../../i18n/fr/light-and-power.ts \
16TRANSLATIONS += ../../i18n/pl/light-and-power.ts 16 ../../../i18n/hu/light-and-power.ts \
17TRANSLATIONS += ../../i18n/fr/light-and-power.ts 17 ../../../i18n/ja/light-and-power.ts \
18 ../../../i18n/ko/light-and-power.ts \
19 ../../../i18n/no/light-and-power.ts \
20 ../../../i18n/pl/light-and-power.ts \
21 ../../../i18n/pt/light-and-power.ts \
22 ../../../i18n/pt_BR/light-and-power.ts \
23 ../../../i18n/sl/light-and-power.ts \
24 ../../../i18n/zh_CN/light-and-power.ts \
25 ../../../i18n/zh_TW/light-and-power.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 6b28485..2c815f0 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -1,25 +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/pt_BR/security.ts 12TRANSLATIONS = ../../../i18n/de/security.ts \
13TRANSLATIONS += ../../i18n/es/security.ts 13 ../../../i18n/en/security.ts \
14TRANSLATIONS += ../../i18n/pt/security.ts 14 ../../../i18n/es/security.ts \
15TRANSLATIONS += ../../i18n/de/security.ts 15 ../../../i18n/fr/security.ts \
16TRANSLATIONS += ../../i18n/en/security.ts 16 ../../../i18n/hu/security.ts \
17TRANSLATIONS += ../../i18n/hu/security.ts 17 ../../../i18n/ja/security.ts \
18TRANSLATIONS += ../../i18n/sl/security.ts 18 ../../../i18n/ko/security.ts \
19TRANSLATIONS += ../../i18n/ja/security.ts 19 ../../../i18n/no/security.ts \
20TRANSLATIONS += ../../i18n/ko/security.ts 20 ../../../i18n/pl/security.ts \
21TRANSLATIONS += ../../i18n/pl/security.ts 21 ../../../i18n/pt/security.ts \
22TRANSLATIONS += ../../i18n/no/security.ts 22 ../../../i18n/pt_BR/security.ts \
23TRANSLATIONS += ../../i18n/zh_CN/security.ts 23 ../../../i18n/sl/security.ts \
24TRANSLATIONS += ../../i18n/zh_TW/security.ts 24 ../../../i18n/zh_CN/security.ts \
25TRANSLATIONS += ../../i18n/fr/security.ts 25 ../../../i18n/zh_TW/security.ts