author | cniehaus <cniehaus> | 2002-12-14 20:36:30 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-12-14 20:36:30 (UTC) |
commit | 48475749a81e1794071ee0b0178c6d37a623da76 (patch) (side-by-side diff) | |
tree | f32abf4eda3386610cbb24e8117560ba77abfb72 | |
parent | a38efe229e1c2954d5e10be28e920198c85315ab (diff) | |
download | opie-48475749a81e1794071ee0b0178c6d37a623da76.zip opie-48475749a81e1794071ee0b0178c6d37a623da76.tar.gz opie-48475749a81e1794071ee0b0178c6d37a623da76.tar.bz2 |
addLanguage rules
105 files changed, 198 insertions, 12 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index c24182e..a947ca6 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = battery.h batterystatus.h batteryappletimpl.h SOURCES = battery.cpp batterystatus.cpp batteryappletimpl.cpp TARGET = batteryapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libbatteryapplet.ts \ + ../../../i18n/da/libbatteryapplet.ts \ + ../../../i18n/xx/libbatteryapplet.ts \ ../../../i18n/en/libbatteryapplet.ts \ ../../../i18n/es/libbatteryapplet.ts \ ../../../i18n/fr/libbatteryapplet.ts \ ../../../i18n/hu/libbatteryapplet.ts \ ../../../i18n/ja/libbatteryapplet.ts \ ../../../i18n/ko/libbatteryapplet.ts \ ../../../i18n/no/libbatteryapplet.ts \ ../../../i18n/pl/libbatteryapplet.ts \ ../../../i18n/pt/libbatteryapplet.ts \ ../../../i18n/pt_BR/libbatteryapplet.ts \ ../../../i18n/sl/libbatteryapplet.ts \ ../../../i18n/zh_CN/libbatteryapplet.ts \ ../../../i18n/zh_TW/libbatteryapplet.ts diff --git a/core/applets/cardmon/cardmon.pro b/core/applets/cardmon/cardmon.pro index b2a2a4a..b98c0f2 100644 --- a/core/applets/cardmon/cardmon.pro +++ b/core/applets/cardmon/cardmon.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = cardmon.h cardmonimpl.h SOURCES = cardmon.cpp cardmonimpl.cpp TARGET = cardmonapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include ../launcher LIBS += -lqpe -lopie VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts \ + ../../../i18n/da/libcardmonapplet.ts \ + ../../../i18n/xx/libcardmonapplet.ts \ ../../../i18n/en/libcardmonapplet.ts \ ../../../i18n/es/libcardmonapplet.ts \ ../../../i18n/fr/libcardmonapplet.ts \ ../../../i18n/hu/libcardmonapplet.ts \ ../../../i18n/ja/libcardmonapplet.ts \ ../../../i18n/ko/libcardmonapplet.ts \ ../../../i18n/no/libcardmonapplet.ts \ ../../../i18n/pl/libcardmonapplet.ts \ ../../../i18n/pt/libcardmonapplet.ts \ ../../../i18n/pt_BR/libcardmonapplet.ts \ ../../../i18n/sl/libcardmonapplet.ts \ ../../../i18n/zh_CN/libcardmonapplet.ts \ ../../../i18n/zh_TW/libcardmonapplet.ts diff --git a/core/applets/clipboardapplet/clipboardapplet.pro b/core/applets/clipboardapplet/clipboardapplet.pro index 23b5525..85b2fe7 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = clipboard.h clipboardappletimpl.h SOURCES = clipboard.cpp clipboardappletimpl.cpp TARGET = clipboardapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libclipboardapplet.ts \ + ../../../i18n/da/libclipboardapplet.ts \ + ../../../i18n/xx/libclipboardapplet.ts \ ../../../i18n/en/libclipboardapplet.ts \ ../../../i18n/es/libclipboardapplet.ts \ ../../../i18n/fr/libclipboardapplet.ts \ ../../../i18n/hu/libclipboardapplet.ts \ ../../../i18n/ja/libclipboardapplet.ts \ ../../../i18n/ko/libclipboardapplet.ts \ ../../../i18n/no/libclipboardapplet.ts \ ../../../i18n/pl/libclipboardapplet.ts \ ../../../i18n/pt/libclipboardapplet.ts \ ../../../i18n/pt_BR/libclipboardapplet.ts \ ../../../i18n/sl/libclipboardapplet.ts \ ../../../i18n/zh_CN/libclipboardapplet.ts \ ../../../i18n/zh_TW/libclipboardapplet.ts diff --git a/core/applets/clockapplet/clockapplet.pro b/core/applets/clockapplet/clockapplet.pro index ca26ec8..ff4867d 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = clock.h clockappletimpl.h SOURCES = clock.cpp clockappletimpl.cpp TARGET = clockapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libclockapplet.ts \ + ../../../i18n/da/libclockapplet.ts \ + ../../../i18n/xx/libclockapplet.ts \ ../../../i18n/en/libclockapplet.ts \ ../../../i18n/es/libclockapplet.ts \ ../../../i18n/fr/libclockapplet.ts \ ../../../i18n/hu/libclockapplet.ts \ ../../../i18n/ja/libclockapplet.ts \ ../../../i18n/ko/libclockapplet.ts \ ../../../i18n/no/libclockapplet.ts \ ../../../i18n/pl/libclockapplet.ts \ ../../../i18n/pt/libclockapplet.ts \ ../../../i18n/pt_BR/libclockapplet.ts \ ../../../i18n/sl/libclockapplet.ts \ ../../../i18n/zh_CN/libclockapplet.ts \ ../../../i18n/zh_TW/libclockapplet.ts diff --git a/core/applets/homeapplet/homeapplet.pro b/core/applets/homeapplet/homeapplet.pro index 2c591f9..420c744 100644 --- a/core/applets/homeapplet/homeapplet.pro +++ b/core/applets/homeapplet/homeapplet.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = home.h SOURCES = home.cpp TARGET = homeapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libhomeapplet.ts \ + ../../../i18n/da/libhomeapplet.ts \ + ../../../i18n/xx/libhomeapplet.ts \ ../../../i18n/en/libhomeapplet.ts \ ../../../i18n/es/libhomeapplet.ts \ ../../../i18n/fr/libhomeapplet.ts \ ../../../i18n/hu/libhomeapplet.ts \ ../../../i18n/ja/libhomeapplet.ts \ ../../../i18n/ko/libhomeapplet.ts \ ../../../i18n/no/libhomeapplet.ts \ ../../../i18n/pl/libhomeapplet.ts \ ../../../i18n/pt/libhomeapplet.ts \ ../../../i18n/pt_BR/libhomeapplet.ts \ ../../../i18n/sl/libhomeapplet.ts \ ../../../i18n/zh_CN/libhomeapplet.ts \ ../../../i18n/zh_TW/libhomeapplet.ts diff --git a/core/applets/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index af4231b..38a5d9b 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = irda.h irdaappletimpl.h SOURCES = irda.cpp irdaappletimpl.cpp TARGET = irdaapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts \ + ../../../i18n/da/libirdaapplet.ts \ + ../../../i18n/xx/libirdaapplet.ts \ ../../../i18n/en/libirdaapplet.ts \ ../../../i18n/es/libirdaapplet.ts \ ../../../i18n/fr/libirdaapplet.ts \ ../../../i18n/hu/libirdaapplet.ts \ ../../../i18n/ja/libirdaapplet.ts \ ../../../i18n/ko/libirdaapplet.ts \ ../../../i18n/no/libirdaapplet.ts \ ../../../i18n/pl/libirdaapplet.ts \ ../../../i18n/pt/libirdaapplet.ts \ ../../../i18n/pt_BR/libirdaapplet.ts \ ../../../i18n/sl/libirdaapplet.ts \ ../../../i18n/zh_CN/libirdaapplet.ts \ ../../../i18n/zh_TW/libirdaapplet.ts diff --git a/core/applets/logoutapplet/logoutapplet.pro b/core/applets/logoutapplet/logoutapplet.pro index 9adfea5..6a5f606 100644 --- a/core/applets/logoutapplet/logoutapplet.pro +++ b/core/applets/logoutapplet/logoutapplet.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = logout.h SOURCES = logout.cpp TARGET = logoutapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/liblogoutapplet.ts \ + ../../../i18n/da/liblogoutapplet.ts \ + ../../../i18n/xx/liblogoutapplet.ts \ ../../../i18n/en/liblogoutapplet.ts \ ../../../i18n/es/liblogoutapplet.ts \ ../../../i18n/fr/liblogoutapplet.ts \ ../../../i18n/hu/liblogoutapplet.ts \ ../../../i18n/ja/liblogoutapplet.ts \ ../../../i18n/ko/liblogoutapplet.ts \ ../../../i18n/no/liblogoutapplet.ts \ ../../../i18n/pl/liblogoutapplet.ts \ ../../../i18n/pt/liblogoutapplet.ts \ ../../../i18n/pt_BR/liblogoutapplet.ts \ ../../../i18n/sl/liblogoutapplet.ts \ ../../../i18n/zh_CN/liblogoutapplet.ts \ ../../../i18n/zh_TW/liblogoutapplet.ts diff --git a/core/applets/obex/obex.pro b/core/applets/obex/obex.pro index 3c08682..c08e52f 100644 --- a/core/applets/obex/obex.pro +++ b/core/applets/obex/obex.pro @@ -1,26 +1,28 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = obex.h obeximpl.h SOURCES = obex.cc obeximpl.cc TARGET = opieobex DESTDIR = $(OPIEDIR)/plugins/obex INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher DEPENDPATH += ../$(OPIEDIR)/include INTERFACES = obexinc.ui obexdlg.ui LIBS += -lqpe -lopie VERSION = 0.0.1 TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ + ../../../i18n/da/libopieobex.ts \ + ../../../i18n/xx/libopieobex.ts \ ../../../i18n/en/libopieobex.ts \ ../../../i18n/es/libopieobex.ts \ ../../../i18n/fr/libopieobex.ts \ ../../../i18n/hu/libopieobex.ts \ ../../../i18n/ja/libopieobex.ts \ ../../../i18n/ko/libopieobex.ts \ ../../../i18n/no/libopieobex.ts \ ../../../i18n/pl/libopieobex.ts \ ../../../i18n/pt/libopieobex.ts \ ../../../i18n/pt_BR/libopieobex.ts \ ../../../i18n/sl/libopieobex.ts \ ../../../i18n/zh_CN/libopieobex.ts \ ../../../i18n/zh_TW/libopieobex.ts diff --git a/core/applets/screenshotapplet/screenshotapplet.pro b/core/applets/screenshotapplet/screenshotapplet.pro index 4064836..ffde3cc 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro @@ -1,27 +1,29 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = screenshot.h inputDialog.h screenshotappletimpl.h SOURCES = screenshot.cpp inputDialog.cpp screenshotappletimpl.cpp TARGET = screenshotapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 MOC_DIR=opieobj OBJECTS_DIR=opieobj TRANSLATIONS = ../../../i18n/de/libscreenshotapplet.ts \ + ../../../i18n/da/libscreenshotapplet.ts \ + ../../../i18n/xx/libscreenshotapplet.ts \ ../../../i18n/en/libscreenshotapplet.ts \ ../../../i18n/es/libscreenshotapplet.ts \ ../../../i18n/fr/libscreenshotapplet.ts \ ../../../i18n/hu/libscreenshotapplet.ts \ ../../../i18n/ja/libscreenshotapplet.ts \ ../../../i18n/ko/libscreenshotapplet.ts \ ../../../i18n/no/libscreenshotapplet.ts \ ../../../i18n/pl/libscreenshotapplet.ts \ ../../../i18n/pt/libscreenshotapplet.ts \ ../../../i18n/pt_BR/libscreenshotapplet.ts \ ../../../i18n/sl/libscreenshotapplet.ts \ ../../../i18n/zh_CN/libscreenshotapplet.ts \ ../../../i18n/zh_TW/libscreenshotapplet.ts diff --git a/core/applets/suspendapplet/suspendapplet.pro b/core/applets/suspendapplet/suspendapplet.pro index 44ff273..c29c44f 100644 --- a/core/applets/suspendapplet/suspendapplet.pro +++ b/core/applets/suspendapplet/suspendapplet.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = suspend.h SOURCES = suspend.cpp TARGET = suspendapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libsuspendapplet.ts \ + ../../../i18n/da/libsuspendapplet.ts \ + ../../../i18n/xx/libsuspendapplet.ts \ ../../../i18n/en/libsuspendapplet.ts \ ../../../i18n/es/libsuspendapplet.ts \ ../../../i18n/fr/libsuspendapplet.ts \ ../../../i18n/hu/libsuspendapplet.ts \ ../../../i18n/ja/libsuspendapplet.ts \ ../../../i18n/ko/libsuspendapplet.ts \ ../../../i18n/no/libsuspendapplet.ts \ ../../../i18n/pl/libsuspendapplet.ts \ ../../../i18n/pt/libsuspendapplet.ts \ ../../../i18n/pt_BR/libsuspendapplet.ts \ ../../../i18n/sl/libsuspendapplet.ts \ ../../../i18n/zh_CN/libsuspendapplet.ts \ ../../../i18n/zh_TW/libsuspendapplet.ts diff --git a/core/applets/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index 6599b52..05f2167 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = vmemo.h vmemoimpl.h adpcm.h SOURCES = vmemo.cpp vmemoimpl.cpp adpcm.c TARGET = vmemoapplet DESTDIR =$(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libvmemoapplet.ts \ + ../../../i18n/da/libvmemoapplet.ts \ + ../../../i18n/xx/libvmemoapplet.ts \ ../../../i18n/en/libvmemoapplet.ts \ ../../../i18n/es/libvmemoapplet.ts \ ../../../i18n/fr/libvmemoapplet.ts \ ../../../i18n/hu/libvmemoapplet.ts \ ../../../i18n/ja/libvmemoapplet.ts \ ../../../i18n/ko/libvmemoapplet.ts \ ../../../i18n/no/libvmemoapplet.ts \ ../../../i18n/pl/libvmemoapplet.ts \ ../../../i18n/pt/libvmemoapplet.ts \ ../../../i18n/pt_BR/libvmemoapplet.ts \ ../../../i18n/sl/libvmemoapplet.ts \ ../../../i18n/zh_CN/libvmemoapplet.ts \ ../../../i18n/zh_TW/libvmemoapplet.ts diff --git a/core/applets/volumeapplet/volumeapplet.pro b/core/applets/volumeapplet/volumeapplet.pro index 8cfb0d3..73a1715 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = volume.h volumeappletimpl.h oledbox.h SOURCES = volume.cpp volumeappletimpl.cpp oledbox.cpp TARGET = volumeapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libvolumeapplet.ts \ + ../../../i18n/da/libvolumeapplet.ts \ + ../../../i18n/xx/libvolumeapplet.ts \ ../../../i18n/en/libvolumeapplet.ts \ ../../../i18n/es/libvolumeapplet.ts \ ../../../i18n/fr/libvolumeapplet.ts \ ../../../i18n/hu/libvolumeapplet.ts \ ../../../i18n/ja/libvolumeapplet.ts \ ../../../i18n/ko/libvolumeapplet.ts \ ../../../i18n/no/libvolumeapplet.ts \ ../../../i18n/pl/libvolumeapplet.ts \ ../../../i18n/pt/libvolumeapplet.ts \ ../../../i18n/pt_BR/libvolumeapplet.ts \ ../../../i18n/sl/libvolumeapplet.ts \ ../../../i18n/zh_CN/libvolumeapplet.ts \ ../../../i18n/zh_TW/libvolumeapplet.ts diff --git a/core/apps/calibrate/calibrate.pro b/core/apps/calibrate/calibrate.pro index 761d3de..7e37cb4 100644 --- a/core/apps/calibrate/calibrate.pro +++ b/core/apps/calibrate/calibrate.pro @@ -1,17 +1,19 @@ # This is part of the taskbar TRANSLATIONS = ../../../i18n/de/calibrate.pro.in.ts \ + ../../../i18n/da/calibrate.pro.in.ts \ + ../../../i18n/xx/calibrate.pro.in.ts \ ../../../i18n/en/calibrate.pro.in.ts \ ../../../i18n/es/calibrate.pro.in.ts \ ../../../i18n/fr/calibrate.pro.in.ts \ ../../../i18n/hu/calibrate.pro.in.ts \ ../../../i18n/ja/calibrate.pro.in.ts \ ../../../i18n/ko/calibrate.pro.in.ts \ ../../../i18n/no/calibrate.pro.in.ts \ ../../../i18n/pl/calibrate.pro.in.ts \ ../../../i18n/pt/calibrate.pro.in.ts \ ../../../i18n/pt_BR/calibrate.pro.in.ts \ ../../../i18n/sl/calibrate.pro.in.ts \ ../../../i18n/zh_CN/calibrate.pro.in.ts \ ../../../i18n/it/calibrate.pro.in.ts \ ../../../i18n/zh_TW/calibrate.pro.in.ts diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 236e52e..8b6da78 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro @@ -1,54 +1,55 @@ QMAKE_CFLAGS = -DHAVE_OPENPTY QMAKE_LIBS = -lutil TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = TEWidget.h \ TEScreen.h \ TECommon.h \ TEHistory.h \ TEmulation.h \ TEmuVt102.h \ session.h \ keytrans.h \ konsole.h \ commandeditdialog.h \ commandeditwidget.h \ playlistselection.h \ MyPty.h SOURCES = TEScreen.cpp \ TEWidget.cpp \ TEHistory.cpp \ TEmulation.cpp \ TEmuVt102.cpp \ session.cpp \ keytrans.cpp \ konsole.cpp \ commandeditdialog.cpp \ commandeditwidget.cpp \ playlistselection.cpp \ MyPty.cpp \ main.cpp INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui TARGET = embeddedkonsole INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TMAKE_CXXFLAGS += -DQT_QWS_OPIE TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ + ../../../i18n/xx/embeddedkonsole.ts \ ../../../i18n/en/embeddedkonsole.ts \ ../../../i18n/es/embeddedkonsole.ts \ ../../../i18n/fr/embeddedkonsole.ts \ ../../../i18n/hu/embeddedkonsole.ts \ ../../../i18n/ja/embeddedkonsole.ts \ ../../../i18n/ko/embeddedkonsole.ts \ ../../../i18n/no/embeddedkonsole.ts \ ../../../i18n/pl/embeddedkonsole.ts \ ../../../i18n/pt/embeddedkonsole.ts \ ../../../i18n/pt_BR/embeddedkonsole.ts \ ../../../i18n/sl/embeddedkonsole.ts \ ../../../i18n/zh_CN/embeddedkonsole.ts \ ../../../i18n/zh_TW/embeddedkonsole.ts \ ../../../i18n/it/embeddedkonsole.ts \ ../../../i18n/da/embeddedkonsole.ts diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index aa446dc..d13638c 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro @@ -1,27 +1,28 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = helpbrowser.h SOURCES = helpbrowser.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../../../i18n/de/helpbrowser.ts \ + ../../../i18n/xx/helpbrowser.ts \ ../../../i18n/en/helpbrowser.ts \ ../../../i18n/es/helpbrowser.ts \ ../../../i18n/fr/helpbrowser.ts \ ../../../i18n/hu/helpbrowser.ts \ ../../../i18n/ja/helpbrowser.ts \ ../../../i18n/ko/helpbrowser.ts \ ../../../i18n/no/helpbrowser.ts \ ../../../i18n/pl/helpbrowser.ts \ ../../../i18n/pt/helpbrowser.ts \ ../../../i18n/pt_BR/helpbrowser.ts \ ../../../i18n/sl/helpbrowser.ts \ ../../../i18n/zh_CN/helpbrowser.ts \ ../../../i18n/it/helpbrowser.ts \ ../../../i18n/zh_TW/helpbrowser.ts \ ../../../i18n/da/helpbrowser.ts diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index 36bc724..9e9f6dc 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = SOURCES = main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TARGET = qcop TRANSLATIONS = ../../../i18n/de/qcop.ts \ + ../../../i18n/da/qcop.ts \ + ../../../i18n/xx/qcop.ts \ ../../../i18n/en/qcop.ts \ ../../../i18n/es/qcop.ts \ ../../../i18n/fr/qcop.ts \ ../../../i18n/hu/qcop.ts \ ../../../i18n/ja/qcop.ts \ ../../../i18n/ko/qcop.ts \ ../../../i18n/no/qcop.ts \ ../../../i18n/pl/qcop.ts \ ../../../i18n/pt/qcop.ts \ ../../../i18n/pt_BR/qcop.ts \ ../../../i18n/sl/qcop.ts \ ../../../i18n/zh_CN/qcop.ts \ ../../../i18n/zh_TW/qcop.ts diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index 500abde..c8df9f3 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro @@ -1,24 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = textedit.h filePermissions.h SOURCES = main.cpp textedit.cpp filePermissions.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TARGET = textedit TRANSLATIONS = ../../../i18n/de/textedit.ts \ + ../../../i18n/da/textedit.ts \ + ../../../i18n/xx/textedit.ts \ ../../../i18n/en/textedit.ts \ ../../../i18n/es/textedit.ts \ ../../../i18n/fr/textedit.ts \ ../../../i18n/hu/textedit.ts \ ../../../i18n/ja/textedit.ts \ ../../../i18n/ko/textedit.ts \ ../../../i18n/no/textedit.ts \ ../../../i18n/pl/textedit.ts \ ../../../i18n/pt/textedit.ts \ ../../../i18n/pt_BR/textedit.ts \ ../../../i18n/sl/textedit.ts \ ../../../i18n/zh_CN/textedit.ts \ ../../../i18n/zh_TW/textedit.ts diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 802975b..3391378 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro @@ -1,121 +1,122 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = ../../bin HEADERS = background.h \ desktop.h \ screensaver.h \ qprocess.h \ mediummountgui.h \ info.h \ appicons.h \ taskbar.h \ sidething.h \ runningappbar.h \ stabmon.h \ inputmethods.h \ systray.h \ wait.h \ shutdownimpl.h \ launcher.h \ launcherview.h \ ../../core/apps/calibrate/calibrate.h \ startmenu.h \ transferserver.h \ qcopbridge.h \ packageslave.h \ irserver.h \ ../../rsync/buf.h \ ../../rsync/checksum.h \ ../../rsync/command.h \ ../../rsync/emit.h \ ../../rsync/job.h \ ../../rsync/netint.h \ ../../rsync/protocol.h \ ../../rsync/prototab.h \ ../../rsync/rsync.h \ ../../rsync/search.h \ ../../rsync/stream.h \ ../../rsync/sumset.h \ ../../rsync/trace.h \ ../../rsync/types.h \ ../../rsync/util.h \ ../../rsync/whole.h \ ../../rsync/config_rsync.h \ ../../rsync/qrsync.h \ quicklauncher.h SOURCES = background.cpp \ desktop.cpp \ screensaver.cpp \ mediummountgui.cpp \ qprocess.cpp qprocess_unix.cpp \ info.cpp \ appicons.cpp \ taskbar.cpp \ sidething.cpp \ runningappbar.cpp \ stabmon.cpp \ inputmethods.cpp \ systray.cpp \ wait.cpp \ shutdownimpl.cpp \ launcher.cpp \ launcherview.cpp \ ../../core/apps/calibrate/calibrate.cpp \ transferserver.cpp \ packageslave.cpp \ irserver.cpp \ qcopbridge.cpp \ startmenu.cpp \ main.cpp \ ../../rsync/base64.c \ ../../rsync/buf.c \ ../../rsync/checksum.c \ ../../rsync/command.c \ ../../rsync/delta.c \ ../../rsync/emit.c \ ../../rsync/hex.c \ ../../rsync/job.c \ ../../rsync/mdfour.c \ ../../rsync/mksum.c \ ../../rsync/msg.c \ ../../rsync/netint.c \ ../../rsync/patch.c \ ../../rsync/prototab.c \ ../../rsync/readsums.c \ ../../rsync/scoop.c \ ../../rsync/search.c \ ../../rsync/stats.c \ ../../rsync/stream.c \ ../../rsync/sumset.c \ ../../rsync/trace.c \ ../../rsync/tube.c \ ../../rsync/util.c \ ../../rsync/version.c \ ../../rsync/whole.c \ ../../rsync/qrsync.cpp INTERFACES = syncdialog.ui INCLUDEPATH += ../../include DEPENDPATH += ../../include . INCLUDEPATH += ../../core/apps/calibrate DEPENDPATH += ../../core/apps/calibrate INCLUDEPATH += ../../rsync DEPENDPATH += ../../rsync TARGET = qpe LIBS += -lqpe -lcrypt -lopie TRANSLATIONS = ../../i18n/de/qpe.ts \ + ../../i18n/xx/qpe.ts \ ../../i18n/en/qpe.ts \ ../../i18n/es/qpe.ts \ ../../i18n/fr/qpe.ts \ ../../i18n/hu/qpe.ts \ ../../i18n/ja/qpe.ts \ ../../i18n/ko/qpe.ts \ ../../i18n/no/qpe.ts \ ../../i18n/pl/qpe.ts \ ../../i18n/pt/qpe.ts \ ../../i18n/pt_BR/qpe.ts \ ../../i18n/sl/qpe.ts \ ../../i18n/zh_CN/qpe.ts \ ../../i18n/it/qpe.ts \ ../../i18n/zh_TW/qpe.ts \ ../../i18n/da/qpe.ts diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro index f3d452b..c10929c 100644 --- a/core/multimedia/opieplayer/libflash/libflash.pro +++ b/core/multimedia/opieplayer/libflash/libflash.pro @@ -1,29 +1,31 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = libflashplugin.h libflashpluginimpl.h SOURCES = libflashplugin.cpp libflashpluginimpl.cpp \ adpcm.cc character.cc flash.cc graphic16.cc matrix.cc script.cc \ sprite.cc bitmap.cc cxform.cc font.cc graphic24.cc movie.cc \ shape.cc sqrt.cc button.cc displaylist.cc graphic.cc graphic32.cc \ program.cc sound.cc text.cc TARGET = flashplugin DESTDIR = ../../plugins/codecs INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ + ../../../../i18n/da/libflashplugin.ts \ + ../../../../i18n/xx/libflashplugin.ts \ ../../../../i18n/en/libflashplugin.ts \ ../../../../i18n/es/libflashplugin.ts \ ../../../../i18n/fr/libflashplugin.ts \ ../../../../i18n/hu/libflashplugin.ts \ ../../../../i18n/ja/libflashplugin.ts \ ../../../../i18n/ko/libflashplugin.ts \ ../../../../i18n/no/libflashplugin.ts \ ../../../../i18n/pl/libflashplugin.ts \ ../../../../i18n/pt/libflashplugin.ts \ ../../../../i18n/pt_BR/libflashplugin.ts \ ../../../../i18n/sl/libflashplugin.ts \ ../../../../i18n/zh_CN/libflashplugin.ts \ ../../../../i18n/zh_TW/libflashplugin.ts diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index 3ba1bc1..1e7f597 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro @@ -1,33 +1,35 @@ QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) QMAKE_CXXFLAGS += $(if $(CONFIG_TARGET_X86),-DFPM_INTEL) \ $(if $(CONFIG_TARGET_IPAQ),-DFPM_ARM) \ $(if $(CONFIG_TARGET_SHARP),-DFPM_ARM) TEMPLATE = lib CONFIG += qt warn_on release HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp TARGET = madplugin DESTDIR = $(OPIEDIR)/plugins/codecs INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe -lm VERSION = 1.0.0 TRANSLATIONS = ../../../../i18n/de/libmadplugin.ts \ + ../../../../i18n/da/libmadplugin.ts \ + ../../../../i18n/xx/libmadplugin.ts \ ../../../../i18n/en/libmadplugin.ts \ ../../../../i18n/es/libmadplugin.ts \ ../../../../i18n/fr/libmadplugin.ts \ ../../../../i18n/hu/libmadplugin.ts \ ../../../../i18n/ja/libmadplugin.ts \ ../../../../i18n/ko/libmadplugin.ts \ ../../../../i18n/no/libmadplugin.ts \ ../../../../i18n/pl/libmadplugin.ts \ ../../../../i18n/pt/libmadplugin.ts \ ../../../../i18n/pt_BR/libmadplugin.ts \ ../../../../i18n/sl/libmadplugin.ts \ ../../../../i18n/zh_CN/libmadplugin.ts \ ../../../../i18n/zh_TW/libmadplugin.ts diff --git a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro index 338fe29..0f8f396 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro @@ -1,62 +1,64 @@ QMAKE_CFLAGS += $(if $(CONFIG_TARGET_X86),-DHAVE_MMX -DHAVE_CSS) \ $(if $(CONFIG_TARGET_IPAQ),-DUSE_FIXED_POINT) \ $(if $(CONFIG_TARGET_SHARP),-DUSE_FIXED_POINT) QMAKE_CC = $(CXX) TEMPLATE = lib CONFIG += qt warn_on release HEADERS = libmpeg3plugin.h libmpeg3pluginimpl.h SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ bitstream.c \ libmpeg3.c \ mpeg3atrack.c \ mpeg3css.c \ mpeg3demux.c \ mpeg3io.c \ mpeg3title.c \ mpeg3vtrack.c \ audio/ac3.c \ audio/bit_allocation.c \ audio/dct.c \ audio/exponents.c \ audio/header.c \ audio/layer2.c \ audio/layer3.c \ audio/mantissa.c \ audio/mpeg3audio.c \ audio/pcm.c \ audio/synthesizers.c \ audio/tables.c \ video/getpicture.c \ video/headers.c \ video/idct.c \ video/macroblocks.c \ video/mmxtest.c \ video/motion.c \ video/mpeg3video.c \ video/output.c \ video/reconstruct.c \ video/seek.c \ video/slice.c \ video/vlc.c TARGET = mpeg3plugin TMAKE_CC=$(CXX) DESTDIR = $(OPIEDIR)/plugins/codecs INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe -lpthread -lm VERSION = 1.0.0 TRANSLATIONS = ../../../../i18n/de/libmpeg3plugin.ts \ + ../../../../i18n/da/libmpeg3plugin.ts \ + ../../../../i18n/xx/libmpeg3plugin.ts \ ../../../../i18n/en/libmpeg3plugin.ts \ ../../../../i18n/es/libmpeg3plugin.ts \ ../../../../i18n/fr/libmpeg3plugin.ts \ ../../../../i18n/hu/libmpeg3plugin.ts \ ../../../../i18n/ja/libmpeg3plugin.ts \ ../../../../i18n/ko/libmpeg3plugin.ts \ ../../../../i18n/no/libmpeg3plugin.ts \ ../../../../i18n/pl/libmpeg3plugin.ts \ ../../../../i18n/pt/libmpeg3plugin.ts \ ../../../../i18n/pt_BR/libmpeg3plugin.ts \ ../../../../i18n/sl/libmpeg3plugin.ts \ ../../../../i18n/zh_CN/libmpeg3plugin.ts \ ../../../../i18n/zh_TW/libmpeg3plugin.ts diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro index 6f22280..5c8272d 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro @@ -1,34 +1,36 @@ TEMPLATE = app CONFIG = qt warn_on release #release DESTDIR = $(OPIEDIR)/bin HEADERS = loopcontrol.h mediaplayerplugininterface.h \ playlistselection.h mediaplayerstate.h \ videowidget.h audiowidget.h playlistwidget.h \ mediaplayer.h audiodevice.h inputDialog.h om3u.h SOURCES = main.cpp \ loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ videowidget.cpp audiowidget.cpp playlistwidget.cpp \ mediaplayer.cpp audiodevice.cpp inputDialog.cpp om3u.cpp TARGET = opieplayer INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lpthread -lopie INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include TRANSLATIONS = ../../../i18n/de/opieplayer.ts \ + ../../../i18n/da/opieplayer.ts \ + ../../../i18n/xx/opieplayer.ts \ ../../../i18n/en/opieplayer.ts \ ../../../i18n/es/opieplayer.ts \ ../../../i18n/fr/opieplayer.ts \ ../../../i18n/hu/opieplayer.ts \ ../../../i18n/ja/opieplayer.ts \ ../../../i18n/ko/opieplayer.ts \ ../../../i18n/no/opieplayer.ts \ ../../../i18n/pl/opieplayer.ts \ ../../../i18n/pt/opieplayer.ts \ ../../../i18n/pt_BR/opieplayer.ts \ ../../../i18n/sl/opieplayer.ts \ ../../../i18n/zh_CN/opieplayer.ts \ ../../../i18n/zh_TW/opieplayer.ts diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.pro b/core/multimedia/opieplayer/wavplugin/wavplugin.pro index 5b5a15b..b0f37a8 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = wavplugin.h wavpluginimpl.h SOURCES = wavplugin.cpp wavpluginimpl.cpp TARGET = wavplugin DESTDIR = $(OPIEDIR)/plugins/codecs INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ + ../../../../i18n/da/libwavplugin.ts \ + ../../../../i18n/xx/libwavplugin.ts \ ../../../../i18n/en/libwavplugin.ts \ ../../../../i18n/es/libwavplugin.ts \ ../../../../i18n/fr/libwavplugin.ts \ ../../../../i18n/hu/libwavplugin.ts \ ../../../../i18n/ja/libwavplugin.ts \ ../../../../i18n/ko/libwavplugin.ts \ ../../../../i18n/no/libwavplugin.ts \ ../../../../i18n/pl/libwavplugin.ts \ ../../../../i18n/pt/libwavplugin.ts \ ../../../../i18n/pt_BR/libwavplugin.ts \ ../../../../i18n/sl/libwavplugin.ts \ ../../../../i18n/zh_CN/libwavplugin.ts \ ../../../../i18n/zh_TW/libwavplugin.ts diff --git a/core/opie-login/opie-login.pro b/core/opie-login/opie-login.pro index 7d8ecb1..d0b4e8e 100644 --- a/core/opie-login/opie-login.pro +++ b/core/opie-login/opie-login.pro @@ -1,44 +1,45 @@ TEMPLATE = app CONFIG = qt warn_on debug usepam HEADERS = loginwindowimpl.h \ loginapplication.h \ ../launcher/inputmethods.h \ ../apps/calibrate/calibrate.h SOURCES = loginwindowimpl.cpp \ loginapplication.cpp \ ../launcher/inputmethods.cpp \ ../apps/calibrate/calibrate.cpp \ main.cpp INTERFACES = loginwindow.ui INCLUDEPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate DEPENDPATH += $(OPIEDIR)/include ../launcher ../apps/calibrate LIBS += -lqpe -lopie usepam:LIBS += -lpam usepam:DEFINES += USEPAM DESTDIR = $(OPIEDIR)/bin TARGET = opie-login TRANSLATIONS = ../../i18n/de/opie-login.ts \ + ../../i18n/xx/opie-login.ts \ · ../../i18n/en/opie-login.ts \ · ../../i18n/es/opie-login.ts \ · ../../i18n/fr/opie-login.ts \ · ../../i18n/hu/opie-login.ts \ · ../../i18n/ja/opie-login.ts \ · ../../i18n/ko/opie-login.ts \ · ../../i18n/no/opie-login.ts \ · ../../i18n/pl/opie-login.ts \ · ../../i18n/pt/opie-login.ts \ · ../../i18n/pt_BR/opie-login.ts \ · ../../i18n/sl/opie-login.ts \ · ../../i18n/zh_CN/opie-login.ts \ · ../../i18n/zh_TW/opie-login.ts \ · ../../i18n/it/opie-login.ts \ · ../../i18n/da/opie-login.ts diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index ef49374..742eb69 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro @@ -1,46 +1,48 @@ TEMPLATE = app #CONFIG = qt warn_on release CONFIG = qt warn_on debug DESTDIR = $(OPIEDIR)/bin HEADERS = addressbook.h \ contacteditor.h \ ocontactfields.h \ ablabel.h \ abtable.h \ picker.h \ ofloatbar.h \ configdlg.h \ abconfig.h \ abview.h SOURCES = main.cpp \ addressbook.cpp \ contacteditor.cpp \ ocontactfields.cpp \ ablabel.cpp \ abtable.cpp \ picker.cpp \ configdlg.cpp \ abconfig.cpp \ abview.cpp INTERFACES = configdlg_base.ui TARGET = addressbook INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TRANSLATIONS = ../../../i18n/de/addressbook.ts \ + ../../../i18n/da/addressbook.ts \ + ../../../i18n/xx/addressbook.ts \ ../../../i18n/en/addressbook.ts \ ../../../i18n/es/addressbook.ts \ ../../../i18n/fr/addressbook.ts \ ../../../i18n/hu/addressbook.ts \ ../../../i18n/ja/addressbook.ts \ ../../../i18n/ko/addressbook.ts \ ../../../i18n/no/addressbook.ts \ ../../../i18n/pl/addressbook.ts \ ../../../i18n/pt/addressbook.ts \ ../../../i18n/pt_BR/addressbook.ts \ ../../../i18n/sl/addressbook.ts \ ../../../i18n/zh_CN/addressbook.ts \ ../../../i18n/it/addressbook.ts \ ../../../i18n/zh_TW/addressbook.ts diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index d5dafc8..f61e19a 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro @@ -1,57 +1,58 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = datebookday.h \ datebook.h \ dateentryimpl.h \ datebookdayheaderimpl.h \ datebooksettings.h \ datebookweek.h \ datebookweeklst.h \ datebookweekheaderimpl.h \ repeatentry.h \ timepicker.h \ noteentryimpl.h \ onoteedit.h SOURCES = main.cpp \ datebookday.cpp \ datebook.cpp \ dateentryimpl.cpp \ datebookdayheaderimpl.cpp \ datebooksettings.cpp \ datebookweek.cpp \ datebookweeklst.cpp \ datebookweekheaderimpl.cpp \ repeatentry.cpp \ timepicker.cpp \ noteentryimpl.cpp \ onoteedit.cpp INTERFACES = dateentry.ui \ datebookdayheader.ui \ datebookweekheader.ui \ datebookweeklstheader.ui \ datebookweeklstdayhdr.ui \ repeatentrybase.ui \ datebooksettingsbase.ui \ noteentry.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TARGET = datebook TRANSLATIONS = ../../../i18n/de/datebook.ts \ + ../../../i18n/xx/datebook.ts \ ../../../i18n/en/datebook.ts \ ../../../i18n/es/datebook.ts \ ../../../i18n/fr/datebook.ts \ ../../../i18n/hu/datebook.ts \ ../../../i18n/ja/datebook.ts \ ../../../i18n/ko/datebook.ts \ ../../../i18n/no/datebook.ts \ ../../../i18n/pl/datebook.ts \ ../../../i18n/pt/datebook.ts \ ../../../i18n/pt_BR/datebook.ts \ ../../../i18n/sl/datebook.ts \ ../../../i18n/zh_CN/datebook.ts \ ../../../i18n/it/datebook.ts \ ../../../i18n/zh_TW/datebook.ts \ ../../../i18n/da/datebook.ts diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index e989f79..1fa8c94 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro @@ -1,28 +1,29 @@ TEMPLATE = app CONFIG = qt warn_on debug #CONFIG = qt warn_on release HEADERS = today.h todaybase.h todayconfig.h SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie INTERFACES = TARGET = today DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/today.ts \ + ../../../i18n/xx/today.ts \ ../../../i18n/en/today.ts \ ../../../i18n/es/today.ts \ ../../../i18n/fr/today.ts \ ../../../i18n/hu/today.ts \ ../../../i18n/ja/today.ts \ ../../../i18n/ko/today.ts \ ../../../i18n/no/today.ts \ ../../../i18n/pl/today.ts \ ../../../i18n/pt/today.ts \ ../../../i18n/pt_BR/today.ts \ ../../../i18n/sl/today.ts \ ../../../i18n/zh_CN/today.ts \ ../../../i18n/zh_TW/today.ts \ ../../../i18n/it/today.ts \ ../../../i18n/da/today.ts diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 40a5f28..2911743 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -1,63 +1,65 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = smalltodo.h \ todomanager.h \ mainwindow.h \ todoview.h \ tableview.h \ tableitems.h \ todotemplatemanager.h \ todoeditor.h \ todoshow.h \ textviewshow.h \ templateeditor.h \ templatedialog.h \ templatedialogimpl.h \ quickedit.h \ quickeditimpl.h \ otaskeditor.h \ taskeditoroverviewimpl.h \ taskeditoradvancedimpl.h SOURCES = smalltodo.cpp \ todomanager.cpp \ mainwindow.cpp \ main.cpp \ tableview.cpp \ tableitems.cpp \ todoview.cpp \ todotemplatemanager.cpp \ todoeditor.cpp \ todoshow.cpp \ textviewshow.cpp \ templateeditor.cpp \ templatedialog.cpp \ templatedialogimpl.cpp \ quickeditimpl.cpp \ quickedit.cpp \ otaskeditor.cpp \ taskeditoroverviewimpl.cpp \ taskeditoradvancedimpl.cpp INTERFACES = taskeditoradvanced.ui taskeditoralarms.ui taskeditoroverview.ui TARGET = todolist INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TRANSLATIONS = ../../../i18n/de/todolist.ts \ + ../../../i18n/da/todolist.ts \ + ../../../i18n/xx/todolist.ts \ ../../../i18n/en/todolist.ts \ ../../../i18n/es/todolist.ts \ ../../../i18n/fr/todolist.ts \ ../../../i18n/hu/todolist.ts \ ../../../i18n/ja/todolist.ts \ ../../../i18n/ko/todolist.ts \ ../../../i18n/no/todolist.ts \ ../../../i18n/pl/todolist.ts \ ../../../i18n/pt/todolist.ts \ ../../../i18n/pt_BR/todolist.ts \ ../../../i18n/sl/todolist.ts \ ../../../i18n/zh_CN/todolist.ts \ ../../../i18n/zh_TW/todolist.ts diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 1456fab..03aef86 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro @@ -1,27 +1,28 @@ #CONFIG += qt warn_on release CONFIG += qt warn_on debug TEMPLATE = app DESTDIR = $(OPIEDIR)/bin #INTERFACES = citytimebase.ui HEADERS = citytime.h citytimebase.h zonemap.h sun.h stylusnormalizer.h SOURCES = citytime.cpp citytimebase.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp TARGET = citytime INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/citytime.ts \ + ../../../i18n/xx/citytime.ts \ ../../../i18n/en/citytime.ts \ ../../../i18n/es/citytime.ts \ ../../../i18n/fr/citytime.ts \ ../../../i18n/hu/citytime.ts \ ../../../i18n/ja/citytime.ts \ ../../../i18n/ko/citytime.ts \ ../../../i18n/no/citytime.ts \ ../../../i18n/pl/citytime.ts \ ../../../i18n/pt/citytime.ts \ ../../../i18n/pt_BR/citytime.ts \ ../../../i18n/sl/citytime.ts \ ../../../i18n/zh_CN/citytime.ts \ ../../../i18n/zh_TW/citytime.ts \ ../../../i18n/da/citytime.ts diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index 455d246..a7ce88a 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro @@ -1,27 +1,28 @@ TEMPLATE = app CONFIG += qt warn_on debug DESTDIR = $(OPIEDIR)/bin HEADERS = light.h sensor.h calibration.h SOURCES = light.cpp main.cpp sensor.cpp calibration.cpp INTERFACES = lightsettingsbase.ui sensorbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe -lopie TARGET = light-and-power TRANSLATIONS = ../../../i18n/de/light-and-power.ts \ + ../../../i18n/xx/light-and-power.ts \ ../../../i18n/en/light-and-power.ts \ ../../../i18n/es/light-and-power.ts \ ../../../i18n/fr/light-and-power.ts \ ../../../i18n/hu/light-and-power.ts \ ../../../i18n/ja/light-and-power.ts \ ../../../i18n/ko/light-and-power.ts \ ../../../i18n/no/light-and-power.ts \ ../../../i18n/pl/light-and-power.ts \ ../../../i18n/pt/light-and-power.ts \ ../../../i18n/pt_BR/light-and-power.ts \ ../../../i18n/sl/light-and-power.ts \ ../../../i18n/zh_CN/light-and-power.ts \ ../../../i18n/zh_TW/light-and-power.ts \ ../../../i18n/it/light-and-power.ts \ ../../../i18n/da/light-and-power.ts diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index 2bd015d..d7cfba4 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro @@ -1,26 +1,27 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = security.h SOURCES = security.cpp main.cpp INTERFACES = securitybase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = security TRANSLATIONS = ../../../i18n/de/security.ts \ + ../../../i18n/xx/security.ts \ ../../../i18n/en/security.ts \ ../../../i18n/es/security.ts \ ../../../i18n/fr/security.ts \ ../../../i18n/hu/security.ts \ ../../../i18n/ja/security.ts \ ../../../i18n/ko/security.ts \ ../../../i18n/no/security.ts \ ../../../i18n/pl/security.ts \ ../../../i18n/pt/security.ts \ ../../../i18n/pt_BR/security.ts \ ../../../i18n/sl/security.ts \ ../../../i18n/zh_CN/security.ts \ ../../../i18n/zh_TW/security.ts \ ../../../i18n/da/security.ts diff --git a/development/keyview/keyview.pro b/development/keyview/keyview.pro index b4694c9..ab9f57a 100644 --- a/development/keyview/keyview.pro +++ b/development/keyview/keyview.pro @@ -1,26 +1,28 @@ TEMPLATE = lib #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = keyview.h keyboardimpl.h SOURCES = keyview.cpp keyboardimpl.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include ../../launcher LIBS += -lqpe INTERFACES = TARGET = keyview DESTDIR = $(OPIEDIR)/plugins/inputmethods TRANSLATIONS = ../i18n/de/keyview.ts \ + ../i18n/da/keyview.ts \ + ../i18n/xx/keyview.ts \ ../i18n/en/keyview.ts \ ../i18n/es/keyview.ts \ ../i18n/fr/keyview.ts \ ../i18n/hu/keyview.ts \ ../i18n/ja/keyview.ts \ ../i18n/ko/keyview.ts \ ../i18n/no/keyview.ts \ ../i18n/pl/keyview.ts \ ../i18n/pt/keyview.ts \ ../i18n/pt_BR/keyview.ts \ ../i18n/sl/keyview.ts \ ../i18n/zh_CN/keyview.ts \ ../i18n/zh_TW/keyview.ts diff --git a/example/example.pro b/example/example.pro index 5d2b39a..7bcd7ac 100644 --- a/example/example.pro +++ b/example/example.pro @@ -1,25 +1,27 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = example.h SOURCES = main.cpp example.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = examplebase.ui TARGET = example TRANSLATIONS = ../i18n/de/example.ts \ + ../i18n/da/example.ts \ + ../i18n/xx/example.ts \ ../i18n/en/example.ts \ ../i18n/es/example.ts \ ../i18n/fr/example.ts \ ../i18n/hu/example.ts \ ../i18n/ja/example.ts \ ../i18n/ko/example.ts \ ../i18n/no/example.ts \ ../i18n/pl/example.ts \ ../i18n/pt/example.ts \ ../i18n/pt_BR/example.ts \ ../i18n/sl/example.ts \ ../i18n/zh_CN/example.ts \ ../i18n/zh_TW/example.ts diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 8ebf7b8..dc02e55 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro @@ -1,28 +1,30 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = dvorak.h \ dvorakimpl.h SOURCES = dvorak.cpp \ dvorakimpl.cpp TARGET = qdvorak DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard QMAKE_LFLAGS += -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqdvorak.ts \ + ../../i18n/da/libqdvorak.ts \ + ../../i18n/xx/libqdvorak.ts \ ../../i18n/en/libqdvorak.ts \ ../../i18n/es/libqdvorak.ts \ ../../i18n/fr/libqdvorak.ts \ ../../i18n/hu/libqdvorak.ts \ ../../i18n/ja/libqdvorak.ts \ ../../i18n/ko/libqdvorak.ts \ ../../i18n/no/libqdvorak.ts \ ../../i18n/pl/libqdvorak.ts \ ../../i18n/pt/libqdvorak.ts \ ../../i18n/pt_BR/libqdvorak.ts \ ../../i18n/sl/libqdvorak.ts \ ../../i18n/zh_CN/libqdvorak.ts \ ../../i18n/zh_TW/libqdvorak.ts diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index b4a742d..dd661fe 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro @@ -1,46 +1,48 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = qimpenchar.h \ qimpenprofile.h \ qimpencombining.h \ qimpenhelp.h \ qimpeninput.h \ qimpenmatch.h \ qimpensetup.h \ qimpenstroke.h \ qimpenwidget.h \ qimpenwordpick.h \ handwritingimpl.h SOURCES = qimpenchar.cpp \ qimpenprofile.cpp \ qimpencombining.cpp \ qimpenhelp.cpp \ qimpeninput.cpp \ qimpenmatch.cpp \ qimpensetup.cpp \ qimpenstroke.cpp \ qimpenwidget.cpp \ qimpenwordpick.cpp \ handwritingimpl.cpp INTERFACES = qimpenprefbase.ui TARGET = qhandwriting DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqhandwriting.ts \ + ../../i18n/da/libqhandwriting.ts \ + ../../i18n/xx/libqhandwriting.ts \ ../../i18n/en/libqhandwriting.ts \ ../../i18n/es/libqhandwriting.ts \ ../../i18n/fr/libqhandwriting.ts \ ../../i18n/hu/libqhandwriting.ts \ ../../i18n/ja/libqhandwriting.ts \ ../../i18n/ko/libqhandwriting.ts \ ../../i18n/no/libqhandwriting.ts \ ../../i18n/pl/libqhandwriting.ts \ ../../i18n/pt/libqhandwriting.ts \ ../../i18n/pt_BR/libqhandwriting.ts \ ../../i18n/sl/libqhandwriting.ts \ ../../i18n/zh_CN/libqhandwriting.ts \ ../../i18n/zh_TW/libqhandwriting.ts diff --git a/inputmethods/jumpx/jumpx.pro b/inputmethods/jumpx/jumpx.pro index d8d123c..b706856 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro @@ -1,27 +1,29 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = keyboard.h \ keyboardimpl.h SOURCES = keyboard.cpp \ keyboardimpl.cpp TARGET = qjumpx DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqjumpx.ts \ + ../../i18n/da/libqjumpx.ts \ + ../../i18n/xx/libqjumpx.ts \ ../../i18n/en/libqjumpx.ts \ ../../i18n/es/libqjumpx.ts \ ../../i18n/fr/libqjumpx.ts \ ../../i18n/hu/libqjumpx.ts \ ../../i18n/ja/libqjumpx.ts \ ../../i18n/ko/libqjumpx.ts \ ../../i18n/no/libqjumpx.ts \ ../../i18n/pl/libqjumpx.ts \ ../../i18n/pt/libqjumpx.ts \ ../../i18n/pt_BR/libqjumpx.ts \ ../../i18n/sl/libqjumpx.ts \ ../../i18n/zh_CN/libqjumpx.ts \ ../../i18n/zh_TW/libqjumpx.ts diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index c6c331e..8890c12 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro @@ -1,28 +1,30 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = keyboard.h \ keyboardimpl.h SOURCES = keyboard.cpp \ keyboardimpl.cpp TARGET = qkeyboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard QMAKE_LFLAGS += -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqkeyboard.ts \ + ../../i18n/da/libqkeyboard.ts \ + ../../i18n/xx/libqkeyboard.ts \ ../../i18n/en/libqkeyboard.ts \ ../../i18n/es/libqkeyboard.ts \ ../../i18n/fr/libqkeyboard.ts \ ../../i18n/hu/libqkeyboard.ts \ ../../i18n/ja/libqkeyboard.ts \ ../../i18n/ko/libqkeyboard.ts \ ../../i18n/no/libqkeyboard.ts \ ../../i18n/pl/libqkeyboard.ts \ ../../i18n/pt/libqkeyboard.ts \ ../../i18n/pt_BR/libqkeyboard.ts \ ../../i18n/sl/libqkeyboard.ts \ ../../i18n/zh_CN/libqkeyboard.ts \ ../../i18n/zh_TW/libqkeyboard.ts diff --git a/inputmethods/kjumpx/kjumpx.pro b/inputmethods/kjumpx/kjumpx.pro index 23faa9c..55bbf78 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro @@ -1,27 +1,29 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = keyboard.h \ keyboardimpl.h SOURCES = keyboard.cpp \ keyboardimpl.cpp TARGET = qkjumpx DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqkjumpx.ts \ + ../../i18n/da/libqkjumpx.ts \ + ../../i18n/xx/libqkjumpx.ts \ ../../i18n/en/libqkjumpx.ts \ ../../i18n/es/libqkjumpx.ts \ ../../i18n/fr/libqkjumpx.ts \ ../../i18n/hu/libqkjumpx.ts \ ../../i18n/ja/libqkjumpx.ts \ ../../i18n/ko/libqkjumpx.ts \ ../../i18n/no/libqkjumpx.ts \ ../../i18n/pl/libqkjumpx.ts \ ../../i18n/pt/libqkjumpx.ts \ ../../i18n/pt_BR/libqkjumpx.ts \ ../../i18n/sl/libqkjumpx.ts \ ../../i18n/zh_CN/libqkjumpx.ts \ ../../i18n/zh_TW/libqkjumpx.ts diff --git a/inputmethods/multikey/multikey.pro b/inputmethods/multikey/multikey.pro index 3d2acef..aac3a8c 100644 --- a/inputmethods/multikey/multikey.pro +++ b/inputmethods/multikey/multikey.pro @@ -1,29 +1,30 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = keyboard.h \ configdlg.h \ keyboardimpl.h SOURCES = keyboard.cpp \ configdlg.cpp \ keyboardimpl.cpp TARGET = qmultikey DESTDIR = $(OPIEDIR)/plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe -L$(OPIEDIR)/plugins/inputmethods -lqpickboard QMAKE_LFLAGS += -Wl,-rpath,/opt/QtPalmtop/plugins/inputmethods VERSION = 1.0.0 TRANSLATIONS = ../../i18n/pt_BR/libqmultikey.ts -TRANSLATIONS += ../../i18n/de/libqmultikey.ts -TRANSLATIONS += ../../i18n/en/libqmultikey.ts -TRANSLATIONS += ../../i18n/hu/libqmultikey.ts -TRANSLATIONS += ../../i18n/sl/libqmultikey.ts -TRANSLATIONS += ../../i18n/ja/libqmultikey.ts -TRANSLATIONS += ../../i18n/ko/libqmultikey.ts -TRANSLATIONS += ../../i18n/pl/libqmultikey.ts -TRANSLATIONS += ../../i18n/no/libqmultikey.ts -TRANSLATIONS += ../../i18n/zh_CN/libqmultikey.ts -TRANSLATIONS += ../../i18n/zh_TW/libqmultikey.ts -TRANSLATIONS += ../../i18n/fr/libqmultikey.ts -TRANSLATIONS += ../../i18n/da/libqmultikey.ts + += ../../i18n/de/libqmultikey.ts + += ../../i18n/xx/libqmultikey.ts + += ../../i18n/en/libqmultikey.ts + += ../../i18n/hu/libqmultikey.ts + += ../../i18n/sl/libqmultikey.ts + += ../../i18n/ja/libqmultikey.ts + += ../../i18n/ko/libqmultikey.ts + += ../../i18n/pl/libqmultikey.ts + += ../../i18n/no/libqmultikey.ts + += ../../i18n/zh_CN/libqmultikey.ts + += ../../i18n/zh_TW/libqmultikey.ts + += ../../i18n/fr/libqmultikey.ts + += ../../i18n/da/libqmultikey.ts diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 3ede6b5..f7da15b 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h SOURCES = pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp TARGET = qpickboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqpickboard.ts \ + ../../i18n/da/libqpickboard.ts \ + ../../i18n/xx/libqpickboard.ts \ ../../i18n/en/libqpickboard.ts \ ../../i18n/es/libqpickboard.ts \ ../../i18n/fr/libqpickboard.ts \ ../../i18n/hu/libqpickboard.ts \ ../../i18n/ja/libqpickboard.ts \ ../../i18n/ko/libqpickboard.ts \ ../../i18n/no/libqpickboard.ts \ ../../i18n/pl/libqpickboard.ts \ ../../i18n/pt/libqpickboard.ts \ ../../i18n/pt_BR/libqpickboard.ts \ ../../i18n/sl/libqpickboard.ts \ ../../i18n/zh_CN/libqpickboard.ts \ ../../i18n/zh_TW/libqpickboard.ts diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 5427af4..849da32 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = unikeyboard.h unikeyboardimpl.h SOURCES = unikeyboard.cpp unikeyboardimpl.cpp TARGET = qunikeyboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts \ + ../../i18n/da/libqunikeyboard.ts \ + ../../i18n/xx/libqunikeyboard.ts \ ../../i18n/en/libqunikeyboard.ts \ ../../i18n/es/libqunikeyboard.ts \ ../../i18n/fr/libqunikeyboard.ts \ ../../i18n/hu/libqunikeyboard.ts \ ../../i18n/ja/libqunikeyboard.ts \ ../../i18n/ko/libqunikeyboard.ts \ ../../i18n/no/libqunikeyboard.ts \ ../../i18n/pl/libqunikeyboard.ts \ ../../i18n/pt/libqunikeyboard.ts \ ../../i18n/pt_BR/libqunikeyboard.ts \ ../../i18n/sl/libqunikeyboard.ts \ ../../i18n/zh_CN/libqunikeyboard.ts \ ../../i18n/zh_TW/libqunikeyboard.ts diff --git a/libopie/libopie.pro b/libopie/libopie.pro index ba7855e..a7ce3a7 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro @@ -1,101 +1,102 @@ TEMPLATE = lib CONFIG += qte warn_on release HEADERS = ofontmenu.h \ ocolorbutton.h \ ofiledialog.h ofileselector.h tododb.h \ ocheckitem.h todoevent.h todoresource.h \ todovcalresource.h xmltree.h \ colordialog.h colorpopupmenu.h \ oclickablelabel.h oprocctrl.h \ oprocess.h odevice.h \ otimepicker.h otabwidget.h \ otabbar.h otabinfo.h \ ofontselector.h \ pim/opimrecord.h \ pim/otodo.h \ pim/orecordlist.h \ pim/opimaccesstemplate.h \ pim/opimaccessbackend.h \ pim/otodoaccess.h \ pim/otodoaccessbackend.h \ pim/ocontact.h \ pim/ocontactaccess.h \ pim/ocontactaccessbackend.h \ pim/ocontactaccessbackend_xml.h \ pim/ocontactaccessbackend_vcard.h \ pim/obackendfactory.h \ pim/opimcache.h \ pim/otodoaccessvcal.h \ pim/orecur.h \ pim/opimstate.h \ pim/opimxrefpartner.h \ pim/opimxref.h \ pim/opimxrefmanager.h \ pim/opimmaintainer.h \ pim/opimnotify.h \ pim/opimnotifymanager.h \ pim/opimmainwindow.h \ pim/opimresolver.h \ orecurrancewidget.h \ oticker.h # pim/otodoaccesssql.h \ SOURCES = ofontmenu.cc \ ocolorbutton.cpp \ sharp_compat.cpp \ xmltree.cc \ ofiledialog.cc ofileselector.cc \ ocheckitem.cpp tododb.cpp todoevent.cpp \ todovcalresource.cpp colordialog.cpp \ colorpopupmenu.cpp oclickablelabel.cpp \ oprocctrl.cpp oprocess.cpp \ odevice.cpp otimepicker.cpp \ otabwidget.cpp otabbar.cpp \ ofontselector.cpp \ pim/otodo.cpp \ pim/opimrecord.cpp \ pim/otodoaccess.cpp \ pim/otodoaccessbackend.cpp \ pim/otodoaccessxml.cpp \ pim/ocontact.cpp \ pim/ocontactaccess.cpp \ pim/ocontactaccessbackend_vcard.cpp \ pim/otodoaccessvcal.cpp \ pim/orecur.cpp \ pim/opimstate.cpp \ pim/opimxrefpartner.cpp \ pim/opimxref.cpp \ pim/opimxrefmanager.cpp \ pim/opimmaintainer.cpp \ pim/opimnotify.cpp \ pim/opimnotifymanager.cpp \ pim/opimmainwindow.cpp \ pim/opimresolver.cpp \ orecurrancewidget.cpp \ oticker.cpp # pim/otodoaccesssql.cpp \ TARGET = opie INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(QTDIR)/lib$(PROJMAK) #VERSION = 1.0.0 # LIBS += -lopiesql INTERFACES = otimepickerbase.ui orecurrancebase.ui TRANSLATIONS = ../i18n/de/libopie.ts \ + ../i18n/xx/libopie.ts \ ../i18n/en/libopie.ts \ ../i18n/es/libopie.ts \ ../i18n/fr/libopie.ts \ ../i18n/hu/libopie.ts \ ../i18n/ja/libopie.ts \ ../i18n/ko/libopie.ts \ ../i18n/no/libopie.ts \ ../i18n/pl/libopie.ts \ ../i18n/pt/libopie.ts \ ../i18n/pt_BR/libopie.ts \ ../i18n/sl/libopie.ts \ ../i18n/zh_CN/libopie.ts \ ../i18n/zh_TW/libopie.ts \ ../i18n/da/libopie.ts diff --git a/libopie/ofileselector/libopie.pro b/libopie/ofileselector/libopie.pro index c97eabb..bf8deda 100644 --- a/libopie/ofileselector/libopie.pro +++ b/libopie/ofileselector/libopie.pro @@ -1,98 +1,99 @@ TEMPLATE = lib CONFIG += qte warn_on release HEADERS = ofontmenu.h \ ocolorbutton.h \ ofileselector/odefaultfactories.h \ ofileselector/ofiledialog.h \ ofileselector/ofilelistview.h \ ofileselector/ofileselector.h \ ofileselector/ofileselectoritem.h \ ofileselector/ofileselectormain.h \ ofileselector/ofileview.h \ ofileselector/olister.h \ ofileselector/olocallister.h \ ofileselector/opixmapprovider.h \ tododb.h \ ocheckitem.h todoevent.h todoresource.h \ todovcalresource.h xmltree.h \ colordialog.h colorpopupmenu.h \ oclickablelabel.h oprocctrl.h \ oprocess.h odevice.h \ otimepicker.h otabwidget.h \ otabbar.h otabinfo.h \ ofontselector.h \ pim/opimrecord.h \ pim/otodo.h \ pim/orecordlist.h \ pim/opimaccesstemplate.h \ pim/opimaccessbackend.h \ pim/otodoaccess.h \ pim/otodacessbackend.h \ pim/ocontact.h \ pim/ocontactaccess.h \ pim/ocontactaccessbackend.h \ pim/ocontactaccessbackend_xml.h \ pim/obackendfactory.h \ pim/opimcache.h \ pim/otodoaccessvcal.h \ pim/orecur.h \ orecurrancewidget.h # pim/otodoaccesssql.h \ SOURCES = ofontmenu.cc \ ocolorbutton.cpp \ ofileselector/odefaultfactories.cpp \ ofileselector/ofiledialog.cpp \ ofileselector/ofilefactory.cpp \ ofileselector/ofilelistview.cpp \ ofileselector/ofileselector.cpp \ ofileselector/ofileselectoritem.cpp \ ofileselector/ofileselectormain.cpp \ ofileselector/ofileview.cpp \ ofileselector/olister.cpp \ ofileselector/olocallister.cpp \ ofileselector/opixmapprovider.cpp \ xmltree.cc \ ocheckitem.cpp tododb.cpp todoevent.cpp \ todovcalresource.cpp colordialog.cpp \ colorpopupmenu.cpp oclickablelabel.cpp \ oprocctrl.cpp oprocess.cpp \ odevice.cpp otimepicker.cpp \ otabwidget.cpp otabbar.cpp \ ofontselector.cpp \ pim/otodo.cpp \ pim/opimrecord.cpp \ pim/otodoaccess.cpp \ pim/otodoaccessbackend.cpp \ pim/otodoaccessxml.cpp \ pim/ocontact.cpp \ pim/ocontactaccess.cpp \ pim/otodoaccessvcal.cpp \ pim/orecur.cpp \ orecurrancewidget.cpp # pim/otodoaccesssql.cpp \ TARGET = opie INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(QTDIR)/lib$(PROJMAK) #VERSION = 1.0.0 # LIBS += -lopiesql INTERFACES = otimepickerbase.ui orecurrancebase.ui TRANSLATIONS = ../i18n/de/libopie.ts \ + ../i18n/xx/libopie.ts \ ../i18n/en/libopie.ts \ ../i18n/es/libopie.ts \ ../i18n/fr/libopie.ts \ ../i18n/hu/libopie.ts \ ../i18n/ja/libopie.ts \ ../i18n/ko/libopie.ts \ ../i18n/no/libopie.ts \ ../i18n/pl/libopie.ts \ ../i18n/pt/libopie.ts \ ../i18n/pt_BR/libopie.ts \ ../i18n/sl/libopie.ts \ ../i18n/zh_CN/libopie.ts \ ../i18n/zh_TW/libopie.ts \ ../i18n/da/libopie.ts diff --git a/libopie/pim/libopie.pro b/libopie/pim/libopie.pro index 1a7b64c..79c3d77 100644 --- a/libopie/pim/libopie.pro +++ b/libopie/pim/libopie.pro @@ -1,78 +1,79 @@ TEMPLATE = lib CONFIG += qte warn_on release HEADERS = ofontmenu.h \ tododb.h \ todoevent.h todoresource.h \ todovcalresource.h xmltree.h \ colordialog.h colorpopupmenu.h \ oclickablelabel.h oprocctrl.h \ oprocess.h odevice.h \ otimepicker.h otabwidget.h \ otabbar.h otabinfo.h \ ofileselector/ofiledialog.h \ ofileselector/ofilelistview.h \ ofileselector/ofileselector.h \ ofileselector/ofileselectoritem.h \ ofileselector/ofileview.h \ ofileselector/olister.h \ ofileselector/olocallister.h \ ofileselector/ofileselectormain.h \ pim/opimrecord.h \ pim/otodo.h \ pim/orecordlist.h \ pim/opimaccesstemplate.h \ pim/opimaccessbackend.h \ pim/otodoaccess.h \ pim/otodacessbackend.h \ pim/ocontact.h \ pim/ocontactaccess.h \ pim/ocontactaccessbackend.h \ pim/ocontactaccessbackend_xml.h \ pim/orecord.h SOURCES = ofontmenu.cc \ xmltree.cc \ tododb.cpp todoevent.cpp \ todovcalresource.cpp colordialog.cpp \ colorpopupmenu.cpp oclickablelabel.cpp \ oprocctrl.cpp oprocess.cpp \ odevice.cpp otimepicker.cpp \ otabwidget.cpp otabbar.cpp \ ofileselector/ofiledialog.cpp \ ofileselector/ofilelistview.cpp \ ofileselector/ofileselector.cpp \ ofileselector/ofileselectoritem.cpp \ ofileselector/ofileview.cpp \ ofileselector/olister.cpp \ ofileselector/olocallister.cpp \ ofileselector/ofileselectormain.cpp \ pim/otodo.cpp \ pim/opimrecord.cpp \ pim/otodoaccess.cpp \ pim/otodoaccessbackend.cpp \ pim/ocontact.cpp \ pim/ocontactaccess.cpp \ pim/orecord.cpp TARGET = opie INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(QTDIR)/lib$(PROJMAK) #VERSION = 1.0.0 INTERFACES = otimepickerbase.ui TRANSLATIONS = ../i18n/de/libopie.ts \ + ../i18n/xx/libopie.ts \ ../i18n/en/libopie.ts \ ../i18n/es/libopie.ts \ ../i18n/fr/libopie.ts \ ../i18n/hu/libopie.ts \ ../i18n/ja/libopie.ts \ ../i18n/ko/libopie.ts \ ../i18n/no/libopie.ts \ ../i18n/pl/libopie.ts \ ../i18n/pt/libopie.ts \ ../i18n/pt_BR/libopie.ts \ ../i18n/sl/libopie.ts \ ../i18n/zh_CN/libopie.ts \ ../i18n/zh_TW/libopie.ts \ ../i18n/da/libopie.ts diff --git a/library/library.pro b/library/library.pro index d9538fb..8d0fbe0 100644 --- a/library/library.pro +++ b/library/library.pro @@ -1,146 +1,147 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = calendar.h \ global.h \ resource.h \ xmlreader.h \ mimetype.h \ menubutton.h \ network.h \ networkinterface.h \ filemanager.h \ fontmanager.h \ qdawg.h \ datebookmonth.h \ fileselector.h \ fileselector_p.h \ imageedit.h \ qcopenvelope_qws.h \ qpedecoration_qws.h \ qpeapplication.h \ qpestyle.h \ qpedialog.h \ lightstyle.h \ config.h \ applnk.h \ sound.h \ tzselect.h \ qmath.h \ datebookdb.h \ alarmserver.h \ process.h \ password.h \ timestring.h \ fontfactoryinterface.h \ fontdatabase.h \ power.h \ storage.h \ qpemessagebox.h \ timeconversion.h \ qpedebug.h \ qpemenubar.h \ qpetoolbar.h \ backend/categories.h \ stringutil.h \ backend/palmtoprecord.h \ backend/task.h \ backend/event.h \ backend/contact.h\ categorymenu.h \ categoryedit_p.h \ categoryselect.h \ categorywidget.h \ ir.h \ backend/vobject_p.h \ findwidget_p.h \ finddialog.h \ lnkproperties.h \ windowdecorationinterface.h \ textcodecinterface.h \ imagecodecinterface.h \ qt_override_p.h SOURCES = calendar.cpp \ global.cpp \ xmlreader.cpp \ mimetype.cpp \ menubutton.cpp \ network.cpp \ networkinterface.cpp \ filemanager.cpp \ fontmanager.cpp \ qdawg.cpp \ datebookmonth.cpp \ fileselector.cpp \ imageedit.cpp \ resource.cpp \ qpedecoration_qws.cpp \ qcopenvelope_qws.cpp \ qpeapplication.cpp \ qpestyle.cpp \ qpedialog.cpp \ lightstyle.cpp \ config.cpp \ applnk.cpp \ sound.cpp \ tzselect.cpp \ qmath.c \ datebookdb.cpp \ alarmserver.cpp \ password.cpp \ process.cpp \ process_unix.cpp \ timestring.cpp \ fontdatabase.cpp \ power.cpp \ storage.cpp \ qpemessagebox.cpp \ backend/timeconversion.cpp \ qpedebug.cpp \ qpemenubar.cpp \ qpetoolbar.cpp \ backend/categories.cpp \ backend/stringutil.cpp \ backend/palmtoprecord.cpp \ backend/task.cpp \ backend/event.cpp \ backend/contact.cpp \ categorymenu.cpp \ categoryedit_p.cpp \ categoryselect.cpp \ categorywidget.cpp \ ir.cpp \ backend/vcc_yacc.cpp \ backend/vobject.cpp \ findwidget_p.cpp \ finddialog.cpp \ lnkproperties.cpp \ qt_override.cpp # Qt 3 compatibility HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp INCLUDEPATH += $(OPIEDIR)/include backend LIBS += -ldl -lcrypt -lm INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui TARGET = qpe DESTDIR = $(QTDIR)/lib$(PROJMAK) # This is set by configure$(OPIEDIR). VERSION = 1.5.0.1 TRANSLATIONS = ../i18n/de/libqpe.ts \ + ../i18n/xx/libqpe.ts \ ../i18n/en/libqpe.ts \ ../i18n/es/libqpe.ts \ ../i18n/fr/libqpe.ts \ ../i18n/hu/libqpe.ts \ ../i18n/ja/libqpe.ts \ ../i18n/ko/libqpe.ts \ ../i18n/no/libqpe.ts \ ../i18n/pl/libqpe.ts \ ../i18n/pt/libqpe.ts \ ../i18n/pt_BR/libqpe.ts \ ../i18n/sl/libqpe.ts \ ../i18n/zh_CN/libqpe.ts \ ../i18n/it/libqpe.ts \ ../i18n/zh_TW/libqpe.ts \ ../i18n/da/libqpe.ts diff --git a/noncore/applets/wirelessapplet/wirelessapplet.pro b/noncore/applets/wirelessapplet/wirelessapplet.pro index 390b271..aa673d7 100644 --- a/noncore/applets/wirelessapplet/wirelessapplet.pro +++ b/noncore/applets/wirelessapplet/wirelessapplet.pro @@ -1,26 +1,28 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = wireless.h wirelessappletimpl.h networkinfo.h mgraph.h advancedconfig.h SOURCES = wireless.cpp wirelessappletimpl.cpp networkinfo.cpp mgraph.cpp advancedconfig.cpp INTERFACES = advancedconfigbase.ui TARGET = wirelessapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 0.1.0 TRANSLATIONS = ../../../i18n/de/libwirelessapplet.ts \ + ../../../i18n/da/libwirelessapplet.ts \ + ../../../i18n/xx/libwirelessapplet.ts \ ../../../i18n/en/libwirelessapplet.ts \ ../../../i18n/es/libwirelessapplet.ts \ ../../../i18n/fr/libwirelessapplet.ts \ ../../../i18n/hu/libwirelessapplet.ts \ ../../../i18n/ja/libwirelessapplet.ts \ ../../../i18n/ko/libwirelessapplet.ts \ ../../../i18n/no/libwirelessapplet.ts \ ../../../i18n/pl/libwirelessapplet.ts \ ../../../i18n/pt/libwirelessapplet.ts \ ../../../i18n/pt_BR/libwirelessapplet.ts \ ../../../i18n/sl/libwirelessapplet.ts \ ../../../i18n/zh_CN/libwirelessapplet.ts \ ../../../i18n/zh_TW/libwirelessapplet.ts diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index 0e037a1..960ab62 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro @@ -1,24 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release HEADERS = advancedfm.h filePermissions.h output.h SOURCES = advancedfm.cpp advancedfmData.cpp advancedfmMenu.cpp filePermissions.cpp output.cpp main.cpp TARGET = advancedfm INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/bin LIBS += -lqpe -lopie TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ + ../../../i18n/da/advancedfm.ts \ + ../../../i18n/xx/advancedfm.ts \ ../../../i18n/en/advancedfm.ts \ ../../../i18n/es/advancedfm.ts \ ../../../i18n/fr/advancedfm.ts \ ../../../i18n/hu/advancedfm.ts \ ../../../i18n/ja/advancedfm.ts \ ../../../i18n/ko/advancedfm.ts \ ../../../i18n/no/advancedfm.ts \ ../../../i18n/pl/advancedfm.ts \ ../../../i18n/pt/advancedfm.ts \ ../../../i18n/pt_BR/advancedfm.ts \ ../../../i18n/sl/advancedfm.ts \ ../../../i18n/zh_CN/advancedfm.ts \ ../../../i18n/zh_TW/advancedfm.ts diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index 05cac15..f97cb75 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro @@ -1,42 +1,44 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = mainwindow.h \ cbinfo.h \ traninfo.h \ graphinfo.h \ configuration.h \ password.h \ checkbook.h \ transaction.h \ graph.h SOURCES = main.cpp \ mainwindow.cpp \ cbinfo.cpp \ traninfo.cpp \ graphinfo.cpp \ configuration.cpp \ password.cpp \ checkbook.cpp \ transaction.cpp \ graph.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TARGET = checkbook DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/checkbook.ts \ + ../../../i18n/da/checkbook.ts \ + ../../../i18n/xx/checkbook.ts \ ../../../i18n/en/checkbook.ts \ ../../../i18n/es/checkbook.ts \ ../../../i18n/fr/checkbook.ts \ ../../../i18n/hu/checkbook.ts \ ../../../i18n/ja/checkbook.ts \ ../../../i18n/ko/checkbook.ts \ ../../../i18n/no/checkbook.ts \ ../../../i18n/pl/checkbook.ts \ ../../../i18n/pt/checkbook.ts \ ../../../i18n/pt_BR/checkbook.ts \ ../../../i18n/sl/checkbook.ts \ ../../../i18n/zh_CN/checkbook.ts \ ../../../i18n/zh_TW/checkbook.ts \ ../../../i18n/it/checkbook.ts diff --git a/noncore/apps/confedit/confedit.pro b/noncore/apps/confedit/confedit.pro index 2dc2edf..2a17a46 100644 --- a/noncore/apps/confedit/confedit.pro +++ b/noncore/apps/confedit/confedit.pro @@ -1,26 +1,28 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app #CONFIG = qt warn_on release CONFIG = qt warn_on debug HEADERS = mainwindow.h listviewconfdir.h listviewitemconffile.h listviewitemconfigentry.h editwidget.h listviewitemconf.h SOURCES = main.cpp mainwindow.cpp listviewconfdir.cpp listviewitemconffile.cpp listviewitemconfigentry.cpp editwidget.cpp listviewitemconf.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/ioclude LIBS += -lqpe INTERFACES = TARGET = confedit TRANSLATIONS = ../../../i18n/de/confedit.ts \ + ../../../i18n/da/confedit.ts \ + ../../../i18n/xx/confedit.ts \ ../../../i18n/en/confedit.ts \ ../../../i18n/es/confedit.ts \ ../../../i18n/fr/confedit.ts \ ../../../i18n/hu/confedit.ts \ ../../../i18n/ja/confedit.ts \ ../../../i18n/ko/confedit.ts \ ../../../i18n/no/confedit.ts \ ../../../i18n/pl/confedit.ts \ ../../../i18n/pt/confedit.ts \ ../../../i18n/pt_BR/confedit.ts \ ../../../i18n/sl/confedit.ts \ ../../../i18n/zh_CN/confedit.ts \ ../../../i18n/zh_TW/confedit.ts diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 687bd31..4539e80 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = dicttool.h SOURCES = dicttool.cpp main.cpp INTERFACES = dicttoolbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = dictionary TRANSLATIONS = ../../../i18n/de/dictionary.ts \ + ../../../i18n/da/dictionary.ts \ + ../../../i18n/xx/dictionary.ts \ ../../../i18n/en/dictionary.ts \ ../../../i18n/es/dictionary.ts \ ../../../i18n/fr/dictionary.ts \ ../../../i18n/hu/dictionary.ts \ ../../../i18n/ja/dictionary.ts \ ../../../i18n/ko/dictionary.ts \ ../../../i18n/no/dictionary.ts \ ../../../i18n/pl/dictionary.ts \ ../../../i18n/pt/dictionary.ts \ ../../../i18n/pt_BR/dictionary.ts \ ../../../i18n/sl/dictionary.ts \ ../../../i18n/zh_CN/dictionary.ts \ ../../../i18n/zh_TW/dictionary.ts diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index 3671358..7d84d87 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = sheetqt TRANSLATIONS = ../../../i18n/de/sheetqt.ts \ + ../../../i18n/da/sheetqt.ts \ + ../../../i18n/xx/sheetqt.ts \ ../../../i18n/en/sheetqt.ts \ ../../../i18n/es/sheetqt.ts \ ../../../i18n/fr/sheetqt.ts \ ../../../i18n/hu/sheetqt.ts \ ../../../i18n/ja/sheetqt.ts \ ../../../i18n/ko/sheetqt.ts \ ../../../i18n/no/sheetqt.ts \ ../../../i18n/pl/sheetqt.ts \ ../../../i18n/pt/sheetqt.ts \ ../../../i18n/pt_BR/sheetqt.ts \ ../../../i18n/sl/sheetqt.ts \ ../../../i18n/zh_CN/sheetqt.ts \ ../../../i18n/zh_TW/sheetqt.ts \ ../../../i18n/it/sheetqt.ts diff --git a/noncore/apps/oxygen/oxygen.pro b/noncore/apps/oxygen/oxygen.pro index eca1c5d..5381e10 100644 --- a/noncore/apps/oxygen/oxygen.pro +++ b/noncore/apps/oxygen/oxygen.pro @@ -1,43 +1,44 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = oxygen.h \ kmolcalc.h \ kmolelements.h \ calcdlgui.h \ dataTable.h \ psewidget.h \ oxyframe.h \ datawidgetui.h SOURCES = main.cpp \ oxygen.cpp \ kmolcalc.cpp \ calcdlgui.cpp \ kmolelements.cpp \ dataTable.cpp \ psewidget.cpp \ oxyframe.cpp \ datawidgetui.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lstdc++ INTERFACES = calcdlg.ui TARGET = oxygen DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/oxygen.ts \ + ../../../i18n/xx/oxygen.ts \ ../../../i18n/en/oxygen.ts \ ../../../i18n/es/oxygen.ts \ ../../../i18n/fr/oxygen.ts \ ../../../i18n/hu/oxygen.ts \ ../../../i18n/ja/oxygen.ts \ ../../../i18n/ko/oxygen.ts \ ../../../i18n/no/oxygen.ts \ ../../../i18n/pl/oxygen.ts \ ../../../i18n/pt/oxygen.ts \ ../../../i18n/pt_BR/oxygen.ts \ ../../../i18n/sl/oxygen.ts \ ../../../i18n/zh_CN/oxygen.ts \ ../../../i18n/zh_TW/oxygen.ts \ ../../../i18n/it/oxygen.ts \ ../../../i18n/da/oxygen.ts diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index d40e9fa..18fa7b3 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro @@ -1,51 +1,53 @@ TEMPLATE = app CONFIG = qt warn_on debug DESTDIR = $(OPIEDIR)/bin SUBDIRS = db ui HEADERS = tableviewer.h \ ui/commonwidgets.h \ ui/tvbrowseview.h \ ui/tvlistview.h \ ui/tvfilterview.h \ ui/tveditview.h \ ui/browsekeyentry.h \ ui/filterkeyentry.h \ ui/tvkeyedit.h \ db/datacache.h \ db/common.h \ db/xmlsource.h \ db/csvsource.h SOURCES = main.cpp \ tableviewer.cpp \ ui/commonwidgets.cpp \ ui/tvbrowseview.cpp \ ui/tvfilterview.cpp \ ui/browsekeyentry.cpp \ ui/filterkeyentry.cpp \ ui/tvlistview.cpp \ ui/tveditview.cpp \ ui/tvkeyedit.cpp \ db/datacache.cpp \ db/xmlsource.cpp \ db/csvsource.cpp \ db/common.cpp INTERFACES = ui/tvkeyedit_gen.ui TARGET = tableviewer INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ + ../../../i18n/da/tableviewer.ts \ + ../../../i18n/xx/tableviewer.ts \ ../../../i18n/en/tableviewer.ts \ ../../../i18n/es/tableviewer.ts \ ../../../i18n/fr/tableviewer.ts \ ../../../i18n/hu/tableviewer.ts \ ../../../i18n/ja/tableviewer.ts \ ../../../i18n/ko/tableviewer.ts \ ../../../i18n/no/tableviewer.ts \ ../../../i18n/pl/tableviewer.ts \ ../../../i18n/pt/tableviewer.ts \ ../../../i18n/pt_BR/tableviewer.ts \ ../../../i18n/sl/tableviewer.ts \ ../../../i18n/zh_CN/tableviewer.ts \ ../../../i18n/zh_TW/tableviewer.ts diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 1017133..2c4ddbb 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro @@ -1,49 +1,51 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = d3des.h \ krfbbuffer.h \ krfbcanvas.h \ krfbconnection.h \ krfbdecoder.h \ krfblogin.h \ krfbserver.h \ krfbserverinfo.h \ kvnc.h \ kvncconndlg.h \ kvncbookmarkdlg.h \ version.h \ vncauth.h SOURCES = d3des.c \ vncauth.c \ krfbbuffer.cpp \ krfbcanvas.cpp \ krfbconnection.cpp \ krfbdecoder.cpp \ krfblogin.cpp \ krfbserver.cpp \ kvnc.cpp \ kvncconndlg.cpp \ kvncbookmarkdlg.cpp \ main.cpp INTERFACES = kvncconndlgbase.ui \ kvncbookmarkdlgbase.ui TARGET = keypebble INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/keypebble.ts \ + ../../../i18n/da/keypebble.ts \ + ../../../i18n/xx/keypebble.ts \ ../../../i18n/en/keypebble.ts \ ../../../i18n/es/keypebble.ts \ ../../../i18n/fr/keypebble.ts \ ../../../i18n/hu/keypebble.ts \ ../../../i18n/ja/keypebble.ts \ ../../../i18n/ko/keypebble.ts \ ../../../i18n/no/keypebble.ts \ ../../../i18n/pl/keypebble.ts \ ../../../i18n/pt/keypebble.ts \ ../../../i18n/pt_BR/keypebble.ts \ ../../../i18n/sl/keypebble.ts \ ../../../i18n/zh_CN/keypebble.ts \ ../../../i18n/zh_TW/keypebble.ts diff --git a/noncore/comm/mobilemsg/mobilemsg.pro b/noncore/comm/mobilemsg/mobilemsg.pro index 04f854a..8c7a960 100644 --- a/noncore/comm/mobilemsg/mobilemsg.pro +++ b/noncore/comm/mobilemsg/mobilemsg.pro @@ -1,26 +1,28 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = mobilemsg.h SOURCES = main.cpp mobilemsg.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = mobilemsg DESTDIR = $(OPIEDIR)/bin INTERFACES = mobilemsgbase.ui TRANSLATIONS = ../../../i18n/de/mobilemsg.ts \ + ../../../i18n/da/mobilemsg.ts \ + ../../../i18n/xx/mobilemsg.ts \ ../../../i18n/en/mobilemsg.ts \ ../../../i18n/es/mobilemsg.ts \ ../../../i18n/fr/mobilemsg.ts \ ../../../i18n/hu/mobilemsg.ts \ ../../../i18n/ja/mobilemsg.ts \ ../../../i18n/ko/mobilemsg.ts \ ../../../i18n/no/mobilemsg.ts \ ../../../i18n/pl/mobilemsg.ts \ ../../../i18n/pt/mobilemsg.ts \ ../../../i18n/pt_BR/mobilemsg.ts \ ../../../i18n/sl/mobilemsg.ts \ ../../../i18n/zh_CN/mobilemsg.ts \ ../../../i18n/zh_TW/mobilemsg.ts diff --git a/noncore/games/bounce/bounce.pro b/noncore/games/bounce/bounce.pro index 7be1fb5..42203df 100644 --- a/noncore/games/bounce/bounce.pro +++ b/noncore/games/bounce/bounce.pro @@ -1,26 +1,28 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = game.h kbounce.h SOURCES = game.cpp kbounce.cpp main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TARGET = bounce TRANSLATIONS = ../../../i18n/de/bounce.ts \ + ../../../i18n/da/bounce.ts \ + ../../../i18n/xx/bounce.ts \ ../../../i18n/en/bounce.ts \ ../../../i18n/es/bounce.ts \ ../../../i18n/fr/bounce.ts \ ../../../i18n/hu/bounce.ts \ ../../../i18n/ja/bounce.ts \ ../../../i18n/ko/bounce.ts \ ../../../i18n/no/bounce.ts \ ../../../i18n/pl/bounce.ts \ ../../../i18n/pt/bounce.ts \ ../../../i18n/pt_BR/bounce.ts \ ../../../i18n/sl/bounce.ts \ ../../../i18n/zh_CN/bounce.ts \ ../../../i18n/zh_TW/bounce.ts \ ../../../i18n/it/bounce.ts diff --git a/noncore/games/buzzword/buzzword.pro b/noncore/games/buzzword/buzzword.pro index 004fb28..e1d1fcf 100644 --- a/noncore/games/buzzword/buzzword.pro +++ b/noncore/games/buzzword/buzzword.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = buzzword.h SOURCES = buzzword.cpp main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/bin LIBS += -lqpe TARGET = buzzword TRANSLATIONS = ../../../i18n/de/buzzword.ts \ + ../../../i18n/da/buzzword.ts \ + ../../../i18n/xx/buzzword.ts \ ../../../i18n/en/buzzword.ts \ ../../../i18n/es/buzzword.ts \ ../../../i18n/fr/buzzword.ts \ ../../../i18n/hu/buzzword.ts \ ../../../i18n/ja/buzzword.ts \ ../../../i18n/ko/buzzword.ts \ ../../../i18n/no/buzzword.ts \ ../../../i18n/pl/buzzword.ts \ ../../../i18n/pt/buzzword.ts \ ../../../i18n/pt_BR/buzzword.ts \ ../../../i18n/sl/buzzword.ts \ ../../../i18n/zh_CN/buzzword.ts \ ../../../i18n/zh_TW/buzzword.ts \ ../../../i18n/it/buzzword.ts diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index dd0f889..a8e9438 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro @@ -1,29 +1,31 @@ SOURCES += chess.cpp main.cpp HEADERS += chess.h DESTDIR = $(OPIEDIR)/bin TARGET = chess DEPENDPATH += $(OPIEDIR)/include INTERFACES = mainwindow.ui IMAGES = images/new.png images/repeat.png images/txt.png images/back.png TEMPLATE =app CONFIG += qt warn_on release INCLUDEPATH += $(OPIEDIR)/include LIBS += -lqpe DBFILE = chess.db LANGUAGE = C++ CPP_ALWAYS_CREATE_SOURCE = TRUE TRANSLATIONS = ../../../i18n/de/chess.ts \ + ../../../i18n/da/chess.ts \ + ../../../i18n/xx/chess.ts \ ../../../i18n/en/chess.ts \ ../../../i18n/es/chess.ts \ ../../../i18n/fr/chess.ts \ ../../../i18n/hu/chess.ts \ ../../../i18n/ja/chess.ts \ ../../../i18n/ko/chess.ts \ ../../../i18n/no/chess.ts \ ../../../i18n/pl/chess.ts \ ../../../i18n/pt/chess.ts \ ../../../i18n/pt_BR/chess.ts \ ../../../i18n/sl/chess.ts \ ../../../i18n/zh_CN/chess.ts \ ../../../i18n/zh_TW/chess.ts diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index a8af31a..14fa7f3 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro @@ -1,25 +1,27 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = fifteen.h SOURCES = fifteen.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = fifteen TRANSLATIONS = ../../../i18n/de/fifteen.ts \ + ../../../i18n/da/fifteen.ts \ + ../../../i18n/xx/fifteen.ts \ ../../../i18n/en/fifteen.ts \ ../../../i18n/es/fifteen.ts \ ../../../i18n/fr/fifteen.ts \ ../../../i18n/hu/fifteen.ts \ ../../../i18n/ja/fifteen.ts \ ../../../i18n/ko/fifteen.ts \ ../../../i18n/no/fifteen.ts \ ../../../i18n/pl/fifteen.ts \ ../../../i18n/pt/fifteen.ts \ ../../../i18n/pt_BR/fifteen.ts \ ../../../i18n/sl/fifteen.ts \ ../../../i18n/zh_CN/fifteen.ts \ ../../../i18n/zh_TW/fifteen.ts diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 11f2098..eeb2893 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro @@ -1,32 +1,34 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = amigo.h \ go.h \ goplayutils.h \ gowidget.h SOURCES = amigo.c \ goplayer.c \ goplayutils.c \ killable.c \ gowidget.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = go TRANSLATIONS = ../../../i18n/de/go.ts \ + ../../../i18n/da/go.ts \ + ../../../i18n/xx/go.ts \ ../../../i18n/en/go.ts \ ../../../i18n/es/go.ts \ ../../../i18n/fr/go.ts \ ../../../i18n/hu/go.ts \ ../../../i18n/ja/go.ts \ ../../../i18n/ko/go.ts \ ../../../i18n/no/go.ts \ ../../../i18n/pl/go.ts \ ../../../i18n/pt/go.ts \ ../../../i18n/pt_BR/go.ts \ ../../../i18n/sl/go.ts \ ../../../i18n/zh_CN/go.ts \ ../../../i18n/zh_TW/go.ts diff --git a/noncore/games/kbill/kbill.pro b/noncore/games/kbill/kbill.pro index 119b4c3..cc632c8 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro @@ -1,29 +1,31 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = kbill.h field.h Bucket.h Cable.h Computer.h Game.h Horde.h \ Library.h MCursor.h Monster.h Network.h Picture.h Spark.h Strings.h \ UI.h objects.h inputbox.h SOURCES = field.cpp Bucket.cc Cable.cc Computer.cc Game.cc Horde.cc \ Library.cc MCursor.cc Monster.cc Network.cc Picture.cc \ Spark.cc UI.cpp inputbox.cpp kbill.cpp INTERFACES = helpdialog.ui TARGET = kbill INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lstdc++ DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/kbill.ts \ + ../../../i18n/da/kbill.ts \ + ../../../i18n/xx/kbill.ts \ ../../../i18n/en/kbill.ts \ ../../../i18n/es/kbill.ts \ ../../../i18n/fr/kbill.ts \ ../../../i18n/hu/kbill.ts \ ../../../i18n/ja/kbill.ts \ ../../../i18n/ko/kbill.ts \ ../../../i18n/no/kbill.ts \ ../../../i18n/pl/kbill.ts \ ../../../i18n/pt/kbill.ts \ ../../../i18n/pt_BR/kbill.ts \ ../../../i18n/sl/kbill.ts \ ../../../i18n/zh_CN/kbill.ts \ ../../../i18n/zh_TW/kbill.ts diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index 9358e99..7c094e3 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro @@ -1,33 +1,35 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = checkers.h \ echeckers.h \ field.h \ kcheckers.h \ rcheckers.h SOURCES = checkers.cpp \ echeckers.cpp \ field.cpp \ kcheckers.cpp \ main.cpp \ rcheckers.cpp INTERFACES = INCLUDEPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TARGET = kcheckers TRANSLATIONS = ../../../i18n/de/kcheckers.ts \ + ../../../i18n/da/kcheckers.ts \ + ../../../i18n/xx/kcheckers.ts \ ../../../i18n/en/kcheckers.ts \ ../../../i18n/es/kcheckers.ts \ ../../../i18n/fr/kcheckers.ts \ ../../../i18n/hu/kcheckers.ts \ ../../../i18n/ja/kcheckers.ts \ ../../../i18n/ko/kcheckers.ts \ ../../../i18n/no/kcheckers.ts \ ../../../i18n/pl/kcheckers.ts \ ../../../i18n/pt/kcheckers.ts \ ../../../i18n/pt_BR/kcheckers.ts \ ../../../i18n/sl/kcheckers.ts \ ../../../i18n/zh_CN/kcheckers.ts \ ../../../i18n/zh_TW/kcheckers.ts diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro index 7f3c7f4..aff0ffb 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro @@ -1,56 +1,58 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release #TMAKE_CXXFLAGS += HEADERS = kpacmanwidget.h \ referee.h \ status.h \ painter.h \ score.h \ pacman.h \ monster.h \ keys.h \ fruit.h \ energizer.h \ board.h \ bitfont.h \ kpacman.h \ bitmaps.h \ colors.h \ config.h \ portable.h SOURCES = kpacmanwidget.cpp \ referee.cpp \ status.cpp \ painter.cpp \ score.cpp \ pacman.cpp \ monster.cpp \ keys.cpp \ fruit.cpp \ energizer.cpp \ board.cpp \ bitfont.cpp \ kpacman.cpp \ config.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TARGET = kpacman TRANSLATIONS = ../../../i18n/de/kpacman.ts \ + ../../../i18n/da/kpacman.ts \ + ../../../i18n/xx/kpacman.ts \ ../../../i18n/en/kpacman.ts \ ../../../i18n/es/kpacman.ts \ ../../../i18n/fr/kpacman.ts \ ../../../i18n/hu/kpacman.ts \ ../../../i18n/ja/kpacman.ts \ ../../../i18n/ko/kpacman.ts \ ../../../i18n/no/kpacman.ts \ ../../../i18n/pl/kpacman.ts \ ../../../i18n/pt/kpacman.ts \ ../../../i18n/pt_BR/kpacman.ts \ ../../../i18n/sl/kpacman.ts \ ../../../i18n/zh_CN/kpacman.ts \ ../../../i18n/zh_TW/kpacman.ts diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 60aa660..6991066 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = mindbreaker.h SOURCES = main.cpp \ mindbreaker.cpp TARGET = mindbreaker INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/mindbreaker.ts \ + ../../../i18n/da/mindbreaker.ts \ + ../../../i18n/xx/mindbreaker.ts \ ../../../i18n/en/mindbreaker.ts \ ../../../i18n/es/mindbreaker.ts \ ../../../i18n/fr/mindbreaker.ts \ ../../../i18n/hu/mindbreaker.ts \ ../../../i18n/ja/mindbreaker.ts \ ../../../i18n/ko/mindbreaker.ts \ ../../../i18n/no/mindbreaker.ts \ ../../../i18n/pl/mindbreaker.ts \ ../../../i18n/pt/mindbreaker.ts \ ../../../i18n/pt_BR/mindbreaker.ts \ ../../../i18n/sl/mindbreaker.ts \ ../../../i18n/zh_CN/mindbreaker.ts \ ../../../i18n/zh_TW/mindbreaker.ts diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 89dd5e3..8f350bf 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro @@ -1,29 +1,31 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = minefield.h \ minesweep.h SOURCES = main.cpp \ minefield.cpp \ minesweep.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TARGET = minesweep TRANSLATIONS = ../../../i18n/de/minesweep.ts \ + ../../../i18n/da/minesweep.ts \ + ../../../i18n/xx/minesweep.ts \ ../../../i18n/en/minesweep.ts \ ../../../i18n/es/minesweep.ts \ ../../../i18n/fr/minesweep.ts \ ../../../i18n/hu/minesweep.ts \ ../../../i18n/ja/minesweep.ts \ ../../../i18n/ko/minesweep.ts \ ../../../i18n/no/minesweep.ts \ ../../../i18n/pl/minesweep.ts \ ../../../i18n/pt/minesweep.ts \ ../../../i18n/pt_BR/minesweep.ts \ ../../../i18n/sl/minesweep.ts \ ../../../i18n/zh_CN/minesweep.ts \ ../../../i18n/it/minesweep.ts \ ../../../i18n/zh_TW/minesweep.ts diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index b601ae1..864d995 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro @@ -1,24 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp TARGET = parashoot INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/parashoot.ts \ + ../../../i18n/da/parashoot.ts \ + ../../../i18n/xx/parashoot.ts \ ../../../i18n/en/parashoot.ts \ ../../../i18n/es/parashoot.ts \ ../../../i18n/fr/parashoot.ts \ ../../../i18n/hu/parashoot.ts \ ../../../i18n/ja/parashoot.ts \ ../../../i18n/ko/parashoot.ts \ ../../../i18n/no/parashoot.ts \ ../../../i18n/pl/parashoot.ts \ ../../../i18n/pt/parashoot.ts \ ../../../i18n/pt_BR/parashoot.ts \ ../../../i18n/sl/parashoot.ts \ ../../../i18n/zh_CN/parashoot.ts \ ../../../i18n/zh_TW/parashoot.ts diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index f7c05be..34be552 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro @@ -1,24 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = ledmeter.h sprites.h toplevel.h view.h SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp TARGET = qasteroids INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/qasteroids.ts \ + ../../../i18n/da/qasteroids.ts \ + ../../../i18n/xx/qasteroids.ts \ ../../../i18n/en/qasteroids.ts \ ../../../i18n/es/qasteroids.ts \ ../../../i18n/fr/qasteroids.ts \ ../../../i18n/hu/qasteroids.ts \ ../../../i18n/ja/qasteroids.ts \ ../../../i18n/ko/qasteroids.ts \ ../../../i18n/no/qasteroids.ts \ ../../../i18n/pl/qasteroids.ts \ ../../../i18n/pt/qasteroids.ts \ ../../../i18n/pt_BR/qasteroids.ts \ ../../../i18n/sl/qasteroids.ts \ ../../../i18n/zh_CN/qasteroids.ts \ ../../../i18n/zh_TW/qasteroids.ts diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 0c4ba67..fe9e739 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro @@ -1,24 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = snake.h target.h obstacle.h interface.h codes.h SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp TARGET = snake INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/snake.ts \ + ../../../i18n/da/snake.ts \ + ../../../i18n/xx/snake.ts \ ../../../i18n/en/snake.ts \ ../../../i18n/es/snake.ts \ ../../../i18n/fr/snake.ts \ ../../../i18n/hu/snake.ts \ ../../../i18n/ja/snake.ts \ ../../../i18n/ko/snake.ts \ ../../../i18n/no/snake.ts \ ../../../i18n/pl/snake.ts \ ../../../i18n/pt/snake.ts \ ../../../i18n/pt_BR/snake.ts \ ../../../i18n/sl/snake.ts \ ../../../i18n/zh_CN/snake.ts \ ../../../i18n/zh_TW/snake.ts diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index e1bea04..51e0106 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -1,35 +1,37 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h \ canvascardgame.h freecellcardgame.h chicanecardgame.h harpcardgame.h teeclubcardgame.h \ patiencecardgame.h canvascardwindow.h SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp \ cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp \ chicanecardgame.cpp harpcardgame.cpp teeclubcardgame.cpp \ patiencecardgame.cpp canvascardwindow.cpp main.cpp TARGET = patience INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/patience.ts \ + ../../../i18n/da/patience.ts \ + ../../../i18n/xx/patience.ts \ ../../../i18n/en/patience.ts \ ../../../i18n/es/patience.ts \ ../../../i18n/fr/patience.ts \ ../../../i18n/hu/patience.ts \ ../../../i18n/ja/patience.ts \ ../../../i18n/ko/patience.ts \ ../../../i18n/no/patience.ts \ ../../../i18n/pl/patience.ts \ ../../../i18n/pt/patience.ts \ ../../../i18n/pt_BR/patience.ts \ ../../../i18n/sl/patience.ts \ ../../../i18n/zh_CN/patience.ts \ ../../../i18n/zh_TW/patience.ts \ ../../../i18n/it/patience.ts diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index b8fbe9f..5110b05 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro @@ -1,33 +1,35 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = gtetrix.h \ qtetrix.h \ qtetrixb.h \ tpiece.h SOURCES = main.cpp \ gtetrix.cpp \ qtetrix.cpp \ qtetrixb.cpp \ tpiece.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TARGET = tetrix TRANSLATIONS = ../../../i18n/de/tetrix.ts \ + ../../../i18n/da/tetrix.ts \ + ../../../i18n/xx/tetrix.ts \ ../../../i18n/en/tetrix.ts \ ../../../i18n/es/tetrix.ts \ ../../../i18n/fr/tetrix.ts \ ../../../i18n/hu/tetrix.ts \ ../../../i18n/ja/tetrix.ts \ ../../../i18n/ko/tetrix.ts \ ../../../i18n/no/tetrix.ts \ ../../../i18n/pl/tetrix.ts \ ../../../i18n/pt/tetrix.ts \ ../../../i18n/pt_BR/tetrix.ts \ ../../../i18n/sl/tetrix.ts \ ../../../i18n/zh_CN/tetrix.ts \ ../../../i18n/it/tetrix.ts \ ../../../i18n/zh_TW/tetrix.ts diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index ada5161..33b8453 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG += qt warn_on release HEADERS = tictac.h SOURCES = main.cpp \ tictac.cpp TARGET = tictac INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/tictac.ts \ + ../../../i18n/da/tictac.ts \ + ../../../i18n/xx/tictac.ts \ ../../../i18n/en/tictac.ts \ ../../../i18n/es/tictac.ts \ ../../../i18n/fr/tictac.ts \ ../../../i18n/hu/tictac.ts \ ../../../i18n/ja/tictac.ts \ ../../../i18n/ko/tictac.ts \ ../../../i18n/no/tictac.ts \ ../../../i18n/pl/tictac.ts \ ../../../i18n/pt/tictac.ts \ ../../../i18n/pt_BR/tictac.ts \ ../../../i18n/sl/tictac.ts \ ../../../i18n/zh_CN/tictac.ts \ ../../../i18n/zh_TW/tictac.ts diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 6c3398a..f7f978a 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro @@ -1,26 +1,28 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = wordgame.h SOURCES = main.cpp \ wordgame.cpp INTERFACES = newgamebase.ui rulesbase.ui TARGET = wordgame INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/wordgame.ts \ + ../../../i18n/da/wordgame.ts \ + ../../../i18n/xx/wordgame.ts \ ../../../i18n/en/wordgame.ts \ ../../../i18n/es/wordgame.ts \ ../../../i18n/fr/wordgame.ts \ ../../../i18n/hu/wordgame.ts \ ../../../i18n/ja/wordgame.ts \ ../../../i18n/ko/wordgame.ts \ ../../../i18n/no/wordgame.ts \ ../../../i18n/pl/wordgame.ts \ ../../../i18n/pt/wordgame.ts \ ../../../i18n/pt_BR/wordgame.ts \ ../../../i18n/sl/wordgame.ts \ ../../../i18n/zh_CN/wordgame.ts \ ../../../i18n/zh_TW/wordgame.ts diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 9a0a21c..d25c17a 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro @@ -1,62 +1,64 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = drawpad.h \ drawpadcanvas.h \ ellipsetool.h \ erasetool.h \ exportdialog.h \ filltool.h \ filledellipsetool.h \ filledrectangletool.h \ importdialog.h \ linetool.h \ newpagedialog.h \ page.h \ pageinformationdialog.h \ pointtool.h \ rectangletool.h \ shapetool.h \ texttool.h \ thumbnailview.h \ tool.h SOURCES = drawpad.cpp \ drawpadcanvas.cpp \ ellipsetool.cpp \ erasetool.cpp \ exportdialog.cpp \ filltool.cpp \ filledellipsetool.cpp \ filledrectangletool.cpp \ importdialog.cpp \ linetool.cpp \ main.cpp \ newpagedialog.cpp \ page.cpp \ pageinformationdialog.cpp \ pointtool.cpp \ rectangletool.cpp \ shapetool.cpp \ texttool.cpp \ thumbnailview.cpp \ tool.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie DESTDIR = $(OPIEDIR)/bin TARGET = drawpad TRANSLATIONS = ../../../i18n/de/drawpad.ts \ + ../../../i18n/da/drawpad.ts \ + ../../../i18n/xx/drawpad.ts \ ../../../i18n/en/drawpad.ts \ ../../../i18n/es/drawpad.ts \ ../../../i18n/fr/drawpad.ts \ ../../../i18n/hu/drawpad.ts \ ../../../i18n/ja/drawpad.ts \ ../../../i18n/ko/drawpad.ts \ ../../../i18n/no/drawpad.ts \ ../../../i18n/pl/drawpad.ts \ ../../../i18n/pt/drawpad.ts \ ../../../i18n/pt_BR/drawpad.ts \ ../../../i18n/sl/drawpad.ts \ ../../../i18n/zh_CN/drawpad.ts \ ../../../i18n/it/drawpad.ts \ ../../../i18n/zh_TW/drawpad.ts diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index efe16e0..dd9414f 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro @@ -1,25 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = showimg.h ImageFileSelector.h settingsdialog.h settingsdialogbase.h SOURCES = main.cpp showimg.cpp ImageFileSelector.cpp settingsdialog.cpp settingsdialogbase.cpp TARGET = showimg INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TRANSLATIONS = ../../../i18n/de/showimg.ts \ + ../../../i18n/xx/showimg.ts \ ../../../i18n/en/showimg.ts \ ../../../i18n/es/showimg.ts \ ../../../i18n/fr/showimg.ts \ ../../../i18n/hu/showimg.ts \ ../../../i18n/ja/showimg.ts \ ../../../i18n/ko/showimg.ts \ ../../../i18n/no/showimg.ts \ ../../../i18n/pl/showimg.ts \ ../../../i18n/pt/showimg.ts \ ../../../i18n/pt_BR/showimg.ts \ ../../../i18n/sl/showimg.ts \ ../../../i18n/zh_CN/showimg.ts \ ../../../i18n/zh_TW/showimg.ts \ ../../../i18n/da/showimg.ts diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index ae72ff3..b359f23 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro @@ -1,24 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release HEADERS = opieftp.h inputDialog.h ftplib.h SOURCES = opieftp.cpp inputDialog.cpp main.cpp TARGET = opieftp DESTDIR = $(OPIEDIR)/bin INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lftplib TRANSLATIONS = ../../../i18n/de/opieftp.ts \ + ../../../i18n/da/opieftp.ts \ + ../../../i18n/xx/opieftp.ts \ ../../../i18n/en/opieftp.ts \ ../../../i18n/es/opieftp.ts \ ../../../i18n/fr/opieftp.ts \ ../../../i18n/hu/opieftp.ts \ ../../../i18n/ja/opieftp.ts \ ../../../i18n/ko/opieftp.ts \ ../../../i18n/no/opieftp.ts \ ../../../i18n/pl/opieftp.ts \ ../../../i18n/pt/opieftp.ts \ ../../../i18n/pt_BR/opieftp.ts \ ../../../i18n/sl/opieftp.ts \ ../../../i18n/zh_CN/opieftp.ts \ ../../../i18n/zh_TW/opieftp.ts diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index 229d673..cbdb148 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro @@ -1,26 +1,28 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = bluezapplet.h bluezappletimpl.h SOURCES = bluezapplet.cpp bluezappletimpl.cpp TARGET = bluetoothapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopietooth VERSION = 0.0.3 TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts \ + ../../../../i18n/da/libbluetoothapplet.ts \ + ../../../../i18n/xx/libbluetoothapplet.ts \ ../../../../i18n/en/libbluetoothapplet.ts \ ../../../../i18n/es/libbluetoothapplet.ts \ ../../../../i18n/fr/libbluetoothapplet.ts \ ../../../../i18n/hu/libbluetoothapplet.ts \ ../../../../i18n/ja/libbluetoothapplet.ts \ ../../../../i18n/ko/libbluetoothapplet.ts \ ../../../../i18n/no/libbluetoothapplet.ts \ ../../../../i18n/pl/libbluetoothapplet.ts \ ../../../../i18n/pt/libbluetoothapplet.ts \ ../../../../i18n/pt_BR/libbluetoothapplet.ts \ ../../../../i18n/sl/libbluetoothapplet.ts \ ../../../../i18n/zh_CN/libbluetoothapplet.ts \ ../../../../i18n/zh_TW/libbluetoothapplet.ts diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index 8ac4ee7..6fc5157 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro @@ -1,27 +1,29 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = pindlg.h SOURCES = main.cc pindlg.cc INCLUDEPATH += $(OPIEDIR)/include INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = pindlgbase.ui DESTDIR = $(OPIEDIR)/bin TARGET = bluepin TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ + ../../../../i18n/da/bluepin.ts \ + ../../../../i18n/xx/bluepin.ts \ ../../../../i18n/en/bluepin.ts \ ../../../../i18n/es/bluepin.ts \ ../../../../i18n/fr/bluepin.ts \ ../../../../i18n/hu/bluepin.ts \ ../../../../i18n/ja/bluepin.ts \ ../../../../i18n/ko/bluepin.ts \ ../../../../i18n/no/bluepin.ts \ ../../../../i18n/pl/bluepin.ts \ ../../../../i18n/pt/bluepin.ts \ ../../../../i18n/pt_BR/bluepin.ts \ ../../../../i18n/sl/bluepin.ts \ ../../../../i18n/zh_CN/bluepin.ts \ ../../../../i18n/zh_TW/bluepin.ts diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index dde6c2a..ca5edd2 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro @@ -1,24 +1,26 @@ TEMPLATE = lib CONFIG += qte warn_on release HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc TARGET = opietooth INCLUDEPATH += $(OPIEDIR)/include . DESTDIR = $(QTDIR)/lib$(PROJMAK) LIBS += -lopie #VERSION = 0.0.0 TRANSLATIONS = ../../../../i18n/de/libopietooth.ts \ + ../../../../i18n/da/libopietooth.ts \ + ../../../../i18n/xx/libopietooth.ts \ ../../../../i18n/en/libopietooth.ts \ ../../../../i18n/es/libopietooth.ts \ ../../../../i18n/fr/libopietooth.ts \ ../../../../i18n/hu/libopietooth.ts \ ../../../../i18n/ja/libopietooth.ts \ ../../../../i18n/ko/libopietooth.ts \ ../../../../i18n/no/libopietooth.ts \ ../../../../i18n/pl/libopietooth.ts \ ../../../../i18n/pt/libopietooth.ts \ ../../../../i18n/pt_BR/libopietooth.ts \ ../../../../i18n/sl/libopietooth.ts \ ../../../../i18n/zh_CN/libopietooth.ts \ ../../../../i18n/zh_TW/libopietooth.ts diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index d3c69e0..1c3faf3 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro @@ -1,43 +1,45 @@ TEMPLATE = app CONFIG = qt warn_on debug #CONFIG = qt warn_on release HEADERS = btconnectionitem.h btdeviceitem.h \ btserviceitem.h stdpopups.h \ popuphelper.h bluebase.h \ scandialog.h btlistitem.h \ hciconfwrapper.h bticonloader.h \ pppdialog.h obexdialog.h \ devicehandler.h rfcpopup.h obexpopup.h \ rfcommhelper.h SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ btserviceitem.cpp stdpopups.cpp \ popuphelper.cpp main.cpp \ bluebase.cpp scandialog.cpp \ btlistitem.cpp hciconfwrapper.cpp \ bticonloader.cpp pppdialog.cpp \ obexdialog.cpp devicehandler.cpp \ rfcpopup.cpp obexpopup.cpp \ rfcommhelper.cpp INCLUDEPATH += $(OPIEDIR)/include INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopietooth -lopie INTERFACES = bluetoothbase.ui devicedialog.ui DESTDIR = $(OPIEDIR)/bin TARGET = bluetooth-manager TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts \ + ../../../../i18n/da/bluetooth-manager.ts \ + ../../../../i18n/xx/bluetooth-manager.ts \ ../../../../i18n/en/bluetooth-manager.ts \ ../../../../i18n/es/bluetooth-manager.ts \ ../../../../i18n/fr/bluetooth-manager.ts \ ../../../../i18n/hu/bluetooth-manager.ts \ ../../../../i18n/ja/bluetooth-manager.ts \ ../../../../i18n/ko/bluetooth-manager.ts \ ../../../../i18n/no/bluetooth-manager.ts \ ../../../../i18n/pl/bluetooth-manager.ts \ ../../../../i18n/pt/bluetooth-manager.ts \ ../../../../i18n/pt_BR/bluetooth-manager.ts \ ../../../../i18n/sl/bluetooth-manager.ts \ ../../../../i18n/zh_CN/bluetooth-manager.ts \ ../../../../i18n/zh_TW/bluetooth-manager.ts diff --git a/noncore/settings/appearance2/appearance2.pro b/noncore/settings/appearance2/appearance2.pro index 9be887b..5870d73 100644 --- a/noncore/settings/appearance2/appearance2.pro +++ b/noncore/settings/appearance2/appearance2.pro @@ -1,27 +1,28 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = appearance.h editScheme.h sample.h SOURCES = appearance.cpp editScheme.cpp main.cpp sample.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe -lopie TARGET = appearance INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include TRANSLATIONS = ../../../i18n/de/appearance.ts \ + ../../../i18n/xx/appearance.ts \ ../../../i18n/en/appearance.ts \ ../../../i18n/es/appearance.ts \ ../../../i18n/fr/appearance.ts \ ../../../i18n/hu/appearance.ts \ ../../../i18n/ja/appearance.ts \ ../../../i18n/ko/appearance.ts \ ../../../i18n/no/appearance.ts \ ../../../i18n/pl/appearance.ts \ ../../../i18n/pt/appearance.ts \ ../../../i18n/pt_BR/appearance.ts \ ../../../i18n/sl/appearance.ts \ ../../../i18n/zh_CN/appearance.ts \ ../../../i18n/zh_TW/appearance.ts \ ../../../i18n/da/appearance.ts diff --git a/noncore/settings/backup/backup.pro b/noncore/settings/backup/backup.pro index 064d6e4..75fca33 100644 --- a/noncore/settings/backup/backup.pro +++ b/noncore/settings/backup/backup.pro @@ -1,29 +1,30 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = backuprestore.h SOURCES = main.cpp backuprestore.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = backuprestorebase.ui TARGET = backup DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/backup.ts \ + ../../../i18n/xx/backup.ts \ · ../../../i18n/en/backup.ts \ · ../../../i18n/es/backup.ts \ · ../../../i18n/fr/backup.ts \ · ../../../i18n/hu/backup.ts \ · ../../../i18n/ja/backup.ts \ · ../../../i18n/ko/backup.ts \ · ../../../i18n/no/backup.ts \ · ../../../i18n/pl/backup.ts \ · ../../../i18n/pt/backup.ts \ · ../../../i18n/pt_BR/backup.ts \ · ../../../i18n/sl/backup.ts \ · ../../../i18n/zh_CN/backup.ts \ · ../../../i18n/zh_TW/backup.ts \ · ../../../i18n/it/backup.ts \ · ../../../i18n/da/backup.ts diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 72d56ff..cf8b697 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro @@ -1,26 +1,27 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = settings.h SOURCES = language.cpp main.cpp INTERFACES = languagesettingsbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = language TRANSLATIONS = ../../../i18n/de/language.ts \ + ../../../i18n/xx/language.ts \ ../../../i18n/en/language.ts \ ../../../i18n/es/language.ts \ ../../../i18n/fr/language.ts \ ../../../i18n/hu/language.ts \ ../../../i18n/ja/language.ts \ ../../../i18n/ko/language.ts \ ../../../i18n/no/language.ts \ ../../../i18n/pl/language.ts \ ../../../i18n/pt/language.ts \ ../../../i18n/pt_BR/language.ts \ ../../../i18n/sl/language.ts \ ../../../i18n/zh_CN/language.ts \ ../../../i18n/zh_TW/language.ts \ ../../../i18n/da/language.ts diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index df19711..bb2c4ed 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro @@ -1,25 +1,27 @@ TEMPLATE = app DESTDIR = $(OPIEDIR)/bin/ #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = mediumwidget.h mediumglobal.h mainwindow.h SOURCES = main.cpp mediumwidget.cc mediumglobal.cc mainwindow.cc INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = mediummount TRANSLATIONS = ../../../i18n/de/mediummount.ts \ + ../../../i18n/da/mediummount.ts \ + ../../../i18n/xx/mediummount.ts \ ../../../i18n/en/mediummount.ts \ ../../../i18n/es/mediummount.ts \ ../../../i18n/fr/mediummount.ts \ ../../../i18n/hu/mediummount.ts \ ../../../i18n/ja/mediummount.ts \ ../../../i18n/ko/mediummount.ts \ ../../../i18n/no/mediummount.ts \ ../../../i18n/pl/mediummount.ts \ ../../../i18n/pt/mediummount.ts \ ../../../i18n/pt_BR/mediummount.ts \ ../../../i18n/sl/mediummount.ts \ ../../../i18n/zh_CN/mediummount.ts \ ../../../i18n/zh_TW/mediummount.ts diff --git a/noncore/settings/netsystemtime/netsystemtime.pro b/noncore/settings/netsystemtime/netsystemtime.pro index a849431..d74618c 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro @@ -1,26 +1,28 @@ TEMPLATE = app CONFIG = qt warn_on debug #CONFIG = qt warn_on release HEADERS = ntp.h settime.h SOURCES = main.cpp ntp.cpp settime.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie INTERFACES = ntpbase.ui DESTDIR = $(OPIEDIR)/bin TARGET = systemtime TRANSLATIONS = ../../../i18n/de/systemtime.ts \ + ../../../i18n/da/systemtime.ts \ + ../../../i18n/xx/systemtime.ts \ ../../../i18n/en/systemtime.ts \ ../../../i18n/es/systemtime.ts \ ../../../i18n/fr/systemtime.ts \ ../../../i18n/hu/systemtime.ts \ ../../../i18n/ja/systemtime.ts \ ../../../i18n/ko/systemtime.ts \ ../../../i18n/no/systemtime.ts \ ../../../i18n/pl/systemtime.ts \ ../../../i18n/pt/systemtime.ts \ ../../../i18n/pt_BR/systemtime.ts \ ../../../i18n/sl/systemtime.ts \ ../../../i18n/zh_CN/systemtime.ts \ ../../../i18n/zh_TW/systemtime.ts diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index a77ba28..fe07d95 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = soundsettings.h soundsettingsbase.h SOURCES = soundsettings.cpp soundsettingsbase.cpp main.cpp #INTERFACES = soundsettingsbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = sound TRANSLATIONS = ../../../i18n/de/sound.ts \ + ../../../i18n/da/sound.ts \ + ../../../i18n/xx/sound.ts \ ../../../i18n/en/sound.ts \ ../../../i18n/es/sound.ts \ ../../../i18n/fr/sound.ts \ ../../../i18n/hu/sound.ts \ ../../../i18n/ja/sound.ts \ ../../../i18n/ko/sound.ts \ ../../../i18n/no/sound.ts \ ../../../i18n/pl/sound.ts \ ../../../i18n/pt/sound.ts \ ../../../i18n/pt_BR/sound.ts \ ../../../i18n/sl/sound.ts \ ../../../i18n/zh_CN/sound.ts \ ../../../i18n/zh_TW/sound.ts diff --git a/noncore/settings/sshkeys/sshkeys.pro b/noncore/settings/sshkeys/sshkeys.pro index af2cc60..3b62cfd 100644 --- a/noncore/settings/sshkeys/sshkeys.pro +++ b/noncore/settings/sshkeys/sshkeys.pro @@ -1,28 +1,29 @@ TEMPLATE = app CONFIG += qt warn_on release HEADERS = sshkeys.h SOURCES = main.cpp sshkeys.cpp TARGET = sshkeys INTERFACES = sshkeysbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/sshkeys.ts \ + ../../../i18n/xx/sshkeys.ts \ · ../../../i18n/en/sshkeys.ts \ · ../../../i18n/es/sshkeys.ts \ · ../../../i18n/fr/sshkeys.ts \ · ../../../i18n/hu/sshkeys.ts \ · ../../../i18n/ja/sshkeys.ts \ · ../../../i18n/ko/sshkeys.ts \ · ../../../i18n/no/sshkeys.ts \ · ../../../i18n/pl/sshkeys.ts \ · ../../../i18n/pt/sshkeys.ts \ · ../../../i18n/pt_BR/sshkeys.ts \ · ../../../i18n/sl/sshkeys.ts \ · ../../../i18n/zh_CN/sshkeys.ts \ · ../../../i18n/zh_TW/sshkeys.ts \ ../../../i18n/it/sshkeys.ts \ ../../../i18n/da/sshkeys.ts diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 1396fe6..236fc02 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro @@ -1,45 +1,46 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = memory.h \ graph.h \ load.h \ storage.h \ processinfo.h \ processdetail.h \ modulesinfo.h \ modulesdetail.h \ versioninfo.h \ sysinfo.h SOURCES = main.cpp \ memory.cpp \ graph.cpp \ load.cpp \ storage.cpp \ processinfo.cpp \ modulesinfo.cpp \ processdetail.cpp \ modulesdetail.cpp \ versioninfo.cpp \ sysinfo.cpp INTERFACES = INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TARGET = sysinfo TRANSLATIONS = ../../../i18n/de/sysinfo.ts \ + ../../../i18n/xx/sysinfo.ts \ ../../../i18n/en/sysinfo.ts \ ../../../i18n/es/sysinfo.ts \ ../../../i18n/fr/sysinfo.ts \ ../../../i18n/hu/sysinfo.ts \ ../../../i18n/ja/sysinfo.ts \ ../../../i18n/ko/sysinfo.ts \ ../../../i18n/no/sysinfo.ts \ ../../../i18n/pl/sysinfo.ts \ ../../../i18n/pt/sysinfo.ts \ ../../../i18n/pt_BR/sysinfo.ts \ ../../../i18n/sl/sysinfo.ts \ ../../../i18n/zh_CN/sysinfo.ts \ ../../../i18n/zh_TW/sysinfo.ts \ ../../../i18n/da/sysinfo.ts diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index 5c65a1d..9911617 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = tabmanager.h tabmainwindow.h tablistview.h tabmanagerbase.h tabapplnk.h SOURCES = main.cpp tabmanager.cpp tabmanagerbase.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = app.ui wait.ui TARGET = tabmanager DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/tabmanager.ts \ + ../../../i18n/da/tabmanager.ts \ + ../../../i18n/xx/tabmanager.ts \ ../../../i18n/en/tabmanager.ts \ ../../../i18n/es/tabmanager.ts \ ../../../i18n/fr/tabmanager.ts \ ../../../i18n/hu/tabmanager.ts \ ../../../i18n/ja/tabmanager.ts \ ../../../i18n/ko/tabmanager.ts \ ../../../i18n/no/tabmanager.ts \ ../../../i18n/pl/tabmanager.ts \ ../../../i18n/pt/tabmanager.ts \ ../../../i18n/pt_BR/tabmanager.ts \ ../../../i18n/sl/tabmanager.ts \ ../../../i18n/zh_CN/tabmanager.ts \ ../../../i18n/zh_TW/tabmanager.ts diff --git a/noncore/settings/usermanager/usermanager.pro b/noncore/settings/usermanager/usermanager.pro index 06bb4a8..f41a8a7 100644 --- a/noncore/settings/usermanager/usermanager.pro +++ b/noncore/settings/usermanager/usermanager.pro @@ -1,28 +1,29 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = usermanager.h userdialog.h groupdialog.h passwd.h SOURCES = usermanager.cpp userdialog.cpp groupdialog.cpp passwd.h main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie -lcrypt TARGET = usermanager DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../../i18n/de/usermanager.ts \ + ../../../i18n/xx/usermanager.ts \ · ../../../i18n/en/usermanager.ts \ · ../../../i18n/es/usermanager.ts \ · ../../../i18n/fr/usermanager.ts \ · ../../../i18n/hu/usermanager.ts \ · ../../../i18n/ja/usermanager.ts \ · ../../../i18n/ko/usermanager.ts \ · ../../../i18n/no/usermanager.ts \ · ../../../i18n/pl/usermanager.ts \ · ../../../i18n/pt/usermanager.ts \ · ../../../i18n/pt_BR/usermanager.ts \ · ../../../i18n/sl/usermanager.ts \ · ../../../i18n/zh_CN/usermanager.ts \ · ../../../i18n/zh_TW/usermanager.ts \ · ../../../i18n/it/usermanager.ts \ ../../../i18n/da/usermanager.ts diff --git a/noncore/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index 0e3716f..a774fd2 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro @@ -1,32 +1,34 @@ TEMPLATE = lib CONFIG = qt embedded release warn_on SOURCES = liquid.cpp \ effects.cpp \ liquidset.cpp \ plugin.cpp HEADERS = liquid.h \ effects.h \ liquidset.h \ plugin.h LIBS += -lqpe -lopie INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/plugins/styles TARGET = liquid VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libliquid.ts \ + ../../../i18n/da/libliquid.ts \ + ../../../i18n/xx/libliquid.ts \ ../../../i18n/en/libliquid.ts \ ../../../i18n/es/libliquid.ts \ ../../../i18n/fr/libliquid.ts \ ../../../i18n/hu/libliquid.ts \ ../../../i18n/ja/libliquid.ts \ ../../../i18n/ko/libliquid.ts \ ../../../i18n/no/libliquid.ts \ ../../../i18n/pl/libliquid.ts \ ../../../i18n/pt/libliquid.ts \ ../../../i18n/pt_BR/libliquid.ts \ ../../../i18n/sl/libliquid.ts \ ../../../i18n/zh_CN/libliquid.ts \ ../../../i18n/zh_TW/libliquid.ts diff --git a/noncore/styles/metal/metal.pro b/noncore/styles/metal/metal.pro index cf15f33..df833bc 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG = qt embedded release warn_on SOURCES = metal.cpp plugin.cpp HEADERS = metal.h plugin.h LIBS += -lqpe INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/plugins/styles TARGET = metal VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libmetal.ts \ + ../../../i18n/da/libmetal.ts \ + ../../../i18n/xx/libmetal.ts \ ../../../i18n/en/libmetal.ts \ ../../../i18n/es/libmetal.ts \ ../../../i18n/fr/libmetal.ts \ ../../../i18n/hu/libmetal.ts \ ../../../i18n/ja/libmetal.ts \ ../../../i18n/ko/libmetal.ts \ ../../../i18n/no/libmetal.ts \ ../../../i18n/pl/libmetal.ts \ ../../../i18n/pt/libmetal.ts \ ../../../i18n/pt_BR/libmetal.ts \ ../../../i18n/sl/libmetal.ts \ ../../../i18n/zh_CN/libmetal.ts \ ../../../i18n/zh_TW/libmetal.ts diff --git a/noncore/styles/theme/theme.pro b/noncore/styles/theme/theme.pro index 49c4103..29da52f 100644 --- a/noncore/styles/theme/theme.pro +++ b/noncore/styles/theme/theme.pro @@ -1,35 +1,37 @@ TEMPLATE = lib CONFIG = qt embedded debug warn_on SOURCES = ogfxeffect.cpp \ othemestyle.cpp \ othemebase.cpp \ themeset.cpp \ plugin.cpp HEADERS = ogfxeffect.h \ othemebase.h \ othemestyle.h \ themeset.h \ plugin.h LIBS += -lqpe INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/plugins/styles TARGET = theme VERSION = 1.0.0 TRANSLATIONS = ../../../i18n/de/libtheme.ts \ + ../../../i18n/da/libtheme.ts \ + ../../../i18n/xx/libtheme.ts \ ../../../i18n/en/libtheme.ts \ ../../../i18n/es/libtheme.ts \ ../../../i18n/fr/libtheme.ts \ ../../../i18n/hu/libtheme.ts \ ../../../i18n/ja/libtheme.ts \ ../../../i18n/ko/libtheme.ts \ ../../../i18n/no/libtheme.ts \ ../../../i18n/pl/libtheme.ts \ ../../../i18n/pt/libtheme.ts \ ../../../i18n/pt_BR/libtheme.ts \ ../../../i18n/sl/libtheme.ts \ ../../../i18n/zh_CN/libtheme.ts \ ../../../i18n/zh_TW/libtheme.ts diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index c8396c9..eed584f 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro @@ -1,27 +1,28 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = calculatorimpl.h SOURCES = calculatorimpl.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = calculator.ui TARGET = calculator TRANSLATIONS = ../../../i18n/de/calculator.ts \ + ../../../i18n/xx/calculator.ts \ ../../../i18n/en/calculator.ts \ ../../../i18n/es/calculator.ts \ ../../../i18n/fr/calculator.ts \ ../../../i18n/hu/calculator.ts \ ../../../i18n/ja/calculator.ts \ ../../../i18n/ko/calculator.ts \ ../../../i18n/no/calculator.ts \ ../../../i18n/pl/calculator.ts \ ../../../i18n/pt/calculator.ts \ ../../../i18n/pt_BR/calculator.ts \ ../../../i18n/sl/calculator.ts \ ../../../i18n/zh_CN/calculator.ts \ ../../../i18n/zh_TW/calculator.ts \ ../../../i18n/da/calculator.ts diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 554c829..086349e 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro @@ -1,27 +1,28 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = clock.h setAlarm.h SOURCES = clock.cpp setAlarm.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie INTERFACES = TARGET = clock TRANSLATIONS = ../../../i18n/de/clock.ts \ + ../../../i18n/xx/clock.ts \ ../../../i18n/en/clock.ts \ ../../../i18n/es/clock.ts \ ../../../i18n/fr/clock.ts \ ../../../i18n/hu/clock.ts \ ../../../i18n/ja/clock.ts \ ../../../i18n/ko/clock.ts \ ../../../i18n/no/clock.ts \ ../../../i18n/pl/clock.ts \ ../../../i18n/pt/clock.ts \ ../../../i18n/pt_BR/clock.ts \ ../../../i18n/sl/clock.ts \ ../../../i18n/zh_CN/clock.ts \ ../../../i18n/zh_TW/clock.ts \ ../../../i18n/da/clock.ts diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index 17801dc..2c08e4c 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro @@ -1,24 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release HEADERS = formatter.h inputDialog.h output.h SOURCES = formatter.cpp inputDialog.cpp output.cpp main.cpp TARGET = formatter DESTDIR = $(OPIEDIR)/bin INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../../i18n/de/formatter.ts \ + ../../../i18n/da/formatter.ts \ + ../../../i18n/xx/formatter.ts \ ../../../i18n/en/formatter.ts \ ../../../i18n/es/formatter.ts \ ../../../i18n/fr/formatter.ts \ ../../../i18n/hu/formatter.ts \ ../../../i18n/ja/formatter.ts \ ../../../i18n/ko/formatter.ts \ ../../../i18n/no/formatter.ts \ ../../../i18n/pl/formatter.ts \ ../../../i18n/pt/formatter.ts \ ../../../i18n/pt_BR/formatter.ts \ ../../../i18n/sl/formatter.ts \ ../../../i18n/zh_CN/formatter.ts \ ../../../i18n/zh_TW/formatter.ts diff --git a/noncore/tools/opie-sh/opie-sh.pro b/noncore/tools/opie-sh/opie-sh.pro index 0866f48..c6c1846 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro @@ -1,24 +1,26 @@ TEMPLATE =app CONFIG +=qt warn_on release DESTDIR =$(OPIEDIR)/bin HEADERS =mbox.h fviewer.h inputdialog.h SOURCES =opie-sh.cpp mbox.cpp fviewer.cpp inputdialog.cpp INCLUDEPATH +=$(OPIEDIR)/include DEPENDPATH +=$(OPIEDIR)/include LIBS +=-lqpe TARGET = opie-sh TRANSLATIONS = ../../../i18n/de/opie-sh.ts \ + ../../../i18n/da/opie-sh.ts \ + ../../../i18n/xx/opie-sh.ts \ ../../../i18n/en/opie-sh.ts \ ../../../i18n/es/opie-sh.ts \ ../../../i18n/fr/opie-sh.ts \ ../../../i18n/hu/opie-sh.ts \ ../../../i18n/ja/opie-sh.ts \ ../../../i18n/ko/opie-sh.ts \ ../../../i18n/no/opie-sh.ts \ ../../../i18n/pl/opie-sh.ts \ ../../../i18n/pt/opie-sh.ts \ ../../../i18n/pt_BR/opie-sh.ts \ ../../../i18n/sl/opie-sh.ts \ ../../../i18n/zh_CN/opie-sh.ts \ ../../../i18n/zh_TW/opie-sh.ts diff --git a/noncore/tools/remote/remote.pro b/noncore/tools/remote/remote.pro index e5fc3fb..277c5ef 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro @@ -1,24 +1,26 @@ TEMPLATE =app CONFIG +=qt warn_on release DESTDIR =$(OPIEDIR)/bin HEADERS = remotetab.h learntab.h configtab.h topgroup.h dvdgroup.h channelgroup.h vcrgroup.h buttondialog.h topgroupconf.h dvdgroupconf.h channelgroupconf.h vcrgroupconf.h mainview.h recorddialog.h helptab.h SOURCES =remote.cpp remotetab.cpp learntab.cpp configtab.cpp topgroup.cpp dvdgroup.cpp channelgroup.cpp vcrgroup.cpp buttondialog.cpp topgroupconf.cpp dvdgroupconf.cpp channelgroupconf.cpp vcrgroupconf.cpp mainview.cpp recorddialog.cpp helptab.cpp INCLUDEPATH +=$(OPIEDIR)/include DEPENDPATH +=$(OPIEDIR)/include LIBS +=-lqpe -lopie TARGET = remote TRANSLATIONS = ../../../i18n/de/remote.ts \ + ../../../i18n/da/remote.ts \ + ../../../i18n/xx/remote.ts \ ../../../i18n/en/remote.ts \ ../../../i18n/es/remote.ts \ ../../../i18n/fr/remote.ts \ ../../../i18n/hu/remote.ts \ ../../../i18n/ja/remote.ts \ ../../../i18n/ko/remote.ts \ ../../../i18n/no/remote.ts \ ../../../i18n/pl/remote.ts \ ../../../i18n/pt/remote.ts \ ../../../i18n/pt_BR/remote.ts \ ../../../i18n/sl/remote.ts \ ../../../i18n/zh_CN/remote.ts \ ../../../i18n/zh_TW/remote.ts diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index faf31fd..a98e293 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro @@ -1,25 +1,27 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = inlineedit.h filebrowser.h filePermissions.h SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../../../i18n/de/filebrowser.ts \ + ../../../i18n/da/filebrowser.ts \ + ../../../i18n/xx/filebrowser.ts \ ../../../i18n/en/filebrowser.ts \ ../../../i18n/es/filebrowser.ts \ ../../../i18n/fr/filebrowser.ts \ ../../../i18n/hu/filebrowser.ts \ ../../../i18n/ja/filebrowser.ts \ ../../../i18n/ko/filebrowser.ts \ ../../../i18n/no/filebrowser.ts \ ../../../i18n/pl/filebrowser.ts \ ../../../i18n/pt/filebrowser.ts \ ../../../i18n/pt_BR/filebrowser.ts \ ../../../i18n/sl/filebrowser.ts \ ../../../i18n/zh_CN/filebrowser.ts \ ../../../i18n/it/filebrowser.ts \ ../../../i18n/zh_TW/filebrowser.ts diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index d627075..a5d3797 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro @@ -1,29 +1,31 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = gsmtool.h SOURCES = main.cpp gsmtool.cpp # This doesn't actually work... TMAKE_CXXFLAGS += -fexceptions INCLUDEPATH += $(OPIEDIR)/include INCLUDEPATH += $(GSMLIBDIR) DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme INTERFACES = gsmtoolbase.ui TARGET = gsmtool TRANSLATIONS = ../../../i18n/de/gsmtool.ts \ + ../../../i18n/da/gsmtool.ts \ + ../../../i18n/xx/gsmtool.ts \ ../../../i18n/en/gsmtool.ts \ ../../../i18n/es/gsmtool.ts \ ../../../i18n/fr/gsmtool.ts \ ../../../i18n/hu/gsmtool.ts \ ../../../i18n/ja/gsmtool.ts \ ../../../i18n/ko/gsmtool.ts \ ../../../i18n/no/gsmtool.ts \ ../../../i18n/pl/gsmtool.ts \ ../../../i18n/pt/gsmtool.ts \ ../../../i18n/pt_BR/gsmtool.ts \ ../../../i18n/sl/gsmtool.ts \ ../../../i18n/zh_CN/gsmtool.ts \ ../../../i18n/zh_TW/gsmtool.ts diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index fe0aed0..c03ebd2 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro @@ -1,25 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS += bend.h \ bendimpl.h SOURCES += bend.cpp \ bendimpl.cpp INCLUDEPATH += $(OPIEDIR)/include ../libmail LIBS += -lmail -lqpe TARGET = bend DESTDIR += $(OPIEDIR)/plugins/applets/ TRANSLATIONS = ../../../i18n/de/libbend.ts \ + ../../../i18n/da/libbend.ts \ + ../../../i18n/xx/libbend.ts \ ../../../i18n/en/libbend.ts \ ../../../i18n/es/libbend.ts \ ../../../i18n/fr/libbend.ts \ ../../../i18n/hu/libbend.ts \ ../../../i18n/ja/libbend.ts \ ../../../i18n/ko/libbend.ts \ ../../../i18n/no/libbend.ts \ ../../../i18n/pl/libbend.ts \ ../../../i18n/pt/libbend.ts \ ../../../i18n/pt_BR/libbend.ts \ ../../../i18n/sl/libbend.ts \ ../../../i18n/zh_CN/libbend.ts \ ../../../i18n/zh_TW/libbend.ts diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index e80ecaf..2bee479 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro @@ -1,39 +1,41 @@ TEMPLATE = lib CONFIG = qt warn_on debug #CONFIG = qt warn_on release HEADERS = configfile.h \ defines.h \ imapbase.h \ imaphandler.h \ imapresponse.h \ mailfactory.h \ md5.cpp \ miscfunctions.h \ smtphandler.h SOURCES = configfile.cpp \ imapbase.cpp \ imaphandler.cpp \ imapresponse.cpp \ mailfactory.cpp \ md5.h \ miscfunctions.cpp \ smtphandler.cpp INCLUDEPATH += $(OPIEDIR)/include LIBS += -L$(OPIEDIR)/lib -lqpe TARGET = mail DESTDIR = $(QTDIR)/lib TRANSLATIONS = ../../../i18n/de/libmail.ts \ + ../../../i18n/da/libmail.ts \ + ../../../i18n/xx/libmail.ts \ ../../../i18n/en/libmail.ts \ ../../../i18n/es/libmail.ts \ ../../../i18n/fr/libmail.ts \ ../../../i18n/hu/libmail.ts \ ../../../i18n/ja/libmail.ts \ ../../../i18n/ko/libmail.ts \ ../../../i18n/no/libmail.ts \ ../../../i18n/pl/libmail.ts \ ../../../i18n/pt/libmail.ts \ ../../../i18n/pt_BR/libmail.ts \ ../../../i18n/sl/libmail.ts \ ../../../i18n/zh_CN/libmail.ts \ ../../../i18n/zh_TW/libmail.ts diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index 177509d..3378153 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro @@ -1,61 +1,63 @@ TEMPLATE = app CONFIG = qt warn_on debug #CONFIG = qt warn_on release HEADERS = accounteditor.h \ addresspicker.h \ composer.h \ composerbase.h \ configdiag.h \ folderwidget.h \ listviewplus.h \ mailstatusbar.h \ mailtable.h \ mainwindow.h \ mainwindowbase.h \ opendiag.h \ rename.h \ searchdiag.h \ viewmail.h \ viewmailbase.h SOURCES = accounteditor.cpp \ addresspicker.cpp \ composer.cpp \ composerbase.cpp \ configdiag.cpp \ folderwidget.cpp \ listviewplus.cpp \ mailstatusbar.cpp \ mailtable.cpp \ main.cpp \ mainwindow.cpp \ mainwindowbase.cpp \ opendiag.cpp \ rename.cpp \ searchdiag.cpp \ viewmail.cpp \ viewmailbase.cpp INTERFACES = accounteditorbase.ui \ addresspickerbase.ui \ configdiagbase.ui \ opendiagbase.ui \ renamebase.ui \ searchdiagbase.ui INCLUDEPATH += $(OPIEDIR)/include libmail LIBS += -lmail -lqpe -lopie TARGET = mail DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../i18n/de/mail.ts \ + ../../i18n/da/mail.ts \ + ../../i18n/xx/mail.ts \ ../../i18n/en/mail.ts \ ../../i18n/es/mail.ts \ ../../i18n/fr/mail.ts \ ../../i18n/hu/mail.ts \ ../../i18n/ja/mail.ts \ ../../i18n/ko/mail.ts \ ../../i18n/no/mail.ts \ ../../i18n/pl/mail.ts \ ../../i18n/pt/mail.ts \ ../../i18n/pt_BR/mail.ts \ ../../i18n/sl/mail.ts \ ../../i18n/zh_CN/mail.ts \ ../../i18n/zh_TW/mail.ts diff --git a/noncore/unsupported/oipkg/oipkg.pro b/noncore/unsupported/oipkg/oipkg.pro index 230df2c..7b933e1 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro @@ -1,53 +1,55 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app #CONFIG = qt warn_on release CONFIG = qt warn_on debug HEADERS = mainwindow.h \ pksettings.h \ pmipkg.h \ packagelistdoclnk.h \ installdialog.h \ utils.h \ listviewitemoipkg.h \ packagelistitem.h \ packagelistremote.h \ packagelist.h \ packagelistlocal.h \ packagelistview.h \ package.h SOURCES = main.cpp \ mainwindow.cpp \ utils.cpp \ packagelistdoclnk.cpp \ packagelistview.cpp \ installdialog.cpp \ listviewitemoipkg.cpp \ packagelistremote.cpp \ packagelistlocal.cpp \ pksettings.cpp \ pmipkg.cpp \ packagelistitem.cpp \ packagelist.cpp \ package.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/ioclude LIBS += -lqpe LIBS += -lopie INTERFACES = runwindow.ui \ pksettingsbase.ui TARGET = oipkg TRANSLATIONS = ../../../i18n/de/oipkg.ts \ + ../../../i18n/da/oipkg.ts \ + ../../../i18n/xx/oipkg.ts \ ../../../i18n/en/oipkg.ts \ ../../../i18n/es/oipkg.ts \ ../../../i18n/fr/oipkg.ts \ ../../../i18n/hu/oipkg.ts \ ../../../i18n/ja/oipkg.ts \ ../../../i18n/ko/oipkg.ts \ ../../../i18n/no/oipkg.ts \ ../../../i18n/pl/oipkg.ts \ ../../../i18n/pt/oipkg.ts \ ../../../i18n/pt_BR/oipkg.ts \ ../../../i18n/sl/oipkg.ts \ ../../../i18n/zh_CN/oipkg.ts \ ../../../i18n/zh_TW/oipkg.ts diff --git a/noncore/unsupported/qpdf/qpdf.pro b/noncore/unsupported/qpdf/qpdf.pro index fce3ba6..8c73477 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro @@ -1,70 +1,72 @@ TEMPLATE = app CONFIG *= qt embedded release warn_off CONFIG -= warn_on SOURCES = xpdf/Array.cc \ xpdf/BuiltinFont.cc \ xpdf/BuiltinFontTables.cc \ xpdf/CMap.cc \ xpdf/Catalog.cc \ xpdf/CharCodeToUnicode.cc \ xpdf/Decrypt.cc \ xpdf/Dict.cc \ xpdf/Error.cc \ xpdf/FontEncodingTables.cc \ xpdf/Annot.cc \ xpdf/Function.cc \ xpdf/Gfx.cc \ xpdf/GfxFont.cc \ xpdf/GfxState.cc \ xpdf/GlobalParams.cc \ xpdf/Lexer.cc \ xpdf/Link.cc \ xpdf/NameToCharCode.cc \ xpdf/Object.cc \ xpdf/OutputDev.cc \ xpdf/PDFDoc.cc \ xpdf/Page.cc \ xpdf/Parser.cc \ xpdf/PSTokenizer.cc \ xpdf/Stream.cc \ xpdf/TextOutputDev.cc \ xpdf/UnicodeMap.cc \ xpdf/XRef.cc \ goo/GHash.cc \ goo/GString.cc \ goo/GList.cc \ QOutputDev.cpp \ QPEOutputDev.cpp \ qpdf.cpp \ qbusybar.cpp \ gooStub.cpp HEADERS = QOutputDev.h \ QPEOutputDev.h \ qbusybar.h \ qpdf.h INCLUDEPATH += . \ .. \ xpdf \ $(OPIEDIR)/include \ ../goo \ goo LIBS += -L $(OPIEDIR)/lib -lqpe -lopie -lstdc++ DESTDIR = $(OPIEDIR)/bin TARGET = qpdf TRANSLATIONS = ../../../i18n/de/qpdf.ts \ + ../../../i18n/da/qpdf.ts \ + ../../../i18n/xx/qpdf.ts \ ../../../i18n/en/qpdf.ts \ ../../../i18n/es/qpdf.ts \ ../../../i18n/fr/qpdf.ts \ ../../../i18n/hu/qpdf.ts \ ../../../i18n/ja/qpdf.ts \ ../../../i18n/ko/qpdf.ts \ ../../../i18n/no/qpdf.ts \ ../../../i18n/pl/qpdf.ts \ ../../../i18n/pt/qpdf.ts \ ../../../i18n/pt_BR/qpdf.ts \ ../../../i18n/sl/qpdf.ts \ ../../../i18n/zh_CN/qpdf.ts \ ../../../i18n/it/qpdf.ts \ ../../../i18n/zh_TW/qpdf.ts diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index 5ad5f9a..007510b 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro @@ -1,22 +1,24 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = SOURCES = quickexec.cpp LIBS += -ldl -lqpe TARGET = quickexec TRANSLATIONS = ../i18n/de/quickexec.ts \ + ../i18n/da/quickexec.ts \ + ../i18n/xx/quickexec.ts \ ../i18n/en/quickexec.ts \ ../i18n/es/quickexec.ts \ ../i18n/fr/quickexec.ts \ ../i18n/hu/quickexec.ts \ ../i18n/ja/quickexec.ts \ ../i18n/ko/quickexec.ts \ ../i18n/no/quickexec.ts \ ../i18n/pl/quickexec.ts \ ../i18n/pt/quickexec.ts \ ../i18n/pt_BR/quickexec.ts \ ../i18n/sl/quickexec.ts \ ../i18n/zh_CN/quickexec.ts \ ../i18n/zh_TW/quickexec.ts |