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/screenshotapplet/screenshotapplet.pro2
-rw-r--r--core/applets/vmemo/vmemo.pro2
-rw-r--r--core/applets/volumeapplet/volumeapplet.pro2
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro2
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro2
-rw-r--r--core/launcher/launcher.pro2
-rw-r--r--core/multimedia/opieplayer/libmad/libmad.pro2
-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.pro2
-rw-r--r--core/settings/light-and-power/light-and-power.pro2
-rw-r--r--core/settings/security/security.pro2
18 files changed, 34 insertions, 0 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro
index eea429c..9cf7556 100644
--- a/core/applets/batteryapplet/batteryapplet.pro
+++ b/core/applets/batteryapplet/batteryapplet.pro
@@ -1,20 +1,22 @@
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 = ../../plugins/applets 6 DESTDIR = ../../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
14TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts
13TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts 15TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts
14TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts 16TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts
15TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts 17TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts
16TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts 18TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts
17TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts 19TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts
18TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts 20TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts
19TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts 21TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts
20TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts 22TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts
diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro
index bda051b..ff3463c 100644
--- a/core/applets/cardmon/cardmon.pro
+++ b/core/applets/cardmon/cardmon.pro
@@ -1,23 +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
12TRANSLATIONS = ../i18n/de/libcardmonapplet.ts 12TRANSLATIONS = ../i18n/de/libcardmonapplet.ts
13TRANSLATIONS += ../i18n/es/libcardmonapplet.ts
14TRANSLATIONS += ../i18n/pt/libcardmonapplet.ts
13TRANSLATIONS += ../i18n/pt_BR/libcardmonapplet.ts 15TRANSLATIONS += ../i18n/pt_BR/libcardmonapplet.ts
14TRANSLATIONS += ../i18n/en/libcardmonapplet.ts 16TRANSLATIONS += ../i18n/en/libcardmonapplet.ts
15TRANSLATIONS += ../i18n/hu/libcardmonapplet.ts 17TRANSLATIONS += ../i18n/hu/libcardmonapplet.ts
16TRANSLATIONS += ../i18n/sl/libcardmonapplet.ts 18TRANSLATIONS += ../i18n/sl/libcardmonapplet.ts
17TRANSLATIONS += ../i18n/pl/libcardmonapplet.ts 19TRANSLATIONS += ../i18n/pl/libcardmonapplet.ts
18TRANSLATIONS += ../i18n/ja/libcardmonapplet.ts 20TRANSLATIONS += ../i18n/ja/libcardmonapplet.ts
19TRANSLATIONS += ../i18n/fr/libcardmonapplet.ts 21TRANSLATIONS += ../i18n/fr/libcardmonapplet.ts
20TRANSLATIONS += ../i18n/ko/libcardmonapplet.ts 22TRANSLATIONS += ../i18n/ko/libcardmonapplet.ts
21TRANSLATIONS += ../i18n/no/libcardmonapplet.ts 23TRANSLATIONS += ../i18n/no/libcardmonapplet.ts
22TRANSLATIONS += ../i18n/zh_CN/libcardmonapplet.ts 24TRANSLATIONS += ../i18n/zh_CN/libcardmonapplet.ts
23TRANSLATIONS += ../i18n/zh_TW/libcardmonapplet.ts 25TRANSLATIONS += ../i18n/zh_TW/libcardmonapplet.ts
diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro
index f71c787..71e2bbe 100644
--- a/core/applets/clipboardapplet/clipboardapplet.pro
+++ b/core/applets/clipboardapplet/clipboardapplet.pro
@@ -1,12 +1,14 @@
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 = ../../plugins/applets 6 DESTDIR = ../../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/pt_BR/libclipboardapplet.ts
13TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts
14TRANSLATIONS += ../../i18n/pt/libclipboardapplet.ts
diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro
index 68621f0..85e3316 100644
--- a/core/applets/clockapplet/clockapplet.pro
+++ b/core/applets/clockapplet/clockapplet.pro
@@ -1,13 +1,15 @@
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 = ../../plugins/applets 6 DESTDIR = ../../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
14TRANSLATIONS += ../../i18n/pt/libclockapplet.ts
13TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts 15TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts
diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro
index d03bacc..e38074d 100644
--- a/core/applets/screenshotapplet/screenshotapplet.pro
+++ b/core/applets/screenshotapplet/screenshotapplet.pro
@@ -3,12 +3,14 @@ CONFIG += 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 = ../../plugins/applets 6DESTDIR = ../../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/pt_BR/libscreenshotapplet.ts
15TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts
16TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts
diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro
index 29f99fb..f7cc439 100644
--- a/core/applets/vmemo/vmemo.pro
+++ b/core/applets/vmemo/vmemo.pro
@@ -1,12 +1,14 @@
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 = ../../plugins/applets 6 DESTDIR = ../../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/pt_BR/libvmemoapplet.ts
13TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts
14TRANSLATIONS += ../../i18n/pt/libvmemoapplet.ts
diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro
index f27d2d6..54404bf 100644
--- a/core/applets/volumeapplet/volumeapplet.pro
+++ b/core/applets/volumeapplet/volumeapplet.pro
@@ -1,13 +1,15 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 HEADERS= volume.h volumeappletimpl.h 3 HEADERS= volume.h volumeappletimpl.h
4 SOURCES= volume.cpp volumeappletimpl.cpp 4 SOURCES= volume.cpp volumeappletimpl.cpp
5 TARGET = volumeapplet 5 TARGET = volumeapplet
6 DESTDIR = ../../plugins/applets 6 DESTDIR = ../../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
14TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts
13TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts 15TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index f73cd38..6e6860e 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -26,23 +26,25 @@ SOURCES = TEScreen.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/pt_BR/embeddedkonsole.ts
38TRANSLATIONS += ../i18n/es/embeddedkonsole.ts
39TRANSLATIONS += ../i18n/pt/embeddedkonsole.ts
38TRANSLATIONS += ../i18n/de/embeddedkonsole.ts 40TRANSLATIONS += ../i18n/de/embeddedkonsole.ts
39TRANSLATIONS += ../i18n/en/embeddedkonsole.ts 41TRANSLATIONS += ../i18n/en/embeddedkonsole.ts
40TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts 42TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts
41TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts 43TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts
42TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts 44TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts
43TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts 45TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts
44TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts 46TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts
45TRANSLATIONS += ../i18n/no/embeddedkonsole.ts 47TRANSLATIONS += ../i18n/no/embeddedkonsole.ts
46TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts 48TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts
47TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts 49TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts
48TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts 50TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro
index 070dd2b..fe4553a 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -1,23 +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
13TRANSLATIONS += ../i18n/es/helpbrowser.ts
14TRANSLATIONS += ../i18n/pt/helpbrowser.ts
13TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts 15TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts
14TRANSLATIONS += ../i18n/en/helpbrowser.ts 16TRANSLATIONS += ../i18n/en/helpbrowser.ts
15TRANSLATIONS += ../i18n/hu/helpbrowser.ts 17TRANSLATIONS += ../i18n/hu/helpbrowser.ts
16TRANSLATIONS += ../i18n/ja/helpbrowser.ts 18TRANSLATIONS += ../i18n/ja/helpbrowser.ts
17TRANSLATIONS += ../i18n/sl/helpbrowser.ts 19TRANSLATIONS += ../i18n/sl/helpbrowser.ts
18TRANSLATIONS += ../i18n/ko/helpbrowser.ts 20TRANSLATIONS += ../i18n/ko/helpbrowser.ts
19TRANSLATIONS += ../i18n/no/helpbrowser.ts 21TRANSLATIONS += ../i18n/no/helpbrowser.ts
20TRANSLATIONS += ../i18n/pl/helpbrowser.ts 22TRANSLATIONS += ../i18n/pl/helpbrowser.ts
21TRANSLATIONS += ../i18n/fr/helpbrowser.ts 23TRANSLATIONS += ../i18n/fr/helpbrowser.ts
22TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts 24TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts
23TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts 25TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro
index f94f338..b8e9236 100644
--- a/core/launcher/launcher.pro
+++ b/core/launcher/launcher.pro
@@ -103,21 +103,23 @@ DEPENDPATH += $(OPIEDIR)/include .
103 103
104INCLUDEPATH += $(OPIEDIR)/calibrate 104INCLUDEPATH += $(OPIEDIR)/calibrate
105 DEPENDPATH+= $(OPIEDIR)/calibrate 105 DEPENDPATH+= $(OPIEDIR)/calibrate
106 106
107INCLUDEPATH += $(OPIEDIR)/rsync 107INCLUDEPATH += $(OPIEDIR)/rsync
108 DEPENDPATH+= $(OPIEDIR)/rsync 108 DEPENDPATH+= $(OPIEDIR)/rsync
109 109
110 TARGET = qpe 110 TARGET = qpe
111 111
112 LIBS += -lqpe -lcrypt -lopie 112 LIBS += -lqpe -lcrypt -lopie
113 113
114TRANSLATIONS = ../i18n/de/qpe.ts 114TRANSLATIONS = ../i18n/de/qpe.ts
115TRANSLATIONS += ../i18n/es/qpe.ts
116TRANSLATIONS += ../i18n/pt/qpe.ts
115TRANSLATIONS += ../i18n/pt_BR/qpe.ts 117TRANSLATIONS += ../i18n/pt_BR/qpe.ts
116TRANSLATIONS += ../i18n/en/qpe.ts 118TRANSLATIONS += ../i18n/en/qpe.ts
117TRANSLATIONS += ../i18n/hu/qpe.ts 119TRANSLATIONS += ../i18n/hu/qpe.ts
118TRANSLATIONS += ../i18n/ja/qpe.ts 120TRANSLATIONS += ../i18n/ja/qpe.ts
119TRANSLATIONS += ../i18n/fr/qpe.ts 121TRANSLATIONS += ../i18n/fr/qpe.ts
120TRANSLATIONS += ../i18n/ko/qpe.ts 122TRANSLATIONS += ../i18n/ko/qpe.ts
121TRANSLATIONS += ../i18n/no/qpe.ts 123TRANSLATIONS += ../i18n/no/qpe.ts
122TRANSLATIONS += ../i18n/zh_CN/qpe.ts 124TRANSLATIONS += ../i18n/zh_CN/qpe.ts
123TRANSLATIONS += ../i18n/zh_TW/qpe.ts 125TRANSLATIONS += ../i18n/zh_TW/qpe.ts
diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro
index cfbae03..d55cf8f 100644
--- a/core/multimedia/opieplayer/libmad/libmad.pro
+++ b/core/multimedia/opieplayer/libmad/libmad.pro
@@ -3,23 +3,25 @@ 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/pt_BR/libmadplugin.ts
15TRANSLATIONS += ../../i18n/es/libmadplugin.ts
16TRANSLATIONS += ../../i18n/pt/libmadplugin.ts
15TRANSLATIONS += ../../i18n/de/libmadplugin.ts 17TRANSLATIONS += ../../i18n/de/libmadplugin.ts
16TRANSLATIONS += ../../i18n/en/libmadplugin.ts 18TRANSLATIONS += ../../i18n/en/libmadplugin.ts
17TRANSLATIONS += ../../i18n/hu/libmadplugin.ts 19TRANSLATIONS += ../../i18n/hu/libmadplugin.ts
18TRANSLATIONS += ../../i18n/sl/libmadplugin.ts 20TRANSLATIONS += ../../i18n/sl/libmadplugin.ts
19TRANSLATIONS += ../../i18n/ja/libmadplugin.ts 21TRANSLATIONS += ../../i18n/ja/libmadplugin.ts
20TRANSLATIONS += ../../i18n/pl/libmadplugin.ts 22TRANSLATIONS += ../../i18n/pl/libmadplugin.ts
21TRANSLATIONS += ../../i18n/ko/libmadplugin.ts 23TRANSLATIONS += ../../i18n/ko/libmadplugin.ts
22TRANSLATIONS += ../../i18n/no/libmadplugin.ts 24TRANSLATIONS += ../../i18n/no/libmadplugin.ts
23TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts 25TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts
24TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts 26TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts
25TRANSLATIONS += ../../i18n/fr/libmadplugin.ts 27TRANSLATIONS += ../../i18n/fr/libmadplugin.ts
diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro
index 428af2b..99a0b23 100644
--- a/core/pim/addressbook/addressbook.pro
+++ b/core/pim/addressbook/addressbook.pro
@@ -13,23 +13,25 @@ SOURCES = main.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 18
19 TARGET = addressbook 19 TARGET = addressbook
20INCLUDEPATH += $(OPIEDIR)/include 20INCLUDEPATH += $(OPIEDIR)/include
21 DEPENDPATH+= $(OPIEDIR)/include 21 DEPENDPATH+= $(OPIEDIR)/include
22LIBS += -lqpe -lopie 22LIBS += -lqpe -lopie
23 23
24TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts 24TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts
25TRANSLATIONS += ../../i18n/es/addressbook.ts
26TRANSLATIONS += ../../i18n/pt/addressbook.ts
25TRANSLATIONS += ../../i18n/de/addressbook.ts 27TRANSLATIONS += ../../i18n/de/addressbook.ts
26TRANSLATIONS += ../../i18n/en/addressbook.ts 28TRANSLATIONS += ../../i18n/en/addressbook.ts
27TRANSLATIONS += ../../i18n/hu/addressbook.ts 29TRANSLATIONS += ../../i18n/hu/addressbook.ts
28TRANSLATIONS += ../../i18n/sl/addressbook.ts 30TRANSLATIONS += ../../i18n/sl/addressbook.ts
29TRANSLATIONS += ../../i18n/ja/addressbook.ts 31TRANSLATIONS += ../../i18n/ja/addressbook.ts
30TRANSLATIONS += ../../i18n/ko/addressbook.ts 32TRANSLATIONS += ../../i18n/ko/addressbook.ts
31TRANSLATIONS += ../../i18n/pl/addressbook.ts 33TRANSLATIONS += ../../i18n/pl/addressbook.ts
32TRANSLATIONS += ../../i18n/no/addressbook.ts 34TRANSLATIONS += ../../i18n/no/addressbook.ts
33TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts 35TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts
34TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts 36TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts
35TRANSLATIONS += ../../i18n/fr/addressbook.ts 37TRANSLATIONS += ../../i18n/fr/addressbook.ts
diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro
index 239decc..609b7dc 100644
--- a/core/pim/datebook/datebook.pro
+++ b/core/pim/datebook/datebook.pro
@@ -36,24 +36,25 @@ INTERFACES = dateentry.ui \
36 datebookweeklstheader.ui \ 36 datebookweeklstheader.ui \
37 datebookweeklstdayhdr.ui \ 37 datebookweeklstdayhdr.ui \
38 repeatentrybase.ui \ 38 repeatentrybase.ui \
39 noteentry.ui 39 noteentry.ui
40 40
41INCLUDEPATH += $(OPIEDIR)/include 41INCLUDEPATH += $(OPIEDIR)/include
42 DEPENDPATH+= $(OPIEDIR)/include 42 DEPENDPATH+= $(OPIEDIR)/include
43LIBS += -lqpe -lopie 43LIBS += -lqpe -lopie
44 44
45 TARGET = datebook 45 TARGET = datebook
46 46
47TRANSLATIONS = ../i18n/pt_BR/datebook.ts 47TRANSLATIONS = ../i18n/pt_BR/datebook.ts
48TRANSLATIONS += ../i18n/pt/datebook.ts
48TRANSLATIONS += ../i18n/de/datebook.ts 49TRANSLATIONS += ../i18n/de/datebook.ts
49TRANSLATIONS += ../i18n/en/datebook.ts 50TRANSLATIONS += ../i18n/en/datebook.ts
50TRANSLATIONS += ../i18n/hu/datebook.ts 51TRANSLATIONS += ../i18n/hu/datebook.ts
51TRANSLATIONS += ../i18n/pl/datebook.ts 52TRANSLATIONS += ../i18n/pl/datebook.ts
52TRANSLATIONS += ../i18n/sl/datebook.ts 53TRANSLATIONS += ../i18n/sl/datebook.ts
53TRANSLATIONS += ../i18n/ja/datebook.ts 54TRANSLATIONS += ../i18n/ja/datebook.ts
54TRANSLATIONS += ../i18n/ko/datebook.ts 55TRANSLATIONS += ../i18n/ko/datebook.ts
55TRANSLATIONS += ../i18n/no/datebook.ts 56TRANSLATIONS += ../i18n/no/datebook.ts
56TRANSLATIONS += ../i18n/zh_CN/datebook.ts 57TRANSLATIONS += ../i18n/zh_CN/datebook.ts
57TRANSLATIONS += ../i18n/zh_TW/datebook.ts 58TRANSLATIONS += ../i18n/zh_TW/datebook.ts
58TRANSLATIONS += ../i18n/fr/datebook.ts 59TRANSLATIONS += ../i18n/fr/datebook.ts
59TRANSLATIONS += ../i18n/es/datebook.ts 60TRANSLATIONS += ../i18n/es/datebook.ts
diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro
index 0eb51d1..d75fdb5 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 6
7 INCLUDEPATH+= $(OPIEDIR)/include 7 INCLUDEPATH+= $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe -lopie 9LIBS += -lqpe -lopie
10 INTERFACES= 10 INTERFACES=
11 TARGET = today 11 TARGET = today
12 DESTDIR = $(OPIEDIR)/bin 12 DESTDIR = $(OPIEDIR)/bin
13TRANSLATIONS = ../i18n/pt_BR/today.ts 13TRANSLATIONS = ../i18n/pt_BR/today.ts
14TRANSLATIONS += ../i18n/pt/today.ts
14TRANSLATIONS += ../i18n/de/today.ts 15TRANSLATIONS += ../i18n/de/today.ts
15TRANSLATIONS += ../i18n/en/today.ts 16TRANSLATIONS += ../i18n/en/today.ts
16TRANSLATIONS += ../i18n/hu/today.ts 17TRANSLATIONS += ../i18n/hu/today.ts
17TRANSLATIONS += ../i18n/sl/today.ts 18TRANSLATIONS += ../i18n/sl/today.ts
18TRANSLATIONS += ../i18n/ja/today.ts 19TRANSLATIONS += ../i18n/ja/today.ts
19TRANSLATIONS += ../i18n/ko/today.ts 20TRANSLATIONS += ../i18n/ko/today.ts
20TRANSLATIONS += ../i18n/no/today.ts 21TRANSLATIONS += ../i18n/no/today.ts
21TRANSLATIONS += ../i18n/zh_CN/today.ts 22TRANSLATIONS += ../i18n/zh_CN/today.ts
22TRANSLATIONS += ../i18n/zh_TW/today.ts 23TRANSLATIONS += ../i18n/zh_TW/today.ts
23TRANSLATIONS += ../i18n/fr/today.ts 24TRANSLATIONS += ../i18n/fr/today.ts
24TRANSLATIONS += ../i18n/pl/today.ts 25TRANSLATIONS += ../i18n/pl/today.ts
25TRANSLATIONS += ../i18n/es/today.ts 26TRANSLATIONS += ../i18n/es/today.ts
diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro
index a365081..1e4492c 100644
--- a/core/pim/todo/todo.pro
+++ b/core/pim/todo/todo.pro
@@ -10,23 +10,25 @@ SOURCES = main.cpp \
10 todotable.cpp \ 10 todotable.cpp \
11 todoentryimpl.cpp \ 11 todoentryimpl.cpp \
12 todolabel.cc 12 todolabel.cc
13 13
14 INTERFACES= todoentry.ui 14 INTERFACES= todoentry.ui
15 15
16 TARGET = todolist 16 TARGET = todolist
17INCLUDEPATH += $(OPIEDIR)/include 17INCLUDEPATH += $(OPIEDIR)/include
18 DEPENDPATH+= $(OPIEDIR)/include 18 DEPENDPATH+= $(OPIEDIR)/include
19LIBS += -lqpe -lopie 19LIBS += -lqpe -lopie
20 20
21TRANSLATIONS = ../i18n/pt_BR/todolist.ts 21TRANSLATIONS = ../i18n/pt_BR/todolist.ts
22TRANSLATIONS += ../i18n/es/todolist.ts
23TRANSLATIONS += ../i18n/pt/todolist.ts
22TRANSLATIONS += ../i18n/de/todolist.ts 24TRANSLATIONS += ../i18n/de/todolist.ts
23TRANSLATIONS += ../i18n/en/todolist.ts 25TRANSLATIONS += ../i18n/en/todolist.ts
24TRANSLATIONS += ../i18n/hu/todolist.ts 26TRANSLATIONS += ../i18n/hu/todolist.ts
25TRANSLATIONS += ../i18n/sl/todolist.ts 27TRANSLATIONS += ../i18n/sl/todolist.ts
26TRANSLATIONS += ../i18n/pl/todolist.ts 28TRANSLATIONS += ../i18n/pl/todolist.ts
27TRANSLATIONS += ../i18n/ja/todolist.ts 29TRANSLATIONS += ../i18n/ja/todolist.ts
28TRANSLATIONS += ../i18n/ko/todolist.ts 30TRANSLATIONS += ../i18n/ko/todolist.ts
29TRANSLATIONS += ../i18n/no/todolist.ts 31TRANSLATIONS += ../i18n/no/todolist.ts
30TRANSLATIONS += ../i18n/zh_CN/todolist.ts 32TRANSLATIONS += ../i18n/zh_CN/todolist.ts
31TRANSLATIONS += ../i18n/zh_TW/todolist.ts 33TRANSLATIONS += ../i18n/zh_TW/todolist.ts
32TRANSLATIONS += ../i18n/fr/todolist.ts 34TRANSLATIONS += ../i18n/fr/todolist.ts
diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro
index afa658f..11a135d 100644
--- a/core/settings/citytime/citytime.pro
+++ b/core/settings/citytime/citytime.pro
@@ -2,23 +2,25 @@
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
15TRANSLATIONS += ../i18n/pt/citytime.ts
14TRANSLATIONS += ../i18n/pt_BR/citytime.ts 16TRANSLATIONS += ../i18n/pt_BR/citytime.ts
15TRANSLATIONS += ../i18n/en/citytime.ts 17TRANSLATIONS += ../i18n/en/citytime.ts
16TRANSLATIONS += ../i18n/hu/citytime.ts 18TRANSLATIONS += ../i18n/hu/citytime.ts
17TRANSLATIONS += ../i18n/ja/citytime.ts 19TRANSLATIONS += ../i18n/ja/citytime.ts
18TRANSLATIONS += ../i18n/ko/citytime.ts 20TRANSLATIONS += ../i18n/ko/citytime.ts
19TRANSLATIONS += ../i18n/pl/citytime.ts 21TRANSLATIONS += ../i18n/pl/citytime.ts
20TRANSLATIONS += ../i18n/fr/citytime.ts 22TRANSLATIONS += ../i18n/fr/citytime.ts
21TRANSLATIONS += ../i18n/sl/citytime.ts 23TRANSLATIONS += ../i18n/sl/citytime.ts
22TRANSLATIONS += ../i18n/no/citytime.ts 24TRANSLATIONS += ../i18n/no/citytime.ts
23TRANSLATIONS += ../i18n/zh_CN/citytime.ts 25TRANSLATIONS += ../i18n/zh_CN/citytime.ts
24TRANSLATIONS += ../i18n/zh_TW/citytime.ts 26TRANSLATIONS += ../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 9029a19..7e2afed 100644
--- a/core/settings/light-and-power/light-and-power.pro
+++ b/core/settings/light-and-power/light-and-power.pro
@@ -1,15 +1,17 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 DESTDIR = ../../bin 3 DESTDIR = ../../bin
4 HEADERS = 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
14TRANSLATIONS += ../../i18n/pt/light-and-power.ts
13TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts 15TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts
14TRANSLATIONS += ../../i18n/pl/light-and-power.ts 16TRANSLATIONS += ../../i18n/pl/light-and-power.ts
15TRANSLATIONS += ../../i18n/fr/light-and-power.ts 17TRANSLATIONS += ../../i18n/fr/light-and-power.ts
diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro
index 0c924ad..1e815ac 100644
--- a/core/settings/security/security.pro
+++ b/core/settings/security/security.pro
@@ -1,23 +1,25 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qt warn_on release 2 CONFIG += qt warn_on release
3 DESTDIR = ../../bin 3 DESTDIR = ../../bin
4 HEADERS = 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/pt_BR/security.ts
13TRANSLATIONS += ../../i18n/es/security.ts
14TRANSLATIONS += ../../i18n/pt/security.ts
13TRANSLATIONS += ../../i18n/de/security.ts 15TRANSLATIONS += ../../i18n/de/security.ts
14TRANSLATIONS += ../../i18n/en/security.ts 16TRANSLATIONS += ../../i18n/en/security.ts
15TRANSLATIONS += ../../i18n/hu/security.ts 17TRANSLATIONS += ../../i18n/hu/security.ts
16TRANSLATIONS += ../../i18n/sl/security.ts 18TRANSLATIONS += ../../i18n/sl/security.ts
17TRANSLATIONS += ../../i18n/ja/security.ts 19TRANSLATIONS += ../../i18n/ja/security.ts
18TRANSLATIONS += ../../i18n/ko/security.ts 20TRANSLATIONS += ../../i18n/ko/security.ts
19TRANSLATIONS += ../../i18n/pl/security.ts 21TRANSLATIONS += ../../i18n/pl/security.ts
20TRANSLATIONS += ../../i18n/no/security.ts 22TRANSLATIONS += ../../i18n/no/security.ts
21TRANSLATIONS += ../../i18n/zh_CN/security.ts 23TRANSLATIONS += ../../i18n/zh_CN/security.ts
22TRANSLATIONS += ../../i18n/zh_TW/security.ts 24TRANSLATIONS += ../../i18n/zh_TW/security.ts
23TRANSLATIONS += ../../i18n/fr/security.ts 25TRANSLATIONS += ../../i18n/fr/security.ts