51 files changed, 97 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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts | 12 | TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts |
13 | TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts | ||
13 | TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts | 15 | TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts |
14 | TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts | 16 | TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts |
15 | TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts | 17 | TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts |
16 | TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts | 18 | TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts |
17 | TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts | 19 | TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts |
18 | TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts | 20 | TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts |
19 | TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts | 21 | TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts |
20 | TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts | 22 | TRANSLATIONS += ../../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include ../launcher | 8 | DEPENDPATH += $(OPIEDIR)/include ../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/libcardmonapplet.ts | 12 | TRANSLATIONS = ../i18n/de/libcardmonapplet.ts |
13 | TRANSLATIONS += ../i18n/es/libcardmonapplet.ts | ||
14 | TRANSLATIONS += ../i18n/pt/libcardmonapplet.ts | ||
13 | TRANSLATIONS += ../i18n/pt_BR/libcardmonapplet.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/libcardmonapplet.ts |
14 | TRANSLATIONS += ../i18n/en/libcardmonapplet.ts | 16 | TRANSLATIONS += ../i18n/en/libcardmonapplet.ts |
15 | TRANSLATIONS += ../i18n/hu/libcardmonapplet.ts | 17 | TRANSLATIONS += ../i18n/hu/libcardmonapplet.ts |
16 | TRANSLATIONS += ../i18n/sl/libcardmonapplet.ts | 18 | TRANSLATIONS += ../i18n/sl/libcardmonapplet.ts |
17 | TRANSLATIONS += ../i18n/pl/libcardmonapplet.ts | 19 | TRANSLATIONS += ../i18n/pl/libcardmonapplet.ts |
18 | TRANSLATIONS += ../i18n/ja/libcardmonapplet.ts | 20 | TRANSLATIONS += ../i18n/ja/libcardmonapplet.ts |
19 | TRANSLATIONS += ../i18n/fr/libcardmonapplet.ts | 21 | TRANSLATIONS += ../i18n/fr/libcardmonapplet.ts |
20 | TRANSLATIONS += ../i18n/ko/libcardmonapplet.ts | 22 | TRANSLATIONS += ../i18n/ko/libcardmonapplet.ts |
21 | TRANSLATIONS += ../i18n/no/libcardmonapplet.ts | 23 | TRANSLATIONS += ../i18n/no/libcardmonapplet.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/libcardmonapplet.ts | 24 | TRANSLATIONS += ../i18n/zh_CN/libcardmonapplet.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/libcardmonapplet.ts | 25 | TRANSLATIONS += ../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts |
13 | TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts | ||
14 | TRANSLATIONS += ../../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include .. | 8 | DEPENDPATH += ../$(OPIEDIR)/include .. |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libclockapplet.ts | 12 | TRANSLATIONS = ../../i18n/de/libclockapplet.ts |
13 | TRANSLATIONS += ../../i18n/es/libclockapplet.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/libclockapplet.ts | ||
13 | TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts | 15 | TRANSLATIONS += ../../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 | |||
@@ -1,14 +1,16 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = screenshot.h screenshotappletimpl.h | 3 | HEADERS = screenshot.h screenshotappletimpl.h |
4 | SOURCES = screenshot.cpp screenshotappletimpl.cpp | 4 | SOURCES = screenshot.cpp screenshotappletimpl.cpp |
5 | TARGET = screenshotapplet | 5 | TARGET = screenshotapplet |
6 | DESTDIR = ../../plugins/applets | 6 | DESTDIR = ../../plugins/applets |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | MOC_DIR=opieobj | 11 | MOC_DIR=opieobj |
12 | OBJECTS_DIR=opieobj | 12 | OBJECTS_DIR=opieobj |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts | 14 | TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts |
15 | TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts | ||
16 | TRANSLATIONS += ../../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts |
13 | TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts | ||
14 | TRANSLATIONS += ../../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts | 12 | TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts |
13 | TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts | ||
13 | TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts | 15 | TRANSLATIONS += ../../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 | |||
@@ -1,48 +1,50 @@ | |||
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 = TEWidget.h \ | 4 | HEADERS = TEWidget.h \ |
5 | TEScreen.h \ | 5 | TEScreen.h \ |
6 | TECommon.h \ | 6 | TECommon.h \ |
7 | TEHistory.h \ | 7 | TEHistory.h \ |
8 | TEmulation.h \ | 8 | TEmulation.h \ |
9 | TEmuVt102.h \ | 9 | TEmuVt102.h \ |
10 | session.h \ | 10 | session.h \ |
11 | keytrans.h \ | 11 | keytrans.h \ |
12 | konsole.h \ | 12 | konsole.h \ |
13 | commandeditdialog.h \ | 13 | commandeditdialog.h \ |
14 | commandeditwidget.h \ | 14 | commandeditwidget.h \ |
15 | playlistselection.h \ | 15 | playlistselection.h \ |
16 | MyPty.h | 16 | MyPty.h |
17 | SOURCES = TEScreen.cpp \ | 17 | SOURCES = TEScreen.cpp \ |
18 | TEWidget.cpp \ | 18 | TEWidget.cpp \ |
19 | TEHistory.cpp \ | 19 | TEHistory.cpp \ |
20 | TEmulation.cpp \ | 20 | TEmulation.cpp \ |
21 | TEmuVt102.cpp \ | 21 | TEmuVt102.cpp \ |
22 | session.cpp \ | 22 | session.cpp \ |
23 | keytrans.cpp \ | 23 | keytrans.cpp \ |
24 | konsole.cpp \ | 24 | konsole.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 |
30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
31 | TARGET = embeddedkonsole | 31 | TARGET = embeddedkonsole |
32 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH += $(OPIEDIR)/include | 33 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe | 34 | LIBS += -lqpe |
35 | REQUIRES = embeddedkonsole | 35 | REQUIRES = embeddedkonsole |
36 | 36 | ||
37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts | 37 | TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts |
38 | TRANSLATIONS += ../i18n/es/embeddedkonsole.ts | ||
39 | TRANSLATIONS += ../i18n/pt/embeddedkonsole.ts | ||
38 | TRANSLATIONS += ../i18n/de/embeddedkonsole.ts | 40 | TRANSLATIONS += ../i18n/de/embeddedkonsole.ts |
39 | TRANSLATIONS += ../i18n/en/embeddedkonsole.ts | 41 | TRANSLATIONS += ../i18n/en/embeddedkonsole.ts |
40 | TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts | 42 | TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts |
41 | TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts | 43 | TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts |
42 | TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts | 44 | TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts |
43 | TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts | 45 | TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts |
44 | TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts | 46 | TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts |
45 | TRANSLATIONS += ../i18n/no/embeddedkonsole.ts | 47 | TRANSLATIONS += ../i18n/no/embeddedkonsole.ts |
46 | TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts | 48 | TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts |
47 | TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts | 49 | TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts |
48 | TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts | 50 | TRANSLATIONS += ../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= | 10 | INTERFACES= |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts | 12 | TRANSLATIONS = ../i18n/de/helpbrowser.ts |
13 | TRANSLATIONS += ../i18n/es/helpbrowser.ts | ||
14 | TRANSLATIONS += ../i18n/pt/helpbrowser.ts | ||
13 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts |
14 | TRANSLATIONS += ../i18n/en/helpbrowser.ts | 16 | TRANSLATIONS += ../i18n/en/helpbrowser.ts |
15 | TRANSLATIONS += ../i18n/hu/helpbrowser.ts | 17 | TRANSLATIONS += ../i18n/hu/helpbrowser.ts |
16 | TRANSLATIONS += ../i18n/ja/helpbrowser.ts | 18 | TRANSLATIONS += ../i18n/ja/helpbrowser.ts |
17 | TRANSLATIONS += ../i18n/sl/helpbrowser.ts | 19 | TRANSLATIONS += ../i18n/sl/helpbrowser.ts |
18 | TRANSLATIONS += ../i18n/ko/helpbrowser.ts | 20 | TRANSLATIONS += ../i18n/ko/helpbrowser.ts |
19 | TRANSLATIONS += ../i18n/no/helpbrowser.ts | 21 | TRANSLATIONS += ../i18n/no/helpbrowser.ts |
20 | TRANSLATIONS += ../i18n/pl/helpbrowser.ts | 22 | TRANSLATIONS += ../i18n/pl/helpbrowser.ts |
21 | TRANSLATIONS += ../i18n/fr/helpbrowser.ts | 23 | TRANSLATIONS += ../i18n/fr/helpbrowser.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts | 24 | TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts | 25 | TRANSLATIONS += ../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 | |||
@@ -1,123 +1,125 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | 2 | ||
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | 4 | ||
5 | DESTDIR = $(OPIEDIR)/bin | 5 | DESTDIR = $(OPIEDIR)/bin |
6 | 6 | ||
7 | HEADERS = background.h \ | 7 | HEADERS = background.h \ |
8 | desktop.h \ | 8 | desktop.h \ |
9 | qprocess.h \ | 9 | qprocess.h \ |
10 | mediummountgui.h \ | 10 | mediummountgui.h \ |
11 | info.h \ | 11 | info.h \ |
12 | appicons.h \ | 12 | appicons.h \ |
13 | taskbar.h \ | 13 | taskbar.h \ |
14 | sidething.h \ | 14 | sidething.h \ |
15 | mrulist.h \ | 15 | mrulist.h \ |
16 | stabmon.h \ | 16 | stabmon.h \ |
17 | inputmethods.h \ | 17 | inputmethods.h \ |
18 | systray.h \ | 18 | systray.h \ |
19 | wait.h \ | 19 | wait.h \ |
20 | shutdownimpl.h \ | 20 | shutdownimpl.h \ |
21 | launcher.h \ | 21 | launcher.h \ |
22 | launcherview.h \ | 22 | launcherview.h \ |
23 | ../calibrate/calibrate.h \ | 23 | ../calibrate/calibrate.h \ |
24 | startmenu.h \ | 24 | startmenu.h \ |
25 | transferserver.h \ | 25 | transferserver.h \ |
26 | qcopbridge.h \ | 26 | qcopbridge.h \ |
27 | packageslave.h \ | 27 | packageslave.h \ |
28 | irserver.h \ | 28 | irserver.h \ |
29 | $(OPIEDIR)/rsync/buf.h \ | 29 | $(OPIEDIR)/rsync/buf.h \ |
30 | $(OPIEDIR)/rsync/checksum.h \ | 30 | $(OPIEDIR)/rsync/checksum.h \ |
31 | $(OPIEDIR)/rsync/command.h \ | 31 | $(OPIEDIR)/rsync/command.h \ |
32 | $(OPIEDIR)/rsync/emit.h \ | 32 | $(OPIEDIR)/rsync/emit.h \ |
33 | $(OPIEDIR)/rsync/job.h \ | 33 | $(OPIEDIR)/rsync/job.h \ |
34 | $(OPIEDIR)/rsync/netint.h \ | 34 | $(OPIEDIR)/rsync/netint.h \ |
35 | $(OPIEDIR)/rsync/protocol.h \ | 35 | $(OPIEDIR)/rsync/protocol.h \ |
36 | $(OPIEDIR)/rsync/prototab.h \ | 36 | $(OPIEDIR)/rsync/prototab.h \ |
37 | $(OPIEDIR)/rsync/rsync.h \ | 37 | $(OPIEDIR)/rsync/rsync.h \ |
38 | $(OPIEDIR)/rsync/search.h \ | 38 | $(OPIEDIR)/rsync/search.h \ |
39 | $(OPIEDIR)/rsync/stream.h \ | 39 | $(OPIEDIR)/rsync/stream.h \ |
40 | $(OPIEDIR)/rsync/sumset.h \ | 40 | $(OPIEDIR)/rsync/sumset.h \ |
41 | $(OPIEDIR)/rsync/trace.h \ | 41 | $(OPIEDIR)/rsync/trace.h \ |
42 | $(OPIEDIR)/rsync/types.h \ | 42 | $(OPIEDIR)/rsync/types.h \ |
43 | $(OPIEDIR)/rsync/util.h \ | 43 | $(OPIEDIR)/rsync/util.h \ |
44 | $(OPIEDIR)/rsync/whole.h \ | 44 | $(OPIEDIR)/rsync/whole.h \ |
45 | $(OPIEDIR)/rsync/config_rsync.h \ | 45 | $(OPIEDIR)/rsync/config_rsync.h \ |
46 | $(OPIEDIR)/rsync/qrsync.h | 46 | $(OPIEDIR)/rsync/qrsync.h |
47 | # quicklauncher.h \ | 47 | # quicklauncher.h \ |
48 | 48 | ||
49 | SOURCES = background.cpp \ | 49 | SOURCES = background.cpp \ |
50 | desktop.cpp \ | 50 | desktop.cpp \ |
51 | mediummountgui.cpp \ | 51 | mediummountgui.cpp \ |
52 | qprocess.cpp qprocess_unix.cpp \ | 52 | qprocess.cpp qprocess_unix.cpp \ |
53 | info.cpp \ | 53 | info.cpp \ |
54 | appicons.cpp \ | 54 | appicons.cpp \ |
55 | taskbar.cpp \ | 55 | taskbar.cpp \ |
56 | sidething.cpp \ | 56 | sidething.cpp \ |
57 | mrulist.cpp \ | 57 | mrulist.cpp \ |
58 | stabmon.cpp \ | 58 | stabmon.cpp \ |
59 | inputmethods.cpp \ | 59 | inputmethods.cpp \ |
60 | systray.cpp \ | 60 | systray.cpp \ |
61 | wait.cpp \ | 61 | wait.cpp \ |
62 | shutdownimpl.cpp \ | 62 | shutdownimpl.cpp \ |
63 | launcher.cpp \ | 63 | launcher.cpp \ |
64 | launcherview.cpp \ | 64 | launcherview.cpp \ |
65 | $(OPIEDIR)/calibrate/calibrate.cpp \ | 65 | $(OPIEDIR)/calibrate/calibrate.cpp \ |
66 | transferserver.cpp \ | 66 | transferserver.cpp \ |
67 | packageslave.cpp \ | 67 | packageslave.cpp \ |
68 | irserver.cpp \ | 68 | irserver.cpp \ |
69 | qcopbridge.cpp \ | 69 | qcopbridge.cpp \ |
70 | startmenu.cpp \ | 70 | startmenu.cpp \ |
71 | main.cpp \ | 71 | main.cpp \ |
72 | $(OPIEDIR)/rsync/base64.c \ | 72 | $(OPIEDIR)/rsync/base64.c \ |
73 | $(OPIEDIR)/rsync/buf.c \ | 73 | $(OPIEDIR)/rsync/buf.c \ |
74 | $(OPIEDIR)/rsync/checksum.c \ | 74 | $(OPIEDIR)/rsync/checksum.c \ |
75 | $(OPIEDIR)/rsync/command.c \ | 75 | $(OPIEDIR)/rsync/command.c \ |
76 | $(OPIEDIR)/rsync/delta.c \ | 76 | $(OPIEDIR)/rsync/delta.c \ |
77 | $(OPIEDIR)/rsync/emit.c \ | 77 | $(OPIEDIR)/rsync/emit.c \ |
78 | $(OPIEDIR)/rsync/hex.c \ | 78 | $(OPIEDIR)/rsync/hex.c \ |
79 | $(OPIEDIR)/rsync/job.c \ | 79 | $(OPIEDIR)/rsync/job.c \ |
80 | $(OPIEDIR)/rsync/mdfour.c \ | 80 | $(OPIEDIR)/rsync/mdfour.c \ |
81 | $(OPIEDIR)/rsync/mksum.c \ | 81 | $(OPIEDIR)/rsync/mksum.c \ |
82 | $(OPIEDIR)/rsync/msg.c \ | 82 | $(OPIEDIR)/rsync/msg.c \ |
83 | $(OPIEDIR)/rsync/netint.c \ | 83 | $(OPIEDIR)/rsync/netint.c \ |
84 | $(OPIEDIR)/rsync/patch.c \ | 84 | $(OPIEDIR)/rsync/patch.c \ |
85 | $(OPIEDIR)/rsync/prototab.c \ | 85 | $(OPIEDIR)/rsync/prototab.c \ |
86 | $(OPIEDIR)/rsync/readsums.c \ | 86 | $(OPIEDIR)/rsync/readsums.c \ |
87 | $(OPIEDIR)/rsync/scoop.c \ | 87 | $(OPIEDIR)/rsync/scoop.c \ |
88 | $(OPIEDIR)/rsync/search.c \ | 88 | $(OPIEDIR)/rsync/search.c \ |
89 | $(OPIEDIR)/rsync/stats.c \ | 89 | $(OPIEDIR)/rsync/stats.c \ |
90 | $(OPIEDIR)/rsync/stream.c \ | 90 | $(OPIEDIR)/rsync/stream.c \ |
91 | $(OPIEDIR)/rsync/sumset.c \ | 91 | $(OPIEDIR)/rsync/sumset.c \ |
92 | $(OPIEDIR)/rsync/trace.c \ | 92 | $(OPIEDIR)/rsync/trace.c \ |
93 | $(OPIEDIR)/rsync/tube.c \ | 93 | $(OPIEDIR)/rsync/tube.c \ |
94 | $(OPIEDIR)/rsync/util.c \ | 94 | $(OPIEDIR)/rsync/util.c \ |
95 | $(OPIEDIR)/rsync/version.c \ | 95 | $(OPIEDIR)/rsync/version.c \ |
96 | $(OPIEDIR)/rsync/whole.c \ | 96 | $(OPIEDIR)/rsync/whole.c \ |
97 | $(OPIEDIR)/rsync/qrsync.cpp | 97 | $(OPIEDIR)/rsync/qrsync.cpp |
98 | 98 | ||
99 | INTERFACES= shutdown.ui syncdialog.ui | 99 | INTERFACES= shutdown.ui syncdialog.ui |
100 | 100 | ||
101 | INCLUDEPATH += $(OPIEDIR)/include | 101 | INCLUDEPATH += $(OPIEDIR)/include |
102 | DEPENDPATH+= $(OPIEDIR)/include . | 102 | DEPENDPATH+= $(OPIEDIR)/include . |
103 | 103 | ||
104 | INCLUDEPATH += $(OPIEDIR)/calibrate | 104 | INCLUDEPATH += $(OPIEDIR)/calibrate |
105 | DEPENDPATH+= $(OPIEDIR)/calibrate | 105 | DEPENDPATH+= $(OPIEDIR)/calibrate |
106 | 106 | ||
107 | INCLUDEPATH += $(OPIEDIR)/rsync | 107 | INCLUDEPATH += $(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 | ||
114 | TRANSLATIONS = ../i18n/de/qpe.ts | 114 | TRANSLATIONS = ../i18n/de/qpe.ts |
115 | TRANSLATIONS += ../i18n/es/qpe.ts | ||
116 | TRANSLATIONS += ../i18n/pt/qpe.ts | ||
115 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts | 117 | TRANSLATIONS += ../i18n/pt_BR/qpe.ts |
116 | TRANSLATIONS += ../i18n/en/qpe.ts | 118 | TRANSLATIONS += ../i18n/en/qpe.ts |
117 | TRANSLATIONS += ../i18n/hu/qpe.ts | 119 | TRANSLATIONS += ../i18n/hu/qpe.ts |
118 | TRANSLATIONS += ../i18n/ja/qpe.ts | 120 | TRANSLATIONS += ../i18n/ja/qpe.ts |
119 | TRANSLATIONS += ../i18n/fr/qpe.ts | 121 | TRANSLATIONS += ../i18n/fr/qpe.ts |
120 | TRANSLATIONS += ../i18n/ko/qpe.ts | 122 | TRANSLATIONS += ../i18n/ko/qpe.ts |
121 | TRANSLATIONS += ../i18n/no/qpe.ts | 123 | TRANSLATIONS += ../i18n/no/qpe.ts |
122 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts | 124 | TRANSLATIONS += ../i18n/zh_CN/qpe.ts |
123 | TRANSLATIONS += ../i18n/zh_TW/qpe.ts | 125 | TRANSLATIONS += ../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 | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE = lib | 1 | 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 |
9 | INCLUDEPATH += $(OPIEDIR)/include .. | 9 | INCLUDEPATH += $(OPIEDIR)/include .. |
10 | DEPENDPATH += ../$(OPIEDIR)/include .. | 10 | DEPENDPATH += ../$(OPIEDIR)/include .. |
11 | LIBS += -lqpe -lm | 11 | LIBS += -lqpe -lm |
12 | VERSION = 1.0.0 | 12 | VERSION = 1.0.0 |
13 | 13 | ||
14 | TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts | 14 | TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts |
15 | TRANSLATIONS += ../../i18n/es/libmadplugin.ts | ||
16 | TRANSLATIONS += ../../i18n/pt/libmadplugin.ts | ||
15 | TRANSLATIONS += ../../i18n/de/libmadplugin.ts | 17 | TRANSLATIONS += ../../i18n/de/libmadplugin.ts |
16 | TRANSLATIONS += ../../i18n/en/libmadplugin.ts | 18 | TRANSLATIONS += ../../i18n/en/libmadplugin.ts |
17 | TRANSLATIONS += ../../i18n/hu/libmadplugin.ts | 19 | TRANSLATIONS += ../../i18n/hu/libmadplugin.ts |
18 | TRANSLATIONS += ../../i18n/sl/libmadplugin.ts | 20 | TRANSLATIONS += ../../i18n/sl/libmadplugin.ts |
19 | TRANSLATIONS += ../../i18n/ja/libmadplugin.ts | 21 | TRANSLATIONS += ../../i18n/ja/libmadplugin.ts |
20 | TRANSLATIONS += ../../i18n/pl/libmadplugin.ts | 22 | TRANSLATIONS += ../../i18n/pl/libmadplugin.ts |
21 | TRANSLATIONS += ../../i18n/ko/libmadplugin.ts | 23 | TRANSLATIONS += ../../i18n/ko/libmadplugin.ts |
22 | TRANSLATIONS += ../../i18n/no/libmadplugin.ts | 24 | TRANSLATIONS += ../../i18n/no/libmadplugin.ts |
23 | TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts | 25 | TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts |
24 | TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts | 26 | TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts |
25 | TRANSLATIONS += ../../i18n/fr/libmadplugin.ts | 27 | TRANSLATIONS += ../../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 | |||
@@ -1,35 +1,37 @@ | |||
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= addressbook.h \ | 4 | HEADERS= addressbook.h \ |
5 | contacteditor.h \ | 5 | contacteditor.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 | 18 | ||
19 | TARGET = addressbook | 19 | TARGET = addressbook |
20 | INCLUDEPATH += $(OPIEDIR)/include | 20 | INCLUDEPATH += $(OPIEDIR)/include |
21 | DEPENDPATH+= $(OPIEDIR)/include | 21 | DEPENDPATH+= $(OPIEDIR)/include |
22 | LIBS += -lqpe -lopie | 22 | LIBS += -lqpe -lopie |
23 | 23 | ||
24 | TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts | 24 | TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts |
25 | TRANSLATIONS += ../../i18n/es/addressbook.ts | ||
26 | TRANSLATIONS += ../../i18n/pt/addressbook.ts | ||
25 | TRANSLATIONS += ../../i18n/de/addressbook.ts | 27 | TRANSLATIONS += ../../i18n/de/addressbook.ts |
26 | TRANSLATIONS += ../../i18n/en/addressbook.ts | 28 | TRANSLATIONS += ../../i18n/en/addressbook.ts |
27 | TRANSLATIONS += ../../i18n/hu/addressbook.ts | 29 | TRANSLATIONS += ../../i18n/hu/addressbook.ts |
28 | TRANSLATIONS += ../../i18n/sl/addressbook.ts | 30 | TRANSLATIONS += ../../i18n/sl/addressbook.ts |
29 | TRANSLATIONS += ../../i18n/ja/addressbook.ts | 31 | TRANSLATIONS += ../../i18n/ja/addressbook.ts |
30 | TRANSLATIONS += ../../i18n/ko/addressbook.ts | 32 | TRANSLATIONS += ../../i18n/ko/addressbook.ts |
31 | TRANSLATIONS += ../../i18n/pl/addressbook.ts | 33 | TRANSLATIONS += ../../i18n/pl/addressbook.ts |
32 | TRANSLATIONS += ../../i18n/no/addressbook.ts | 34 | TRANSLATIONS += ../../i18n/no/addressbook.ts |
33 | TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts | 35 | TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts |
34 | TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts | 36 | TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts |
35 | TRANSLATIONS += ../../i18n/fr/addressbook.ts | 37 | TRANSLATIONS += ../../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 | |||
@@ -1,59 +1,60 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | 4 | ||
5 | HEADERS= datebookday.h \ | 5 | HEADERS= datebookday.h \ |
6 | datebook.h \ | 6 | datebook.h \ |
7 | dateentryimpl.h \ | 7 | dateentryimpl.h \ |
8 | datebookdayheaderimpl.h \ | 8 | datebookdayheaderimpl.h \ |
9 | datebooksettings.h \ | 9 | datebooksettings.h \ |
10 | datebookweek.h \ | 10 | datebookweek.h \ |
11 | datebookweeklst.h \ | 11 | datebookweeklst.h \ |
12 | datebookweekheaderimpl.h \ | 12 | datebookweekheaderimpl.h \ |
13 | repeatentry.h \ | 13 | repeatentry.h \ |
14 | timepicker.h \ | 14 | timepicker.h \ |
15 | noteentryimpl.h \ | 15 | noteentryimpl.h \ |
16 | onoteedit.h | 16 | onoteedit.h |
17 | 17 | ||
18 | SOURCES= main.cpp \ | 18 | SOURCES= main.cpp \ |
19 | datebookday.cpp \ | 19 | datebookday.cpp \ |
20 | datebook.cpp \ | 20 | datebook.cpp \ |
21 | dateentryimpl.cpp \ | 21 | dateentryimpl.cpp \ |
22 | datebookdayheaderimpl.cpp \ | 22 | datebookdayheaderimpl.cpp \ |
23 | datebooksettings.cpp \ | 23 | datebooksettings.cpp \ |
24 | datebookweek.cpp \ | 24 | datebookweek.cpp \ |
25 | datebookweeklst.cpp \ | 25 | datebookweeklst.cpp \ |
26 | datebookweekheaderimpl.cpp \ | 26 | datebookweekheaderimpl.cpp \ |
27 | repeatentry.cpp \ | 27 | repeatentry.cpp \ |
28 | timepicker.cpp \ | 28 | timepicker.cpp \ |
29 | noteentryimpl.cpp \ | 29 | noteentryimpl.cpp \ |
30 | onoteedit.cpp | 30 | onoteedit.cpp |
31 | 31 | ||
32 | INTERFACES= dateentry.ui \ | 32 | INTERFACES= dateentry.ui \ |
33 | datebookdayheader.ui \ | 33 | datebookdayheader.ui \ |
34 | datebooksettingsbase.ui \ | 34 | datebooksettingsbase.ui \ |
35 | datebookweekheader.ui \ | 35 | datebookweekheader.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 | ||
41 | INCLUDEPATH += $(OPIEDIR)/include | 41 | INCLUDEPATH += $(OPIEDIR)/include |
42 | DEPENDPATH+= $(OPIEDIR)/include | 42 | DEPENDPATH+= $(OPIEDIR)/include |
43 | LIBS += -lqpe -lopie | 43 | LIBS += -lqpe -lopie |
44 | 44 | ||
45 | TARGET = datebook | 45 | TARGET = datebook |
46 | 46 | ||
47 | TRANSLATIONS = ../i18n/pt_BR/datebook.ts | 47 | TRANSLATIONS = ../i18n/pt_BR/datebook.ts |
48 | TRANSLATIONS += ../i18n/pt/datebook.ts | ||
48 | TRANSLATIONS += ../i18n/de/datebook.ts | 49 | TRANSLATIONS += ../i18n/de/datebook.ts |
49 | TRANSLATIONS += ../i18n/en/datebook.ts | 50 | TRANSLATIONS += ../i18n/en/datebook.ts |
50 | TRANSLATIONS += ../i18n/hu/datebook.ts | 51 | TRANSLATIONS += ../i18n/hu/datebook.ts |
51 | TRANSLATIONS += ../i18n/pl/datebook.ts | 52 | TRANSLATIONS += ../i18n/pl/datebook.ts |
52 | TRANSLATIONS += ../i18n/sl/datebook.ts | 53 | TRANSLATIONS += ../i18n/sl/datebook.ts |
53 | TRANSLATIONS += ../i18n/ja/datebook.ts | 54 | TRANSLATIONS += ../i18n/ja/datebook.ts |
54 | TRANSLATIONS += ../i18n/ko/datebook.ts | 55 | TRANSLATIONS += ../i18n/ko/datebook.ts |
55 | TRANSLATIONS += ../i18n/no/datebook.ts | 56 | TRANSLATIONS += ../i18n/no/datebook.ts |
56 | TRANSLATIONS += ../i18n/zh_CN/datebook.ts | 57 | TRANSLATIONS += ../i18n/zh_CN/datebook.ts |
57 | TRANSLATIONS += ../i18n/zh_TW/datebook.ts | 58 | TRANSLATIONS += ../i18n/zh_TW/datebook.ts |
58 | TRANSLATIONS += ../i18n/fr/datebook.ts | 59 | TRANSLATIONS += ../i18n/fr/datebook.ts |
59 | TRANSLATIONS += ../i18n/es/datebook.ts | 60 | TRANSLATIONS += ../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 | |||
@@ -1,25 +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 | 6 | ||
7 | INCLUDEPATH+= $(OPIEDIR)/include | 7 | INCLUDEPATH+= $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES= | 10 | INTERFACES= |
11 | TARGET = today | 11 | TARGET = today |
12 | DESTDIR = $(OPIEDIR)/bin | 12 | DESTDIR = $(OPIEDIR)/bin |
13 | TRANSLATIONS = ../i18n/pt_BR/today.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/today.ts |
14 | TRANSLATIONS += ../i18n/pt/today.ts | ||
14 | TRANSLATIONS += ../i18n/de/today.ts | 15 | TRANSLATIONS += ../i18n/de/today.ts |
15 | TRANSLATIONS += ../i18n/en/today.ts | 16 | TRANSLATIONS += ../i18n/en/today.ts |
16 | TRANSLATIONS += ../i18n/hu/today.ts | 17 | TRANSLATIONS += ../i18n/hu/today.ts |
17 | TRANSLATIONS += ../i18n/sl/today.ts | 18 | TRANSLATIONS += ../i18n/sl/today.ts |
18 | TRANSLATIONS += ../i18n/ja/today.ts | 19 | TRANSLATIONS += ../i18n/ja/today.ts |
19 | TRANSLATIONS += ../i18n/ko/today.ts | 20 | TRANSLATIONS += ../i18n/ko/today.ts |
20 | TRANSLATIONS += ../i18n/no/today.ts | 21 | TRANSLATIONS += ../i18n/no/today.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/today.ts | 22 | TRANSLATIONS += ../i18n/zh_CN/today.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/today.ts | 23 | TRANSLATIONS += ../i18n/zh_TW/today.ts |
23 | TRANSLATIONS += ../i18n/fr/today.ts | 24 | TRANSLATIONS += ../i18n/fr/today.ts |
24 | TRANSLATIONS += ../i18n/pl/today.ts | 25 | TRANSLATIONS += ../i18n/pl/today.ts |
25 | TRANSLATIONS += ../i18n/es/today.ts | 26 | TRANSLATIONS += ../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 | |||
@@ -1,32 +1,34 @@ | |||
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 | 13 | ||
14 | INTERFACES= todoentry.ui | 14 | INTERFACES= todoentry.ui |
15 | 15 | ||
16 | TARGET = todolist | 16 | TARGET = todolist |
17 | INCLUDEPATH += $(OPIEDIR)/include | 17 | INCLUDEPATH += $(OPIEDIR)/include |
18 | DEPENDPATH+= $(OPIEDIR)/include | 18 | DEPENDPATH+= $(OPIEDIR)/include |
19 | LIBS += -lqpe -lopie | 19 | LIBS += -lqpe -lopie |
20 | 20 | ||
21 | TRANSLATIONS = ../i18n/pt_BR/todolist.ts | 21 | TRANSLATIONS = ../i18n/pt_BR/todolist.ts |
22 | TRANSLATIONS += ../i18n/es/todolist.ts | ||
23 | TRANSLATIONS += ../i18n/pt/todolist.ts | ||
22 | TRANSLATIONS += ../i18n/de/todolist.ts | 24 | TRANSLATIONS += ../i18n/de/todolist.ts |
23 | TRANSLATIONS += ../i18n/en/todolist.ts | 25 | TRANSLATIONS += ../i18n/en/todolist.ts |
24 | TRANSLATIONS += ../i18n/hu/todolist.ts | 26 | TRANSLATIONS += ../i18n/hu/todolist.ts |
25 | TRANSLATIONS += ../i18n/sl/todolist.ts | 27 | TRANSLATIONS += ../i18n/sl/todolist.ts |
26 | TRANSLATIONS += ../i18n/pl/todolist.ts | 28 | TRANSLATIONS += ../i18n/pl/todolist.ts |
27 | TRANSLATIONS += ../i18n/ja/todolist.ts | 29 | TRANSLATIONS += ../i18n/ja/todolist.ts |
28 | TRANSLATIONS += ../i18n/ko/todolist.ts | 30 | TRANSLATIONS += ../i18n/ko/todolist.ts |
29 | TRANSLATIONS += ../i18n/no/todolist.ts | 31 | TRANSLATIONS += ../i18n/no/todolist.ts |
30 | TRANSLATIONS += ../i18n/zh_CN/todolist.ts | 32 | TRANSLATIONS += ../i18n/zh_CN/todolist.ts |
31 | TRANSLATIONS += ../i18n/zh_TW/todolist.ts | 33 | TRANSLATIONS += ../i18n/zh_TW/todolist.ts |
32 | TRANSLATIONS += ../i18n/fr/todolist.ts | 34 | TRANSLATIONS += ../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 | |||
@@ -1,24 +1,26 @@ | |||
1 | # $Id$ | 1 | # $Id$ |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | TEMPLATE = app | 3 | TEMPLATE = app |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | INTERFACES = citytimebase.ui | 5 | INTERFACES = citytimebase.ui |
6 | HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h | 6 | HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h |
7 | SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp | 7 | SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp |
8 | TARGET = citytime | 8 | TARGET = citytime |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/citytime.ts | 13 | TRANSLATIONS = ../i18n/de/citytime.ts |
14 | TRANSLATIONS += ../i18n/es/citytime.ts | ||
15 | TRANSLATIONS += ../i18n/pt/citytime.ts | ||
14 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts | 16 | TRANSLATIONS += ../i18n/pt_BR/citytime.ts |
15 | TRANSLATIONS += ../i18n/en/citytime.ts | 17 | TRANSLATIONS += ../i18n/en/citytime.ts |
16 | TRANSLATIONS += ../i18n/hu/citytime.ts | 18 | TRANSLATIONS += ../i18n/hu/citytime.ts |
17 | TRANSLATIONS += ../i18n/ja/citytime.ts | 19 | TRANSLATIONS += ../i18n/ja/citytime.ts |
18 | TRANSLATIONS += ../i18n/ko/citytime.ts | 20 | TRANSLATIONS += ../i18n/ko/citytime.ts |
19 | TRANSLATIONS += ../i18n/pl/citytime.ts | 21 | TRANSLATIONS += ../i18n/pl/citytime.ts |
20 | TRANSLATIONS += ../i18n/fr/citytime.ts | 22 | TRANSLATIONS += ../i18n/fr/citytime.ts |
21 | TRANSLATIONS += ../i18n/sl/citytime.ts | 23 | TRANSLATIONS += ../i18n/sl/citytime.ts |
22 | TRANSLATIONS += ../i18n/no/citytime.ts | 24 | TRANSLATIONS += ../i18n/no/citytime.ts |
23 | TRANSLATIONS += ../i18n/zh_CN/citytime.ts | 25 | TRANSLATIONS += ../i18n/zh_CN/citytime.ts |
24 | TRANSLATIONS += ../i18n/zh_TW/citytime.ts | 26 | TRANSLATIONS += ../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = light-and-power | 10 | TARGET = light-and-power |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/de/light-and-power.ts | 12 | TRANSLATIONS = ../../i18n/de/light-and-power.ts |
13 | TRANSLATIONS += ../../i18n/es/light-and-power.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/light-and-power.ts | ||
13 | TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts | 15 | TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts |
14 | TRANSLATIONS += ../../i18n/pl/light-and-power.ts | 16 | TRANSLATIONS += ../../i18n/pl/light-and-power.ts |
15 | TRANSLATIONS += ../../i18n/fr/light-and-power.ts | 17 | TRANSLATIONS += ../../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 |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = security | 10 | TARGET = security |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/security.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/security.ts |
13 | TRANSLATIONS += ../../i18n/es/security.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/security.ts | ||
13 | TRANSLATIONS += ../../i18n/de/security.ts | 15 | TRANSLATIONS += ../../i18n/de/security.ts |
14 | TRANSLATIONS += ../../i18n/en/security.ts | 16 | TRANSLATIONS += ../../i18n/en/security.ts |
15 | TRANSLATIONS += ../../i18n/hu/security.ts | 17 | TRANSLATIONS += ../../i18n/hu/security.ts |
16 | TRANSLATIONS += ../../i18n/sl/security.ts | 18 | TRANSLATIONS += ../../i18n/sl/security.ts |
17 | TRANSLATIONS += ../../i18n/ja/security.ts | 19 | TRANSLATIONS += ../../i18n/ja/security.ts |
18 | TRANSLATIONS += ../../i18n/ko/security.ts | 20 | TRANSLATIONS += ../../i18n/ko/security.ts |
19 | TRANSLATIONS += ../../i18n/pl/security.ts | 21 | TRANSLATIONS += ../../i18n/pl/security.ts |
20 | TRANSLATIONS += ../../i18n/no/security.ts | 22 | TRANSLATIONS += ../../i18n/no/security.ts |
21 | TRANSLATIONS += ../../i18n/zh_CN/security.ts | 23 | TRANSLATIONS += ../../i18n/zh_CN/security.ts |
22 | TRANSLATIONS += ../../i18n/zh_TW/security.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/security.ts |
23 | TRANSLATIONS += ../../i18n/fr/security.ts | 25 | TRANSLATIONS += ../../i18n/fr/security.ts |
diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index c7b5b34..c433392 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro | |||
@@ -1,29 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= dvorak.h \ | 3 | HEADERS= dvorak.h \ |
4 | ../pickboard/pickboardcfg.h \ | 4 | ../pickboard/pickboardcfg.h \ |
5 | ../pickboard/pickboardpicks.h \ | 5 | ../pickboard/pickboardpicks.h \ |
6 | dvorakimpl.h | 6 | dvorakimpl.h |
7 | SOURCES= dvorak.cpp \ | 7 | SOURCES= dvorak.cpp \ |
8 | ../pickboard/pickboardcfg.cpp \ | 8 | ../pickboard/pickboardcfg.cpp \ |
9 | ../pickboard/pickboardpicks.cpp \ | 9 | ../pickboard/pickboardpicks.cpp \ |
10 | dvorakimpl.cpp | 10 | dvorakimpl.cpp |
11 | TARGET = qdvorak | 11 | TARGET = qdvorak |
12 | DESTDIR = ../../plugins/inputmethods | 12 | DESTDIR = ../../plugins/inputmethods |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | VERSION = 1.0.0 | 16 | VERSION = 1.0.0 |
17 | 17 | ||
18 | TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts | 18 | TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts |
19 | TRANSLATIONS += ../../i18n/es/libqdvorak.ts | ||
20 | TRANSLATIONS += ../../i18n/pt/libqdvorak.ts | ||
19 | TRANSLATIONS += ../../i18n/de/libqdvorak.ts | 21 | TRANSLATIONS += ../../i18n/de/libqdvorak.ts |
20 | TRANSLATIONS += ../../i18n/en/libqdvorak.ts | 22 | TRANSLATIONS += ../../i18n/en/libqdvorak.ts |
21 | TRANSLATIONS += ../../i18n/hu/libqdvorak.ts | 23 | TRANSLATIONS += ../../i18n/hu/libqdvorak.ts |
22 | TRANSLATIONS += ../../i18n/sl/libqdvorak.ts | 24 | TRANSLATIONS += ../../i18n/sl/libqdvorak.ts |
23 | TRANSLATIONS += ../../i18n/pl/libqdvorak.ts | 25 | TRANSLATIONS += ../../i18n/pl/libqdvorak.ts |
24 | TRANSLATIONS += ../../i18n/ja/libqdvorak.ts | 26 | TRANSLATIONS += ../../i18n/ja/libqdvorak.ts |
25 | TRANSLATIONS += ../../i18n/ko/libqdvorak.ts | 27 | TRANSLATIONS += ../../i18n/ko/libqdvorak.ts |
26 | TRANSLATIONS += ../../i18n/no/libqdvorak.ts | 28 | TRANSLATIONS += ../../i18n/no/libqdvorak.ts |
27 | TRANSLATIONS += ../../i18n/zh_CN/libqdvorak.ts | 29 | TRANSLATIONS += ../../i18n/zh_CN/libqdvorak.ts |
28 | TRANSLATIONS += ../../i18n/zh_TW/libqdvorak.ts | 30 | TRANSLATIONS += ../../i18n/zh_TW/libqdvorak.ts |
29 | TRANSLATIONS += ../../i18n/fr/libqdvorak.ts | 31 | TRANSLATIONS += ../../i18n/fr/libqdvorak.ts |
diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 7a6c3a0..24c8f6f 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro | |||
@@ -1,44 +1,46 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= qimpenchar.h \ | 3 | HEADERS= qimpenchar.h \ |
4 | qimpenprofile.h \ | 4 | qimpenprofile.h \ |
5 | qimpencombining.h \ | 5 | qimpencombining.h \ |
6 | qimpenhelp.h \ | 6 | qimpenhelp.h \ |
7 | qimpeninput.h \ | 7 | qimpeninput.h \ |
8 | qimpenmatch.h \ | 8 | qimpenmatch.h \ |
9 | qimpensetup.h \ | 9 | qimpensetup.h \ |
10 | qimpenstroke.h \ | 10 | qimpenstroke.h \ |
11 | qimpenwidget.h \ | 11 | qimpenwidget.h \ |
12 | qimpenwordpick.h \ | 12 | qimpenwordpick.h \ |
13 | handwritingimpl.h | 13 | handwritingimpl.h |
14 | SOURCES= qimpenchar.cpp \ | 14 | SOURCES= qimpenchar.cpp \ |
15 | qimpenprofile.cpp \ | 15 | qimpenprofile.cpp \ |
16 | qimpencombining.cpp \ | 16 | qimpencombining.cpp \ |
17 | qimpenhelp.cpp \ | 17 | qimpenhelp.cpp \ |
18 | qimpeninput.cpp \ | 18 | qimpeninput.cpp \ |
19 | qimpenmatch.cpp \ | 19 | qimpenmatch.cpp \ |
20 | qimpensetup.cpp \ | 20 | qimpensetup.cpp \ |
21 | qimpenstroke.cpp \ | 21 | qimpenstroke.cpp \ |
22 | qimpenwidget.cpp \ | 22 | qimpenwidget.cpp \ |
23 | qimpenwordpick.cpp \ | 23 | qimpenwordpick.cpp \ |
24 | handwritingimpl.cpp | 24 | handwritingimpl.cpp |
25 | INTERFACES = qimpenprefbase.ui | 25 | INTERFACES = qimpenprefbase.ui |
26 | TARGET = qhandwriting | 26 | TARGET = qhandwriting |
27 | DESTDIR = ../../plugins/inputmethods | 27 | DESTDIR = ../../plugins/inputmethods |
28 | INCLUDEPATH += $(OPIEDIR)/include | 28 | INCLUDEPATH += $(OPIEDIR)/include |
29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 29 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
30 | LIBS += -lqpe | 30 | LIBS += -lqpe |
31 | VERSION = 1.0.0 | 31 | VERSION = 1.0.0 |
32 | 32 | ||
33 | TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts | 33 | TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts |
34 | TRANSLATIONS += ../../i18n/es/libqhandwriting.ts | ||
35 | TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts | ||
34 | TRANSLATIONS += ../../i18n/de/libqhandwriting.ts | 36 | TRANSLATIONS += ../../i18n/de/libqhandwriting.ts |
35 | TRANSLATIONS += ../../i18n/en/libqhandwriting.ts | 37 | TRANSLATIONS += ../../i18n/en/libqhandwriting.ts |
36 | TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts | 38 | TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts |
37 | TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts | 39 | TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts |
38 | TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts | 40 | TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts |
39 | TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts | 41 | TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts |
40 | TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts | 42 | TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts |
41 | TRANSLATIONS += ../../i18n/no/libqhandwriting.ts | 43 | TRANSLATIONS += ../../i18n/no/libqhandwriting.ts |
42 | TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts | 44 | TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts |
43 | TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts | 45 | TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts |
44 | TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts | 46 | TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts |
diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 2c2231c..38ef038 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro | |||
@@ -1,29 +1,31 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= keyboard.h \ | 3 | HEADERS= keyboard.h \ |
4 | ../pickboard/pickboardcfg.h \ | 4 | ../pickboard/pickboardcfg.h \ |
5 | ../pickboard/pickboardpicks.h \ | 5 | ../pickboard/pickboardpicks.h \ |
6 | keyboardimpl.h | 6 | keyboardimpl.h |
7 | SOURCES= keyboard.cpp \ | 7 | SOURCES= keyboard.cpp \ |
8 | ../pickboard/pickboardcfg.cpp \ | 8 | ../pickboard/pickboardcfg.cpp \ |
9 | ../pickboard/pickboardpicks.cpp \ | 9 | ../pickboard/pickboardpicks.cpp \ |
10 | keyboardimpl.cpp | 10 | keyboardimpl.cpp |
11 | TARGET = qkeyboard | 11 | TARGET = qkeyboard |
12 | DESTDIR = ../../plugins/inputmethods | 12 | DESTDIR = ../../plugins/inputmethods |
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 14 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | VERSION = 1.0.0 | 16 | VERSION = 1.0.0 |
17 | 17 | ||
18 | TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts | 18 | TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts |
19 | TRANSLATIONS += ../../i18n/es/libqkeyboard.ts | ||
20 | TRANSLATIONS += ../../i18n/pt/libqkeyboard.ts | ||
19 | TRANSLATIONS += ../../i18n/de/libqkeyboard.ts | 21 | TRANSLATIONS += ../../i18n/de/libqkeyboard.ts |
20 | TRANSLATIONS += ../../i18n/en/libqkeyboard.ts | 22 | TRANSLATIONS += ../../i18n/en/libqkeyboard.ts |
21 | TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts | 23 | TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts |
22 | TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts | 24 | TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts |
23 | TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts | 25 | TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts |
24 | TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts | 26 | TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts |
25 | TRANSLATIONS += ../../i18n/pl/libqkeyboard.ts | 27 | TRANSLATIONS += ../../i18n/pl/libqkeyboard.ts |
26 | TRANSLATIONS += ../../i18n/no/libqkeyboard.ts | 28 | TRANSLATIONS += ../../i18n/no/libqkeyboard.ts |
27 | TRANSLATIONS += ../../i18n/zh_CN/libqkeyboard.ts | 29 | TRANSLATIONS += ../../i18n/zh_CN/libqkeyboard.ts |
28 | TRANSLATIONS += ../../i18n/zh_TW/libqkeyboard.ts | 30 | TRANSLATIONS += ../../i18n/zh_TW/libqkeyboard.ts |
29 | TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts | 31 | TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts |
diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 6a669c9..ca495e9 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.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= pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h | 3 | HEADERS= pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h |
4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp | 4 | SOURCES= pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp |
5 | TARGET = qpickboard | 5 | TARGET = qpickboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts |
13 | TRANSLATIONS += ../../i18n/es/libqpickboard.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/libqpickboard.ts | ||
13 | TRANSLATIONS += ../../i18n/de/libqpickboard.ts | 15 | TRANSLATIONS += ../../i18n/de/libqpickboard.ts |
14 | TRANSLATIONS += ../../i18n/en/libqpickboard.ts | 16 | TRANSLATIONS += ../../i18n/en/libqpickboard.ts |
15 | TRANSLATIONS += ../../i18n/pl/libqpickboard.ts | 17 | TRANSLATIONS += ../../i18n/pl/libqpickboard.ts |
16 | TRANSLATIONS += ../../i18n/hu/libqpickboard.ts | 18 | TRANSLATIONS += ../../i18n/hu/libqpickboard.ts |
17 | TRANSLATIONS += ../../i18n/sl/libqpickboard.ts | 19 | TRANSLATIONS += ../../i18n/sl/libqpickboard.ts |
18 | TRANSLATIONS += ../../i18n/ja/libqpickboard.ts | 20 | TRANSLATIONS += ../../i18n/ja/libqpickboard.ts |
19 | TRANSLATIONS += ../../i18n/ko/libqpickboard.ts | 21 | TRANSLATIONS += ../../i18n/ko/libqpickboard.ts |
20 | TRANSLATIONS += ../../i18n/no/libqpickboard.ts | 22 | TRANSLATIONS += ../../i18n/no/libqpickboard.ts |
21 | TRANSLATIONS += ../../i18n/zh_CN/libqpickboard.ts | 23 | TRANSLATIONS += ../../i18n/zh_CN/libqpickboard.ts |
22 | TRANSLATIONS += ../../i18n/zh_TW/libqpickboard.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/libqpickboard.ts |
23 | TRANSLATIONS += ../../i18n/fr/libqpickboard.ts | 25 | TRANSLATIONS += ../../i18n/fr/libqpickboard.ts |
diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 4c510b2..874eab1 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.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= unikeyboard.h unikeyboardimpl.h | 3 | HEADERS= unikeyboard.h unikeyboardimpl.h |
4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp | 4 | SOURCES= unikeyboard.cpp unikeyboardimpl.cpp |
5 | TARGET = qunikeyboard | 5 | TARGET = qunikeyboard |
6 | DESTDIR = ../../plugins/inputmethods | 6 | DESTDIR = ../../plugins/inputmethods |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher | 8 | DEPENDPATH += ../$(OPIEDIR)/include ../../launcher |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | VERSION = 1.0.0 | 10 | VERSION = 1.0.0 |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts |
13 | TRANSLATIONS += ../../i18n/es/libqunikeyboard.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/libqunikeyboard.ts | ||
13 | TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts | 15 | TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts |
14 | TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts | 16 | TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts |
15 | TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts | 17 | TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts |
16 | TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts | 18 | TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts |
17 | TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts | 19 | TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts |
18 | TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts | 20 | TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts |
19 | TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts | 21 | TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts |
20 | TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts | 22 | TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts |
21 | TRANSLATIONS += ../../i18n/pl/libqunikeyboard.ts | 23 | TRANSLATIONS += ../../i18n/pl/libqunikeyboard.ts |
22 | TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts |
23 | TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts | 25 | TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts |
diff --git a/library/library.pro b/library/library.pro index 32bf3d1..44fd7cf 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -1,141 +1,143 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= calendar.h \ | 3 | HEADERS= calendar.h \ |
4 | global.h \ | 4 | global.h \ |
5 | resource.h \ | 5 | resource.h \ |
6 | xmlreader.h \ | 6 | xmlreader.h \ |
7 | mimetype.h \ | 7 | mimetype.h \ |
8 | menubutton.h \ | 8 | menubutton.h \ |
9 | network.h \ | 9 | network.h \ |
10 | networkinterface.h \ | 10 | networkinterface.h \ |
11 | filemanager.h \ | 11 | filemanager.h \ |
12 | fontmanager.h \ | 12 | fontmanager.h \ |
13 | qdawg.h \ | 13 | qdawg.h \ |
14 | datebookmonth.h \ | 14 | datebookmonth.h \ |
15 | fileselector.h \ | 15 | fileselector.h \ |
16 | fileselector_p.h \ | 16 | fileselector_p.h \ |
17 | imageedit.h \ | 17 | imageedit.h \ |
18 | qcopenvelope_qws.h \ | 18 | qcopenvelope_qws.h \ |
19 | qpedecoration_qws.h \ | 19 | qpedecoration_qws.h \ |
20 | qpeapplication.h \ | 20 | qpeapplication.h \ |
21 | qpestyle.h \ | 21 | qpestyle.h \ |
22 | qpedialog.h \ | 22 | qpedialog.h \ |
23 | lightstyle.h \ | 23 | lightstyle.h \ |
24 | config.h \ | 24 | config.h \ |
25 | applnk.h \ | 25 | applnk.h \ |
26 | sound.h \ | 26 | sound.h \ |
27 | tzselect.h \ | 27 | tzselect.h \ |
28 | qmath.h \ | 28 | qmath.h \ |
29 | datebookdb.h \ | 29 | datebookdb.h \ |
30 | alarmserver.h \ | 30 | alarmserver.h \ |
31 | process.h \ | 31 | process.h \ |
32 | password.h \ | 32 | password.h \ |
33 | timestring.h \ | 33 | timestring.h \ |
34 | fontfactoryinterface.h \ | 34 | fontfactoryinterface.h \ |
35 | fontdatabase.h \ | 35 | fontdatabase.h \ |
36 | power.h \ | 36 | power.h \ |
37 | storage.h \ | 37 | storage.h \ |
38 | qpemessagebox.h \ | 38 | qpemessagebox.h \ |
39 | backend/timeconversion.h \ | 39 | backend/timeconversion.h \ |
40 | qpedebug.h \ | 40 | qpedebug.h \ |
41 | qpemenubar.h \ | 41 | qpemenubar.h \ |
42 | qpetoolbar.h \ | 42 | qpetoolbar.h \ |
43 | backend/categories.h \ | 43 | backend/categories.h \ |
44 | backend/stringutil.h \ | 44 | backend/stringutil.h \ |
45 | backend/palmtopuid.h \ | 45 | backend/palmtopuid.h \ |
46 | backend/palmtoprecord.h \ | 46 | backend/palmtoprecord.h \ |
47 | backend/task.h \ | 47 | backend/task.h \ |
48 | backend/event.h \ | 48 | backend/event.h \ |
49 | backend/contact.h\ | 49 | backend/contact.h\ |
50 | categorymenu.h \ | 50 | categorymenu.h \ |
51 | categoryedit_p.h \ | 51 | categoryedit_p.h \ |
52 | categoryselect.h \ | 52 | categoryselect.h \ |
53 | categorywidget.h \ | 53 | categorywidget.h \ |
54 | ir.h \ | 54 | ir.h \ |
55 | backend/vobject_p.h \ | 55 | backend/vobject_p.h \ |
56 | findwidget_p.h \ | 56 | findwidget_p.h \ |
57 | finddialog.h \ | 57 | finddialog.h \ |
58 | lnkproperties.h | 58 | lnkproperties.h |
59 | 59 | ||
60 | SOURCES= calendar.cpp \ | 60 | SOURCES= calendar.cpp \ |
61 | global.cpp \ | 61 | global.cpp \ |
62 | xmlreader.cpp \ | 62 | xmlreader.cpp \ |
63 | mimetype.cpp \ | 63 | mimetype.cpp \ |
64 | menubutton.cpp \ | 64 | menubutton.cpp \ |
65 | network.cpp \ | 65 | network.cpp \ |
66 | networkinterface.cpp \ | 66 | networkinterface.cpp \ |
67 | filemanager.cpp \ | 67 | filemanager.cpp \ |
68 | fontmanager.cpp \ | 68 | fontmanager.cpp \ |
69 | qdawg.cpp \ | 69 | qdawg.cpp \ |
70 | datebookmonth.cpp \ | 70 | datebookmonth.cpp \ |
71 | fileselector.cpp \ | 71 | fileselector.cpp \ |
72 | imageedit.cpp \ | 72 | imageedit.cpp \ |
73 | resource.cpp \ | 73 | resource.cpp \ |
74 | qpedecoration_qws.cpp \ | 74 | qpedecoration_qws.cpp \ |
75 | qcopenvelope_qws.cpp \ | 75 | qcopenvelope_qws.cpp \ |
76 | qpeapplication.cpp \ | 76 | qpeapplication.cpp \ |
77 | qpestyle.cpp \ | 77 | qpestyle.cpp \ |
78 | qpedialog.cpp \ | 78 | qpedialog.cpp \ |
79 | lightstyle.cpp \ | 79 | lightstyle.cpp \ |
80 | config.cpp \ | 80 | config.cpp \ |
81 | applnk.cpp \ | 81 | applnk.cpp \ |
82 | sound.cpp \ | 82 | sound.cpp \ |
83 | tzselect.cpp \ | 83 | tzselect.cpp \ |
84 | qmath.c \ | 84 | qmath.c \ |
85 | datebookdb.cpp \ | 85 | datebookdb.cpp \ |
86 | alarmserver.cpp \ | 86 | alarmserver.cpp \ |
87 | password.cpp \ | 87 | password.cpp \ |
88 | process.cpp \ | 88 | process.cpp \ |
89 | process_unix.cpp \ | 89 | process_unix.cpp \ |
90 | timestring.cpp \ | 90 | timestring.cpp \ |
91 | fontdatabase.cpp \ | 91 | fontdatabase.cpp \ |
92 | power.cpp \ | 92 | power.cpp \ |
93 | storage.cpp \ | 93 | storage.cpp \ |
94 | qpemessagebox.cpp \ | 94 | qpemessagebox.cpp \ |
95 | backend/timeconversion.cpp \ | 95 | backend/timeconversion.cpp \ |
96 | qpedebug.cpp \ | 96 | qpedebug.cpp \ |
97 | qpemenubar.cpp \ | 97 | qpemenubar.cpp \ |
98 | qpetoolbar.cpp \ | 98 | qpetoolbar.cpp \ |
99 | backend/categories.cpp \ | 99 | backend/categories.cpp \ |
100 | backend/stringutil.cpp \ | 100 | backend/stringutil.cpp \ |
101 | backend/palmtoprecord.cpp \ | 101 | backend/palmtoprecord.cpp \ |
102 | backend/task.cpp \ | 102 | backend/task.cpp \ |
103 | backend/event.cpp \ | 103 | backend/event.cpp \ |
104 | backend/contact.cpp \ | 104 | backend/contact.cpp \ |
105 | categorymenu.cpp \ | 105 | categorymenu.cpp \ |
106 | categoryedit_p.cpp \ | 106 | categoryedit_p.cpp \ |
107 | categoryselect.cpp \ | 107 | categoryselect.cpp \ |
108 | categorywidget.cpp \ | 108 | categorywidget.cpp \ |
109 | ir.cpp \ | 109 | ir.cpp \ |
110 | backend/vcc_yacc.cpp \ | 110 | backend/vcc_yacc.cpp \ |
111 | backend/vobject.cpp \ | 111 | backend/vobject.cpp \ |
112 | findwidget_p.cpp \ | 112 | findwidget_p.cpp \ |
113 | finddialog.cpp \ | 113 | finddialog.cpp \ |
114 | lnkproperties.cpp | 114 | lnkproperties.cpp |
115 | 115 | ||
116 | # Qt 3 compatibility | 116 | # Qt 3 compatibility |
117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 117 | qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 118 | qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
119 | 119 | ||
120 | INCLUDEPATH += $(OPIEDIR)/include backend | 120 | INCLUDEPATH += $(OPIEDIR)/include backend |
121 | LIBS += -ldl -lcrypt -lm | 121 | LIBS += -ldl -lcrypt -lm |
122 | 122 | ||
123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 123 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
124 | 124 | ||
125 | TARGET = qpe | 125 | TARGET = qpe |
126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 126 | DESTDIR = $(QTDIR)/lib$(PROJMAK) |
127 | # This is set by configure$(OPIEDIR). | 127 | # This is set by configure$(OPIEDIR). |
128 | VERSION = 1.5.0 | 128 | VERSION = 1.5.0 |
129 | 129 | ||
130 | TRANSLATIONS = ../i18n/de/libqpe.ts | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts |
131 | TRANSLATIONS += ../i18n/es/libqpe.ts | ||
132 | TRANSLATIONS += ../i18n/pt/libqpe.ts | ||
131 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts | 133 | TRANSLATIONS += ../i18n/pt_BR/libqpe.ts |
132 | TRANSLATIONS += ../i18n/en/libqpe.ts | 134 | TRANSLATIONS += ../i18n/en/libqpe.ts |
133 | TRANSLATIONS += ../i18n/sl/libqpe.ts | 135 | TRANSLATIONS += ../i18n/sl/libqpe.ts |
134 | TRANSLATIONS += ../i18n/hu/libqpe.ts | 136 | TRANSLATIONS += ../i18n/hu/libqpe.ts |
135 | TRANSLATIONS += ../i18n/ja/libqpe.ts | 137 | TRANSLATIONS += ../i18n/ja/libqpe.ts |
136 | TRANSLATIONS += ../i18n/ko/libqpe.ts | 138 | TRANSLATIONS += ../i18n/ko/libqpe.ts |
137 | TRANSLATIONS += ../i18n/pl/libqpe.ts | 139 | TRANSLATIONS += ../i18n/pl/libqpe.ts |
138 | TRANSLATIONS += ../i18n/fr/libqpe.ts | 140 | TRANSLATIONS += ../i18n/fr/libqpe.ts |
139 | TRANSLATIONS += ../i18n/no/libqpe.ts | 141 | TRANSLATIONS += ../i18n/no/libqpe.ts |
140 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts | 142 | TRANSLATIONS += ../i18n/zh_CN/libqpe.ts |
141 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts | 143 | TRANSLATIONS += ../i18n/zh_TW/libqpe.ts |
diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 71056dc..34c06e3 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro | |||
@@ -1,28 +1,29 @@ | |||
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 | 4 | ||
5 | HEADERS= dicttool.h | 5 | HEADERS= dicttool.h |
6 | SOURCES= dicttool.cpp main.cpp | 6 | SOURCES= dicttool.cpp main.cpp |
7 | 7 | ||
8 | INTERFACES= dicttoolbase.ui | 8 | INTERFACES= dicttoolbase.ui |
9 | 9 | ||
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | DEPENDPATH+= $(OPIEDIR)/include | 11 | DEPENDPATH+= $(OPIEDIR)/include |
12 | LIBS += -lqpe | 12 | LIBS += -lqpe |
13 | 13 | ||
14 | TARGET = dictionary | 14 | TARGET = dictionary |
15 | 15 | ||
16 | TRANSLATIONS = ../i18n/pt_BR/dictionary.ts | 16 | TRANSLATIONS = ../i18n/pt_BR/dictionary.ts |
17 | TRANSLATIONS += ../i18n/pt/dictionary.ts | ||
17 | TRANSLATIONS += ../i18n/de/dictionary.ts | 18 | TRANSLATIONS += ../i18n/de/dictionary.ts |
18 | TRANSLATIONS += ../i18n/en/dictionary.ts | 19 | TRANSLATIONS += ../i18n/en/dictionary.ts |
19 | TRANSLATIONS += ../i18n/hu/dictionary.ts | 20 | TRANSLATIONS += ../i18n/hu/dictionary.ts |
20 | TRANSLATIONS += ../i18n/sl/dictionary.ts | 21 | TRANSLATIONS += ../i18n/sl/dictionary.ts |
21 | TRANSLATIONS += ../i18n/pl/dictionary.ts | 22 | TRANSLATIONS += ../i18n/pl/dictionary.ts |
22 | TRANSLATIONS += ../i18n/fr/dictionary.ts | 23 | TRANSLATIONS += ../i18n/fr/dictionary.ts |
23 | TRANSLATIONS += ../i18n/ja/dictionary.ts | 24 | TRANSLATIONS += ../i18n/ja/dictionary.ts |
24 | TRANSLATIONS += ../i18n/ko/dictionary.ts | 25 | TRANSLATIONS += ../i18n/ko/dictionary.ts |
25 | TRANSLATIONS += ../i18n/no/dictionary.ts | 26 | TRANSLATIONS += ../i18n/no/dictionary.ts |
26 | TRANSLATIONS += ../i18n/zh_CN/dictionary.ts | 27 | TRANSLATIONS += ../i18n/zh_CN/dictionary.ts |
27 | TRANSLATIONS += ../i18n/zh_TW/dictionary.ts | 28 | TRANSLATIONS += ../i18n/zh_TW/dictionary.ts |
28 | TRANSLATIONS += ../i18n/es/dictionary.ts | 29 | TRANSLATIONS += ../i18n/es/dictionary.ts |
diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 407323f..86f6b0e 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro | |||
@@ -1,49 +1,51 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on debug | 2 | CONFIG = qt warn_on debug |
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | SUBDIRS = db ui | 4 | SUBDIRS = db ui |
5 | HEADERS = tableviewer.h \ | 5 | HEADERS = tableviewer.h \ |
6 | ui/commonwidgets.h \ | 6 | ui/commonwidgets.h \ |
7 | ui/tvbrowseview.h \ | 7 | ui/tvbrowseview.h \ |
8 | ui/tvlistview.h \ | 8 | ui/tvlistview.h \ |
9 | ui/tvfilterview.h \ | 9 | ui/tvfilterview.h \ |
10 | ui/tveditview.h \ | 10 | ui/tveditview.h \ |
11 | ui/browsekeyentry.h \ | 11 | ui/browsekeyentry.h \ |
12 | ui/filterkeyentry.h \ | 12 | ui/filterkeyentry.h \ |
13 | ui/tvkeyedit.h \ | 13 | ui/tvkeyedit.h \ |
14 | db/datacache.h \ | 14 | db/datacache.h \ |
15 | db/common.h \ | 15 | db/common.h \ |
16 | db/xmlsource.h \ | 16 | db/xmlsource.h \ |
17 | db/csvsource.h | 17 | db/csvsource.h |
18 | SOURCES = main.cpp \ | 18 | SOURCES = main.cpp \ |
19 | tableviewer.cpp \ | 19 | tableviewer.cpp \ |
20 | ui/commonwidgets.cpp \ | 20 | ui/commonwidgets.cpp \ |
21 | ui/tvbrowseview.cpp \ | 21 | ui/tvbrowseview.cpp \ |
22 | ui/tvfilterview.cpp \ | 22 | ui/tvfilterview.cpp \ |
23 | ui/browsekeyentry.cpp \ | 23 | ui/browsekeyentry.cpp \ |
24 | ui/filterkeyentry.cpp \ | 24 | ui/filterkeyentry.cpp \ |
25 | ui/tvlistview.cpp \ | 25 | ui/tvlistview.cpp \ |
26 | ui/tveditview.cpp \ | 26 | ui/tveditview.cpp \ |
27 | ui/tvkeyedit.cpp \ | 27 | ui/tvkeyedit.cpp \ |
28 | db/datacache.cpp \ | 28 | db/datacache.cpp \ |
29 | db/xmlsource.cpp \ | 29 | db/xmlsource.cpp \ |
30 | db/csvsource.cpp \ | 30 | db/csvsource.cpp \ |
31 | db/common.cpp | 31 | db/common.cpp |
32 | INTERFACES= ui/tvkeyedit_gen.ui | 32 | INTERFACES= ui/tvkeyedit_gen.ui |
33 | TARGET = tableviewer | 33 | TARGET = tableviewer |
34 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
35 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
36 | LIBS += -lqpe | 36 | LIBS += -lqpe |
37 | 37 | ||
38 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts | 38 | TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts |
39 | TRANSLATIONS += ../i18n/es/tableviewer.ts | ||
40 | TRANSLATIONS += ../i18n/pt/tableviewer.ts | ||
39 | TRANSLATIONS += ../i18n/en/tableviewer.ts | 41 | TRANSLATIONS += ../i18n/en/tableviewer.ts |
40 | TRANSLATIONS += ../i18n/de/tableviewer.ts | 42 | TRANSLATIONS += ../i18n/de/tableviewer.ts |
41 | TRANSLATIONS += ../i18n/hu/tableviewer.ts | 43 | TRANSLATIONS += ../i18n/hu/tableviewer.ts |
42 | TRANSLATIONS += ../i18n/pl/tableviewer.ts | 44 | TRANSLATIONS += ../i18n/pl/tableviewer.ts |
43 | TRANSLATIONS += ../i18n/ja/tableviewer.ts | 45 | TRANSLATIONS += ../i18n/ja/tableviewer.ts |
44 | TRANSLATIONS += ../i18n/sl/tableviewer.ts | 46 | TRANSLATIONS += ../i18n/sl/tableviewer.ts |
45 | TRANSLATIONS += ../i18n/fr/tableviewer.ts | 47 | TRANSLATIONS += ../i18n/fr/tableviewer.ts |
46 | TRANSLATIONS += ../i18n/ko/tableviewer.ts | 48 | TRANSLATIONS += ../i18n/ko/tableviewer.ts |
47 | TRANSLATIONS += ../i18n/no/tableviewer.ts | 49 | TRANSLATIONS += ../i18n/no/tableviewer.ts |
48 | TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts | 50 | TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts |
49 | TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts | 51 | TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts |
diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 45b7635..93b81f9 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro | |||
@@ -1,50 +1,52 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = ../bin | 4 | DESTDIR = ../bin |
5 | 5 | ||
6 | HEADERS = d3des.h \ | 6 | HEADERS = d3des.h \ |
7 | krfbbuffer.h \ | 7 | krfbbuffer.h \ |
8 | krfbcanvas.h \ | 8 | krfbcanvas.h \ |
9 | krfbconnection.h \ | 9 | krfbconnection.h \ |
10 | krfbdecoder.h \ | 10 | krfbdecoder.h \ |
11 | krfblogin.h \ | 11 | krfblogin.h \ |
12 | krfboptions.h \ | 12 | krfboptions.h \ |
13 | krfbserverinfo.h \ | 13 | krfbserverinfo.h \ |
14 | kvnc.h \ | 14 | kvnc.h \ |
15 | kvncconnectdlg.h \ | 15 | kvncconnectdlg.h \ |
16 | kvncoptionsdlg.h \ | 16 | kvncoptionsdlg.h \ |
17 | version.h \ | 17 | version.h \ |
18 | vncauth.h | 18 | vncauth.h |
19 | 19 | ||
20 | SOURCES = d3des.c \ | 20 | SOURCES = d3des.c \ |
21 | vncauth.c \ | 21 | vncauth.c \ |
22 | krfbbuffer.cpp \ | 22 | krfbbuffer.cpp \ |
23 | krfbcanvas.cpp \ | 23 | krfbcanvas.cpp \ |
24 | krfbconnection.cpp \ | 24 | krfbconnection.cpp \ |
25 | krfbdecoder.cpp \ | 25 | krfbdecoder.cpp \ |
26 | krfblogin.cpp \ | 26 | krfblogin.cpp \ |
27 | krfboptions.cpp \ | 27 | krfboptions.cpp \ |
28 | kvnc.cpp \ | 28 | kvnc.cpp \ |
29 | kvncconnectdlg.cpp \ | 29 | kvncconnectdlg.cpp \ |
30 | kvncoptionsdlg.cpp \ | 30 | kvncoptionsdlg.cpp \ |
31 | main.cpp | 31 | main.cpp |
32 | INTERFACES= vncoptionsbase.ui | 32 | INTERFACES= vncoptionsbase.ui |
33 | TARGET = keypebble | 33 | TARGET = keypebble |
34 | 34 | ||
35 | INCLUDEPATH += $(OPIEDIR)/include | 35 | INCLUDEPATH += $(OPIEDIR)/include |
36 | DEPENDPATH += $(OPIEDIR)/include | 36 | DEPENDPATH += $(OPIEDIR)/include |
37 | LIBS += -lqpe | 37 | LIBS += -lqpe |
38 | 38 | ||
39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts | 39 | TRANSLATIONS = ../i18n/pt_BR/keypebble.ts |
40 | TRANSLATIONS += ../i18n/es/keypebble.ts | ||
41 | TRANSLATIONS += ../i18n/pt/keypebble.ts | ||
40 | TRANSLATIONS += ../i18n/de/keypebble.ts | 42 | TRANSLATIONS += ../i18n/de/keypebble.ts |
41 | TRANSLATIONS += ../i18n/en/keypebble.ts | 43 | TRANSLATIONS += ../i18n/en/keypebble.ts |
42 | TRANSLATIONS += ../i18n/hu/keypebble.ts | 44 | TRANSLATIONS += ../i18n/hu/keypebble.ts |
43 | TRANSLATIONS += ../i18n/sl/keypebble.ts | 45 | TRANSLATIONS += ../i18n/sl/keypebble.ts |
44 | TRANSLATIONS += ../i18n/fr/keypebble.ts | 46 | TRANSLATIONS += ../i18n/fr/keypebble.ts |
45 | TRANSLATIONS += ../i18n/pl/keypebble.ts | 47 | TRANSLATIONS += ../i18n/pl/keypebble.ts |
46 | TRANSLATIONS += ../i18n/ja/keypebble.ts | 48 | TRANSLATIONS += ../i18n/ja/keypebble.ts |
47 | TRANSLATIONS += ../i18n/ko/keypebble.ts | 49 | TRANSLATIONS += ../i18n/ko/keypebble.ts |
48 | TRANSLATIONS += ../i18n/no/keypebble.ts | 50 | TRANSLATIONS += ../i18n/no/keypebble.ts |
49 | TRANSLATIONS += ../i18n/zh_CN/keypebble.ts | 51 | TRANSLATIONS += ../i18n/zh_CN/keypebble.ts |
50 | TRANSLATIONS += ../i18n/zh_TW/keypebble.ts | 52 | TRANSLATIONS += ../i18n/zh_TW/keypebble.ts |
diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index c18c110..49ecaba 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro | |||
@@ -1,27 +1,29 @@ | |||
1 | SOURCES+= chess.cpp main.cpp | 1 | SOURCES+= chess.cpp main.cpp |
2 | HEADERS+= chess.h | 2 | HEADERS+= chess.h |
3 | DESTDIR = ../bin | 3 | DESTDIR = ../bin |
4 | TARGET = chess | 4 | TARGET = chess |
5 | DEPENDPATH+= $(OPIEDIR)/include | 5 | DEPENDPATH+= $(OPIEDIR)/include |
6 | INTERFACES = mainwindow.ui | 6 | INTERFACES = mainwindow.ui |
7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png | 7 | IMAGES= images/new.png images/repeat.png images/txt.png images/back.png |
8 | TEMPLATE=app | 8 | TEMPLATE=app |
9 | CONFIG+= qt warn_on release | 9 | CONFIG+= qt warn_on release |
10 | INCLUDEPATH += $(OPIEDIR)/include | 10 | INCLUDEPATH += $(OPIEDIR)/include |
11 | LIBS+= -lqpe | 11 | LIBS+= -lqpe |
12 | DBFILE= chess.db | 12 | DBFILE= chess.db |
13 | LANGUAGE= C++ | 13 | LANGUAGE= C++ |
14 | CPP_ALWAYS_CREATE_SOURCE= TRUE | 14 | CPP_ALWAYS_CREATE_SOURCE= TRUE |
15 | 15 | ||
16 | TRANSLATIONS = ../i18n/pt_BR/chess.ts | 16 | TRANSLATIONS = ../i18n/pt_BR/chess.ts |
17 | TRANSLATIONS += ../i18n/es/chess.ts | ||
18 | TRANSLATIONS += ../i18n/pt/chess.ts | ||
17 | TRANSLATIONS += ../i18n/de/chess.ts | 19 | TRANSLATIONS += ../i18n/de/chess.ts |
18 | TRANSLATIONS += ../i18n/en/chess.ts | 20 | TRANSLATIONS += ../i18n/en/chess.ts |
19 | TRANSLATIONS += ../i18n/fr/chess.ts | 21 | TRANSLATIONS += ../i18n/fr/chess.ts |
20 | TRANSLATIONS += ../i18n/pl/chess.ts | 22 | TRANSLATIONS += ../i18n/pl/chess.ts |
21 | TRANSLATIONS += ../i18n/sl/chess.ts | 23 | TRANSLATIONS += ../i18n/sl/chess.ts |
22 | TRANSLATIONS += ../i18n/hu/chess.ts | 24 | TRANSLATIONS += ../i18n/hu/chess.ts |
23 | TRANSLATIONS += ../i18n/ja/chess.ts | 25 | TRANSLATIONS += ../i18n/ja/chess.ts |
24 | TRANSLATIONS += ../i18n/ko/chess.ts | 26 | TRANSLATIONS += ../i18n/ko/chess.ts |
25 | TRANSLATIONS += ../i18n/no/chess.ts | 27 | TRANSLATIONS += ../i18n/no/chess.ts |
26 | TRANSLATIONS += ../i18n/zh_CN/chess.ts | 28 | TRANSLATIONS += ../i18n/zh_CN/chess.ts |
27 | TRANSLATIONS += ../i18n/zh_TW/chess.ts | 29 | TRANSLATIONS += ../i18n/zh_TW/chess.ts |
diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index ee99799..964b816 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro | |||
@@ -1,23 +1,25 @@ | |||
1 | DESTDIR = ../bin | 1 | DESTDIR = ../bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = fifteen.h | 4 | HEADERS = fifteen.h |
5 | SOURCES = fifteen.cpp \ | 5 | SOURCES = fifteen.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = fifteen | 10 | TARGET = fifteen |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/fifteen.ts |
13 | TRANSLATIONS += ../i18n/es/fifteen.ts | ||
14 | TRANSLATIONS += ../i18n/pt/fifteen.ts | ||
13 | TRANSLATIONS += ../i18n/de/fifteen.ts | 15 | TRANSLATIONS += ../i18n/de/fifteen.ts |
14 | TRANSLATIONS += ../i18n/en/fifteen.ts | 16 | TRANSLATIONS += ../i18n/en/fifteen.ts |
15 | TRANSLATIONS += ../i18n/hu/fifteen.ts | 17 | TRANSLATIONS += ../i18n/hu/fifteen.ts |
16 | TRANSLATIONS += ../i18n/pl/fifteen.ts | 18 | TRANSLATIONS += ../i18n/pl/fifteen.ts |
17 | TRANSLATIONS += ../i18n/ja/fifteen.ts | 19 | TRANSLATIONS += ../i18n/ja/fifteen.ts |
18 | TRANSLATIONS += ../i18n/sl/fifteen.ts | 20 | TRANSLATIONS += ../i18n/sl/fifteen.ts |
19 | TRANSLATIONS += ../i18n/ko/fifteen.ts | 21 | TRANSLATIONS += ../i18n/ko/fifteen.ts |
20 | TRANSLATIONS += ../i18n/fr/fifteen.ts | 22 | TRANSLATIONS += ../i18n/fr/fifteen.ts |
21 | TRANSLATIONS += ../i18n/no/fifteen.ts | 23 | TRANSLATIONS += ../i18n/no/fifteen.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/fifteen.ts | 24 | TRANSLATIONS += ../i18n/zh_CN/fifteen.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/fifteen.ts | 25 | TRANSLATIONS += ../i18n/zh_TW/fifteen.ts |
diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 6405808..f9084a8 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro | |||
@@ -1,30 +1,32 @@ | |||
1 | DESTDIR = ../bin | 1 | DESTDIR = ../bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = amigo.h \ | 4 | HEADERS = amigo.h \ |
5 | go.h \ | 5 | go.h \ |
6 | goplayutils.h \ | 6 | goplayutils.h \ |
7 | gowidget.h | 7 | gowidget.h |
8 | SOURCES = amigo.c \ | 8 | SOURCES = amigo.c \ |
9 | goplayer.c \ | 9 | goplayer.c \ |
10 | goplayutils.c \ | 10 | goplayutils.c \ |
11 | killable.c \ | 11 | killable.c \ |
12 | gowidget.cpp \ | 12 | gowidget.cpp \ |
13 | main.cpp | 13 | main.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | TARGET = go | 17 | TARGET = go |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/de/go.ts | 19 | TRANSLATIONS = ../i18n/de/go.ts |
20 | TRANSLATIONS += ../i18n/es/go.ts | ||
21 | TRANSLATIONS += ../i18n/pt/go.ts | ||
20 | TRANSLATIONS += ../i18n/pt_BR/go.ts | 22 | TRANSLATIONS += ../i18n/pt_BR/go.ts |
21 | TRANSLATIONS += ../i18n/en/go.ts | 23 | TRANSLATIONS += ../i18n/en/go.ts |
22 | TRANSLATIONS += ../i18n/hu/go.ts | 24 | TRANSLATIONS += ../i18n/hu/go.ts |
23 | TRANSLATIONS += ../i18n/ja/go.ts | 25 | TRANSLATIONS += ../i18n/ja/go.ts |
24 | TRANSLATIONS += ../i18n/fr/go.ts | 26 | TRANSLATIONS += ../i18n/fr/go.ts |
25 | TRANSLATIONS += ../i18n/sl/go.ts | 27 | TRANSLATIONS += ../i18n/sl/go.ts |
26 | TRANSLATIONS += ../i18n/pl/go.ts | 28 | TRANSLATIONS += ../i18n/pl/go.ts |
27 | TRANSLATIONS += ../i18n/ko/go.ts | 29 | TRANSLATIONS += ../i18n/ko/go.ts |
28 | TRANSLATIONS += ../i18n/no/go.ts | 30 | TRANSLATIONS += ../i18n/no/go.ts |
29 | TRANSLATIONS += ../i18n/zh_CN/go.ts | 31 | TRANSLATIONS += ../i18n/zh_CN/go.ts |
30 | TRANSLATIONS += ../i18n/zh_TW/go.ts | 32 | TRANSLATIONS += ../i18n/zh_TW/go.ts |
diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index 5892d3c..7ed418c 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro | |||
@@ -1,31 +1,33 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = checkers.h \ | 3 | HEADERS = checkers.h \ |
4 | echeckers.h \ | 4 | echeckers.h \ |
5 | field.h \ | 5 | field.h \ |
6 | kcheckers.h \ | 6 | kcheckers.h \ |
7 | rcheckers.h | 7 | rcheckers.h |
8 | SOURCES = checkers.cpp \ | 8 | SOURCES = checkers.cpp \ |
9 | echeckers.cpp \ | 9 | echeckers.cpp \ |
10 | field.cpp \ | 10 | field.cpp \ |
11 | kcheckers.cpp \ | 11 | kcheckers.cpp \ |
12 | main.cpp \ | 12 | main.cpp \ |
13 | rcheckers.cpp | 13 | rcheckers.cpp |
14 | INTERFACES= | 14 | INTERFACES= |
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | INCLUDEPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | DESTDIR = $(OPIEDIR)/bin | 17 | DESTDIR = $(OPIEDIR)/bin |
18 | TARGET = kcheckers | 18 | TARGET = kcheckers |
19 | 19 | ||
20 | TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts | 20 | TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts |
21 | TRANSLATIONS += ../../i18n/es/kcheckers.ts | ||
22 | TRANSLATIONS += ../../i18n/pt/kcheckers.ts | ||
21 | TRANSLATIONS += ../../i18n/de/kcheckers.ts | 23 | TRANSLATIONS += ../../i18n/de/kcheckers.ts |
22 | TRANSLATIONS += ../../i18n/en/kcheckers.ts | 24 | TRANSLATIONS += ../../i18n/en/kcheckers.ts |
23 | TRANSLATIONS += ../../i18n/hu/kcheckers.ts | 25 | TRANSLATIONS += ../../i18n/hu/kcheckers.ts |
24 | TRANSLATIONS += ../../i18n/sl/kcheckers.ts | 26 | TRANSLATIONS += ../../i18n/sl/kcheckers.ts |
25 | TRANSLATIONS += ../../i18n/pl/kcheckers.ts | 27 | TRANSLATIONS += ../../i18n/pl/kcheckers.ts |
26 | TRANSLATIONS += ../../i18n/ja/kcheckers.ts | 28 | TRANSLATIONS += ../../i18n/ja/kcheckers.ts |
27 | TRANSLATIONS += ../../i18n/ko/kcheckers.ts | 29 | TRANSLATIONS += ../../i18n/ko/kcheckers.ts |
28 | TRANSLATIONS += ../../i18n/no/kcheckers.ts | 30 | TRANSLATIONS += ../../i18n/no/kcheckers.ts |
29 | TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts | 31 | TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts |
30 | TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts | 32 | TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts |
31 | TRANSLATIONS += ../../i18n/fr/kcheckers.ts | 33 | TRANSLATIONS += ../../i18n/fr/kcheckers.ts |
diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 6da02a7..5b563ba 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.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 = mindbreaker.h | 4 | HEADERS = mindbreaker.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | mindbreaker.cpp | 6 | mindbreaker.cpp |
7 | TARGET = mindbreaker | 7 | TARGET = mindbreaker |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts | 12 | TRANSLATIONS = ../i18n/de/mindbreaker.ts |
13 | TRANSLATIONS += ../i18n/es/mindbreaker.ts | ||
14 | TRANSLATIONS += ../i18n/pt/mindbreaker.ts | ||
13 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts | 15 | TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts |
14 | TRANSLATIONS += ../i18n/en/mindbreaker.ts | 16 | TRANSLATIONS += ../i18n/en/mindbreaker.ts |
15 | TRANSLATIONS += ../i18n/hu/mindbreaker.ts | 17 | TRANSLATIONS += ../i18n/hu/mindbreaker.ts |
16 | TRANSLATIONS += ../i18n/fr/mindbreaker.ts | 18 | TRANSLATIONS += ../i18n/fr/mindbreaker.ts |
17 | TRANSLATIONS += ../i18n/ja/mindbreaker.ts | 19 | TRANSLATIONS += ../i18n/ja/mindbreaker.ts |
18 | TRANSLATIONS += ../i18n/sl/mindbreaker.ts | 20 | TRANSLATIONS += ../i18n/sl/mindbreaker.ts |
19 | TRANSLATIONS += ../i18n/pl/mindbreaker.ts | 21 | TRANSLATIONS += ../i18n/pl/mindbreaker.ts |
20 | TRANSLATIONS += ../i18n/ko/mindbreaker.ts | 22 | TRANSLATIONS += ../i18n/ko/mindbreaker.ts |
21 | TRANSLATIONS += ../i18n/no/mindbreaker.ts | 23 | TRANSLATIONS += ../i18n/no/mindbreaker.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts | 24 | TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts | 25 | TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts |
diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index a7128d1..c76e5e5 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro | |||
@@ -1,25 +1,27 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | minesweep.h | 5 | minesweep.h |
6 | SOURCES = main.cpp \ | 6 | SOURCES = main.cpp \ |
7 | minefield.cpp \ | 7 | minefield.cpp \ |
8 | minesweep.cpp | 8 | minesweep.cpp |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | INTERFACES= | 12 | INTERFACES= |
13 | 13 | ||
14 | TRANSLATIONS = ../i18n/de/minesweep.ts | 14 | TRANSLATIONS = ../i18n/de/minesweep.ts |
15 | TRANSLATIONS += ../i18n/es/minesweep.ts | ||
16 | TRANSLATIONS += ../i18n/pt/minesweep.ts | ||
15 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts | 17 | TRANSLATIONS += ../i18n/pt_BR/minesweep.ts |
16 | TRANSLATIONS += ../i18n/en/minesweep.ts | 18 | TRANSLATIONS += ../i18n/en/minesweep.ts |
17 | TRANSLATIONS += ../i18n/hu/minesweep.ts | 19 | TRANSLATIONS += ../i18n/hu/minesweep.ts |
18 | TRANSLATIONS += ../i18n/ja/minesweep.ts | 20 | TRANSLATIONS += ../i18n/ja/minesweep.ts |
19 | TRANSLATIONS += ../i18n/fr/minesweep.ts | 21 | TRANSLATIONS += ../i18n/fr/minesweep.ts |
20 | TRANSLATIONS += ../i18n/ko/minesweep.ts | 22 | TRANSLATIONS += ../i18n/ko/minesweep.ts |
21 | TRANSLATIONS += ../i18n/pl/minesweep.ts | 23 | TRANSLATIONS += ../i18n/pl/minesweep.ts |
22 | TRANSLATIONS += ../i18n/sl/minesweep.ts | 24 | TRANSLATIONS += ../i18n/sl/minesweep.ts |
23 | TRANSLATIONS += ../i18n/no/minesweep.ts | 25 | TRANSLATIONS += ../i18n/no/minesweep.ts |
24 | TRANSLATIONS += ../i18n/zh_CN/minesweep.ts | 26 | TRANSLATIONS += ../i18n/zh_CN/minesweep.ts |
25 | TRANSLATIONS += ../i18n/zh_TW/minesweep.ts | 27 | TRANSLATIONS += ../i18n/zh_TW/minesweep.ts |
diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index 9404eb0..84e0964 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro | |||
@@ -1,22 +1,24 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h | 4 | HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h |
5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp | 5 | SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp |
6 | TARGET = parashoot | 6 | TARGET = parashoot |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/parashoot.ts | 11 | TRANSLATIONS = ../i18n/de/parashoot.ts |
12 | TRANSLATIONS += ../i18n/es/parashoot.ts | ||
13 | TRANSLATIONS += ../i18n/pt/parashoot.ts | ||
12 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/parashoot.ts |
13 | TRANSLATIONS += ../i18n/en/parashoot.ts | 15 | TRANSLATIONS += ../i18n/en/parashoot.ts |
14 | TRANSLATIONS += ../i18n/hu/parashoot.ts | 16 | TRANSLATIONS += ../i18n/hu/parashoot.ts |
15 | TRANSLATIONS += ../i18n/ja/parashoot.ts | 17 | TRANSLATIONS += ../i18n/ja/parashoot.ts |
16 | TRANSLATIONS += ../i18n/pl/parashoot.ts | 18 | TRANSLATIONS += ../i18n/pl/parashoot.ts |
17 | TRANSLATIONS += ../i18n/ko/parashoot.ts | 19 | TRANSLATIONS += ../i18n/ko/parashoot.ts |
18 | TRANSLATIONS += ../i18n/fr/parashoot.ts | 20 | TRANSLATIONS += ../i18n/fr/parashoot.ts |
19 | TRANSLATIONS += ../i18n/sl/parashoot.ts | 21 | TRANSLATIONS += ../i18n/sl/parashoot.ts |
20 | TRANSLATIONS += ../i18n/no/parashoot.ts | 22 | TRANSLATIONS += ../i18n/no/parashoot.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/parashoot.ts | 23 | TRANSLATIONS += ../i18n/zh_CN/parashoot.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/parashoot.ts | 24 | TRANSLATIONS += ../i18n/zh_TW/parashoot.ts |
diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index be328d9..b35bdb0 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro | |||
@@ -1,23 +1,24 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h | 4 | HEADERS = ledmeter.h sprites.h toplevel.h view.h |
5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp | 5 | SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp |
6 | TARGET = qasteroids | 6 | TARGET = qasteroids |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/qasteroids.ts | 11 | TRANSLATIONS = ../i18n/de/qasteroids.ts |
12 | TRANSLATIONS += ../i18n/pt/qasteroids.ts | ||
12 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts |
13 | TRANSLATIONS += ../i18n/en/qasteroids.ts | 14 | TRANSLATIONS += ../i18n/en/qasteroids.ts |
14 | TRANSLATIONS += ../i18n/hu/qasteroids.ts | 15 | TRANSLATIONS += ../i18n/hu/qasteroids.ts |
15 | TRANSLATIONS += ../i18n/fr/qasteroids.ts | 16 | TRANSLATIONS += ../i18n/fr/qasteroids.ts |
16 | TRANSLATIONS += ../i18n/ja/qasteroids.ts | 17 | TRANSLATIONS += ../i18n/ja/qasteroids.ts |
17 | TRANSLATIONS += ../i18n/pl/qasteroids.ts | 18 | TRANSLATIONS += ../i18n/pl/qasteroids.ts |
18 | TRANSLATIONS += ../i18n/ko/qasteroids.ts | 19 | TRANSLATIONS += ../i18n/ko/qasteroids.ts |
19 | TRANSLATIONS += ../i18n/sl/qasteroids.ts | 20 | TRANSLATIONS += ../i18n/sl/qasteroids.ts |
20 | TRANSLATIONS += ../i18n/no/qasteroids.ts | 21 | TRANSLATIONS += ../i18n/no/qasteroids.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts | 22 | TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts | 23 | TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts |
23 | TRANSLATIONS += ../i18n/es/qasteroids.ts | 24 | TRANSLATIONS += ../i18n/es/qasteroids.ts |
diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 256c524..7c8829b 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro | |||
@@ -1,22 +1,24 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h | 4 | HEADERS = snake.h target.h obstacle.h interface.h codes.h |
5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp | 5 | SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp |
6 | TARGET = snake | 6 | TARGET = snake |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | 10 | ||
11 | TRANSLATIONS = ../i18n/de/snake.ts | 11 | TRANSLATIONS = ../i18n/de/snake.ts |
12 | TRANSLATIONS += ../i18n/es/snake.ts | ||
13 | TRANSLATIONS += ../i18n/pt/snake.ts | ||
12 | TRANSLATIONS += ../i18n/pt_BR/snake.ts | 14 | TRANSLATIONS += ../i18n/pt_BR/snake.ts |
13 | TRANSLATIONS += ../i18n/en/snake.ts | 15 | TRANSLATIONS += ../i18n/en/snake.ts |
14 | TRANSLATIONS += ../i18n/hu/snake.ts | 16 | TRANSLATIONS += ../i18n/hu/snake.ts |
15 | TRANSLATIONS += ../i18n/sl/snake.ts | 17 | TRANSLATIONS += ../i18n/sl/snake.ts |
16 | TRANSLATIONS += ../i18n/fr/snake.ts | 18 | TRANSLATIONS += ../i18n/fr/snake.ts |
17 | TRANSLATIONS += ../i18n/ja/snake.ts | 19 | TRANSLATIONS += ../i18n/ja/snake.ts |
18 | TRANSLATIONS += ../i18n/ko/snake.ts | 20 | TRANSLATIONS += ../i18n/ko/snake.ts |
19 | TRANSLATIONS += ../i18n/pl/snake.ts | 21 | TRANSLATIONS += ../i18n/pl/snake.ts |
20 | TRANSLATIONS += ../i18n/no/snake.ts | 22 | TRANSLATIONS += ../i18n/no/snake.ts |
21 | TRANSLATIONS += ../i18n/zh_CN/snake.ts | 23 | TRANSLATIONS += ../i18n/zh_CN/snake.ts |
22 | TRANSLATIONS += ../i18n/zh_TW/snake.ts | 24 | TRANSLATIONS += ../i18n/zh_TW/snake.ts |
diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 31b6b89..7a01e2b 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro | |||
@@ -1,29 +1,31 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h | 6 | HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h |
7 | 7 | ||
8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp | 8 | SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp |
9 | 9 | ||
10 | TARGET = patience | 10 | TARGET = patience |
11 | 11 | ||
12 | INCLUDEPATH += $(OPIEDIR)/include | 12 | INCLUDEPATH += $(OPIEDIR)/include |
13 | DEPENDPATH+= $(OPIEDIR)/include | 13 | DEPENDPATH+= $(OPIEDIR)/include |
14 | LIBS += -lqpe | 14 | LIBS += -lqpe |
15 | 15 | ||
16 | REQUIRES= patience | 16 | REQUIRES= patience |
17 | 17 | ||
18 | TRANSLATIONS = ../i18n/de/patience.ts | 18 | TRANSLATIONS = ../i18n/de/patience.ts |
19 | TRANSLATIONS += ../i18n/es/patience.ts | ||
20 | TRANSLATIONS += ../i18n/pt/patience.ts | ||
19 | TRANSLATIONS += ../i18n/pt_BR/patience.ts | 21 | TRANSLATIONS += ../i18n/pt_BR/patience.ts |
20 | TRANSLATIONS += ../i18n/en/patience.ts | 22 | TRANSLATIONS += ../i18n/en/patience.ts |
21 | TRANSLATIONS += ../i18n/hu/patience.ts | 23 | TRANSLATIONS += ../i18n/hu/patience.ts |
22 | TRANSLATIONS += ../i18n/ja/patience.ts | 24 | TRANSLATIONS += ../i18n/ja/patience.ts |
23 | TRANSLATIONS += ../i18n/sl/patience.ts | 25 | TRANSLATIONS += ../i18n/sl/patience.ts |
24 | TRANSLATIONS += ../i18n/ko/patience.ts | 26 | TRANSLATIONS += ../i18n/ko/patience.ts |
25 | TRANSLATIONS += ../i18n/pl/patience.ts | 27 | TRANSLATIONS += ../i18n/pl/patience.ts |
26 | TRANSLATIONS += ../i18n/no/patience.ts | 28 | TRANSLATIONS += ../i18n/no/patience.ts |
27 | TRANSLATIONS += ../i18n/fr/patience.ts | 29 | TRANSLATIONS += ../i18n/fr/patience.ts |
28 | TRANSLATIONS += ../i18n/zh_CN/patience.ts | 30 | TRANSLATIONS += ../i18n/zh_CN/patience.ts |
29 | TRANSLATIONS += ../i18n/zh_TW/patience.ts | 31 | TRANSLATIONS += ../i18n/zh_TW/patience.ts |
diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index ea37ee2..56310d7 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro | |||
@@ -1,30 +1,32 @@ | |||
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 = minefield.h \ | 4 | HEADERS = minefield.h \ |
5 | gtetrix.h \ | 5 | gtetrix.h \ |
6 | qtetrix.h \ | 6 | qtetrix.h \ |
7 | qtetrixb.h \ | 7 | qtetrixb.h \ |
8 | tpiece.h | 8 | tpiece.h |
9 | SOURCES = main.cpp \ | 9 | SOURCES = main.cpp \ |
10 | gtetrix.cpp \ | 10 | gtetrix.cpp \ |
11 | qtetrix.cpp \ | 11 | qtetrix.cpp \ |
12 | qtetrixb.cpp \ | 12 | qtetrixb.cpp \ |
13 | tpiece.cpp | 13 | tpiece.cpp |
14 | INCLUDEPATH += $(OPIEDIR)/include | 14 | INCLUDEPATH += $(OPIEDIR)/include |
15 | DEPENDPATH+= $(OPIEDIR)/include | 15 | DEPENDPATH+= $(OPIEDIR)/include |
16 | LIBS += -lqpe | 16 | LIBS += -lqpe |
17 | INTERFACES= | 17 | INTERFACES= |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts | 19 | TRANSLATIONS = ../i18n/pt_BR/tetrix.ts |
20 | TRANSLATIONS += ../i18n/es/tetrix.ts | ||
21 | TRANSLATIONS += ../i18n/pt/tetrix.ts | ||
20 | TRANSLATIONS += ../i18n/de/tetrix.ts | 22 | TRANSLATIONS += ../i18n/de/tetrix.ts |
21 | TRANSLATIONS += ../i18n/en/tetrix.ts | 23 | TRANSLATIONS += ../i18n/en/tetrix.ts |
22 | TRANSLATIONS += ../i18n/fr/tetrix.ts | 24 | TRANSLATIONS += ../i18n/fr/tetrix.ts |
23 | TRANSLATIONS += ../i18n/hu/tetrix.ts | 25 | TRANSLATIONS += ../i18n/hu/tetrix.ts |
24 | TRANSLATIONS += ../i18n/sl/tetrix.ts | 26 | TRANSLATIONS += ../i18n/sl/tetrix.ts |
25 | TRANSLATIONS += ../i18n/ja/tetrix.ts | 27 | TRANSLATIONS += ../i18n/ja/tetrix.ts |
26 | TRANSLATIONS += ../i18n/ko/tetrix.ts | 28 | TRANSLATIONS += ../i18n/ko/tetrix.ts |
27 | TRANSLATIONS += ../i18n/no/tetrix.ts | 29 | TRANSLATIONS += ../i18n/no/tetrix.ts |
28 | TRANSLATIONS += ../i18n/zh_CN/tetrix.ts | 30 | TRANSLATIONS += ../i18n/zh_CN/tetrix.ts |
29 | TRANSLATIONS += ../i18n/pl/tetrix.ts | 31 | TRANSLATIONS += ../i18n/pl/tetrix.ts |
30 | TRANSLATIONS += ../i18n/zh_TW/tetrix.ts | 32 | TRANSLATIONS += ../i18n/zh_TW/tetrix.ts |
diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 2b22a9f..57a9246 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro | |||
@@ -1,24 +1,26 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = tictac.h | 3 | HEADERS = tictac.h |
4 | SOURCES = main.cpp \ | 4 | SOURCES = main.cpp \ |
5 | tictac.cpp | 5 | tictac.cpp |
6 | TARGET = tictac | 6 | TARGET = tictac |
7 | REQUIRES=medium-config | 7 | REQUIRES=medium-config |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | 12 | ||
13 | TRANSLATIONS = ../../i18n/pt_BR/tictac.ts | 13 | TRANSLATIONS = ../../i18n/pt_BR/tictac.ts |
14 | TRANSLATIONS += ../../i18n/es/tictac.ts | ||
15 | TRANSLATIONS += ../../i18n/pt/tictac.ts | ||
14 | TRANSLATIONS += ../../i18n/de/tictac.ts | 16 | TRANSLATIONS += ../../i18n/de/tictac.ts |
15 | TRANSLATIONS += ../../i18n/en/tictac.ts | 17 | TRANSLATIONS += ../../i18n/en/tictac.ts |
16 | TRANSLATIONS += ../../i18n/hu/tictac.ts | 18 | TRANSLATIONS += ../../i18n/hu/tictac.ts |
17 | TRANSLATIONS += ../../i18n/sl/tictac.ts | 19 | TRANSLATIONS += ../../i18n/sl/tictac.ts |
18 | TRANSLATIONS += ../../i18n/ja/tictac.ts | 20 | TRANSLATIONS += ../../i18n/ja/tictac.ts |
19 | TRANSLATIONS += ../../i18n/ko/tictac.ts | 21 | TRANSLATIONS += ../../i18n/ko/tictac.ts |
20 | TRANSLATIONS += ../../i18n/no/tictac.ts | 22 | TRANSLATIONS += ../../i18n/no/tictac.ts |
21 | TRANSLATIONS += ../../i18n/pl/tictac.ts | 23 | TRANSLATIONS += ../../i18n/pl/tictac.ts |
22 | TRANSLATIONS += ../../i18n/zh_CN/tictac.ts | 24 | TRANSLATIONS += ../../i18n/zh_CN/tictac.ts |
23 | TRANSLATIONS += ../../i18n/zh_TW/tictac.ts | 25 | TRANSLATIONS += ../../i18n/zh_TW/tictac.ts |
24 | TRANSLATIONS += ../../i18n/fr/tictac.ts | 26 | TRANSLATIONS += ../../i18n/fr/tictac.ts |
diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 43b5cd1..553a63a 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.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 = wordgame.h | 4 | HEADERS = wordgame.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | wordgame.cpp | 6 | wordgame.cpp |
7 | INTERFACES= newgamebase.ui rulesbase.ui | 7 | INTERFACES= newgamebase.ui rulesbase.ui |
8 | TARGET = wordgame | 8 | TARGET = wordgame |
9 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
10 | DEPENDPATH+= $(OPIEDIR)/include | 10 | DEPENDPATH+= $(OPIEDIR)/include |
11 | LIBS += -lqpe | 11 | LIBS += -lqpe |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/pt_BR/wordgame.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/wordgame.ts |
14 | TRANSLATIONS += ../i18n/es/wordgame.ts | ||
15 | TRANSLATIONS += ../i18n/pt/wordgame.ts | ||
14 | TRANSLATIONS += ../i18n/de/wordgame.ts | 16 | TRANSLATIONS += ../i18n/de/wordgame.ts |
15 | TRANSLATIONS += ../i18n/en/wordgame.ts | 17 | TRANSLATIONS += ../i18n/en/wordgame.ts |
16 | TRANSLATIONS += ../i18n/hu/wordgame.ts | 18 | TRANSLATIONS += ../i18n/hu/wordgame.ts |
17 | TRANSLATIONS += ../i18n/sl/wordgame.ts | 19 | TRANSLATIONS += ../i18n/sl/wordgame.ts |
18 | TRANSLATIONS += ../i18n/ja/wordgame.ts | 20 | TRANSLATIONS += ../i18n/ja/wordgame.ts |
19 | TRANSLATIONS += ../i18n/ko/wordgame.ts | 21 | TRANSLATIONS += ../i18n/ko/wordgame.ts |
20 | TRANSLATIONS += ../i18n/pl/wordgame.ts | 22 | TRANSLATIONS += ../i18n/pl/wordgame.ts |
21 | TRANSLATIONS += ../i18n/no/wordgame.ts | 23 | TRANSLATIONS += ../i18n/no/wordgame.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/wordgame.ts | 24 | TRANSLATIONS += ../i18n/zh_CN/wordgame.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/wordgame.ts | 25 | TRANSLATIONS += ../i18n/zh_TW/wordgame.ts |
24 | TRANSLATIONS += ../i18n/fr/wordgame.ts | 26 | TRANSLATIONS += ../i18n/fr/wordgame.ts |
diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 8dc89a2..da247ba 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro | |||
@@ -1,60 +1,62 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = drawpad.h \ | 3 | HEADERS = drawpad.h \ |
4 | drawpadcanvas.h \ | 4 | drawpadcanvas.h \ |
5 | ellipsetool.h \ | 5 | ellipsetool.h \ |
6 | erasetool.h \ | 6 | erasetool.h \ |
7 | exportdialog.h \ | 7 | exportdialog.h \ |
8 | filltool.h \ | 8 | filltool.h \ |
9 | filledellipsetool.h \ | 9 | filledellipsetool.h \ |
10 | filledrectangletool.h \ | 10 | filledrectangletool.h \ |
11 | importdialog.h \ | 11 | importdialog.h \ |
12 | linetool.h \ | 12 | linetool.h \ |
13 | newpagedialog.h \ | 13 | newpagedialog.h \ |
14 | page.h \ | 14 | page.h \ |
15 | pageinformationdialog.h \ | 15 | pageinformationdialog.h \ |
16 | pointtool.h \ | 16 | pointtool.h \ |
17 | rectangletool.h \ | 17 | rectangletool.h \ |
18 | shapetool.h \ | 18 | shapetool.h \ |
19 | texttool.h \ | 19 | texttool.h \ |
20 | thumbnailview.h \ | 20 | thumbnailview.h \ |
21 | tool.h | 21 | tool.h |
22 | SOURCES = drawpad.cpp \ | 22 | SOURCES = drawpad.cpp \ |
23 | drawpadcanvas.cpp \ | 23 | drawpadcanvas.cpp \ |
24 | ellipsetool.cpp \ | 24 | ellipsetool.cpp \ |
25 | erasetool.cpp \ | 25 | erasetool.cpp \ |
26 | exportdialog.cpp \ | 26 | exportdialog.cpp \ |
27 | filltool.cpp \ | 27 | filltool.cpp \ |
28 | filledellipsetool.cpp \ | 28 | filledellipsetool.cpp \ |
29 | filledrectangletool.cpp \ | 29 | filledrectangletool.cpp \ |
30 | importdialog.cpp \ | 30 | importdialog.cpp \ |
31 | linetool.cpp \ | 31 | linetool.cpp \ |
32 | main.cpp \ | 32 | main.cpp \ |
33 | newpagedialog.cpp \ | 33 | newpagedialog.cpp \ |
34 | page.cpp \ | 34 | page.cpp \ |
35 | pageinformationdialog.cpp \ | 35 | pageinformationdialog.cpp \ |
36 | pointtool.cpp \ | 36 | pointtool.cpp \ |
37 | rectangletool.cpp \ | 37 | rectangletool.cpp \ |
38 | shapetool.cpp \ | 38 | shapetool.cpp \ |
39 | texttool.cpp \ | 39 | texttool.cpp \ |
40 | thumbnailview.cpp \ | 40 | thumbnailview.cpp \ |
41 | tool.cpp | 41 | tool.cpp |
42 | INCLUDEPATH+= $(OPIEDIR)/include \ | 42 | INCLUDEPATH+= $(OPIEDIR)/include \ |
43 | $(QTDIR)/src/3rdparty/zlib | 43 | $(QTDIR)/src/3rdparty/zlib |
44 | DEPENDPATH+= $(OPIEDIR)/include | 44 | DEPENDPATH+= $(OPIEDIR)/include |
45 | LIBS += -lqpe -lopie | 45 | LIBS += -lqpe -lopie |
46 | DESTDIR = $(OPIEDIR)/bin | 46 | DESTDIR = $(OPIEDIR)/bin |
47 | TARGET = drawpad | 47 | TARGET = drawpad |
48 | 48 | ||
49 | TRANSLATIONS= ../../i18n/de/drawpad.ts | 49 | TRANSLATIONS= ../../i18n/de/drawpad.ts |
50 | TRANSLATIONS+= ../../i18n/es/drawpad.ts | ||
51 | TRANSLATIONS+= ../../i18n/pt/drawpad.ts | ||
50 | TRANSLATIONS+= ../../i18n/en/drawpad.ts | 52 | TRANSLATIONS+= ../../i18n/en/drawpad.ts |
51 | TRANSLATIONS+= ../../i18n/fr/drawpad.ts | 53 | TRANSLATIONS+= ../../i18n/fr/drawpad.ts |
52 | TRANSLATIONS+= ../../i18n/hu/drawpad.ts | 54 | TRANSLATIONS+= ../../i18n/hu/drawpad.ts |
53 | TRANSLATIONS+= ../../i18n/ja/drawpad.ts | 55 | TRANSLATIONS+= ../../i18n/ja/drawpad.ts |
54 | TRANSLATIONS+= ../../i18n/ko/drawpad.ts | 56 | TRANSLATIONS+= ../../i18n/ko/drawpad.ts |
55 | TRANSLATIONS+= ../../i18n/no/drawpad.ts | 57 | TRANSLATIONS+= ../../i18n/no/drawpad.ts |
56 | TRANSLATIONS+= ../../i18n/pl/drawpad.ts | 58 | TRANSLATIONS+= ../../i18n/pl/drawpad.ts |
57 | TRANSLATIONS+= ../../i18n/pt_BR/drawpad.ts | 59 | TRANSLATIONS+= ../../i18n/pt_BR/drawpad.ts |
58 | TRANSLATIONS+= ../../i18n/sl/drawpad.ts | 60 | TRANSLATIONS+= ../../i18n/sl/drawpad.ts |
59 | TRANSLATIONS+= ../../i18n/zh_CN/drawpad.ts | 61 | TRANSLATIONS+= ../../i18n/zh_CN/drawpad.ts |
60 | TRANSLATIONS+= ../../i18n/zh_TW/drawpad.ts | 62 | TRANSLATIONS+= ../../i18n/zh_TW/drawpad.ts |
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index d2ab437..1cf87ec 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,30 +1,32 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG += qt warn_on release | 3 | CONFIG += qt warn_on release |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | 5 | ||
6 | HEADERS = showimg.h | 6 | HEADERS = showimg.h |
7 | 7 | ||
8 | SOURCES = main.cpp \ | 8 | SOURCES = main.cpp \ |
9 | showimg.cpp | 9 | showimg.cpp |
10 | 10 | ||
11 | TARGET = showimg | 11 | TARGET = showimg |
12 | 12 | ||
13 | INCLUDEPATH += $(OPIEDIR)/include | 13 | INCLUDEPATH += $(OPIEDIR)/include |
14 | DEPENDPATH += $(OPIEDIR)/include | 14 | DEPENDPATH += $(OPIEDIR)/include |
15 | LIBS += -lqpe | 15 | LIBS += -lqpe |
16 | 16 | ||
17 | REQUIRES = showimg | 17 | REQUIRES = showimg |
18 | 18 | ||
19 | TRANSLATIONS = ../i18n/pt_BR/showimg.ts | 19 | TRANSLATIONS = ../i18n/pt_BR/showimg.ts |
20 | TRANSLATIONS += ../i18n/es/showimg.ts | ||
21 | TRANSLATIONS += ../i18n/pt/showimg.ts | ||
20 | TRANSLATIONS += ../i18n/de/showimg.ts | 22 | TRANSLATIONS += ../i18n/de/showimg.ts |
21 | TRANSLATIONS += ../i18n/en/showimg.ts | 23 | TRANSLATIONS += ../i18n/en/showimg.ts |
22 | TRANSLATIONS += ../i18n/hu/showimg.ts | 24 | TRANSLATIONS += ../i18n/hu/showimg.ts |
23 | TRANSLATIONS += ../i18n/sl/showimg.ts | 25 | TRANSLATIONS += ../i18n/sl/showimg.ts |
24 | TRANSLATIONS += ../i18n/ja/showimg.ts | 26 | TRANSLATIONS += ../i18n/ja/showimg.ts |
25 | TRANSLATIONS += ../i18n/pl/showimg.ts | 27 | TRANSLATIONS += ../i18n/pl/showimg.ts |
26 | TRANSLATIONS += ../i18n/ko/showimg.ts | 28 | TRANSLATIONS += ../i18n/ko/showimg.ts |
27 | TRANSLATIONS += ../i18n/no/showimg.ts | 29 | TRANSLATIONS += ../i18n/no/showimg.ts |
28 | TRANSLATIONS += ../i18n/zh_CN/showimg.ts | 30 | TRANSLATIONS += ../i18n/zh_CN/showimg.ts |
29 | TRANSLATIONS += ../i18n/zh_TW/showimg.ts | 31 | TRANSLATIONS += ../i18n/zh_TW/showimg.ts |
30 | TRANSLATIONS += ../i18n/fr/showimg.ts | 32 | TRANSLATIONS += ../i18n/fr/showimg.ts |
diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index f25d15f..509d6f3 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro | |||
@@ -1,23 +1,25 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS = opieftp.h inputDialog.h ftplib.h | 3 | HEADERS = opieftp.h inputDialog.h ftplib.h |
4 | SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp | 4 | SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp |
5 | TARGET = opieftp | 5 | TARGET = opieftp |
6 | REQUIRES=medium-config | 6 | REQUIRES=medium-config |
7 | DESTDIR = $(OPIEDIR)/bin | 7 | DESTDIR = $(OPIEDIR)/bin |
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe | 10 | LIBS += -lqpe |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts |
13 | TRANSLATIONS += ../../i18n/es/opieftp.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/opieftp.ts | ||
13 | TRANSLATIONS += ../../i18n/de/opieftp.ts | 15 | TRANSLATIONS += ../../i18n/de/opieftp.ts |
14 | TRANSLATIONS += ../../i18n/en/opieftp.ts | 16 | TRANSLATIONS += ../../i18n/en/opieftp.ts |
15 | TRANSLATIONS += ../../i18n/hu/opieftp.ts | 17 | TRANSLATIONS += ../../i18n/hu/opieftp.ts |
16 | TRANSLATIONS += ../../i18n/sl/opieftp.ts | 18 | TRANSLATIONS += ../../i18n/sl/opieftp.ts |
17 | TRANSLATIONS += ../../i18n/pl/opieftp.ts | 19 | TRANSLATIONS += ../../i18n/pl/opieftp.ts |
18 | TRANSLATIONS += ../../i18n/ja/opieftp.ts | 20 | TRANSLATIONS += ../../i18n/ja/opieftp.ts |
19 | TRANSLATIONS += ../../i18n/ko/opieftp.ts | 21 | TRANSLATIONS += ../../i18n/ko/opieftp.ts |
20 | TRANSLATIONS += ../../i18n/no/opieftp.ts | 22 | TRANSLATIONS += ../../i18n/no/opieftp.ts |
21 | TRANSLATIONS += ../../i18n/zh_CN/opieftp.ts | 23 | TRANSLATIONS += ../../i18n/zh_CN/opieftp.ts |
22 | TRANSLATIONS += ../../i18n/zh_TW/opieftp.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/opieftp.ts |
23 | TRANSLATIONS += ../../i18n/fr/opieftp.ts | 25 | TRANSLATIONS += ../../i18n/fr/opieftp.ts |
diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 2e614df..16888bb 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.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 = settings.h | 4 | HEADERS = settings.h |
5 | SOURCES = language.cpp main.cpp | 5 | SOURCES = language.cpp main.cpp |
6 | INTERFACES= languagesettingsbase.ui | 6 | INTERFACES= languagesettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= ../$(OPIEDIR)/include | 8 | DEPENDPATH+= ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = language | 10 | TARGET = language |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/language.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/language.ts |
13 | TRANSLATIONS += ../../i18n/es/language.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/language.ts | ||
13 | TRANSLATIONS += ../../i18n/de/language.ts | 15 | TRANSLATIONS += ../../i18n/de/language.ts |
14 | TRANSLATIONS += ../../i18n/en/language.ts | 16 | TRANSLATIONS += ../../i18n/en/language.ts |
15 | TRANSLATIONS += ../../i18n/hu/language.ts | 17 | TRANSLATIONS += ../../i18n/hu/language.ts |
16 | TRANSLATIONS += ../../i18n/sl/language.ts | 18 | TRANSLATIONS += ../../i18n/sl/language.ts |
17 | TRANSLATIONS += ../../i18n/pl/language.ts | 19 | TRANSLATIONS += ../../i18n/pl/language.ts |
18 | TRANSLATIONS += ../../i18n/ja/language.ts | 20 | TRANSLATIONS += ../../i18n/ja/language.ts |
19 | TRANSLATIONS += ../../i18n/ko/language.ts | 21 | TRANSLATIONS += ../../i18n/ko/language.ts |
20 | TRANSLATIONS += ../../i18n/no/language.ts | 22 | TRANSLATIONS += ../../i18n/no/language.ts |
21 | TRANSLATIONS += ../../i18n/zh_CN/language.ts | 23 | TRANSLATIONS += ../../i18n/zh_CN/language.ts |
22 | TRANSLATIONS += ../../i18n/zh_TW/language.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/language.ts |
23 | TRANSLATIONS += ../../i18n/fr/language.ts | 25 | TRANSLATIONS += ../../i18n/fr/language.ts |
diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index a4f6333..ff5cd09 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.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 = soundsettings.h soundsettingsbase.h | 4 | HEADERS = soundsettings.h soundsettingsbase.h |
5 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp | 5 | SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp |
6 | #INTERFACES = soundsettingsbase.ui | 6 | #INTERFACES = soundsettingsbase.ui |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += ../$(OPIEDIR)/include | 8 | DEPENDPATH += ../$(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | TARGET = sound | 10 | TARGET = sound |
11 | 11 | ||
12 | TRANSLATIONS = ../../i18n/pt_BR/sound.ts | 12 | TRANSLATIONS = ../../i18n/pt_BR/sound.ts |
13 | TRANSLATIONS += ../../i18n/es/sound.ts | ||
14 | TRANSLATIONS += ../../i18n/pt/sound.ts | ||
13 | TRANSLATIONS += ../../i18n/de/sound.ts | 15 | TRANSLATIONS += ../../i18n/de/sound.ts |
14 | TRANSLATIONS += ../../i18n/en/sound.ts | 16 | TRANSLATIONS += ../../i18n/en/sound.ts |
15 | TRANSLATIONS += ../../i18n/hu/sound.ts | 17 | TRANSLATIONS += ../../i18n/hu/sound.ts |
16 | TRANSLATIONS += ../../i18n/sl/sound.ts | 18 | TRANSLATIONS += ../../i18n/sl/sound.ts |
17 | TRANSLATIONS += ../../i18n/pl/sound.ts | 19 | TRANSLATIONS += ../../i18n/pl/sound.ts |
18 | TRANSLATIONS += ../../i18n/ja/sound.ts | 20 | TRANSLATIONS += ../../i18n/ja/sound.ts |
19 | TRANSLATIONS += ../../i18n/ko/sound.ts | 21 | TRANSLATIONS += ../../i18n/ko/sound.ts |
20 | TRANSLATIONS += ../../i18n/no/sound.ts | 22 | TRANSLATIONS += ../../i18n/no/sound.ts |
21 | TRANSLATIONS += ../../i18n/zh_CN/sound.ts | 23 | TRANSLATIONS += ../../i18n/zh_CN/sound.ts |
22 | TRANSLATIONS += ../../i18n/zh_TW/sound.ts | 24 | TRANSLATIONS += ../../i18n/zh_TW/sound.ts |
23 | TRANSLATIONS += ../../i18n/fr/sound.ts | 25 | TRANSLATIONS += ../../i18n/fr/sound.ts |
diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 2764f68..88a20bb 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro | |||
@@ -1,41 +1,42 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = memory.h \ | 4 | HEADERS = memory.h \ |
5 | graph.h \ | 5 | graph.h \ |
6 | load.h \ | 6 | load.h \ |
7 | storage.h \ | 7 | storage.h \ |
8 | processinfo.h \ | 8 | processinfo.h \ |
9 | processdetail.h \ | 9 | processdetail.h \ |
10 | versioninfo.h \ | 10 | versioninfo.h \ |
11 | sysinfo.h | 11 | sysinfo.h |
12 | SOURCES = main.cpp \ | 12 | SOURCES = main.cpp \ |
13 | memory.cpp \ | 13 | memory.cpp \ |
14 | graph.cpp \ | 14 | graph.cpp \ |
15 | load.cpp \ | 15 | load.cpp \ |
16 | storage.cpp \ | 16 | storage.cpp \ |
17 | processinfo.cpp \ | 17 | processinfo.cpp \ |
18 | processdetail.cpp \ | 18 | processdetail.cpp \ |
19 | versioninfo.cpp \ | 19 | versioninfo.cpp \ |
20 | sysinfo.cpp | 20 | sysinfo.cpp |
21 | INTERFACES = | 21 | INTERFACES = |
22 | 22 | ||
23 | INCLUDEPATH += $(OPIEDIR)/include | 23 | INCLUDEPATH += $(OPIEDIR)/include |
24 | DEPENDPATH += $(OPIEDIR)/include | 24 | DEPENDPATH += $(OPIEDIR)/include |
25 | LIBS += -lqpe | 25 | LIBS += -lqpe |
26 | 26 | ||
27 | TARGET = sysinfo | 27 | TARGET = sysinfo |
28 | 28 | ||
29 | TRANSLATIONS = ../i18n/de/sysinfo.ts | 29 | TRANSLATIONS = ../i18n/de/sysinfo.ts |
30 | TRANSLATIONS += ../i18n/pt/sysinfo.ts | ||
30 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts | 31 | TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts |
31 | TRANSLATIONS += ../i18n/en/sysinfo.ts | 32 | TRANSLATIONS += ../i18n/en/sysinfo.ts |
32 | TRANSLATIONS += ../i18n/hu/sysinfo.ts | 33 | TRANSLATIONS += ../i18n/hu/sysinfo.ts |
33 | TRANSLATIONS += ../i18n/ja/sysinfo.ts | 34 | TRANSLATIONS += ../i18n/ja/sysinfo.ts |
34 | TRANSLATIONS += ../i18n/ko/sysinfo.ts | 35 | TRANSLATIONS += ../i18n/ko/sysinfo.ts |
35 | TRANSLATIONS += ../i18n/fr/sysinfo.ts | 36 | TRANSLATIONS += ../i18n/fr/sysinfo.ts |
36 | TRANSLATIONS += ../i18n/no/sysinfo.ts | 37 | TRANSLATIONS += ../i18n/no/sysinfo.ts |
37 | TRANSLATIONS += ../i18n/pl/sysinfo.ts | 38 | TRANSLATIONS += ../i18n/pl/sysinfo.ts |
38 | TRANSLATIONS += ../i18n/sl/sysinfo.ts | 39 | TRANSLATIONS += ../i18n/sl/sysinfo.ts |
39 | TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts | 40 | TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts |
40 | TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts | 41 | TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts |
41 | TRANSLATIONS += ../i18n/es/sysinfo.ts | 42 | TRANSLATIONS += ../i18n/es/sysinfo.ts |
diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 93e7f65..ce59a6e 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro | |||
@@ -1,23 +1,25 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt release | 2 | CONFIG += qt release |
3 | 3 | ||
4 | # Input | 4 | # Input |
5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h | 5 | HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h |
6 | SOURCES += calc.cpp main.cpp engine.cpp | 6 | SOURCES += calc.cpp main.cpp engine.cpp |
7 | 7 | ||
8 | INCLUDEPATH += $(OPIEDIR)/include | 8 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 9 | DEPENDPATH += $(OPIEDIR)/include |
10 | LIBS += -lqpe -Wl,-export-dynamic | 10 | LIBS += -lqpe -Wl,-export-dynamic |
11 | 11 | ||
12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts | 12 | TRANSLATIONS = ../i18n/pt_BR/calc.ts |
13 | TRANSLATIONS += ../i18n/es/calc.ts | ||
14 | TRANSLATIONS += ../i18n/pt/calc.ts | ||
13 | TRANSLATIONS += ../i18n/de/calc.ts | 15 | TRANSLATIONS += ../i18n/de/calc.ts |
14 | TRANSLATIONS += ../i18n/en/calc.ts | 16 | TRANSLATIONS += ../i18n/en/calc.ts |
15 | TRANSLATIONS += ../i18n/sl/calc.ts | 17 | TRANSLATIONS += ../i18n/sl/calc.ts |
16 | TRANSLATIONS += ../i18n/hu/calc.ts | 18 | TRANSLATIONS += ../i18n/hu/calc.ts |
17 | TRANSLATIONS += ../i18n/fr/calc.ts | 19 | TRANSLATIONS += ../i18n/fr/calc.ts |
18 | TRANSLATIONS += ../i18n/ja/calc.ts | 20 | TRANSLATIONS += ../i18n/ja/calc.ts |
19 | TRANSLATIONS += ../i18n/pl/calc.ts | 21 | TRANSLATIONS += ../i18n/pl/calc.ts |
20 | TRANSLATIONS += ../i18n/ko/calc.ts | 22 | TRANSLATIONS += ../i18n/ko/calc.ts |
21 | TRANSLATIONS += ../i18n/no/calc.ts | 23 | TRANSLATIONS += ../i18n/no/calc.ts |
22 | TRANSLATIONS += ../i18n/zh_CN/calc.ts | 24 | TRANSLATIONS += ../i18n/zh_CN/calc.ts |
23 | TRANSLATIONS += ../i18n/zh_TW/calc.ts | 25 | TRANSLATIONS += ../i18n/zh_TW/calc.ts |
diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index ea60b54..3a3581d 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro | |||
@@ -1,24 +1,26 @@ | |||
1 | DESTDIR = $(OPIEDIR)/bin | 1 | DESTDIR = $(OPIEDIR)/bin |
2 | TEMPLATE= app | 2 | TEMPLATE= app |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = calculatorimpl.h | 4 | HEADERS = calculatorimpl.h |
5 | SOURCES = calculatorimpl.cpp \ | 5 | SOURCES = calculatorimpl.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH+= $(OPIEDIR)/include | 8 | DEPENDPATH+= $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES= calculator.ui | 10 | INTERFACES= calculator.ui |
11 | TARGET = calculator | 11 | TARGET = calculator |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts | 13 | TRANSLATIONS = ../i18n/pt_BR/calculator.ts |
14 | TRANSLATIONS += ../i18n/es/calculator.ts | ||
15 | TRANSLATIONS += ../i18n/pt/calculator.ts | ||
14 | TRANSLATIONS += ../i18n/de/calculator.ts | 16 | TRANSLATIONS += ../i18n/de/calculator.ts |
15 | TRANSLATIONS += ../i18n/en/calculator.ts | 17 | TRANSLATIONS += ../i18n/en/calculator.ts |
16 | TRANSLATIONS += ../i18n/sl/calculator.ts | 18 | TRANSLATIONS += ../i18n/sl/calculator.ts |
17 | TRANSLATIONS += ../i18n/hu/calculator.ts | 19 | TRANSLATIONS += ../i18n/hu/calculator.ts |
18 | TRANSLATIONS += ../i18n/pl/calculator.ts | 20 | TRANSLATIONS += ../i18n/pl/calculator.ts |
19 | TRANSLATIONS += ../i18n/ja/calculator.ts | 21 | TRANSLATIONS += ../i18n/ja/calculator.ts |
20 | TRANSLATIONS += ../i18n/fr/calculator.ts | 22 | TRANSLATIONS += ../i18n/fr/calculator.ts |
21 | TRANSLATIONS += ../i18n/ko/calculator.ts | 23 | TRANSLATIONS += ../i18n/ko/calculator.ts |
22 | TRANSLATIONS += ../i18n/no/calculator.ts | 24 | TRANSLATIONS += ../i18n/no/calculator.ts |
23 | TRANSLATIONS += ../i18n/zh_CN/calculator.ts | 25 | TRANSLATIONS += ../i18n/zh_CN/calculator.ts |
24 | TRANSLATIONS += ../i18n/zh_TW/calculator.ts | 26 | TRANSLATIONS += ../i18n/zh_TW/calculator.ts |
diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 7eecce1..46c18c3 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.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 = clock.h setAlarm.h | 4 | HEADERS = clock.h setAlarm.h |
5 | SOURCES = clock.cpp setAlarm.cpp \ | 5 | SOURCES = clock.cpp setAlarm.cpp \ |
6 | main.cpp | 6 | main.cpp |
7 | INCLUDEPATH += $(OPIEDIR)/include | 7 | INCLUDEPATH += $(OPIEDIR)/include |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe -lopie | 9 | LIBS += -lqpe -lopie |
10 | INTERFACES = | 10 | INTERFACES = |
11 | TARGET = clock | 11 | TARGET = clock |
12 | 12 | ||
13 | TRANSLATIONS = ../i18n/de/clock.ts | 13 | TRANSLATIONS = ../i18n/de/clock.ts |
14 | TRANSLATIONS += ../i18n/es/clock.ts | ||
15 | TRANSLATIONS += ../i18n/pt/clock.ts | ||
14 | TRANSLATIONS += ../i18n/pt_BR/clock.ts | 16 | TRANSLATIONS += ../i18n/pt_BR/clock.ts |
15 | TRANSLATIONS += ../i18n/en/clock.ts | 17 | TRANSLATIONS += ../i18n/en/clock.ts |
16 | TRANSLATIONS += ../i18n/hu/clock.ts | 18 | TRANSLATIONS += ../i18n/hu/clock.ts |
17 | TRANSLATIONS += ../i18n/sl/clock.ts | 19 | TRANSLATIONS += ../i18n/sl/clock.ts |
18 | TRANSLATIONS += ../i18n/ja/clock.ts | 20 | TRANSLATIONS += ../i18n/ja/clock.ts |
19 | TRANSLATIONS += ../i18n/ko/clock.ts | 21 | TRANSLATIONS += ../i18n/ko/clock.ts |
20 | TRANSLATIONS += ../i18n/fr/clock.ts | 22 | TRANSLATIONS += ../i18n/fr/clock.ts |
21 | TRANSLATIONS += ../i18n/pl/clock.ts | 23 | TRANSLATIONS += ../i18n/pl/clock.ts |
22 | TRANSLATIONS += ../i18n/no/clock.ts | 24 | TRANSLATIONS += ../i18n/no/clock.ts |
23 | TRANSLATIONS += ../i18n/zh_CN/clock.ts | 25 | TRANSLATIONS += ../i18n/zh_CN/clock.ts |
24 | TRANSLATIONS += ../i18n/zh_TW/clock.ts | 26 | TRANSLATIONS += ../i18n/zh_TW/clock.ts |
diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 19195a4..3d9d49f 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro | |||
@@ -1,21 +1,23 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h | 4 | HEADERS = inlineedit.h filebrowser.h filePermissions.h |
5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp | 5 | SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | DEPENDPATH+= $(OPIEDIR)/include | 7 | DEPENDPATH+= $(OPIEDIR)/include |
8 | LIBS += -lqpe | 8 | LIBS += -lqpe |
9 | INTERFACES= | 9 | INTERFACES= |
10 | TRANSLATIONS = ../i18n/de/filebrowser.ts | 10 | TRANSLATIONS = ../i18n/de/filebrowser.ts |
11 | TRANSLATIONS += ../i18n/es/filebrowser.ts | ||
12 | TRANSLATIONS += ../i18n/pt/filebrowser.ts | ||
11 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts | 13 | TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts |
12 | TRANSLATIONS += ../i18n/en/filebrowser.ts | 14 | TRANSLATIONS += ../i18n/en/filebrowser.ts |
13 | TRANSLATIONS += ../i18n/hu/filebrowser.ts | 15 | TRANSLATIONS += ../i18n/hu/filebrowser.ts |
14 | TRANSLATIONS += ../i18n/ja/filebrowser.ts | 16 | TRANSLATIONS += ../i18n/ja/filebrowser.ts |
15 | TRANSLATIONS += ../i18n/fr/filebrowser.ts | 17 | TRANSLATIONS += ../i18n/fr/filebrowser.ts |
16 | TRANSLATIONS += ../i18n/sl/filebrowser.ts | 18 | TRANSLATIONS += ../i18n/sl/filebrowser.ts |
17 | TRANSLATIONS += ../i18n/ko/filebrowser.ts | 19 | TRANSLATIONS += ../i18n/ko/filebrowser.ts |
18 | TRANSLATIONS += ../i18n/no/filebrowser.ts | 20 | TRANSLATIONS += ../i18n/no/filebrowser.ts |
19 | TRANSLATIONS += ../i18n/pl/filebrowser.ts | 21 | TRANSLATIONS += ../i18n/pl/filebrowser.ts |
20 | TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts | 22 | TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts |
21 | TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts | 23 | TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts |
diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index fe5abfb..21cd7be 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro | |||
@@ -1,61 +1,63 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | 2 | ||
3 | CONFIG *= qt embedded release warn_off | 3 | CONFIG *= qt embedded release warn_off |
4 | CONFIG -= warn_on | 4 | CONFIG -= warn_on |
5 | 5 | ||
6 | SOURCES = xpdf/Array.cc \ | 6 | SOURCES = xpdf/Array.cc \ |
7 | xpdf/BuiltinFont.cc \ | 7 | xpdf/BuiltinFont.cc \ |
8 | xpdf/BuiltinFontTables.cc \ | 8 | xpdf/BuiltinFontTables.cc \ |
9 | xpdf/CMap.cc \ | 9 | xpdf/CMap.cc \ |
10 | xpdf/Catalog.cc \ | 10 | xpdf/Catalog.cc \ |
11 | xpdf/CharCodeToUnicode.cc \ | 11 | xpdf/CharCodeToUnicode.cc \ |
12 | xpdf/Decrypt.cc \ | 12 | xpdf/Decrypt.cc \ |
13 | xpdf/Dict.cc \ | 13 | xpdf/Dict.cc \ |
14 | xpdf/Error.cc \ | 14 | xpdf/Error.cc \ |
15 | xpdf/FontEncodingTables.cc \ | 15 | xpdf/FontEncodingTables.cc \ |
16 | xpdf/Annot.cc \ | 16 | xpdf/Annot.cc \ |
17 | xpdf/Function.cc \ | 17 | xpdf/Function.cc \ |
18 | xpdf/Gfx.cc \ | 18 | xpdf/Gfx.cc \ |
19 | xpdf/GfxFont.cc \ | 19 | xpdf/GfxFont.cc \ |
20 | xpdf/GfxState.cc \ | 20 | xpdf/GfxState.cc \ |
21 | xpdf/GlobalParams.cc \ | 21 | xpdf/GlobalParams.cc \ |
22 | xpdf/Lexer.cc \ | 22 | xpdf/Lexer.cc \ |
23 | xpdf/Link.cc \ | 23 | xpdf/Link.cc \ |
24 | xpdf/NameToCharCode.cc \ | 24 | xpdf/NameToCharCode.cc \ |
25 | xpdf/Object.cc \ | 25 | xpdf/Object.cc \ |
26 | xpdf/OutputDev.cc \ | 26 | xpdf/OutputDev.cc \ |
27 | xpdf/PDFDoc.cc \ | 27 | xpdf/PDFDoc.cc \ |
28 | xpdf/Page.cc \ | 28 | xpdf/Page.cc \ |
29 | xpdf/Parser.cc \ | 29 | xpdf/Parser.cc \ |
30 | xpdf/PSTokenizer.cc \ | 30 | xpdf/PSTokenizer.cc \ |
31 | xpdf/Stream.cc \ | 31 | xpdf/Stream.cc \ |
32 | xpdf/TextOutputDev.cc \ | 32 | xpdf/TextOutputDev.cc \ |
33 | xpdf/UnicodeMap.cc \ | 33 | xpdf/UnicodeMap.cc \ |
34 | xpdf/XRef.cc \ | 34 | xpdf/XRef.cc \ |
35 | goo/GHash.cc \ | 35 | goo/GHash.cc \ |
36 | goo/GString.cc \ | 36 | goo/GString.cc \ |
37 | goo/GList.cc \ | 37 | goo/GList.cc \ |
38 | QOutputDev.cpp \ | 38 | QOutputDev.cpp \ |
39 | QPEOutputDev.cpp \ | 39 | QPEOutputDev.cpp \ |
40 | qpdf.cpp \ | 40 | qpdf.cpp \ |
41 | qbusybar.cpp \ | 41 | qbusybar.cpp \ |
42 | gooStub.cpp | 42 | gooStub.cpp |
43 | 43 | ||
44 | HEADERS = QOutputDev.h \ | 44 | HEADERS = QOutputDev.h \ |
45 | QPEOutputDev.h \ | 45 | QPEOutputDev.h \ |
46 | qbusybar.h \ | 46 | qbusybar.h \ |
47 | qpdf.h | 47 | qpdf.h |
48 | 48 | ||
49 | INCLUDEPATH += . \ | 49 | INCLUDEPATH += . \ |
50 | .. \ | 50 | .. \ |
51 | xpdf \ | 51 | xpdf \ |
52 | $(OPIEDIR)/include \ | 52 | $(OPIEDIR)/include \ |
53 | ../goo \ | 53 | ../goo \ |
54 | goo | 54 | goo |
55 | 55 | ||
56 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie | 56 | LIBS += -L $(OPIEDIR)/lib -lqpe -lopie |
57 | 57 | ||
58 | DESTDIR = $(OPIEDIR)/bin | 58 | DESTDIR = $(OPIEDIR)/bin |
59 | TARGET = qpdf | 59 | TARGET = qpdf |
60 | 60 | ||
61 | TRANSLATIONS = ../../i18n/de/qpdf.ts | 61 | TRANSLATIONS = ../../i18n/de/qpdf.ts |
62 | TRANSLATIONS += ../../i18n/es/qpdf.ts | ||
63 | TRANSLATIONS += ../../i18n/pt/qpdf.ts | ||