author | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-26 23:13:50 (UTC) |
commit | b13d95b210c7d16229514afc66e32a1de09a075c (patch) (side-by-side diff) | |
tree | 341d10953319693d0fd1a51edeb5cbb83ad5bcf4 /core | |
parent | de4d8f77c0b0eba84a0a0240b5cf439c3e5243a4 (diff) | |
download | opie-b13d95b210c7d16229514afc66e32a1de09a075c.zip opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.gz opie-b13d95b210c7d16229514afc66e32a1de09a075c.tar.bz2 |
Major pro file overhaul from davipt. Commited by me, since it touches
many core files ... please report bugs on this to davipt
27 files changed, 383 insertions, 258 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index b854b89..c24182e 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro @@ -1,22 +1,25 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = battery.h batterystatus.h batteryappletimpl.h SOURCES = battery.cpp batterystatus.cpp batteryappletimpl.cpp TARGET = batteryapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts -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 @@ -1,28 +1,25 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = cardmon.h cardmonimpl.h SOURCES = cardmon.cpp cardmonimpl.cpp TARGET = cardmonapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include ../launcher LIBS += -lqpe 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 @@ -1,14 +1,25 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = clipboard.h clipboardappletimpl.h SOURCES = clipboard.cpp clipboardappletimpl.cpp TARGET = clipboardapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/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 @@ -1,15 +1,25 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = clock.h clockappletimpl.h SOURCES = clock.cpp clockappletimpl.cpp TARGET = clockapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/de/libclockapplet.ts -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 @@ -1,28 +1,25 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = irda.h irdaappletimpl.h SOURCES = irda.cpp irdaappletimpl.cpp TARGET = irdaapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 - - -TRANSLATIONS = ../../../i18n/de/libirdaapplet.ts -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 @@ -1,12 +1,26 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = obex.h obeximpl.h SOURCES = obex.cc obeximpl.cc TARGET = opieobex DESTDIR = $(OPIEDIR)/plugins/obex INCLUDEPATH += $(OPIEDIR)/include $(OPIEDIR)/core/launcher DEPENDPATH += ../$(OPIEDIR)/include INTERFACES = obexinc.ui obexdlg.ui LIBS += -lqpe -lopie VERSION = 0.0.1 +TRANSLATIONS = ../../../i18n/de/libopieobex.ts \ + ../../../i18n/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 @@ -1,27 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = screenshot.h screenshotappletimpl.h SOURCES = screenshot.cpp screenshotappletimpl.cpp TARGET = screenshotapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 MOC_DIR=opieobj OBJECTS_DIR=opieobj -TRANSLATIONS = ../../i18n/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 @@ -1,14 +1,25 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = vmemo.h vmemoimpl.h SOURCES = vmemo.cpp vmemoimpl.cpp TARGET = vmemoapplet DESTDIR =$(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include 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 @@ -1,15 +1,25 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = volume.h volumeappletimpl.h oledbox.h SOURCES = volume.cpp volumeappletimpl.cpp oledbox.cpp TARGET = volumeapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/de/libvolumeapplet.ts -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 @@ -21,30 +21,30 @@ SOURCES = TEScreen.cpp \ TEmuVt102.cpp \ session.cpp \ keytrans.cpp \ konsole.cpp \ commandeditdialog.cpp \ commandeditwidget.cpp \ playlistselection.cpp \ MyPty.cpp \ main.cpp INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui TARGET = embeddedkonsole INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe 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 @@ -1,25 +1,25 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = helpbrowser.h SOURCES = helpbrowser.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = -TRANSLATIONS = ../i18n/de/helpbrowser.ts -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 @@ -1,10 +1,25 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = SOURCES = main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TARGET = qcop + +TRANSLATIONS = ../../../i18n/de/qcop.ts \ + ../../../i18n/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,22 +1,19 @@ TEMPLATE = app - CONFIG = qt warn_on release - DESTDIR = $(OPIEDIR)/bin - HEADERS = background.h \ desktop.h \ qprocess.h \ mediummountgui.h \ info.h \ appicons.h \ taskbar.h \ sidething.h \ mrulist.h \ stabmon.h \ inputmethods.h \ systray.h \ wait.h \ shutdownimpl.h \ launcher.h \ launcherview.h \ @@ -32,33 +29,32 @@ HEADERS = background.h \ $(OPIEDIR)/rsync/emit.h \ $(OPIEDIR)/rsync/job.h \ $(OPIEDIR)/rsync/netint.h \ $(OPIEDIR)/rsync/protocol.h \ $(OPIEDIR)/rsync/prototab.h \ $(OPIEDIR)/rsync/rsync.h \ $(OPIEDIR)/rsync/search.h \ $(OPIEDIR)/rsync/stream.h \ $(OPIEDIR)/rsync/sumset.h \ $(OPIEDIR)/rsync/trace.h \ $(OPIEDIR)/rsync/types.h \ $(OPIEDIR)/rsync/util.h \ $(OPIEDIR)/rsync/whole.h \ $(OPIEDIR)/rsync/config_rsync.h \ $(OPIEDIR)/rsync/qrsync.h # quicklauncher.h \ - SOURCES = background.cpp \ desktop.cpp \ mediummountgui.cpp \ qprocess.cpp qprocess_unix.cpp \ info.cpp \ appicons.cpp \ taskbar.cpp \ sidething.cpp \ mrulist.cpp \ stabmon.cpp \ inputmethods.cpp \ systray.cpp \ wait.cpp \ shutdownimpl.cpp \ launcher.cpp \ launcherview.cpp \ @@ -82,44 +78,40 @@ SOURCES = background.cpp \ $(OPIEDIR)/rsync/msg.c \ $(OPIEDIR)/rsync/netint.c \ $(OPIEDIR)/rsync/patch.c \ $(OPIEDIR)/rsync/prototab.c \ $(OPIEDIR)/rsync/readsums.c \ $(OPIEDIR)/rsync/scoop.c \ $(OPIEDIR)/rsync/search.c \ $(OPIEDIR)/rsync/stats.c \ $(OPIEDIR)/rsync/stream.c \ $(OPIEDIR)/rsync/sumset.c \ $(OPIEDIR)/rsync/trace.c \ $(OPIEDIR)/rsync/tube.c \ $(OPIEDIR)/rsync/util.c \ $(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 @@ -1,15 +1,29 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = libflashplugin.h libflashpluginimpl.h SOURCES = libflashplugin.cpp libflashpluginimpl.cpp \ adpcm.cc character.cc flash.cc graphic16.cc matrix.cc script.cc \ sprite.cc bitmap.cc cxform.cc font.cc graphic24.cc movie.cc \ shape.cc sqrt.cc button.cc displaylist.cc graphic.cc graphic32.cc \ program.cc sound.cc text.cc TARGET = flashplugin DESTDIR = ../../plugins/codecs INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 +TRANSLATIONS = ../../../../i18n/de/libflashplugin.ts \ + ../../../../i18n/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 @@ -1,27 +1,27 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = libmad_version.h fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h \ layer12.h layer3.h huffman.h libmad_global.h mad.h libmadplugin.h libmadpluginimpl.h SOURCES = version.c fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c \ layer12.c layer3.c huffman.c libmadplugin.cpp libmadpluginimpl.cpp TARGET = madplugin DESTDIR = $(OPIEDIR)/plugins/codecs INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe -lm VERSION = 1.0.0 -TRANSLATIONS = ../../i18n/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 @@ -28,16 +28,31 @@ SOURCES = libmpeg3plugin.cpp libmpeg3pluginimpl.cpp \ video/macroblocks.c \ video/mmxtest.c \ video/motion.c \ video/mpeg3video.c \ video/output.c \ video/reconstruct.c \ video/seek.c \ video/slice.c \ video/vlc.c TARGET = mpeg3plugin TMAKE_CC=g++ DESTDIR = $(OPIEDIR)/plugins/codecs 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 @@ -1,24 +1,31 @@ TEMPLATE = app CONFIG = qt warn_on release #release DESTDIR = $(OPIEDIR)/bin HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h SOURCES = main.cpp \ loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp TARGET = opieplayer 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 @@ -1,10 +1,25 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = wavplugin.h wavpluginimpl.h SOURCES = wavplugin.cpp wavpluginimpl.cpp TARGET = wavplugin DESTDIR = $(OPIEDIR)/plugins/codecs INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 + +TRANSLATIONS = ../../../../i18n/de/libwavplugin.ts \ + ../../../../i18n/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 @@ -2,36 +2,35 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = addressbook.h \ contacteditor.h \ ablabel.h \ abtable.h \ addresssettings.h \ picker.h SOURCES = main.cpp \ addressbook.cpp \ contacteditor.cpp \ ablabel.cpp \ abtable.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,60 +1,55 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin - HEADERS = datebookday.h \ datebook.h \ dateentryimpl.h \ datebookdayheaderimpl.h \ datebooksettings.h \ datebookweek.h \ datebookweeklst.h \ datebookweekheaderimpl.h \ repeatentry.h \ timepicker.h \ noteentryimpl.h \ onoteedit.h - SOURCES = main.cpp \ datebookday.cpp \ datebook.cpp \ dateentryimpl.cpp \ datebookdayheaderimpl.cpp \ datebooksettings.cpp \ datebookweek.cpp \ datebookweeklst.cpp \ datebookweekheaderimpl.cpp \ repeatentry.cpp \ timepicker.cpp \ noteentryimpl.cpp \ onoteedit.cpp - INTERFACES = dateentry.ui \ datebookdayheader.ui \ datebookweekheader.ui \ datebookweeklstheader.ui \ datebookweeklstdayhdr.ui \ repeatentrybase.ui \ datebooksettingsbase.ui \ noteentry.ui - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie - TARGET = datebook -TRANSLATIONS = ../i18n/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 @@ -1,26 +1,26 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = today.h todaybase.h todayconfig.h SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie INTERFACES = TARGET = today DESTDIR = $(OPIEDIR)/bin -TRANSLATIONS = ../i18n/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 @@ -1,34 +1,32 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = mainwindow.h \ todotable.h \ todoentryimpl.h \ todolabel.h SOURCES = main.cpp \ mainwindow.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 @@ -1,26 +1,26 @@ # $Id$ CONFIG += qt warn_on release TEMPLATE = app DESTDIR = $(OPIEDIR)/bin INTERFACES = citytimebase.ui HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp TARGET = citytime 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 @@ -1,17 +1,25 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = settings.h SOURCES = light.cpp main.cpp INTERFACES = lightsettingsbase.ui INCLUDEPATH += $(OPIEDIR)/include 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 @@ -1,25 +1,25 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = security.h SOURCES = security.cpp main.cpp INTERFACES = securitybase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = security -TRANSLATIONS = ../../i18n/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 |