From b13d95b210c7d16229514afc66e32a1de09a075c Mon Sep 17 00:00:00 2001 From: sandman Date: Wed, 26 Jun 2002 23:13:50 +0000 Subject: Major pro file overhaul from davipt. Commited by me, since it touches many core files ... please report bugs on this to davipt --- diff --git a/configure b/configure index a9d229e..8b0f37e 100755 --- a/configure +++ b/configure @@ -95,6 +95,7 @@ then if [ -f configs/linux-$PLATFORM-g++-$SHARING$DEBUG ] then TARGET=configs/linux-$PLATFORM-g++-$SHARING$DEBUG + PLATFORM=linux-$PLATFORM-g++ else echo echo ' The specified platform/compiler not supported: ' $TARGET @@ -139,7 +140,6 @@ mkdir -p include/qpe mkdir -p include/opie ( cd include/opie && rm -f *.h; ln -s ../../libopie/*.h .; rm -f *_p.h; ) - echo Creating makefiles... # Set version for library directly @@ -182,7 +182,7 @@ for a in $TOMAKE ; do ) echo -n "." # echo Building $N.. - appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | sed 's/ //g'` + appname=`grep '^TARGET' $a/$f.pro | sed 's/^TARGET.*=//' | tr -d " \t"` translation=`grep '^TRANSLATION.*[^+]=.*' $a/$f.pro | sed 's,^TRANSL.*=.*i18n\/.*\/,,' | sed 's/ //g' | sed 's,\.ts.*,,' | sed 's,^lib,,' ` if [ -n "$translation" -a -n "$appname" ] then diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index b854b89..c24182e 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro @@ -9,14 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/es/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/pt/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts -TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts +TRANSLATIONS = ../../../i18n/de/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 3bddd22..aa34042 100644 --- a/core/applets/cardmon/cardmon.pro +++ b/core/applets/cardmon/cardmon.pro @@ -9,20 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include ../launcher LIBS += -lqpe VERSION = 1.0.0 - - -TRANSLATIONS = ../../../i18n/de/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/en/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/es/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/fr/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/hu/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/ja/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/ko/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/no/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/pl/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/pt/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/pt_BR/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/sl/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/zh_CN/libcardmonapplet.ts -TRANSLATIONS += ../../../i18n/zh_TW/libcardmonapplet.ts - +TRANSLATIONS = ../../../i18n/de/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 36fbc49..23b5525 100644 --- a/core/applets/clipboardapplet/clipboardapplet.pro +++ b/core/applets/clipboardapplet/clipboardapplet.pro @@ -9,6 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/pt_BR/libclipboardapplet.ts -TRANSLATIONS += ../../i18n/es/libclipboardapplet.ts -TRANSLATIONS += ../../i18n/pt/libclipboardapplet.ts +TRANSLATIONS = ../../../i18n/de/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 2dc1784..ca26ec8 100644 --- a/core/applets/clockapplet/clockapplet.pro +++ b/core/applets/clockapplet/clockapplet.pro @@ -9,7 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/de/libclockapplet.ts -TRANSLATIONS += ../../i18n/es/libclockapplet.ts -TRANSLATIONS += ../../i18n/pt/libclockapplet.ts -TRANSLATIONS += ../../i18n/pt_BR/libclockapplet.ts +TRANSLATIONS = ../../../i18n/de/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/irdaapplet/irdaapplet.pro b/core/applets/irdaapplet/irdaapplet.pro index 47267f7..af4231b 100644 --- a/core/applets/irdaapplet/irdaapplet.pro +++ b/core/applets/irdaapplet/irdaapplet.pro @@ -9,20 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 - - -TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/en/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/es/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/fr/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/hu/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/ja/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/ko/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/no/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/pl/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/pt/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/pt_BR/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/sl/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/zh_CN/libirdaapplet.ts -TRANSLATIONS += ../../../i18n/zh_TW/libirdaapplet.ts - +TRANSLATIONS = ../../../i18n/de/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/obex/obex.pro b/core/applets/obex/obex.pro index a8c2340..3c08682 100644 --- a/core/applets/obex/obex.pro +++ b/core/applets/obex/obex.pro @@ -10,3 +10,17 @@ INTERFACES = obexinc.ui obexdlg.ui LIBS += -lqpe -lopie VERSION = 0.0.1 +TRANSLATIONS = ../../../i18n/de/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 6b97a2d..2fc8a05 100644 --- a/core/applets/screenshotapplet/screenshotapplet.pro +++ b/core/applets/screenshotapplet/screenshotapplet.pro @@ -11,17 +11,17 @@ VERSION = 1.0.0 MOC_DIR=opieobj OBJECTS_DIR=opieobj -TRANSLATIONS = ../../i18n/pt_BR/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/pt/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/de/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/en/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/es/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/fr/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/hu/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/ja/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/ko/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/no/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/pl/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/sl/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/zh_CN/libscreenshotapplet.ts -TRANSLATIONS += ../../i18n/zh_TW/libscreenshotapplet.ts +TRANSLATIONS = ../../../i18n/de/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/vmemo/vmemo.pro b/core/applets/vmemo/vmemo.pro index 734cf5c..f8007b6 100644 --- a/core/applets/vmemo/vmemo.pro +++ b/core/applets/vmemo/vmemo.pro @@ -9,6 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/pt_BR/libvmemoapplet.ts -TRANSLATIONS += ../../i18n/es/libvmemoapplet.ts -TRANSLATIONS += ../../i18n/pt/libvmemoapplet.ts +TRANSLATIONS = ../../../i18n/de/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 937a537..8cfb0d3 100644 --- a/core/applets/volumeapplet/volumeapplet.pro +++ b/core/applets/volumeapplet/volumeapplet.pro @@ -9,7 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts -TRANSLATIONS += ../../i18n/es/libvolumeapplet.ts -TRANSLATIONS += ../../i18n/pt/libvolumeapplet.ts -TRANSLATIONS += ../../i18n/pt_BR/libvolumeapplet.ts +TRANSLATIONS = ../../../i18n/de/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 9769ea6..b1fce27 100644 --- a/core/apps/calibrate/calibrate.pro +++ b/core/apps/calibrate/calibrate.pro @@ -1 +1,16 @@ # This is part of the taskbar + +TRANSLATIONS = ../../../i18n/de/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/zh_TW/calibrate.pro.in.ts diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 6e6860e..de0cfa1 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro @@ -34,17 +34,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe REQUIRES = embeddedkonsole -TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts -TRANSLATIONS += ../i18n/es/embeddedkonsole.ts -TRANSLATIONS += ../i18n/pt/embeddedkonsole.ts -TRANSLATIONS += ../i18n/de/embeddedkonsole.ts -TRANSLATIONS += ../i18n/en/embeddedkonsole.ts -TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts -TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts -TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts -TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts -TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts -TRANSLATIONS += ../i18n/no/embeddedkonsole.ts -TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts -TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts -TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts +TRANSLATIONS = ../../../i18n/de/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 diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index fe4553a..0da2ff2 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro @@ -9,17 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = -TRANSLATIONS = ../i18n/de/helpbrowser.ts -TRANSLATIONS += ../i18n/es/helpbrowser.ts -TRANSLATIONS += ../i18n/pt/helpbrowser.ts -TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts -TRANSLATIONS += ../i18n/en/helpbrowser.ts -TRANSLATIONS += ../i18n/hu/helpbrowser.ts -TRANSLATIONS += ../i18n/ja/helpbrowser.ts -TRANSLATIONS += ../i18n/sl/helpbrowser.ts -TRANSLATIONS += ../i18n/ko/helpbrowser.ts -TRANSLATIONS += ../i18n/no/helpbrowser.ts -TRANSLATIONS += ../i18n/pl/helpbrowser.ts -TRANSLATIONS += ../i18n/fr/helpbrowser.ts -TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts -TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts +TRANSLATIONS = ../../../i18n/de/helpbrowser.pro.in.ts \ + ../../../i18n/en/helpbrowser.pro.in.ts \ + ../../../i18n/es/helpbrowser.pro.in.ts \ + ../../../i18n/fr/helpbrowser.pro.in.ts \ + ../../../i18n/hu/helpbrowser.pro.in.ts \ + ../../../i18n/ja/helpbrowser.pro.in.ts \ + ../../../i18n/ko/helpbrowser.pro.in.ts \ + ../../../i18n/no/helpbrowser.pro.in.ts \ + ../../../i18n/pl/helpbrowser.pro.in.ts \ + ../../../i18n/pt/helpbrowser.pro.in.ts \ + ../../../i18n/pt_BR/helpbrowser.pro.in.ts \ + ../../../i18n/sl/helpbrowser.pro.in.ts \ + ../../../i18n/zh_CN/helpbrowser.pro.in.ts \ + ../../../i18n/zh_TW/helpbrowser.pro.in.ts diff --git a/core/apps/qcop/qcop.pro b/core/apps/qcop/qcop.pro index 63e8ace..36bc724 100644 --- a/core/apps/qcop/qcop.pro +++ b/core/apps/qcop/qcop.pro @@ -8,3 +8,18 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TARGET = qcop + +TRANSLATIONS = ../../../i18n/de/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 d01a9f4..484d0cd 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro @@ -1,25 +1,24 @@ TEMPLATE = app CONFIG += qt warn_on release - DESTDIR = $(OPIEDIR)/bin HEADERS = textedit.h fontDialog.h fileSaver.h filePermissions.h SOURCES = main.cpp textedit.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie - TARGET = textedit -TRANSLATIONS += ../i18n/de/textedit.ts -TRANSLATIONS += ../i18n/pt_BR/textedit.ts -TRANSLATIONS += ../i18n/en/textedit.ts -TRANSLATIONS += ../i18n/hu/textedit.ts -TRANSLATIONS += ../i18n/fr/textedit.ts -TRANSLATIONS += ../i18n/ja/textedit.ts -TRANSLATIONS += ../i18n/sl/textedit.ts -TRANSLATIONS += ../i18n/pl/textedit.ts -TRANSLATIONS += ../i18n/ko/textedit.ts -TRANSLATIONS += ../i18n/no/textedit.ts -TRANSLATIONS += ../i18n/zh_CN/textedit.ts -TRANSLATIONS += ../i18n/zh_TW/textedit.ts +TRANSLATIONS = ../../../i18n/de/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 182cd1f..c053662 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro @@ -1,9 +1,6 @@ TEMPLATE = app - CONFIG = qt warn_on release - DESTDIR = $(OPIEDIR)/bin - HEADERS = background.h \ desktop.h \ qprocess.h \ @@ -45,7 +42,6 @@ HEADERS = background.h \ $(OPIEDIR)/rsync/config_rsync.h \ $(OPIEDIR)/rsync/qrsync.h # quicklauncher.h \ - SOURCES = background.cpp \ desktop.cpp \ mediummountgui.cpp \ @@ -95,31 +91,27 @@ SOURCES = background.cpp \ $(OPIEDIR)/rsync/version.c \ $(OPIEDIR)/rsync/whole.c \ $(OPIEDIR)/rsync/qrsync.cpp - INTERFACES = shutdown.ui syncdialog.ui - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include . - INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate DEPENDPATH += $(OPIEDIR)/core/apps/calibrate - INCLUDEPATH += $(OPIEDIR)/rsync DEPENDPATH += $(OPIEDIR)/rsync - TARGET = qpe - LIBS += -lqpe -lcrypt -lopie -TRANSLATIONS = ../i18n/de/qpe.ts -TRANSLATIONS += ../i18n/es/qpe.ts -TRANSLATIONS += ../i18n/pt/qpe.ts -TRANSLATIONS += ../i18n/pt_BR/qpe.ts -TRANSLATIONS += ../i18n/en/qpe.ts -TRANSLATIONS += ../i18n/hu/qpe.ts -TRANSLATIONS += ../i18n/ja/qpe.ts -TRANSLATIONS += ../i18n/fr/qpe.ts -TRANSLATIONS += ../i18n/ko/qpe.ts -TRANSLATIONS += ../i18n/no/qpe.ts -TRANSLATIONS += ../i18n/zh_CN/qpe.ts -TRANSLATIONS += ../i18n/zh_TW/qpe.ts +TRANSLATIONS = ../../i18n/de/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/zh_TW/qpe.ts diff --git a/core/multimedia/opieplayer/libflash/libflash.pro b/core/multimedia/opieplayer/libflash/libflash.pro index bf97fbf..f3d452b 100644 --- a/core/multimedia/opieplayer/libflash/libflash.pro +++ b/core/multimedia/opieplayer/libflash/libflash.pro @@ -13,3 +13,17 @@ DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 +TRANSLATIONS = ../../../../i18n/de/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 d55cf8f..3787464 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro @@ -11,17 +11,17 @@ DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe -lm VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/pt_BR/libmadplugin.ts -TRANSLATIONS += ../../i18n/es/libmadplugin.ts -TRANSLATIONS += ../../i18n/pt/libmadplugin.ts -TRANSLATIONS += ../../i18n/de/libmadplugin.ts -TRANSLATIONS += ../../i18n/en/libmadplugin.ts -TRANSLATIONS += ../../i18n/hu/libmadplugin.ts -TRANSLATIONS += ../../i18n/sl/libmadplugin.ts -TRANSLATIONS += ../../i18n/ja/libmadplugin.ts -TRANSLATIONS += ../../i18n/pl/libmadplugin.ts -TRANSLATIONS += ../../i18n/ko/libmadplugin.ts -TRANSLATIONS += ../../i18n/no/libmadplugin.ts -TRANSLATIONS += ../../i18n/zh_CN/libmadplugin.ts -TRANSLATIONS += ../../i18n/zh_TW/libmadplugin.ts -TRANSLATIONS += ../../i18n/fr/libmadplugin.ts +TRANSLATIONS = ../../../../i18n/de/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 f5e5954..a465f8a 100644 --- a/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro +++ b/core/multimedia/opieplayer/libmpeg3/libmpeg3.pro @@ -41,3 +41,18 @@ INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe -lpthread -lm VERSION = 1.0.0 + +TRANSLATIONS = ../../../../i18n/de/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 6409bab..e111717 100644 --- a/core/multimedia/opieplayer/opieplayer.pro +++ b/core/multimedia/opieplayer/opieplayer.pro @@ -12,13 +12,20 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lpthread -lopie -# INTERFACES = -# INCLUDEPATH += $(OPIEDIR)/include -# CONFIG+=static -# TMAKE_CXXFLAGS += -DQPIM_STANDALONE -# LIBS += libmpeg3/libmpeg3.a -lpthread -# LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include +TRANSLATIONS = ../../../i18n/de/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 f0834de..5b5a15b 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.pro +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.pro @@ -8,3 +8,18 @@ INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 + +TRANSLATIONS = ../../../../i18n/de/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/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 99a0b23..15ae498 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro @@ -15,23 +15,22 @@ SOURCES = main.cpp \ addresssettings.cpp \ picker.cpp INTERFACES = addresssettingsbase.ui - TARGET = addressbook INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie -TRANSLATIONS = ../../i18n/pt_BR/addressbook.ts -TRANSLATIONS += ../../i18n/es/addressbook.ts -TRANSLATIONS += ../../i18n/pt/addressbook.ts -TRANSLATIONS += ../../i18n/de/addressbook.ts -TRANSLATIONS += ../../i18n/en/addressbook.ts -TRANSLATIONS += ../../i18n/hu/addressbook.ts -TRANSLATIONS += ../../i18n/sl/addressbook.ts -TRANSLATIONS += ../../i18n/ja/addressbook.ts -TRANSLATIONS += ../../i18n/ko/addressbook.ts -TRANSLATIONS += ../../i18n/pl/addressbook.ts -TRANSLATIONS += ../../i18n/no/addressbook.ts -TRANSLATIONS += ../../i18n/zh_CN/addressbook.ts -TRANSLATIONS += ../../i18n/zh_TW/addressbook.ts -TRANSLATIONS += ../../i18n/fr/addressbook.ts +TRANSLATIONS = ../../../i18n/de/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/zh_TW/addressbook.ts diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 088ae3e..3abe9aa 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro @@ -1,7 +1,6 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin - HEADERS = datebookday.h \ datebook.h \ dateentryimpl.h \ @@ -14,7 +13,6 @@ HEADERS = datebookday.h \ timepicker.h \ noteentryimpl.h \ onoteedit.h - SOURCES = main.cpp \ datebookday.cpp \ datebook.cpp \ @@ -28,7 +26,6 @@ SOURCES = main.cpp \ timepicker.cpp \ noteentryimpl.cpp \ onoteedit.cpp - INTERFACES = dateentry.ui \ datebookdayheader.ui \ datebookweekheader.ui \ @@ -37,24 +34,22 @@ INTERFACES = dateentry.ui \ repeatentrybase.ui \ datebooksettingsbase.ui \ noteentry.ui - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie - TARGET = datebook -TRANSLATIONS = ../i18n/pt_BR/datebook.ts -TRANSLATIONS += ../i18n/pt/datebook.ts -TRANSLATIONS += ../i18n/de/datebook.ts -TRANSLATIONS += ../i18n/en/datebook.ts -TRANSLATIONS += ../i18n/hu/datebook.ts -TRANSLATIONS += ../i18n/pl/datebook.ts -TRANSLATIONS += ../i18n/sl/datebook.ts -TRANSLATIONS += ../i18n/ja/datebook.ts -TRANSLATIONS += ../i18n/ko/datebook.ts -TRANSLATIONS += ../i18n/no/datebook.ts -TRANSLATIONS += ../i18n/zh_CN/datebook.ts -TRANSLATIONS += ../i18n/zh_TW/datebook.ts -TRANSLATIONS += ../i18n/fr/datebook.ts -TRANSLATIONS += ../i18n/es/datebook.ts +TRANSLATIONS = ../../../i18n/de/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/zh_TW/datebook.ts diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index d75fdb5..171614b 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro @@ -3,24 +3,24 @@ TEMPLATE = app 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/pt_BR/today.ts -TRANSLATIONS += ../i18n/pt/today.ts -TRANSLATIONS += ../i18n/de/today.ts -TRANSLATIONS += ../i18n/en/today.ts -TRANSLATIONS += ../i18n/hu/today.ts -TRANSLATIONS += ../i18n/sl/today.ts -TRANSLATIONS += ../i18n/ja/today.ts -TRANSLATIONS += ../i18n/ko/today.ts -TRANSLATIONS += ../i18n/no/today.ts -TRANSLATIONS += ../i18n/zh_CN/today.ts -TRANSLATIONS += ../i18n/zh_TW/today.ts -TRANSLATIONS += ../i18n/fr/today.ts -TRANSLATIONS += ../i18n/pl/today.ts -TRANSLATIONS += ../i18n/es/today.ts + +TRANSLATIONS = ../../../i18n/de/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 diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 1e4492c..fd682f8 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -10,25 +10,23 @@ SOURCES = main.cpp \ todotable.cpp \ todoentryimpl.cpp \ todolabel.cc - INTERFACES = todoentry.ui - TARGET = todolist INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie -TRANSLATIONS = ../i18n/pt_BR/todolist.ts -TRANSLATIONS += ../i18n/es/todolist.ts -TRANSLATIONS += ../i18n/pt/todolist.ts -TRANSLATIONS += ../i18n/de/todolist.ts -TRANSLATIONS += ../i18n/en/todolist.ts -TRANSLATIONS += ../i18n/hu/todolist.ts -TRANSLATIONS += ../i18n/sl/todolist.ts -TRANSLATIONS += ../i18n/pl/todolist.ts -TRANSLATIONS += ../i18n/ja/todolist.ts -TRANSLATIONS += ../i18n/ko/todolist.ts -TRANSLATIONS += ../i18n/no/todolist.ts -TRANSLATIONS += ../i18n/zh_CN/todolist.ts -TRANSLATIONS += ../i18n/zh_TW/todolist.ts -TRANSLATIONS += ../i18n/fr/todolist.ts +TRANSLATIONS = ../../../i18n/de/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 11a135d..4b0b3ff 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro @@ -10,17 +10,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -TRANSLATIONS = ../i18n/de/citytime.ts -TRANSLATIONS += ../i18n/es/citytime.ts -TRANSLATIONS += ../i18n/pt/citytime.ts -TRANSLATIONS += ../i18n/pt_BR/citytime.ts -TRANSLATIONS += ../i18n/en/citytime.ts -TRANSLATIONS += ../i18n/hu/citytime.ts -TRANSLATIONS += ../i18n/ja/citytime.ts -TRANSLATIONS += ../i18n/ko/citytime.ts -TRANSLATIONS += ../i18n/pl/citytime.ts -TRANSLATIONS += ../i18n/fr/citytime.ts -TRANSLATIONS += ../i18n/sl/citytime.ts -TRANSLATIONS += ../i18n/no/citytime.ts -TRANSLATIONS += ../i18n/zh_CN/citytime.ts -TRANSLATIONS += ../i18n/zh_TW/citytime.ts +TRANSLATIONS = ../../../i18n/de/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 diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index eb4a0db..456415b 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro @@ -9,9 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = light-and-power -TRANSLATIONS = ../../i18n/de/light-and-power.ts -TRANSLATIONS += ../../i18n/es/light-and-power.ts -TRANSLATIONS += ../../i18n/pt/light-and-power.ts -TRANSLATIONS += ../../i18n/pt_BR/light-and-power.ts -TRANSLATIONS += ../../i18n/pl/light-and-power.ts -TRANSLATIONS += ../../i18n/fr/light-and-power.ts +TRANSLATIONS = ../../../i18n/de/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 diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index 6b28485..2c815f0 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro @@ -9,17 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = security -TRANSLATIONS = ../../i18n/pt_BR/security.ts -TRANSLATIONS += ../../i18n/es/security.ts -TRANSLATIONS += ../../i18n/pt/security.ts -TRANSLATIONS += ../../i18n/de/security.ts -TRANSLATIONS += ../../i18n/en/security.ts -TRANSLATIONS += ../../i18n/hu/security.ts -TRANSLATIONS += ../../i18n/sl/security.ts -TRANSLATIONS += ../../i18n/ja/security.ts -TRANSLATIONS += ../../i18n/ko/security.ts -TRANSLATIONS += ../../i18n/pl/security.ts -TRANSLATIONS += ../../i18n/no/security.ts -TRANSLATIONS += ../../i18n/zh_CN/security.ts -TRANSLATIONS += ../../i18n/zh_TW/security.ts -TRANSLATIONS += ../../i18n/fr/security.ts +TRANSLATIONS = ../../../i18n/de/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 diff --git a/example/example.pro b/example/example.pro index d150b1c..5d2b39a 100644 --- a/example/example.pro +++ b/example/example.pro @@ -8,3 +8,18 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = examplebase.ui TARGET = example + +TRANSLATIONS = ../i18n/de/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/freetype/freetype.pro b/freetype/freetype.pro index f63a087..1196db9 100644 --- a/freetype/freetype.pro +++ b/freetype/freetype.pro @@ -11,3 +11,18 @@ DEPENDPATH += $(OPIEDIR)/include #DEPENDPATH += /usr/local/include/freetype2 LIBS += -lqpe -lfreetype VERSION = 1.0.0 + +TRANSLATIONS = ../i18n/de/libfreetypefactory.ts \ + ../i18n/en/libfreetypefactory.ts \ + ../i18n/es/libfreetypefactory.ts \ + ../i18n/fr/libfreetypefactory.ts \ + ../i18n/hu/libfreetypefactory.ts \ + ../i18n/ja/libfreetypefactory.ts \ + ../i18n/ko/libfreetypefactory.ts \ + ../i18n/no/libfreetypefactory.ts \ + ../i18n/pl/libfreetypefactory.ts \ + ../i18n/pt/libfreetypefactory.ts \ + ../i18n/pt_BR/libfreetypefactory.ts \ + ../i18n/sl/libfreetypefactory.ts \ + ../i18n/zh_CN/libfreetypefactory.ts \ + ../i18n/zh_TW/libfreetypefactory.ts diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 3ad6e07..5c14761 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro @@ -15,20 +15,17 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 - - -TRANSLATIONS = ../../i18n/de/libqdvorak.ts -TRANSLATIONS += ../../i18n/en/libqdvorak.ts -TRANSLATIONS += ../../i18n/es/libqdvorak.ts -TRANSLATIONS += ../../i18n/fr/libqdvorak.ts -TRANSLATIONS += ../../i18n/hu/libqdvorak.ts -TRANSLATIONS += ../../i18n/ja/libqdvorak.ts -TRANSLATIONS += ../../i18n/ko/libqdvorak.ts -TRANSLATIONS += ../../i18n/no/libqdvorak.ts -TRANSLATIONS += ../../i18n/pl/libqdvorak.ts -TRANSLATIONS += ../../i18n/pt/libqdvorak.ts -TRANSLATIONS += ../../i18n/pt_BR/libqdvorak.ts -TRANSLATIONS += ../../i18n/sl/libqdvorak.ts -TRANSLATIONS += ../../i18n/zh_CN/libqdvorak.ts -TRANSLATIONS += ../../i18n/zh_TW/libqdvorak.ts - +TRANSLATIONS = ../../i18n/de/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 a8bcda7..b4a742d 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro @@ -30,20 +30,17 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 - - -TRANSLATIONS = ../../i18n/de/libqhandwriting.ts -TRANSLATIONS += ../../i18n/en/libqhandwriting.ts -TRANSLATIONS += ../../i18n/es/libqhandwriting.ts -TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts -TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts -TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts -TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts -TRANSLATIONS += ../../i18n/no/libqhandwriting.ts -TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts -TRANSLATIONS += ../../i18n/pt/libqhandwriting.ts -TRANSLATIONS += ../../i18n/pt_BR/libqhandwriting.ts -TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts -TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts -TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts - +TRANSLATIONS = ../../i18n/de/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 101ae49..d8d123c 100644 --- a/inputmethods/jumpx/jumpx.pro +++ b/inputmethods/jumpx/jumpx.pro @@ -11,19 +11,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 - -TRANSLATIONS = ../../i18n/de/libqjumpx.ts -TRANSLATIONS += ../../i18n/en/libqjumpx.ts -TRANSLATIONS += ../../i18n/es/libqjumpx.ts -TRANSLATIONS += ../../i18n/fr/libqjumpx.ts -TRANSLATIONS += ../../i18n/hu/libqjumpx.ts -TRANSLATIONS += ../../i18n/ja/libqjumpx.ts -TRANSLATIONS += ../../i18n/ko/libqjumpx.ts -TRANSLATIONS += ../../i18n/no/libqjumpx.ts -TRANSLATIONS += ../../i18n/pl/libqjumpx.ts -TRANSLATIONS += ../../i18n/pt/libqjumpx.ts -TRANSLATIONS += ../../i18n/pt_BR/libqjumpx.ts -TRANSLATIONS += ../../i18n/sl/libqjumpx.ts -TRANSLATIONS += ../../i18n/zh_CN/libqjumpx.ts -TRANSLATIONS += ../../i18n/zh_TW/libqjumpx.ts - +TRANSLATIONS = ../../i18n/de/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 fbdf5ed..105316f 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro @@ -15,20 +15,17 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 - - -TRANSLATIONS = ../../i18n/de/libqkeyboard.ts -TRANSLATIONS += ../../i18n/en/libqkeyboard.ts -TRANSLATIONS += ../../i18n/es/libqkeyboard.ts -TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts -TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts -TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts -TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts -TRANSLATIONS += ../../i18n/no/libqkeyboard.ts -TRANSLATIONS += ../../i18n/pl/libqkeyboard.ts -TRANSLATIONS += ../../i18n/pt/libqkeyboard.ts -TRANSLATIONS += ../../i18n/pt_BR/libqkeyboard.ts -TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts -TRANSLATIONS += ../../i18n/zh_CN/libqkeyboard.ts -TRANSLATIONS += ../../i18n/zh_TW/libqkeyboard.ts - +TRANSLATIONS = ../../i18n/de/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 d86a0e5..23faa9c 100644 --- a/inputmethods/kjumpx/kjumpx.pro +++ b/inputmethods/kjumpx/kjumpx.pro @@ -11,19 +11,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 - -TRANSLATIONS = ../../i18n/de/libqkjumpx.ts -TRANSLATIONS += ../../i18n/en/libqkjumpx.ts -TRANSLATIONS += ../../i18n/es/libqkjumpx.ts -TRANSLATIONS += ../../i18n/fr/libqkjumpx.ts -TRANSLATIONS += ../../i18n/hu/libqkjumpx.ts -TRANSLATIONS += ../../i18n/ja/libqkjumpx.ts -TRANSLATIONS += ../../i18n/ko/libqkjumpx.ts -TRANSLATIONS += ../../i18n/no/libqkjumpx.ts -TRANSLATIONS += ../../i18n/pl/libqkjumpx.ts -TRANSLATIONS += ../../i18n/pt/libqkjumpx.ts -TRANSLATIONS += ../../i18n/pt_BR/libqkjumpx.ts -TRANSLATIONS += ../../i18n/sl/libqkjumpx.ts -TRANSLATIONS += ../../i18n/zh_CN/libqkjumpx.ts -TRANSLATIONS += ../../i18n/zh_TW/libqkjumpx.ts - +TRANSLATIONS = ../../i18n/de/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/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 6e0ac4d..3ede6b5 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro @@ -9,20 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 - - -TRANSLATIONS = ../../i18n/de/libqpickboard.ts -TRANSLATIONS += ../../i18n/en/libqpickboard.ts -TRANSLATIONS += ../../i18n/es/libqpickboard.ts -TRANSLATIONS += ../../i18n/fr/libqpickboard.ts -TRANSLATIONS += ../../i18n/hu/libqpickboard.ts -TRANSLATIONS += ../../i18n/ja/libqpickboard.ts -TRANSLATIONS += ../../i18n/ko/libqpickboard.ts -TRANSLATIONS += ../../i18n/no/libqpickboard.ts -TRANSLATIONS += ../../i18n/pl/libqpickboard.ts -TRANSLATIONS += ../../i18n/pt/libqpickboard.ts -TRANSLATIONS += ../../i18n/pt_BR/libqpickboard.ts -TRANSLATIONS += ../../i18n/sl/libqpickboard.ts -TRANSLATIONS += ../../i18n/zh_CN/libqpickboard.ts -TRANSLATIONS += ../../i18n/zh_TW/libqpickboard.ts - +TRANSLATIONS = ../../i18n/de/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 140d377..5427af4 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro @@ -9,20 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 - - -TRANSLATIONS = ../../i18n/de/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/es/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/pl/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/pt/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/pt_BR/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts -TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts - +TRANSLATIONS = ../../i18n/de/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 d1cbe3e..1596c9a 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro @@ -6,3 +6,18 @@ TARGET = opie INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(QTDIR)/lib$(PROJMAK) #VERSION = 1.0.0 + +TRANSLATIONS = ../i18n/de/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 diff --git a/library/library.pro b/library/library.pro index a05ee7e..cb4714a 100644 --- a/library/library.pro +++ b/library/library.pro @@ -56,7 +56,6 @@ HEADERS = calendar.h \ findwidget_p.h \ finddialog.h \ lnkproperties.h - SOURCES = calendar.cpp \ global.cpp \ xmlreader.cpp \ @@ -112,32 +111,28 @@ SOURCES = calendar.cpp \ findwidget_p.cpp \ finddialog.cpp \ lnkproperties.cpp - # Qt 3 compatibility qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h qt2: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 -TRANSLATIONS += ../i18n/es/libqpe.ts -TRANSLATIONS += ../i18n/pt/libqpe.ts -TRANSLATIONS += ../i18n/pt_BR/libqpe.ts -TRANSLATIONS += ../i18n/en/libqpe.ts -TRANSLATIONS += ../i18n/sl/libqpe.ts -TRANSLATIONS += ../i18n/hu/libqpe.ts -TRANSLATIONS += ../i18n/ja/libqpe.ts -TRANSLATIONS += ../i18n/ko/libqpe.ts -TRANSLATIONS += ../i18n/pl/libqpe.ts -TRANSLATIONS += ../i18n/fr/libqpe.ts -TRANSLATIONS += ../i18n/no/libqpe.ts -TRANSLATIONS += ../i18n/zh_CN/libqpe.ts -TRANSLATIONS += ../i18n/zh_TW/libqpe.ts +TRANSLATIONS = ../i18n/de/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/zh_TW/libqpe.ts diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index a1ff9cb..e99ab12 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro @@ -9,20 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/bin LIBS += -lqpe -lopie - - -TRANSLATIONS = ../../../i18n/de/advancedfm.ts -TRANSLATIONS += ../../../i18n/en/advancedfm.ts -TRANSLATIONS += ../../../i18n/es/advancedfm.ts -TRANSLATIONS += ../../../i18n/fr/advancedfm.ts -TRANSLATIONS += ../../../i18n/hu/advancedfm.ts -TRANSLATIONS += ../../../i18n/ja/advancedfm.ts -TRANSLATIONS += ../../../i18n/ko/advancedfm.ts -TRANSLATIONS += ../../../i18n/no/advancedfm.ts -TRANSLATIONS += ../../../i18n/pl/advancedfm.ts -TRANSLATIONS += ../../../i18n/pt/advancedfm.ts -TRANSLATIONS += ../../../i18n/pt_BR/advancedfm.ts -TRANSLATIONS += ../../../i18n/sl/advancedfm.ts -TRANSLATIONS += ../../../i18n/zh_CN/advancedfm.ts -TRANSLATIONS += ../../../i18n/zh_TW/advancedfm.ts - +TRANSLATIONS = ../../../i18n/de/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/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 71beb2d..687bd31 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro @@ -1,32 +1,25 @@ 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 -TRANSLATIONS += ../../../i18n/en/dictionary.ts -TRANSLATIONS += ../../../i18n/es/dictionary.ts -TRANSLATIONS += ../../../i18n/fr/dictionary.ts -TRANSLATIONS += ../../../i18n/hu/dictionary.ts -TRANSLATIONS += ../../../i18n/ja/dictionary.ts -TRANSLATIONS += ../../../i18n/ko/dictionary.ts -TRANSLATIONS += ../../../i18n/no/dictionary.ts -TRANSLATIONS += ../../../i18n/pl/dictionary.ts -TRANSLATIONS += ../../../i18n/pt/dictionary.ts -TRANSLATIONS += ../../../i18n/pt_BR/dictionary.ts -TRANSLATIONS += ../../../i18n/sl/dictionary.ts -TRANSLATIONS += ../../../i18n/zh_CN/dictionary.ts -TRANSLATIONS += ../../../i18n/zh_TW/dictionary.ts - +TRANSLATIONS = ../../../i18n/de/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/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 126708a..d40e9fa 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro @@ -35,20 +35,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/tableviewer.ts -TRANSLATIONS += ../../../i18n/en/tableviewer.ts -TRANSLATIONS += ../../../i18n/es/tableviewer.ts -TRANSLATIONS += ../../../i18n/fr/tableviewer.ts -TRANSLATIONS += ../../../i18n/hu/tableviewer.ts -TRANSLATIONS += ../../../i18n/ja/tableviewer.ts -TRANSLATIONS += ../../../i18n/ko/tableviewer.ts -TRANSLATIONS += ../../../i18n/no/tableviewer.ts -TRANSLATIONS += ../../../i18n/pl/tableviewer.ts -TRANSLATIONS += ../../../i18n/pt/tableviewer.ts -TRANSLATIONS += ../../../i18n/pt_BR/tableviewer.ts -TRANSLATIONS += ../../../i18n/sl/tableviewer.ts -TRANSLATIONS += ../../../i18n/zh_CN/tableviewer.ts -TRANSLATIONS += ../../../i18n/zh_TW/tableviewer.ts - +TRANSLATIONS = ../../../i18n/de/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 ff92090..1b392af 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro @@ -1,8 +1,6 @@ TEMPLATE = app - CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin - HEADERS = d3des.h \ krfbbuffer.h \ krfbcanvas.h \ @@ -16,7 +14,6 @@ HEADERS = d3des.h \ kvncoptionsdlg.h \ version.h \ vncauth.h - SOURCES = d3des.c \ vncauth.c \ krfbbuffer.cpp \ @@ -31,25 +28,21 @@ SOURCES = d3des.c \ main.cpp INTERFACES = vncoptionsbase.ui TARGET = keypebble - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/keypebble.ts -TRANSLATIONS += ../../../i18n/en/keypebble.ts -TRANSLATIONS += ../../../i18n/es/keypebble.ts -TRANSLATIONS += ../../../i18n/fr/keypebble.ts -TRANSLATIONS += ../../../i18n/hu/keypebble.ts -TRANSLATIONS += ../../../i18n/ja/keypebble.ts -TRANSLATIONS += ../../../i18n/ko/keypebble.ts -TRANSLATIONS += ../../../i18n/no/keypebble.ts -TRANSLATIONS += ../../../i18n/pl/keypebble.ts -TRANSLATIONS += ../../../i18n/pt/keypebble.ts -TRANSLATIONS += ../../../i18n/pt_BR/keypebble.ts -TRANSLATIONS += ../../../i18n/sl/keypebble.ts -TRANSLATIONS += ../../../i18n/zh_CN/keypebble.ts -TRANSLATIONS += ../../../i18n/zh_TW/keypebble.ts - +TRANSLATIONS = ../../../i18n/de/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/games/chess/chess.pro b/noncore/games/chess/chess.pro index 1307b66..dd0f889 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro @@ -13,20 +13,17 @@ DBFILE = chess.db LANGUAGE = C++ CPP_ALWAYS_CREATE_SOURCE = TRUE - - -TRANSLATIONS = ../../../i18n/de/chess.ts -TRANSLATIONS += ../../../i18n/en/chess.ts -TRANSLATIONS += ../../../i18n/es/chess.ts -TRANSLATIONS += ../../../i18n/fr/chess.ts -TRANSLATIONS += ../../../i18n/hu/chess.ts -TRANSLATIONS += ../../../i18n/ja/chess.ts -TRANSLATIONS += ../../../i18n/ko/chess.ts -TRANSLATIONS += ../../../i18n/no/chess.ts -TRANSLATIONS += ../../../i18n/pl/chess.ts -TRANSLATIONS += ../../../i18n/pt/chess.ts -TRANSLATIONS += ../../../i18n/pt_BR/chess.ts -TRANSLATIONS += ../../../i18n/sl/chess.ts -TRANSLATIONS += ../../../i18n/zh_CN/chess.ts -TRANSLATIONS += ../../../i18n/zh_TW/chess.ts - +TRANSLATIONS = ../../../i18n/de/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 7657823..a8af31a 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro @@ -9,20 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = fifteen - - -TRANSLATIONS = ../../../i18n/de/fifteen.ts -TRANSLATIONS += ../../../i18n/en/fifteen.ts -TRANSLATIONS += ../../../i18n/es/fifteen.ts -TRANSLATIONS += ../../../i18n/fr/fifteen.ts -TRANSLATIONS += ../../../i18n/hu/fifteen.ts -TRANSLATIONS += ../../../i18n/ja/fifteen.ts -TRANSLATIONS += ../../../i18n/ko/fifteen.ts -TRANSLATIONS += ../../../i18n/no/fifteen.ts -TRANSLATIONS += ../../../i18n/pl/fifteen.ts -TRANSLATIONS += ../../../i18n/pt/fifteen.ts -TRANSLATIONS += ../../../i18n/pt_BR/fifteen.ts -TRANSLATIONS += ../../../i18n/sl/fifteen.ts -TRANSLATIONS += ../../../i18n/zh_CN/fifteen.ts -TRANSLATIONS += ../../../i18n/zh_TW/fifteen.ts - +TRANSLATIONS = ../../../i18n/de/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 76cc4f2..11f2098 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro @@ -16,20 +16,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = go - - -TRANSLATIONS = ../../../i18n/de/go.ts -TRANSLATIONS += ../../../i18n/en/go.ts -TRANSLATIONS += ../../../i18n/es/go.ts -TRANSLATIONS += ../../../i18n/fr/go.ts -TRANSLATIONS += ../../../i18n/hu/go.ts -TRANSLATIONS += ../../../i18n/ja/go.ts -TRANSLATIONS += ../../../i18n/ko/go.ts -TRANSLATIONS += ../../../i18n/no/go.ts -TRANSLATIONS += ../../../i18n/pl/go.ts -TRANSLATIONS += ../../../i18n/pt/go.ts -TRANSLATIONS += ../../../i18n/pt_BR/go.ts -TRANSLATIONS += ../../../i18n/sl/go.ts -TRANSLATIONS += ../../../i18n/zh_CN/go.ts -TRANSLATIONS += ../../../i18n/zh_TW/go.ts - +TRANSLATIONS = ../../../i18n/de/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 a4ea7da..e0f6d1c 100644 --- a/noncore/games/kbill/kbill.pro +++ b/noncore/games/kbill/kbill.pro @@ -13,19 +13,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin - -TRANSLATIONS = ../../../i18n/de/kbill.ts -TRANSLATIONS += ../../../i18n/en/kbill.ts -TRANSLATIONS += ../../../i18n/es/kbill.ts -TRANSLATIONS += ../../../i18n/fr/kbill.ts -TRANSLATIONS += ../../../i18n/hu/kbill.ts -TRANSLATIONS += ../../../i18n/ja/kbill.ts -TRANSLATIONS += ../../../i18n/ko/kbill.ts -TRANSLATIONS += ../../../i18n/no/kbill.ts -TRANSLATIONS += ../../../i18n/pl/kbill.ts -TRANSLATIONS += ../../../i18n/pt/kbill.ts -TRANSLATIONS += ../../../i18n/pt_BR/kbill.ts -TRANSLATIONS += ../../../i18n/sl/kbill.ts -TRANSLATIONS += ../../../i18n/zh_CN/kbill.ts -TRANSLATIONS += ../../../i18n/zh_TW/kbill.ts - +TRANSLATIONS = ../../../i18n/de/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 1801979..9358e99 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro @@ -17,20 +17,17 @@ LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TARGET = kcheckers - - -TRANSLATIONS = ../../../i18n/de/kcheckers.ts -TRANSLATIONS += ../../../i18n/en/kcheckers.ts -TRANSLATIONS += ../../../i18n/es/kcheckers.ts -TRANSLATIONS += ../../../i18n/fr/kcheckers.ts -TRANSLATIONS += ../../../i18n/hu/kcheckers.ts -TRANSLATIONS += ../../../i18n/ja/kcheckers.ts -TRANSLATIONS += ../../../i18n/ko/kcheckers.ts -TRANSLATIONS += ../../../i18n/no/kcheckers.ts -TRANSLATIONS += ../../../i18n/pl/kcheckers.ts -TRANSLATIONS += ../../../i18n/pt/kcheckers.ts -TRANSLATIONS += ../../../i18n/pt_BR/kcheckers.ts -TRANSLATIONS += ../../../i18n/sl/kcheckers.ts -TRANSLATIONS += ../../../i18n/zh_CN/kcheckers.ts -TRANSLATIONS += ../../../i18n/zh_TW/kcheckers.ts - +TRANSLATIONS = ../../../i18n/de/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 3ce09ab..7f3c7f4 100644 --- a/noncore/games/kpacman/kpacman.pro +++ b/noncore/games/kpacman/kpacman.pro @@ -34,26 +34,23 @@ SOURCES = kpacmanwidget.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 -TRANSLATIONS += ../../../i18n/en/kpacman.ts -TRANSLATIONS += ../../../i18n/es/kpacman.ts -TRANSLATIONS += ../../../i18n/fr/kpacman.ts -TRANSLATIONS += ../../../i18n/hu/kpacman.ts -TRANSLATIONS += ../../../i18n/ja/kpacman.ts -TRANSLATIONS += ../../../i18n/ko/kpacman.ts -TRANSLATIONS += ../../../i18n/no/kpacman.ts -TRANSLATIONS += ../../../i18n/pl/kpacman.ts -TRANSLATIONS += ../../../i18n/pt/kpacman.ts -TRANSLATIONS += ../../../i18n/pt_BR/kpacman.ts -TRANSLATIONS += ../../../i18n/sl/kpacman.ts -TRANSLATIONS += ../../../i18n/zh_CN/kpacman.ts -TRANSLATIONS += ../../../i18n/zh_TW/kpacman.ts - +TRANSLATIONS = ../../../i18n/de/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 1173cd2..60aa660 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro @@ -9,20 +9,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/mindbreaker.ts -TRANSLATIONS += ../../../i18n/en/mindbreaker.ts -TRANSLATIONS += ../../../i18n/es/mindbreaker.ts -TRANSLATIONS += ../../../i18n/fr/mindbreaker.ts -TRANSLATIONS += ../../../i18n/hu/mindbreaker.ts -TRANSLATIONS += ../../../i18n/ja/mindbreaker.ts -TRANSLATIONS += ../../../i18n/ko/mindbreaker.ts -TRANSLATIONS += ../../../i18n/no/mindbreaker.ts -TRANSLATIONS += ../../../i18n/pl/mindbreaker.ts -TRANSLATIONS += ../../../i18n/pt/mindbreaker.ts -TRANSLATIONS += ../../../i18n/pt_BR/mindbreaker.ts -TRANSLATIONS += ../../../i18n/sl/mindbreaker.ts -TRANSLATIONS += ../../../i18n/zh_CN/mindbreaker.ts -TRANSLATIONS += ../../../i18n/zh_TW/mindbreaker.ts - +TRANSLATIONS = ../../../i18n/de/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 8453a74..05b1ab4 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro @@ -11,20 +11,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = - - -TRANSLATIONS = ../../../i18n/de/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/en/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/es/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/fr/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/hu/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/ja/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/ko/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/no/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/pl/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/pt/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/pt_BR/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/sl/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/zh_CN/minesweep.pro.in.ts -TRANSLATIONS += ../../../i18n/zh_TW/minesweep.pro.in.ts - +TRANSLATIONS = ../../../i18n/de/minesweep.pro.in.ts \ + ../../../i18n/en/minesweep.pro.in.ts \ + ../../../i18n/es/minesweep.pro.in.ts \ + ../../../i18n/fr/minesweep.pro.in.ts \ + ../../../i18n/hu/minesweep.pro.in.ts \ + ../../../i18n/ja/minesweep.pro.in.ts \ + ../../../i18n/ko/minesweep.pro.in.ts \ + ../../../i18n/no/minesweep.pro.in.ts \ + ../../../i18n/pl/minesweep.pro.in.ts \ + ../../../i18n/pt/minesweep.pro.in.ts \ + ../../../i18n/pt_BR/minesweep.pro.in.ts \ + ../../../i18n/sl/minesweep.pro.in.ts \ + ../../../i18n/zh_CN/minesweep.pro.in.ts \ + ../../../i18n/zh_TW/minesweep.pro.in.ts diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index 5977024..b601ae1 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro @@ -8,20 +8,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/parashoot.ts -TRANSLATIONS += ../../../i18n/en/parashoot.ts -TRANSLATIONS += ../../../i18n/es/parashoot.ts -TRANSLATIONS += ../../../i18n/fr/parashoot.ts -TRANSLATIONS += ../../../i18n/hu/parashoot.ts -TRANSLATIONS += ../../../i18n/ja/parashoot.ts -TRANSLATIONS += ../../../i18n/ko/parashoot.ts -TRANSLATIONS += ../../../i18n/no/parashoot.ts -TRANSLATIONS += ../../../i18n/pl/parashoot.ts -TRANSLATIONS += ../../../i18n/pt/parashoot.ts -TRANSLATIONS += ../../../i18n/pt_BR/parashoot.ts -TRANSLATIONS += ../../../i18n/sl/parashoot.ts -TRANSLATIONS += ../../../i18n/zh_CN/parashoot.ts -TRANSLATIONS += ../../../i18n/zh_TW/parashoot.ts - +TRANSLATIONS = ../../../i18n/de/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 5876f8b..f7c05be 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro @@ -8,20 +8,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/qasteroids.ts -TRANSLATIONS += ../../../i18n/en/qasteroids.ts -TRANSLATIONS += ../../../i18n/es/qasteroids.ts -TRANSLATIONS += ../../../i18n/fr/qasteroids.ts -TRANSLATIONS += ../../../i18n/hu/qasteroids.ts -TRANSLATIONS += ../../../i18n/ja/qasteroids.ts -TRANSLATIONS += ../../../i18n/ko/qasteroids.ts -TRANSLATIONS += ../../../i18n/no/qasteroids.ts -TRANSLATIONS += ../../../i18n/pl/qasteroids.ts -TRANSLATIONS += ../../../i18n/pt/qasteroids.ts -TRANSLATIONS += ../../../i18n/pt_BR/qasteroids.ts -TRANSLATIONS += ../../../i18n/sl/qasteroids.ts -TRANSLATIONS += ../../../i18n/zh_CN/qasteroids.ts -TRANSLATIONS += ../../../i18n/zh_TW/qasteroids.ts - +TRANSLATIONS = ../../../i18n/de/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 8fbf15c..0c4ba67 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro @@ -8,20 +8,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/snake.ts -TRANSLATIONS += ../../../i18n/en/snake.ts -TRANSLATIONS += ../../../i18n/es/snake.ts -TRANSLATIONS += ../../../i18n/fr/snake.ts -TRANSLATIONS += ../../../i18n/hu/snake.ts -TRANSLATIONS += ../../../i18n/ja/snake.ts -TRANSLATIONS += ../../../i18n/ko/snake.ts -TRANSLATIONS += ../../../i18n/no/snake.ts -TRANSLATIONS += ../../../i18n/pl/snake.ts -TRANSLATIONS += ../../../i18n/pt/snake.ts -TRANSLATIONS += ../../../i18n/pt_BR/snake.ts -TRANSLATIONS += ../../../i18n/sl/snake.ts -TRANSLATIONS += ../../../i18n/zh_CN/snake.ts -TRANSLATIONS += ../../../i18n/zh_TW/snake.ts - +TRANSLATIONS = ../../../i18n/de/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 4919dbf..01d87ed 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -1,34 +1,25 @@ 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 patiencecardgame.h canvascardwindow.h - SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp - TARGET = patience - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - REQUIRES = patience - - -TRANSLATIONS = ../../../i18n/de/patience.ts -TRANSLATIONS += ../../../i18n/en/patience.ts -TRANSLATIONS += ../../../i18n/es/patience.ts -TRANSLATIONS += ../../../i18n/fr/patience.ts -TRANSLATIONS += ../../../i18n/hu/patience.ts -TRANSLATIONS += ../../../i18n/ja/patience.ts -TRANSLATIONS += ../../../i18n/ko/patience.ts -TRANSLATIONS += ../../../i18n/no/patience.ts -TRANSLATIONS += ../../../i18n/pl/patience.ts -TRANSLATIONS += ../../../i18n/pt/patience.ts -TRANSLATIONS += ../../../i18n/pt_BR/patience.ts -TRANSLATIONS += ../../../i18n/sl/patience.ts -TRANSLATIONS += ../../../i18n/zh_CN/patience.ts -TRANSLATIONS += ../../../i18n/zh_TW/patience.ts - +TRANSLATIONS = ../../../i18n/de/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 diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 4928ff7..064f5ce 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro @@ -16,20 +16,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = - - -TRANSLATIONS = ../../../i18n/de/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/en/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/es/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/fr/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/hu/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/ja/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/ko/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/no/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/pl/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/pt/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/pt_BR/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/sl/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/zh_CN/tetrix.pro.in.ts -TRANSLATIONS += ../../../i18n/zh_TW/tetrix.pro.in.ts - +TRANSLATIONS = ../../../i18n/de/tetrix.pro.in.ts \ + ../../../i18n/en/tetrix.pro.in.ts \ + ../../../i18n/es/tetrix.pro.in.ts \ + ../../../i18n/fr/tetrix.pro.in.ts \ + ../../../i18n/hu/tetrix.pro.in.ts \ + ../../../i18n/ja/tetrix.pro.in.ts \ + ../../../i18n/ko/tetrix.pro.in.ts \ + ../../../i18n/no/tetrix.pro.in.ts \ + ../../../i18n/pl/tetrix.pro.in.ts \ + ../../../i18n/pt/tetrix.pro.in.ts \ + ../../../i18n/pt_BR/tetrix.pro.in.ts \ + ../../../i18n/sl/tetrix.pro.in.ts \ + ../../../i18n/zh_CN/tetrix.pro.in.ts \ + ../../../i18n/zh_TW/tetrix.pro.in.ts diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index 071eefa..0807e83 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro @@ -10,20 +10,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin - - -TRANSLATIONS = ../../../i18n/de/tictac.ts -TRANSLATIONS += ../../../i18n/en/tictac.ts -TRANSLATIONS += ../../../i18n/es/tictac.ts -TRANSLATIONS += ../../../i18n/fr/tictac.ts -TRANSLATIONS += ../../../i18n/hu/tictac.ts -TRANSLATIONS += ../../../i18n/ja/tictac.ts -TRANSLATIONS += ../../../i18n/ko/tictac.ts -TRANSLATIONS += ../../../i18n/no/tictac.ts -TRANSLATIONS += ../../../i18n/pl/tictac.ts -TRANSLATIONS += ../../../i18n/pt/tictac.ts -TRANSLATIONS += ../../../i18n/pt_BR/tictac.ts -TRANSLATIONS += ../../../i18n/sl/tictac.ts -TRANSLATIONS += ../../../i18n/zh_CN/tictac.ts -TRANSLATIONS += ../../../i18n/zh_TW/tictac.ts - +TRANSLATIONS = ../../../i18n/de/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 495f6d2..6c3398a 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro @@ -10,20 +10,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/wordgame.ts -TRANSLATIONS += ../../../i18n/en/wordgame.ts -TRANSLATIONS += ../../../i18n/es/wordgame.ts -TRANSLATIONS += ../../../i18n/fr/wordgame.ts -TRANSLATIONS += ../../../i18n/hu/wordgame.ts -TRANSLATIONS += ../../../i18n/ja/wordgame.ts -TRANSLATIONS += ../../../i18n/ko/wordgame.ts -TRANSLATIONS += ../../../i18n/no/wordgame.ts -TRANSLATIONS += ../../../i18n/pl/wordgame.ts -TRANSLATIONS += ../../../i18n/pt/wordgame.ts -TRANSLATIONS += ../../../i18n/pt_BR/wordgame.ts -TRANSLATIONS += ../../../i18n/sl/wordgame.ts -TRANSLATIONS += ../../../i18n/zh_CN/wordgame.ts -TRANSLATIONS += ../../../i18n/zh_TW/wordgame.ts - +TRANSLATIONS = ../../../i18n/de/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 6d7c326..dd33a6b 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro @@ -45,20 +45,17 @@ LIBS += -lqpe -lopie DESTDIR = $(OPIEDIR)/bin TARGET = drawpad - - -TRANSLATIONS = ../../../i18n/de/drawpad.ts -TRANSLATIONS += ../../../i18n/en/drawpad.ts -TRANSLATIONS += ../../../i18n/es/drawpad.ts -TRANSLATIONS += ../../../i18n/fr/drawpad.ts -TRANSLATIONS += ../../../i18n/hu/drawpad.ts -TRANSLATIONS += ../../../i18n/ja/drawpad.ts -TRANSLATIONS += ../../../i18n/ko/drawpad.ts -TRANSLATIONS += ../../../i18n/no/drawpad.ts -TRANSLATIONS += ../../../i18n/pl/drawpad.ts -TRANSLATIONS += ../../../i18n/pt/drawpad.ts -TRANSLATIONS += ../../../i18n/pt_BR/drawpad.ts -TRANSLATIONS += ../../../i18n/sl/drawpad.ts -TRANSLATIONS += ../../../i18n/zh_CN/drawpad.ts -TRANSLATIONS += ../../../i18n/zh_TW/drawpad.ts - +TRANSLATIONS = ../../../i18n/de/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/zh_TW/drawpad.ts diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index 78ee67c..f877bcc 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro @@ -1,35 +1,26 @@ TEMPLATE = app - CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin - HEADERS = showimg.h - SOURCES = main.cpp \ showimg.cpp - TARGET = showimg - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - REQUIRES = showimg - - -TRANSLATIONS = ../../../i18n/de/showimg.ts -TRANSLATIONS += ../../../i18n/en/showimg.ts -TRANSLATIONS += ../../../i18n/es/showimg.ts -TRANSLATIONS += ../../../i18n/fr/showimg.ts -TRANSLATIONS += ../../../i18n/hu/showimg.ts -TRANSLATIONS += ../../../i18n/ja/showimg.ts -TRANSLATIONS += ../../../i18n/ko/showimg.ts -TRANSLATIONS += ../../../i18n/no/showimg.ts -TRANSLATIONS += ../../../i18n/pl/showimg.ts -TRANSLATIONS += ../../../i18n/pt/showimg.ts -TRANSLATIONS += ../../../i18n/pt_BR/showimg.ts -TRANSLATIONS += ../../../i18n/sl/showimg.ts -TRANSLATIONS += ../../../i18n/zh_CN/showimg.ts -TRANSLATIONS += ../../../i18n/zh_TW/showimg.ts - +TRANSLATIONS = ../../../i18n/de/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 diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index 3b6d3ea..a56aed1 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro @@ -9,20 +9,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/opieftp.ts -TRANSLATIONS += ../../../i18n/en/opieftp.ts -TRANSLATIONS += ../../../i18n/es/opieftp.ts -TRANSLATIONS += ../../../i18n/fr/opieftp.ts -TRANSLATIONS += ../../../i18n/hu/opieftp.ts -TRANSLATIONS += ../../../i18n/ja/opieftp.ts -TRANSLATIONS += ../../../i18n/ko/opieftp.ts -TRANSLATIONS += ../../../i18n/no/opieftp.ts -TRANSLATIONS += ../../../i18n/pl/opieftp.ts -TRANSLATIONS += ../../../i18n/pt/opieftp.ts -TRANSLATIONS += ../../../i18n/pt_BR/opieftp.ts -TRANSLATIONS += ../../../i18n/sl/opieftp.ts -TRANSLATIONS += ../../../i18n/zh_CN/opieftp.ts -TRANSLATIONS += ../../../i18n/zh_TW/opieftp.ts - +TRANSLATIONS = ../../../i18n/de/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 e0a93dc..229d673 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro @@ -10,20 +10,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopietooth VERSION = 0.0.3 - - -TRANSLATIONS = ../../../../i18n/de/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/en/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/es/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/fr/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/hu/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/ja/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/ko/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/no/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/pl/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/pt/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/pt_BR/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/sl/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/zh_CN/libbluetoothapplet.ts -TRANSLATIONS += ../../../../i18n/zh_TW/libbluetoothapplet.ts - +TRANSLATIONS = ../../../../i18n/de/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 2ddb014..1444bb6 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro @@ -11,20 +11,17 @@ INTERFACES = pindlgbase.ui DESTDIR = $(OPIEDIR)/bin TARGET = bluepin - - -TRANSLATIONS = ../../../../i18n/de/bluepin.ts -TRANSLATIONS += ../../../../i18n/en/bluepin.ts -TRANSLATIONS += ../../../../i18n/es/bluepin.ts -TRANSLATIONS += ../../../../i18n/fr/bluepin.ts -TRANSLATIONS += ../../../../i18n/hu/bluepin.ts -TRANSLATIONS += ../../../../i18n/ja/bluepin.ts -TRANSLATIONS += ../../../../i18n/ko/bluepin.ts -TRANSLATIONS += ../../../../i18n/no/bluepin.ts -TRANSLATIONS += ../../../../i18n/pl/bluepin.ts -TRANSLATIONS += ../../../../i18n/pt/bluepin.ts -TRANSLATIONS += ../../../../i18n/pt_BR/bluepin.ts -TRANSLATIONS += ../../../../i18n/sl/bluepin.ts -TRANSLATIONS += ../../../../i18n/zh_CN/bluepin.ts -TRANSLATIONS += ../../../../i18n/zh_TW/bluepin.ts - +TRANSLATIONS = ../../../../i18n/de/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 eec7e43..ecf2e6c 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro @@ -8,19 +8,17 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK) LIBS += -lopie #VERSION = 0.0.0 - -TRANSLATIONS = ../../../../i18n/de/libopietooth.ts -TRANSLATIONS += ../../../../i18n/en/libopietooth.ts -TRANSLATIONS += ../../../../i18n/es/libopietooth.ts -TRANSLATIONS += ../../../../i18n/fr/libopietooth.ts -TRANSLATIONS += ../../../../i18n/hu/libopietooth.ts -TRANSLATIONS += ../../../../i18n/ja/libopietooth.ts -TRANSLATIONS += ../../../../i18n/ko/libopietooth.ts -TRANSLATIONS += ../../../../i18n/no/libopietooth.ts -TRANSLATIONS += ../../../../i18n/pl/libopietooth.ts -TRANSLATIONS += ../../../../i18n/pt/libopietooth.ts -TRANSLATIONS += ../../../../i18n/pt_BR/libopietooth.ts -TRANSLATIONS += ../../../../i18n/sl/libopietooth.ts -TRANSLATIONS += ../../../../i18n/zh_CN/libopietooth.ts -TRANSLATIONS += ../../../../i18n/zh_TW/libopietooth.ts - +TRANSLATIONS = ../../../../i18n/de/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 1f7ec55..39ddcaf 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro @@ -11,20 +11,17 @@ INTERFACES = bluetoothbase.ui devicedialog.ui DESTDIR = $(OPIEDIR)/bin TARGET = bluetooth-manager - - -TRANSLATIONS = ../../../../i18n/de/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/en/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/es/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/fr/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/hu/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/ja/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/ko/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/no/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/pl/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/pt/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/pt_BR/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/sl/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/zh_CN/bluetooth-manager.ts -TRANSLATIONS += ../../../../i18n/zh_TW/bluetooth-manager.ts - +TRANSLATIONS = ../../../../i18n/de/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/language/language.pro b/noncore/settings/language/language.pro index 0d2daba..11ef3a0 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro @@ -9,20 +9,17 @@ DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = language - - -TRANSLATIONS = ../../../i18n/de/language.ts -TRANSLATIONS += ../../../i18n/en/language.ts -TRANSLATIONS += ../../../i18n/es/language.ts -TRANSLATIONS += ../../../i18n/fr/language.ts -TRANSLATIONS += ../../../i18n/hu/language.ts -TRANSLATIONS += ../../../i18n/ja/language.ts -TRANSLATIONS += ../../../i18n/ko/language.ts -TRANSLATIONS += ../../../i18n/no/language.ts -TRANSLATIONS += ../../../i18n/pl/language.ts -TRANSLATIONS += ../../../i18n/pt/language.ts -TRANSLATIONS += ../../../i18n/pt_BR/language.ts -TRANSLATIONS += ../../../i18n/sl/language.ts -TRANSLATIONS += ../../../i18n/zh_CN/language.ts -TRANSLATIONS += ../../../i18n/zh_TW/language.ts - +TRANSLATIONS = ../../../i18n/de/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 diff --git a/noncore/settings/mediummount/mediummount.pro b/noncore/settings/mediummount/mediummount.pro index 667f8ed..df19711 100644 --- a/noncore/settings/mediummount/mediummount.pro +++ b/noncore/settings/mediummount/mediummount.pro @@ -9,19 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = mediummount - -TRANSLATIONS = ../../../i18n/de/mediummount.ts -TRANSLATIONS += ../../../i18n/en/mediummount.ts -TRANSLATIONS += ../../../i18n/es/mediummount.ts -TRANSLATIONS += ../../../i18n/fr/mediummount.ts -TRANSLATIONS += ../../../i18n/hu/mediummount.ts -TRANSLATIONS += ../../../i18n/ja/mediummount.ts -TRANSLATIONS += ../../../i18n/ko/mediummount.ts -TRANSLATIONS += ../../../i18n/no/mediummount.ts -TRANSLATIONS += ../../../i18n/pl/mediummount.ts -TRANSLATIONS += ../../../i18n/pt/mediummount.ts -TRANSLATIONS += ../../../i18n/pt_BR/mediummount.ts -TRANSLATIONS += ../../../i18n/sl/mediummount.ts -TRANSLATIONS += ../../../i18n/zh_CN/mediummount.ts -TRANSLATIONS += ../../../i18n/zh_TW/mediummount.ts - +TRANSLATIONS = ../../../i18n/de/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 56f54c4..026b8da 100644 --- a/noncore/settings/netsystemtime/netsystemtime.pro +++ b/noncore/settings/netsystemtime/netsystemtime.pro @@ -10,19 +10,17 @@ INTERFACES = ntpbase.ui DESTDIR = $(OPIEDIR)/bin TARGET = netsystemtime - -TRANSLATIONS = ../../../i18n/de/netsystemtime.ts -TRANSLATIONS += ../../../i18n/en/netsystemtime.ts -TRANSLATIONS += ../../../i18n/es/netsystemtime.ts -TRANSLATIONS += ../../../i18n/fr/netsystemtime.ts -TRANSLATIONS += ../../../i18n/hu/netsystemtime.ts -TRANSLATIONS += ../../../i18n/ja/netsystemtime.ts -TRANSLATIONS += ../../../i18n/ko/netsystemtime.ts -TRANSLATIONS += ../../../i18n/no//netsystemtime.ts -TRANSLATIONS += ../../../i18n/pl/netsystemtime.ts -TRANSLATIONS += ../../../i18n/pt/netsystemtime.ts -TRANSLATIONS += ../../../i18n/pt_BR/netsystemtime.ts -TRANSLATIONS += ../../../i18n/sl/netsystemtime.ts -TRANSLATIONS += ../../../i18n/zh_CN/netsystemtime.ts -TRANSLATIONS += ../../../i18n/zh_TW/netsystemtime.ts - +TRANSLATIONS = ../../../i18n/de/netsystemtime.ts \ + ../../../i18n/en/netsystemtime.ts \ + ../../../i18n/es/netsystemtime.ts \ + ../../../i18n/fr/netsystemtime.ts \ + ../../../i18n/hu/netsystemtime.ts \ + ../../../i18n/ja/netsystemtime.ts \ + ../../../i18n/ko/netsystemtime.ts \ + ../../../i18n/no/netsystemtime.ts \ + ../../../i18n/pl/netsystemtime.ts \ + ../../../i18n/pt/netsystemtime.ts \ + ../../../i18n/pt_BR/netsystemtime.ts \ + ../../../i18n/sl/netsystemtime.ts \ + ../../../i18n/zh_CN/netsystemtime.ts \ + ../../../i18n/zh_TW/netsystemtime.ts diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index c00a30d..a77ba28 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro @@ -9,20 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = sound - - -TRANSLATIONS = ../../../i18n/de/sound.ts -TRANSLATIONS += ../../../i18n/en/sound.ts -TRANSLATIONS += ../../../i18n/es/sound.ts -TRANSLATIONS += ../../../i18n/fr/sound.ts -TRANSLATIONS += ../../../i18n/hu/sound.ts -TRANSLATIONS += ../../../i18n/ja/sound.ts -TRANSLATIONS += ../../../i18n/ko/sound.ts -TRANSLATIONS += ../../../i18n/no/sound.ts -TRANSLATIONS += ../../../i18n/pl/sound.ts -TRANSLATIONS += ../../../i18n/pt/sound.ts -TRANSLATIONS += ../../../i18n/pt_BR/sound.ts -TRANSLATIONS += ../../../i18n/sl/sound.ts -TRANSLATIONS += ../../../i18n/zh_CN/sound.ts -TRANSLATIONS += ../../../i18n/zh_TW/sound.ts - +TRANSLATIONS = ../../../i18n/de/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/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 88a20bb..c317677 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro @@ -19,24 +19,22 @@ SOURCES = main.cpp \ versioninfo.cpp \ sysinfo.cpp INTERFACES = - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - TARGET = sysinfo -TRANSLATIONS = ../i18n/de/sysinfo.ts -TRANSLATIONS += ../i18n/pt/sysinfo.ts -TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts -TRANSLATIONS += ../i18n/en/sysinfo.ts -TRANSLATIONS += ../i18n/hu/sysinfo.ts -TRANSLATIONS += ../i18n/ja/sysinfo.ts -TRANSLATIONS += ../i18n/ko/sysinfo.ts -TRANSLATIONS += ../i18n/fr/sysinfo.ts -TRANSLATIONS += ../i18n/no/sysinfo.ts -TRANSLATIONS += ../i18n/pl/sysinfo.ts -TRANSLATIONS += ../i18n/sl/sysinfo.ts -TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts -TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts -TRANSLATIONS += ../i18n/es/sysinfo.ts +TRANSLATIONS = ../../../i18n/de/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 diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index 53f7621..999c8b4 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro @@ -10,19 +10,17 @@ LIBS += -lqpe TARGET = tabmanager DESTDIR = $(OPIEDIR)/bin - -TRANSLATIONS = ../../../i18n/de/tabmanager.ts -TRANSLATIONS += ../../../i18n/en/tabmanager.ts -TRANSLATIONS += ../../../i18n/es/tabmanager.ts -TRANSLATIONS += ../../../i18n/fr/tabmanager.ts -TRANSLATIONS += ../../../i18n/hu/tabmanager.ts -TRANSLATIONS += ../../../i18n/ja/tabmanager.ts -TRANSLATIONS += ../../../i18n/ko/tabmanager.ts -TRANSLATIONS += ../../../i18n/no/tabmanager.ts -TRANSLATIONS += ../../../i18n/pl/tabmanager.ts -TRANSLATIONS += ../../../i18n/pt/tabmanager.ts -TRANSLATIONS += ../../../i18n/pt_BR/tabmanager.ts -TRANSLATIONS += ../../../i18n/sl/tabmanager.ts -TRANSLATIONS += ../../../i18n/zh_CN/tabmanager.ts -TRANSLATIONS += ../../../i18n/zh_TW/tabmanager.ts - +TRANSLATIONS = ../../../i18n/de/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/styles/liquid/liquid.pro b/noncore/styles/liquid/liquid.pro index b5dc1bc..8689d3d 100644 --- a/noncore/styles/liquid/liquid.pro +++ b/noncore/styles/liquid/liquid.pro @@ -1,19 +1,28 @@ TEMPLATE = lib - CONFIG = qt embedded release warn_on - SOURCES = liquid.cpp \ effects.cpp \ plugin.cpp HEADERS = liquid.h \ effects.h - LIBS += -lqpe - INCLUDEPATH += $(OPIEDIR)/include - DESTDIR = $(OPIEDIR)/plugins/styles TARGET = liquid +VERSION = 1.0.0 -VERSION = 1.0.0 \ No newline at end of file +TRANSLATIONS = ../../../i18n/de/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 bfc235d..2abb8d8 100644 --- a/noncore/styles/metal/metal.pro +++ b/noncore/styles/metal/metal.pro @@ -8,4 +8,19 @@ INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/plugins/styles TARGET = metal #TARGET = liquid -VERSION = 1.0.0 \ No newline at end of file +VERSION = 1.0.0 + +TRANSLATIONS = ../../../i18n/de/libmetal liquid.ts \ + ../../../i18n/en/libmetal liquid.ts \ + ../../../i18n/es/libmetal liquid.ts \ + ../../../i18n/fr/libmetal liquid.ts \ + ../../../i18n/hu/libmetal liquid.ts \ + ../../../i18n/ja/libmetal liquid.ts \ + ../../../i18n/ko/libmetal liquid.ts \ + ../../../i18n/no/libmetal liquid.ts \ + ../../../i18n/pl/libmetal liquid.ts \ + ../../../i18n/pt/libmetal liquid.ts \ + ../../../i18n/pt_BR/libmetal liquid.ts \ + ../../../i18n/sl/libmetal liquid.ts \ + ../../../i18n/zh_CN/libmetal liquid.ts \ + ../../../i18n/zh_TW/libmetal liquid.ts diff --git a/noncore/tools/calc2/binary/binary.pro b/noncore/tools/calc2/binary/binary.pro index 1db454e..cf83612 100644 --- a/noncore/tools/calc2/binary/binary.pro +++ b/noncore/tools/calc2/binary/binary.pro @@ -1,33 +1,28 @@ TEMPLATE = lib CONFIG -= moc CONFIG += qt release - # Input INTERFACES += binary.ui HEADERS = binaryimpl.h \ binaryfactory.h SOURCES = binaryimpl.cpp \ binaryfactory.cpp - INCLUDEPATH += $(OPIEDIR)/include \ $(OPIEDIR)/calc2 DEPENDPATH += $(OPIEDIR)/include - DESTDIR = $(OPIEDIR)/plugins/calculator - -TRANSLATIONS = ../../../../i18n/de/lib.ts -TRANSLATIONS += ../../../../i18n/en/lib.ts -TRANSLATIONS += ../../../../i18n/es/lib.ts -TRANSLATIONS += ../../../../i18n/fr/lib.ts -TRANSLATIONS += ../../../../i18n/hu/lib.ts -TRANSLATIONS += ../../../../i18n/ja/lib.ts -TRANSLATIONS += ../../../../i18n/ko/lib.ts -TRANSLATIONS += ../../../../i18n/no/lib.ts -TRANSLATIONS += ../../../../i18n/pl/lib.ts -TRANSLATIONS += ../../../../i18n/pt/lib.ts -TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts -TRANSLATIONS += ../../../../i18n/sl/lib.ts -TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts -TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts - +TRANSLATIONS = ../../../../i18n/de/lib.ts \ + ../../../../i18n/en/lib.ts \ + ../../../../i18n/es/lib.ts \ + ../../../../i18n/fr/lib.ts \ + ../../../../i18n/hu/lib.ts \ + ../../../../i18n/ja/lib.ts \ + ../../../../i18n/ko/lib.ts \ + ../../../../i18n/no/lib.ts \ + ../../../../i18n/pl/lib.ts \ + ../../../../i18n/pt/lib.ts \ + ../../../../i18n/pt_BR/lib.ts \ + ../../../../i18n/sl/lib.ts \ + ../../../../i18n/zh_CN/lib.ts \ + ../../../../i18n/zh_TW/lib.ts diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 5167f4a..5b58b36 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro @@ -1,28 +1,23 @@ TEMPLATE = app CONFIG += qt release - # Input HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h SOURCES += calc.cpp main.cpp engine.cpp - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -Wl,-export-dynamic - - -TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/en/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/es/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/fr/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/hu/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/ja/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/ko/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/no/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/pl/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/pt/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/pt_BR/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/sl/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/zh_CN/calc.pro.in.ts -TRANSLATIONS += ../../../i18n/zh_TW/calc.pro.in.ts - +TRANSLATIONS = ../../../i18n/de/calc.pro.in.ts \ + ../../../i18n/en/calc.pro.in.ts \ + ../../../i18n/es/calc.pro.in.ts \ + ../../../i18n/fr/calc.pro.in.ts \ + ../../../i18n/hu/calc.pro.in.ts \ + ../../../i18n/ja/calc.pro.in.ts \ + ../../../i18n/ko/calc.pro.in.ts \ + ../../../i18n/no/calc.pro.in.ts \ + ../../../i18n/pl/calc.pro.in.ts \ + ../../../i18n/pt/calc.pro.in.ts \ + ../../../i18n/pt_BR/calc.pro.in.ts \ + ../../../i18n/sl/calc.pro.in.ts \ + ../../../i18n/zh_CN/calc.pro.in.ts \ + ../../../i18n/zh_TW/calc.pro.in.ts diff --git a/noncore/tools/calc2/simple/simple.pro b/noncore/tools/calc2/simple/simple.pro index b0c8546..148d307 100644 --- a/noncore/tools/calc2/simple/simple.pro +++ b/noncore/tools/calc2/simple/simple.pro @@ -1,31 +1,26 @@ TEMPLATE = lib CONFIG -= moc CONFIG += qt release - # Input INTERFACES += simple.ui HEADERS = simpleimpl.h simplefactory.h stdinstructions.h SOURCES = simpleimpl.cpp simplefactory.cpp - INCLUDEPATH += $(OPIEDIR)/include \ $(OPIEDIR)/calc2 DEPENDPATH += $(OPIEDIR)/include - DESTDIR = $(OPIEDIR)/plugins/calculator - -TRANSLATIONS = ../../../../i18n/de/lib.ts -TRANSLATIONS += ../../../../i18n/en/lib.ts -TRANSLATIONS += ../../../../i18n/es/lib.ts -TRANSLATIONS += ../../../../i18n/fr/lib.ts -TRANSLATIONS += ../../../../i18n/hu/lib.ts -TRANSLATIONS += ../../../../i18n/ja/lib.ts -TRANSLATIONS += ../../../../i18n/ko/lib.ts -TRANSLATIONS += ../../../../i18n/no/lib.ts -TRANSLATIONS += ../../../../i18n/pl/lib.ts -TRANSLATIONS += ../../../../i18n/pt/lib.ts -TRANSLATIONS += ../../../../i18n/pt_BR/lib.ts -TRANSLATIONS += ../../../../i18n/sl/lib.ts -TRANSLATIONS += ../../../../i18n/zh_CN/lib.ts -TRANSLATIONS += ../../../../i18n/zh_TW/lib.ts - +TRANSLATIONS = ../../../../i18n/de/lib.ts \ + ../../../../i18n/en/lib.ts \ + ../../../../i18n/es/lib.ts \ + ../../../../i18n/fr/lib.ts \ + ../../../../i18n/hu/lib.ts \ + ../../../../i18n/ja/lib.ts \ + ../../../../i18n/ko/lib.ts \ + ../../../../i18n/no/lib.ts \ + ../../../../i18n/pl/lib.ts \ + ../../../../i18n/pt/lib.ts \ + ../../../../i18n/pt_BR/lib.ts \ + ../../../../i18n/sl/lib.ts \ + ../../../../i18n/zh_CN/lib.ts \ + ../../../../i18n/zh_TW/lib.ts diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 1058d98..8ede646 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro @@ -10,20 +10,17 @@ LIBS += -lqpe INTERFACES = calculator.ui TARGET = calculator - - -TRANSLATIONS = ../../../i18n/de/calculator.ts -TRANSLATIONS += ../../../i18n/en/calculator.ts -TRANSLATIONS += ../../../i18n/es/calculator.ts -TRANSLATIONS += ../../../i18n/fr/calculator.ts -TRANSLATIONS += ../../../i18n/hu/calculator.ts -TRANSLATIONS += ../../../i18n/ja/calculator.ts -TRANSLATIONS += ../../../i18n/ko/calculator.ts -TRANSLATIONS += ../../../i18n/no/calculator.ts -TRANSLATIONS += ../../../i18n/pl/calculator.ts -TRANSLATIONS += ../../../i18n/pt/calculator.ts -TRANSLATIONS += ../../../i18n/pt_BR/calculator.ts -TRANSLATIONS += ../../../i18n/sl/calculator.ts -TRANSLATIONS += ../../../i18n/zh_CN/calculator.ts -TRANSLATIONS += ../../../i18n/zh_TW/calculator.ts - +TRANSLATIONS = ../../../i18n/de/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 diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 58d4e74..a61f514 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro @@ -10,20 +10,17 @@ LIBS += -lqpe -lopie INTERFACES = TARGET = clock - - -TRANSLATIONS = ../../../i18n/de/clock.ts -TRANSLATIONS += ../../../i18n/en/clock.ts -TRANSLATIONS += ../../../i18n/es/clock.ts -TRANSLATIONS += ../../../i18n/fr/clock.ts -TRANSLATIONS += ../../../i18n/hu/clock.ts -TRANSLATIONS += ../../../i18n/ja/clock.ts -TRANSLATIONS += ../../../i18n/ko/clock.ts -TRANSLATIONS += ../../../i18n/no/clock.ts -TRANSLATIONS += ../../../i18n/pl/clock.ts -TRANSLATIONS += ../../../i18n/pt/clock.ts -TRANSLATIONS += ../../../i18n/pt_BR/clock.ts -TRANSLATIONS += ../../../i18n/sl/clock.ts -TRANSLATIONS += ../../../i18n/zh_CN/clock.ts -TRANSLATIONS += ../../../i18n/zh_TW/clock.ts - +TRANSLATIONS = ../../../i18n/de/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 diff --git a/noncore/tools/formatter/formatter.pro b/noncore/tools/formatter/formatter.pro index feb9bf7..c4f8298 100644 --- a/noncore/tools/formatter/formatter.pro +++ b/noncore/tools/formatter/formatter.pro @@ -9,19 +9,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - -TRANSLATIONS = ../../../i18n/de/formatter.ts -TRANSLATIONS += ../../../i18n/en/formatter.ts -TRANSLATIONS += ../../../i18n/es/formatter.ts -TRANSLATIONS += ../../../i18n/fr/formatter.ts -TRANSLATIONS += ../../../i18n/hu/formatter.ts -TRANSLATIONS += ../../../i18n/ja/formatter.ts -TRANSLATIONS += ../../../i18n/ko/formatter.ts -TRANSLATIONS += ../../../i18n/no/formatter.ts -TRANSLATIONS += ../../../i18n/pl/formatter.ts -TRANSLATIONS += ../../../i18n/pt/formatter.ts -TRANSLATIONS += ../../../i18n/pt_BR/formatter.ts -TRANSLATIONS += ../../../i18n/sl/formatter.ts -TRANSLATIONS += ../../../i18n/zh_CN/formatter.ts -TRANSLATIONS += ../../../i18n/zh_TW/formatter.ts - +TRANSLATIONS = ../../../i18n/de/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 e96aedc..0866f48 100644 --- a/noncore/tools/opie-sh/opie-sh.pro +++ b/noncore/tools/opie-sh/opie-sh.pro @@ -8,19 +8,17 @@ DEPENDPATH +=$(OPIEDIR)/include LIBS +=-lqpe TARGET = opie-sh - -TRANSLATIONS = ../../../i18n/de/opie-sh.ts -TRANSLATIONS += ../../../i18n/en/opie-sh.ts -TRANSLATIONS += ../../../i18n/es/opie-sh.ts -TRANSLATIONS += ../../../i18n/fr/opie-sh.ts -TRANSLATIONS += ../../../i18n/hu/opie-sh.ts -TRANSLATIONS += ../../../i18n/ja/opie-sh.ts -TRANSLATIONS += ../../../i18n/ko/opie-sh.ts -TRANSLATIONS += ../../../i18n/no/opie-sh.ts -TRANSLATIONS += ../../../i18n/pl/opie-sh.ts -TRANSLATIONS += ../../../i18n/pt/opie-sh.ts -TRANSLATIONS += ../../../i18n/pt_BR/opie-sh.ts -TRANSLATIONS += ../../../i18n/sl/opie-sh.ts -TRANSLATIONS += ../../../i18n/zh_CN/opie-sh.ts -TRANSLATIONS += ../../../i18n/zh_TW/opie-sh.ts - +TRANSLATIONS = ../../../i18n/de/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 033332d..9cd33d2 100644 --- a/noncore/tools/remote/remote.pro +++ b/noncore/tools/remote/remote.pro @@ -8,19 +8,17 @@ DEPENDPATH +=$(OPIEDIR)/include LIBS +=-lqpe TARGET = remote - -TRANSLATIONS = ../../../i18n/de/remote.ts -TRANSLATIONS += ../../../i18n/en/remote.ts -TRANSLATIONS += ../../../i18n/es/remote.ts -TRANSLATIONS += ../../../i18n/fr/remote.ts -TRANSLATIONS += ../../../i18n/hu/remote.ts -TRANSLATIONS += ../../../i18n/ja/remote.ts -TRANSLATIONS += ../../../i18n/ko/remote.ts -TRANSLATIONS += ../../../i18n/no/remote.ts -TRANSLATIONS += ../../../i18n/pl/remote.ts -TRANSLATIONS += ../../../i18n/pt/remote.ts -TRANSLATIONS += ../../../i18n/pt_BR/remote.ts -TRANSLATIONS += ../../../i18n/sl/remote.ts -TRANSLATIONS += ../../../i18n/zh_CN/remote.ts -TRANSLATIONS += ../../../i18n/zh_TW/remote.ts - +TRANSLATIONS = ../../../i18n/de/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 3d9d49f..2849127 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro @@ -7,17 +7,18 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = -TRANSLATIONS = ../i18n/de/filebrowser.ts -TRANSLATIONS += ../i18n/es/filebrowser.ts -TRANSLATIONS += ../i18n/pt/filebrowser.ts -TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts -TRANSLATIONS += ../i18n/en/filebrowser.ts -TRANSLATIONS += ../i18n/hu/filebrowser.ts -TRANSLATIONS += ../i18n/ja/filebrowser.ts -TRANSLATIONS += ../i18n/fr/filebrowser.ts -TRANSLATIONS += ../i18n/sl/filebrowser.ts -TRANSLATIONS += ../i18n/ko/filebrowser.ts -TRANSLATIONS += ../i18n/no/filebrowser.ts -TRANSLATIONS += ../i18n/pl/filebrowser.ts -TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts -TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts + +TRANSLATIONS = ../../../i18n/de/filebrowser.pro.in.ts \ + ../../../i18n/en/filebrowser.pro.in.ts \ + ../../../i18n/es/filebrowser.pro.in.ts \ + ../../../i18n/fr/filebrowser.pro.in.ts \ + ../../../i18n/hu/filebrowser.pro.in.ts \ + ../../../i18n/ja/filebrowser.pro.in.ts \ + ../../../i18n/ko/filebrowser.pro.in.ts \ + ../../../i18n/no/filebrowser.pro.in.ts \ + ../../../i18n/pl/filebrowser.pro.in.ts \ + ../../../i18n/pt/filebrowser.pro.in.ts \ + ../../../i18n/pt_BR/filebrowser.pro.in.ts \ + ../../../i18n/sl/filebrowser.pro.in.ts \ + ../../../i18n/zh_CN/filebrowser.pro.in.ts \ + ../../../i18n/zh_TW/filebrowser.pro.in.ts diff --git a/noncore/unsupported/gsmtool/gsmtool.pro b/noncore/unsupported/gsmtool/gsmtool.pro index 73bac50..d627075 100644 --- a/noncore/unsupported/gsmtool/gsmtool.pro +++ b/noncore/unsupported/gsmtool/gsmtool.pro @@ -13,19 +13,17 @@ LIBS += -lqpe -L$(GSMLIBDIR)/gsmlib/.libs -lgsmme INTERFACES = gsmtoolbase.ui TARGET = gsmtool - -TRANSLATIONS = ../../../i18n/de/gsmtool.ts -TRANSLATIONS += ../../../i18n/en/gsmtool.ts -TRANSLATIONS += ../../../i18n/es/gsmtool.ts -TRANSLATIONS += ../../../i18n/fr/gsmtool.ts -TRANSLATIONS += ../../../i18n/hu/gsmtool.ts -TRANSLATIONS += ../../../i18n/ja/gsmtool.ts -TRANSLATIONS += ../../../i18n/ko/gsmtool.ts -TRANSLATIONS += ../../../i18n/no/gsmtool.ts -TRANSLATIONS += ../../../i18n/pl/gsmtool.ts -TRANSLATIONS += ../../../i18n/pt/gsmtool.ts -TRANSLATIONS += ../../../i18n/pt_BR/gsmtool.ts -TRANSLATIONS += ../../../i18n/sl/gsmtool.ts -TRANSLATIONS += ../../../i18n/zh_CN/gsmtool.ts -TRANSLATIONS += ../../../i18n/zh_TW/gsmtool.ts - +TRANSLATIONS = ../../../i18n/de/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 bb96d76..fe0aed0 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro @@ -9,19 +9,17 @@ LIBS += -lmail -lqpe TARGET = bend DESTDIR += $(OPIEDIR)/plugins/applets/ - -TRANSLATIONS = ../../../i18n/de/libbend.ts -TRANSLATIONS += ../../../i18n/en/libbend.ts -TRANSLATIONS += ../../../i18n/es/libbend.ts -TRANSLATIONS += ../../../i18n/fr/libbend.ts -TRANSLATIONS += ../../../i18n/hu/libbend.ts -TRANSLATIONS += ../../../i18n/ja/libbend.ts -TRANSLATIONS += ../../../i18n/ko/libbend.ts -TRANSLATIONS += ../../../i18n/no/libbend.ts -TRANSLATIONS += ../../../i18n/pl/libbend.ts -TRANSLATIONS += ../../../i18n/pt/libbend.ts -TRANSLATIONS += ../../../i18n/pt_BR/libbend.ts -TRANSLATIONS += ../../../i18n/sl/libbend.ts -TRANSLATIONS += ../../../i18n/zh_CN/libbend.ts -TRANSLATIONS += ../../../i18n/zh_TW/libbend.ts - +TRANSLATIONS = ../../../i18n/de/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 af65a3e..e80ecaf 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro @@ -23,19 +23,17 @@ LIBS += -L$(OPIEDIR)/lib -lqpe TARGET = mail DESTDIR = $(QTDIR)/lib - -TRANSLATIONS = ../../../i18n/de/libmail.ts -TRANSLATIONS += ../../../i18n/en/libmail.ts -TRANSLATIONS += ../../../i18n/es/libmail.ts -TRANSLATIONS += ../../../i18n/fr/libmail.ts -TRANSLATIONS += ../../../i18n/hu/libmail.ts -TRANSLATIONS += ../../../i18n/ja/libmail.ts -TRANSLATIONS += ../../../i18n/ko/libmail.ts -TRANSLATIONS += ../../../i18n/no/libmail.ts -TRANSLATIONS += ../../../i18n/pl/libmail.ts -TRANSLATIONS += ../../../i18n/pt/libmail.ts -TRANSLATIONS += ../../../i18n/pt_BR/libmail.ts -TRANSLATIONS += ../../../i18n/sl/libmail.ts -TRANSLATIONS += ../../../i18n/zh_CN/libmail.ts -TRANSLATIONS += ../../../i18n/zh_TW/libmail.ts - +TRANSLATIONS = ../../../i18n/de/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 117c863..985a6fb 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro @@ -43,19 +43,17 @@ LIBS += -lmail -lqpe -lopie TARGET = mail DESTDIR = $(OPIEDIR)/bin - -TRANSLATIONS = ../../i18n/de/mail.ts -TRANSLATIONS += ../../i18n/en/mail.ts -TRANSLATIONS += ../../i18n/es/mail.ts -TRANSLATIONS += ../../i18n/fr/mail.ts -TRANSLATIONS += ../../i18n/hu/mail.ts -TRANSLATIONS += ../../i18n/ja/mail.ts -TRANSLATIONS += ../../i18n/ko/mail.ts -TRANSLATIONS += ../../i18n/no/mail.ts -TRANSLATIONS += ../../i18n/pl/mail.ts -TRANSLATIONS += ../../i18n/pt/mail.ts -TRANSLATIONS += ../../i18n/pt_BR/mail.ts -TRANSLATIONS += ../../i18n/sl/mail.ts -TRANSLATIONS += ../../i18n/zh_CN/mail.ts -TRANSLATIONS += ../../i18n/zh_TW/mail.ts - +TRANSLATIONS = ../../i18n/de/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 7f60ed8..986cbcd 100644 --- a/noncore/unsupported/oipkg/oipkg.pro +++ b/noncore/unsupported/oipkg/oipkg.pro @@ -35,3 +35,17 @@ INTERFACES = runwindow.ui \ pksettingsbase.ui TARGET = oipkg +TRANSLATIONS = ../../../i18n/de/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 a5f7735..d2a553b 100644 --- a/noncore/unsupported/qpdf/qpdf.pro +++ b/noncore/unsupported/qpdf/qpdf.pro @@ -1,8 +1,6 @@ TEMPLATE = app - CONFIG *= qt embedded release warn_off CONFIG -= warn_on - SOURCES = xpdf/Array.cc \ xpdf/BuiltinFont.cc \ xpdf/BuiltinFontTables.cc \ @@ -40,12 +38,10 @@ SOURCES = xpdf/Array.cc \ qpdf.cpp \ qbusybar.cpp \ gooStub.cpp - HEADERS = QOutputDev.h \ QPEOutputDev.h \ qbusybar.h \ qpdf.h - INCLUDEPATH += . \ .. \ xpdf \ @@ -54,24 +50,20 @@ INCLUDEPATH += . \ goo LIBS += -L $(OPIEDIR)/lib -lqpe -lopie - DESTDIR = $(OPIEDIR)/bin TARGET = qpdf - - -TRANSLATIONS = ../../../i18n/de/qpdf.ts -TRANSLATIONS += ../../../i18n/en/qpdf.ts -TRANSLATIONS += ../../../i18n/es/qpdf.ts -TRANSLATIONS += ../../../i18n/fr/qpdf.ts -TRANSLATIONS += ../../../i18n/hu/qpdf.ts -TRANSLATIONS += ../../../i18n/ja/qpdf.ts -TRANSLATIONS += ../../../i18n/ko/qpdf.ts -TRANSLATIONS += ../../../i18n/no/qpdf.ts -TRANSLATIONS += ../../../i18n/pl/qpdf.ts -TRANSLATIONS += ../../../i18n/pt/qpdf.ts -TRANSLATIONS += ../../../i18n/pt_BR/qpdf.ts -TRANSLATIONS += ../../../i18n/sl/qpdf.ts -TRANSLATIONS += ../../../i18n/zh_CN/qpdf.ts -TRANSLATIONS += ../../../i18n/zh_TW/qpdf.ts - +TRANSLATIONS = ../../../i18n/de/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/zh_TW/qpdf.ts diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro index 80fc945..cbf5db2 100644 --- a/quickexec/quickexec.pro +++ b/quickexec/quickexec.pro @@ -4,3 +4,18 @@ DESTDIR = ../bin HEADERS = SOURCES = quickexec.cpp LIBS += -ldl -lqpe + +TRANSLATIONS = ../i18n/de/quickexec.pro.in.ts \ + ../i18n/en/quickexec.pro.in.ts \ + ../i18n/es/quickexec.pro.in.ts \ + ../i18n/fr/quickexec.pro.in.ts \ + ../i18n/hu/quickexec.pro.in.ts \ + ../i18n/ja/quickexec.pro.in.ts \ + ../i18n/ko/quickexec.pro.in.ts \ + ../i18n/no/quickexec.pro.in.ts \ + ../i18n/pl/quickexec.pro.in.ts \ + ../i18n/pt/quickexec.pro.in.ts \ + ../i18n/pt_BR/quickexec.pro.in.ts \ + ../i18n/sl/quickexec.pro.in.ts \ + ../i18n/zh_CN/quickexec.pro.in.ts \ + ../i18n/zh_TW/quickexec.pro.in.ts -- cgit v0.9.0.2