45 files changed, 47 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 92a6930..f73cd38 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro @@ -1,47 +1,48 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = TEWidget.h \ TEScreen.h \ TECommon.h \ TEHistory.h \ TEmulation.h \ TEmuVt102.h \ session.h \ keytrans.h \ konsole.h \ commandeditdialog.h \ commandeditwidget.h \ playlistselection.h \ MyPty.h SOURCES = TEScreen.cpp \ TEWidget.cpp \ TEHistory.cpp \ TEmulation.cpp \ TEmuVt102.cpp \ session.cpp \ keytrans.cpp \ konsole.cpp \ commandeditdialog.cpp \ commandeditwidget.cpp \ playlistselection.cpp \ MyPty.cpp \ main.cpp INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui TARGET = embeddedkonsole INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe REQUIRES = embeddedkonsole TRANSLATIONS = ../i18n/pt_BR/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 diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index 475226e..070dd2b 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro @@ -1,22 +1,23 @@ 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/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 diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index aae7f89..4f20da3 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro @@ -1,24 +1,25 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h SOURCES = main.cpp textedit.cpp fileBrowser.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 diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index 0441201..eddf242 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro @@ -1,24 +1,25 @@ 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 = ../../plugins/codecs INCLUDEPATH += $(OPIEDIR)/include .. DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe -lm VERSION = 1.0.0 TRANSLATIONS = ../../i18n/pt_BR/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 diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro index 92db399..0cb1e99 100644 --- a/core/multimedia/opieplayer/mpegplayer.pro +++ b/core/multimedia/opieplayer/mpegplayer.pro @@ -1,35 +1,36 @@ TEMPLATE = app CONFIG = qt warn_on release #release DESTDIR = $(OPIEDIR)/bin HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h SOURCES = main.cpp \ loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp TARGET = mpegplayer INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lpthread # 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/mpegplayer.ts TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts TRANSLATIONS += ../i18n/en/mpegplayer.ts TRANSLATIONS += ../i18n/hu/mpegplayer.ts TRANSLATIONS += ../i18n/ja/mpegplayer.ts TRANSLATIONS += ../i18n/sl/mpegplayer.ts TRANSLATIONS += ../i18n/fr/mpegplayer.ts TRANSLATIONS += ../i18n/ko/mpegplayer.ts +TRANSLATIONS += ../i18n/pl/mpegplayer.ts TRANSLATIONS += ../i18n/no/mpegplayer.ts TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts diff --git a/core/pim/addressbook/addressbook.pro b/core/pim/addressbook/addressbook.pro index 9993e9f..53cf030 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro @@ -1,32 +1,33 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = addressbook.h \ contacteditor.h \ ablabel.h \ abtable.h \ addresssettings.h SOURCES = main.cpp \ addressbook.cpp \ contacteditor.cpp \ ablabel.cpp \ abtable.cpp \ addresssettings.cpp INTERFACES = addresssettingsbase.ui TARGET = addressbook INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../i18n/pt_BR/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 diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index 2826930..a8a9285 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro @@ -1,54 +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 \ clickablelabel.h \ timepicker.h SOURCES = main.cpp \ datebookday.cpp \ datebook.cpp \ dateentryimpl.cpp \ datebookdayheaderimpl.cpp \ datebooksettings.cpp \ datebookweek.cpp \ datebookweeklst.cpp \ datebookweekheaderimpl.cpp \ repeatentry.cpp \ clickablelabel.cpp \ timepicker.cpp INTERFACES = dateentry.ui \ datebookdayheader.ui \ datebooksettingsbase.ui \ datebookweekheader.ui \ datebookweeklstheader.ui \ datebookweeklstdayhdr.ui \ repeatentrybase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = datebook TRANSLATIONS = ../i18n/pt_BR/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 diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 38ae70f..2d37b5d 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro @@ -1,23 +1,24 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie INTERFACES = TARGET = today DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../i18n/pt_BR/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 diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 9cd0e7c..a46fb47 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -1,29 +1,30 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = mainwindow.h \ todotable.h \ todoentryimpl.h SOURCES = main.cpp \ mainwindow.cpp \ todotable.cpp \ todoentryimpl.cpp INTERFACES = todoentry.ui TARGET = todolist INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TRANSLATIONS = ../i18n/pt_BR/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 diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index e4e40df..afa658f 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro @@ -1,23 +1,24 @@ # $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/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 diff --git a/core/settings/light-and-power/light-and-power.pro b/core/settings/light-and-power/light-and-power.pro index 6e26c4c..9029a19 100644 --- a/core/settings/light-and-power/light-and-power.pro +++ b/core/settings/light-and-power/light-and-power.pro @@ -1,13 +1,15 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = ../../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/pt_BR/light-and-power.ts +TRANSLATIONS += ../../i18n/pl/light-and-power.ts +TRANSLATIONS += ../../i18n/fr/light-and-power.ts diff --git a/core/settings/security/security.pro b/core/settings/security/security.pro index daa9ba7..0c924ad 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro @@ -1,22 +1,23 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = ../../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/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 diff --git a/inputmethods/dvorak/dvorak.pro b/inputmethods/dvorak/dvorak.pro index 432a44f..c7b5b34 100644 --- a/inputmethods/dvorak/dvorak.pro +++ b/inputmethods/dvorak/dvorak.pro @@ -1,28 +1,29 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = dvorak.h \ ../pickboard/pickboardcfg.h \ ../pickboard/pickboardpicks.h \ dvorakimpl.h SOURCES = dvorak.cpp \ ../pickboard/pickboardcfg.cpp \ ../pickboard/pickboardpicks.cpp \ dvorakimpl.cpp TARGET = qdvorak DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/pt_BR/libqdvorak.ts TRANSLATIONS += ../../i18n/de/libqdvorak.ts TRANSLATIONS += ../../i18n/en/libqdvorak.ts TRANSLATIONS += ../../i18n/hu/libqdvorak.ts TRANSLATIONS += ../../i18n/sl/libqdvorak.ts +TRANSLATIONS += ../../i18n/pl/libqdvorak.ts TRANSLATIONS += ../../i18n/ja/libqdvorak.ts TRANSLATIONS += ../../i18n/ko/libqdvorak.ts TRANSLATIONS += ../../i18n/no/libqdvorak.ts TRANSLATIONS += ../../i18n/zh_CN/libqdvorak.ts TRANSLATIONS += ../../i18n/zh_TW/libqdvorak.ts TRANSLATIONS += ../../i18n/fr/libqdvorak.ts diff --git a/inputmethods/handwriting/handwriting.pro b/inputmethods/handwriting/handwriting.pro index 028796c..7a6c3a0 100644 --- a/inputmethods/handwriting/handwriting.pro +++ b/inputmethods/handwriting/handwriting.pro @@ -1,43 +1,44 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = qimpenchar.h \ qimpenprofile.h \ qimpencombining.h \ qimpenhelp.h \ qimpeninput.h \ qimpenmatch.h \ qimpensetup.h \ qimpenstroke.h \ qimpenwidget.h \ qimpenwordpick.h \ handwritingimpl.h SOURCES = qimpenchar.cpp \ qimpenprofile.cpp \ qimpencombining.cpp \ qimpenhelp.cpp \ qimpeninput.cpp \ qimpenmatch.cpp \ qimpensetup.cpp \ qimpenstroke.cpp \ qimpenwidget.cpp \ qimpenwordpick.cpp \ handwritingimpl.cpp INTERFACES = qimpenprefbase.ui TARGET = qhandwriting DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/pt_BR/libqhandwriting.ts TRANSLATIONS += ../../i18n/de/libqhandwriting.ts TRANSLATIONS += ../../i18n/en/libqhandwriting.ts TRANSLATIONS += ../../i18n/hu/libqhandwriting.ts +TRANSLATIONS += ../../i18n/pl/libqhandwriting.ts TRANSLATIONS += ../../i18n/sl/libqhandwriting.ts TRANSLATIONS += ../../i18n/ja/libqhandwriting.ts TRANSLATIONS += ../../i18n/ko/libqhandwriting.ts TRANSLATIONS += ../../i18n/no/libqhandwriting.ts TRANSLATIONS += ../../i18n/zh_CN/libqhandwriting.ts TRANSLATIONS += ../../i18n/zh_TW/libqhandwriting.ts TRANSLATIONS += ../../i18n/fr/libqhandwriting.ts diff --git a/inputmethods/keyboard/keyboard.pro b/inputmethods/keyboard/keyboard.pro index 819a79d..2c2231c 100644 --- a/inputmethods/keyboard/keyboard.pro +++ b/inputmethods/keyboard/keyboard.pro @@ -1,28 +1,29 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = keyboard.h \ ../pickboard/pickboardcfg.h \ ../pickboard/pickboardpicks.h \ keyboardimpl.h SOURCES = keyboard.cpp \ ../pickboard/pickboardcfg.cpp \ ../pickboard/pickboardpicks.cpp \ keyboardimpl.cpp TARGET = qkeyboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/pt_BR/libqkeyboard.ts TRANSLATIONS += ../../i18n/de/libqkeyboard.ts TRANSLATIONS += ../../i18n/en/libqkeyboard.ts TRANSLATIONS += ../../i18n/hu/libqkeyboard.ts TRANSLATIONS += ../../i18n/sl/libqkeyboard.ts TRANSLATIONS += ../../i18n/ja/libqkeyboard.ts TRANSLATIONS += ../../i18n/ko/libqkeyboard.ts +TRANSLATIONS += ../../i18n/pl/libqkeyboard.ts TRANSLATIONS += ../../i18n/no/libqkeyboard.ts TRANSLATIONS += ../../i18n/zh_CN/libqkeyboard.ts TRANSLATIONS += ../../i18n/zh_TW/libqkeyboard.ts TRANSLATIONS += ../../i18n/fr/libqkeyboard.ts diff --git a/inputmethods/pickboard/pickboard.pro b/inputmethods/pickboard/pickboard.pro index 6b6f735..6a669c9 100644 --- a/inputmethods/pickboard/pickboard.pro +++ b/inputmethods/pickboard/pickboard.pro @@ -1,22 +1,23 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = pickboard.h pickboardcfg.h pickboardimpl.h pickboardpicks.h SOURCES = pickboard.cpp pickboardcfg.cpp pickboardimpl.cpp pickboardpicks.cpp TARGET = qpickboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/pt_BR/libqpickboard.ts TRANSLATIONS += ../../i18n/de/libqpickboard.ts TRANSLATIONS += ../../i18n/en/libqpickboard.ts +TRANSLATIONS += ../../i18n/pl/libqpickboard.ts TRANSLATIONS += ../../i18n/hu/libqpickboard.ts TRANSLATIONS += ../../i18n/sl/libqpickboard.ts TRANSLATIONS += ../../i18n/ja/libqpickboard.ts TRANSLATIONS += ../../i18n/ko/libqpickboard.ts TRANSLATIONS += ../../i18n/no/libqpickboard.ts TRANSLATIONS += ../../i18n/zh_CN/libqpickboard.ts TRANSLATIONS += ../../i18n/zh_TW/libqpickboard.ts TRANSLATIONS += ../../i18n/fr/libqpickboard.ts diff --git a/inputmethods/unikeyboard/unikeyboard.pro b/inputmethods/unikeyboard/unikeyboard.pro index 87eda77..4c510b2 100644 --- a/inputmethods/unikeyboard/unikeyboard.pro +++ b/inputmethods/unikeyboard/unikeyboard.pro @@ -1,22 +1,23 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = unikeyboard.h unikeyboardimpl.h SOURCES = unikeyboard.cpp unikeyboardimpl.cpp TARGET = qunikeyboard DESTDIR = ../../plugins/inputmethods INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include ../../launcher LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/pt_BR/libqunikeyboard.ts TRANSLATIONS += ../../i18n/de/libqunikeyboard.ts TRANSLATIONS += ../../i18n/en/libqunikeyboard.ts TRANSLATIONS += ../../i18n/hu/libqunikeyboard.ts TRANSLATIONS += ../../i18n/sl/libqunikeyboard.ts TRANSLATIONS += ../../i18n/ja/libqunikeyboard.ts TRANSLATIONS += ../../i18n/ko/libqunikeyboard.ts TRANSLATIONS += ../../i18n/no/libqunikeyboard.ts TRANSLATIONS += ../../i18n/zh_CN/libqunikeyboard.ts +TRANSLATIONS += ../../i18n/pl/libqunikeyboard.ts TRANSLATIONS += ../../i18n/zh_TW/libqunikeyboard.ts TRANSLATIONS += ../../i18n/fr/libqunikeyboard.ts diff --git a/library/library.pro b/library/library.pro index 8bd2b7f..32bf3d1 100644 --- a/library/library.pro +++ b/library/library.pro @@ -1,139 +1,141 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = calendar.h \ global.h \ resource.h \ xmlreader.h \ mimetype.h \ menubutton.h \ network.h \ networkinterface.h \ filemanager.h \ fontmanager.h \ qdawg.h \ datebookmonth.h \ fileselector.h \ fileselector_p.h \ imageedit.h \ qcopenvelope_qws.h \ qpedecoration_qws.h \ qpeapplication.h \ qpestyle.h \ qpedialog.h \ lightstyle.h \ config.h \ applnk.h \ sound.h \ tzselect.h \ qmath.h \ datebookdb.h \ alarmserver.h \ process.h \ password.h \ timestring.h \ fontfactoryinterface.h \ fontdatabase.h \ power.h \ storage.h \ qpemessagebox.h \ backend/timeconversion.h \ qpedebug.h \ qpemenubar.h \ qpetoolbar.h \ backend/categories.h \ backend/stringutil.h \ backend/palmtopuid.h \ backend/palmtoprecord.h \ backend/task.h \ backend/event.h \ backend/contact.h\ categorymenu.h \ categoryedit_p.h \ categoryselect.h \ categorywidget.h \ ir.h \ backend/vobject_p.h \ findwidget_p.h \ finddialog.h \ lnkproperties.h SOURCES = calendar.cpp \ global.cpp \ xmlreader.cpp \ mimetype.cpp \ menubutton.cpp \ network.cpp \ networkinterface.cpp \ filemanager.cpp \ fontmanager.cpp \ qdawg.cpp \ datebookmonth.cpp \ fileselector.cpp \ imageedit.cpp \ resource.cpp \ qpedecoration_qws.cpp \ qcopenvelope_qws.cpp \ qpeapplication.cpp \ qpestyle.cpp \ qpedialog.cpp \ lightstyle.cpp \ config.cpp \ applnk.cpp \ sound.cpp \ tzselect.cpp \ qmath.c \ datebookdb.cpp \ alarmserver.cpp \ password.cpp \ process.cpp \ process_unix.cpp \ timestring.cpp \ fontdatabase.cpp \ power.cpp \ storage.cpp \ qpemessagebox.cpp \ backend/timeconversion.cpp \ qpedebug.cpp \ qpemenubar.cpp \ qpetoolbar.cpp \ backend/categories.cpp \ backend/stringutil.cpp \ backend/palmtoprecord.cpp \ backend/task.cpp \ backend/event.cpp \ backend/contact.cpp \ categorymenu.cpp \ categoryedit_p.cpp \ categoryselect.cpp \ categorywidget.cpp \ ir.cpp \ backend/vcc_yacc.cpp \ backend/vobject.cpp \ findwidget_p.cpp \ finddialog.cpp \ lnkproperties.cpp # Qt 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 TRANSLATIONS = ../i18n/de/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 diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index b0cfa18..924586f 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro @@ -1,26 +1,27 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = ../bin HEADERS = dicttool.h SOURCES = dicttool.cpp main.cpp INTERFACES = dicttoolbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = dictionary TRANSLATIONS = ../i18n/pt_BR/dictionary.ts TRANSLATIONS += ../i18n/de/dictionary.ts TRANSLATIONS += ../i18n/en/dictionary.ts TRANSLATIONS += ../i18n/hu/dictionary.ts TRANSLATIONS += ../i18n/sl/dictionary.ts +TRANSLATIONS += ../i18n/pl/dictionary.ts TRANSLATIONS += ../i18n/fr/dictionary.ts TRANSLATIONS += ../i18n/ja/dictionary.ts TRANSLATIONS += ../i18n/ko/dictionary.ts TRANSLATIONS += ../i18n/no/dictionary.ts TRANSLATIONS += ../i18n/zh_CN/dictionary.ts TRANSLATIONS += ../i18n/zh_TW/dictionary.ts diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 2a2c83a..407323f 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro @@ -1,48 +1,49 @@ TEMPLATE = app CONFIG = qt warn_on debug DESTDIR = ../bin SUBDIRS = db ui HEADERS = tableviewer.h \ ui/commonwidgets.h \ ui/tvbrowseview.h \ ui/tvlistview.h \ ui/tvfilterview.h \ ui/tveditview.h \ ui/browsekeyentry.h \ ui/filterkeyentry.h \ ui/tvkeyedit.h \ db/datacache.h \ db/common.h \ db/xmlsource.h \ db/csvsource.h SOURCES = main.cpp \ tableviewer.cpp \ ui/commonwidgets.cpp \ ui/tvbrowseview.cpp \ ui/tvfilterview.cpp \ ui/browsekeyentry.cpp \ ui/filterkeyentry.cpp \ ui/tvlistview.cpp \ ui/tveditview.cpp \ ui/tvkeyedit.cpp \ db/datacache.cpp \ db/xmlsource.cpp \ db/csvsource.cpp \ db/common.cpp INTERFACES = ui/tvkeyedit_gen.ui TARGET = tableviewer INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts TRANSLATIONS += ../i18n/en/tableviewer.ts TRANSLATIONS += ../i18n/de/tableviewer.ts TRANSLATIONS += ../i18n/hu/tableviewer.ts +TRANSLATIONS += ../i18n/pl/tableviewer.ts TRANSLATIONS += ../i18n/ja/tableviewer.ts TRANSLATIONS += ../i18n/sl/tableviewer.ts TRANSLATIONS += ../i18n/fr/tableviewer.ts TRANSLATIONS += ../i18n/ko/tableviewer.ts TRANSLATIONS += ../i18n/no/tableviewer.ts TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index a2486ff..45b7635 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro @@ -1,49 +1,50 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = ../bin HEADERS = d3des.h \ krfbbuffer.h \ krfbcanvas.h \ krfbconnection.h \ krfbdecoder.h \ krfblogin.h \ krfboptions.h \ krfbserverinfo.h \ kvnc.h \ kvncconnectdlg.h \ kvncoptionsdlg.h \ version.h \ vncauth.h SOURCES = d3des.c \ vncauth.c \ krfbbuffer.cpp \ krfbcanvas.cpp \ krfbconnection.cpp \ krfbdecoder.cpp \ krfblogin.cpp \ krfboptions.cpp \ kvnc.cpp \ kvncconnectdlg.cpp \ kvncoptionsdlg.cpp \ main.cpp INTERFACES = vncoptionsbase.ui TARGET = keypebble INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/pt_BR/keypebble.ts TRANSLATIONS += ../i18n/de/keypebble.ts TRANSLATIONS += ../i18n/en/keypebble.ts TRANSLATIONS += ../i18n/hu/keypebble.ts TRANSLATIONS += ../i18n/sl/keypebble.ts TRANSLATIONS += ../i18n/fr/keypebble.ts +TRANSLATIONS += ../i18n/pl/keypebble.ts TRANSLATIONS += ../i18n/ja/keypebble.ts TRANSLATIONS += ../i18n/ko/keypebble.ts TRANSLATIONS += ../i18n/no/keypebble.ts TRANSLATIONS += ../i18n/zh_CN/keypebble.ts TRANSLATIONS += ../i18n/zh_TW/keypebble.ts diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index 0e1eabf..c18c110 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro @@ -1,26 +1,27 @@ SOURCES += chess.cpp main.cpp HEADERS += chess.h DESTDIR = ../bin TARGET = chess DEPENDPATH += $(OPIEDIR)/include INTERFACES = mainwindow.ui IMAGES = images/new.png images/repeat.png images/txt.png images/back.png TEMPLATE =app CONFIG += qt warn_on release INCLUDEPATH += $(OPIEDIR)/include LIBS += -lqpe DBFILE = chess.db LANGUAGE = C++ CPP_ALWAYS_CREATE_SOURCE = TRUE TRANSLATIONS = ../i18n/pt_BR/chess.ts TRANSLATIONS += ../i18n/de/chess.ts TRANSLATIONS += ../i18n/en/chess.ts TRANSLATIONS += ../i18n/fr/chess.ts +TRANSLATIONS += ../i18n/pl/chess.ts TRANSLATIONS += ../i18n/sl/chess.ts TRANSLATIONS += ../i18n/hu/chess.ts TRANSLATIONS += ../i18n/ja/chess.ts TRANSLATIONS += ../i18n/ko/chess.ts TRANSLATIONS += ../i18n/no/chess.ts TRANSLATIONS += ../i18n/zh_CN/chess.ts TRANSLATIONS += ../i18n/zh_TW/chess.ts diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 086ebc2..ee99799 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro @@ -1,22 +1,23 @@ DESTDIR = ../bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = fifteen.h SOURCES = fifteen.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = fifteen TRANSLATIONS = ../i18n/pt_BR/fifteen.ts TRANSLATIONS += ../i18n/de/fifteen.ts TRANSLATIONS += ../i18n/en/fifteen.ts TRANSLATIONS += ../i18n/hu/fifteen.ts +TRANSLATIONS += ../i18n/pl/fifteen.ts TRANSLATIONS += ../i18n/ja/fifteen.ts TRANSLATIONS += ../i18n/sl/fifteen.ts TRANSLATIONS += ../i18n/ko/fifteen.ts TRANSLATIONS += ../i18n/fr/fifteen.ts TRANSLATIONS += ../i18n/no/fifteen.ts TRANSLATIONS += ../i18n/zh_CN/fifteen.ts TRANSLATIONS += ../i18n/zh_TW/fifteen.ts diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 2eaaac2..6405808 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro @@ -1,29 +1,30 @@ DESTDIR = ../bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = amigo.h \ go.h \ goplayutils.h \ gowidget.h SOURCES = amigo.c \ goplayer.c \ goplayutils.c \ killable.c \ gowidget.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = go TRANSLATIONS = ../i18n/de/go.ts TRANSLATIONS += ../i18n/pt_BR/go.ts TRANSLATIONS += ../i18n/en/go.ts TRANSLATIONS += ../i18n/hu/go.ts TRANSLATIONS += ../i18n/ja/go.ts TRANSLATIONS += ../i18n/fr/go.ts TRANSLATIONS += ../i18n/sl/go.ts +TRANSLATIONS += ../i18n/pl/go.ts TRANSLATIONS += ../i18n/ko/go.ts TRANSLATIONS += ../i18n/no/go.ts TRANSLATIONS += ../i18n/zh_CN/go.ts TRANSLATIONS += ../i18n/zh_TW/go.ts diff --git a/noncore/games/kcheckers/kcheckers.pro b/noncore/games/kcheckers/kcheckers.pro index 614635d..bdbb46e 100644 --- a/noncore/games/kcheckers/kcheckers.pro +++ b/noncore/games/kcheckers/kcheckers.pro @@ -1,31 +1,32 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = checkers.h \ echeckers.h \ field.h \ kcheckers.h \ rcheckers.h SOURCES = checkers.cpp \ echeckers.cpp \ field.cpp \ kcheckers.cpp \ main.cpp \ rcheckers.cpp INTERFACES = INCLUDEPATH += . \ $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TARGET = kcheckers TRANSLATIONS = ../../i18n/pt_BR/kcheckers.ts TRANSLATIONS += ../../i18n/de/kcheckers.ts TRANSLATIONS += ../../i18n/en/kcheckers.ts TRANSLATIONS += ../../i18n/hu/kcheckers.ts TRANSLATIONS += ../../i18n/sl/kcheckers.ts +TRANSLATIONS += ../../i18n/pl/kcheckers.ts TRANSLATIONS += ../../i18n/ja/kcheckers.ts TRANSLATIONS += ../../i18n/ko/kcheckers.ts TRANSLATIONS += ../../i18n/no/kcheckers.ts TRANSLATIONS += ../../i18n/zh_CN/kcheckers.ts TRANSLATIONS += ../../i18n/zh_TW/kcheckers.ts TRANSLATIONS += ../../i18n/fr/kcheckers.ts diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 19cfc90..6da02a7 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro @@ -1,22 +1,23 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = mindbreaker.h SOURCES = main.cpp \ mindbreaker.cpp TARGET = mindbreaker INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/mindbreaker.ts TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts TRANSLATIONS += ../i18n/en/mindbreaker.ts TRANSLATIONS += ../i18n/hu/mindbreaker.ts TRANSLATIONS += ../i18n/fr/mindbreaker.ts TRANSLATIONS += ../i18n/ja/mindbreaker.ts TRANSLATIONS += ../i18n/sl/mindbreaker.ts +TRANSLATIONS += ../i18n/pl/mindbreaker.ts TRANSLATIONS += ../i18n/ko/mindbreaker.ts TRANSLATIONS += ../i18n/no/mindbreaker.ts TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 42432c2..a7128d1 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro @@ -1,24 +1,25 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = minefield.h \ minesweep.h SOURCES = main.cpp \ minefield.cpp \ minesweep.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../i18n/de/minesweep.ts TRANSLATIONS += ../i18n/pt_BR/minesweep.ts TRANSLATIONS += ../i18n/en/minesweep.ts TRANSLATIONS += ../i18n/hu/minesweep.ts TRANSLATIONS += ../i18n/ja/minesweep.ts TRANSLATIONS += ../i18n/fr/minesweep.ts TRANSLATIONS += ../i18n/ko/minesweep.ts +TRANSLATIONS += ../i18n/pl/minesweep.ts TRANSLATIONS += ../i18n/sl/minesweep.ts TRANSLATIONS += ../i18n/no/minesweep.ts TRANSLATIONS += ../i18n/zh_CN/minesweep.ts TRANSLATIONS += ../i18n/zh_TW/minesweep.ts diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index 2d42e9b..9404eb0 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro @@ -1,21 +1,22 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp TARGET = parashoot INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/parashoot.ts TRANSLATIONS += ../i18n/pt_BR/parashoot.ts TRANSLATIONS += ../i18n/en/parashoot.ts TRANSLATIONS += ../i18n/hu/parashoot.ts TRANSLATIONS += ../i18n/ja/parashoot.ts +TRANSLATIONS += ../i18n/pl/parashoot.ts TRANSLATIONS += ../i18n/ko/parashoot.ts TRANSLATIONS += ../i18n/fr/parashoot.ts TRANSLATIONS += ../i18n/sl/parashoot.ts TRANSLATIONS += ../i18n/no/parashoot.ts TRANSLATIONS += ../i18n/zh_CN/parashoot.ts TRANSLATIONS += ../i18n/zh_TW/parashoot.ts diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 20749db..47a53a2 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro @@ -1,21 +1,22 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = ledmeter.h sprites.h toplevel.h view.h SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp TARGET = qasteroids INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/qasteroids.ts TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts TRANSLATIONS += ../i18n/en/qasteroids.ts TRANSLATIONS += ../i18n/hu/qasteroids.ts TRANSLATIONS += ../i18n/fr/qasteroids.ts TRANSLATIONS += ../i18n/ja/qasteroids.ts +TRANSLATIONS += ../i18n/pl/qasteroids.ts TRANSLATIONS += ../i18n/ko/qasteroids.ts TRANSLATIONS += ../i18n/sl/qasteroids.ts TRANSLATIONS += ../i18n/no/qasteroids.ts TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 76c22dd..256c524 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro @@ -1,21 +1,22 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = snake.h target.h obstacle.h interface.h codes.h SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp TARGET = snake INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/snake.ts TRANSLATIONS += ../i18n/pt_BR/snake.ts TRANSLATIONS += ../i18n/en/snake.ts TRANSLATIONS += ../i18n/hu/snake.ts TRANSLATIONS += ../i18n/sl/snake.ts TRANSLATIONS += ../i18n/fr/snake.ts TRANSLATIONS += ../i18n/ja/snake.ts TRANSLATIONS += ../i18n/ko/snake.ts +TRANSLATIONS += ../i18n/pl/snake.ts TRANSLATIONS += ../i18n/no/snake.ts TRANSLATIONS += ../i18n/zh_CN/snake.ts TRANSLATIONS += ../i18n/zh_TW/snake.ts diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 82eecd1..31b6b89 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -1,28 +1,29 @@ 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/pt_BR/patience.ts TRANSLATIONS += ../i18n/en/patience.ts TRANSLATIONS += ../i18n/hu/patience.ts TRANSLATIONS += ../i18n/ja/patience.ts TRANSLATIONS += ../i18n/sl/patience.ts TRANSLATIONS += ../i18n/ko/patience.ts +TRANSLATIONS += ../i18n/pl/patience.ts TRANSLATIONS += ../i18n/no/patience.ts TRANSLATIONS += ../i18n/fr/patience.ts TRANSLATIONS += ../i18n/zh_CN/patience.ts TRANSLATIONS += ../i18n/zh_TW/patience.ts diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 5bb72ac..ea37ee2 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro @@ -1,29 +1,30 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = ../bin HEADERS = minefield.h \ gtetrix.h \ qtetrix.h \ qtetrixb.h \ tpiece.h SOURCES = main.cpp \ gtetrix.cpp \ qtetrix.cpp \ qtetrixb.cpp \ tpiece.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../i18n/pt_BR/tetrix.ts TRANSLATIONS += ../i18n/de/tetrix.ts TRANSLATIONS += ../i18n/en/tetrix.ts TRANSLATIONS += ../i18n/fr/tetrix.ts TRANSLATIONS += ../i18n/hu/tetrix.ts TRANSLATIONS += ../i18n/sl/tetrix.ts TRANSLATIONS += ../i18n/ja/tetrix.ts TRANSLATIONS += ../i18n/ko/tetrix.ts TRANSLATIONS += ../i18n/no/tetrix.ts TRANSLATIONS += ../i18n/zh_CN/tetrix.ts +TRANSLATIONS += ../i18n/pl/tetrix.ts TRANSLATIONS += ../i18n/zh_TW/tetrix.ts diff --git a/noncore/games/tictac/tictac.pro b/noncore/games/tictac/tictac.pro index a32e0d2..2b22a9f 100644 --- a/noncore/games/tictac/tictac.pro +++ b/noncore/games/tictac/tictac.pro @@ -1,23 +1,24 @@ TEMPLATE = app CONFIG += qt warn_on release HEADERS = tictac.h SOURCES = main.cpp \ tictac.cpp TARGET = tictac REQUIRES=medium-config INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../../i18n/pt_BR/tictac.ts TRANSLATIONS += ../../i18n/de/tictac.ts TRANSLATIONS += ../../i18n/en/tictac.ts TRANSLATIONS += ../../i18n/hu/tictac.ts TRANSLATIONS += ../../i18n/sl/tictac.ts TRANSLATIONS += ../../i18n/ja/tictac.ts TRANSLATIONS += ../../i18n/ko/tictac.ts TRANSLATIONS += ../../i18n/no/tictac.ts +TRANSLATIONS += ../../i18n/pl/tictac.ts TRANSLATIONS += ../../i18n/zh_CN/tictac.ts TRANSLATIONS += ../../i18n/zh_TW/tictac.ts TRANSLATIONS += ../../i18n/fr/tictac.ts diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 6772c18..43b5cd1 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro @@ -1,23 +1,24 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = wordgame.h SOURCES = main.cpp \ wordgame.cpp INTERFACES = newgamebase.ui rulesbase.ui TARGET = wordgame INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/pt_BR/wordgame.ts TRANSLATIONS += ../i18n/de/wordgame.ts TRANSLATIONS += ../i18n/en/wordgame.ts TRANSLATIONS += ../i18n/hu/wordgame.ts TRANSLATIONS += ../i18n/sl/wordgame.ts TRANSLATIONS += ../i18n/ja/wordgame.ts TRANSLATIONS += ../i18n/ko/wordgame.ts +TRANSLATIONS += ../i18n/pl/wordgame.ts TRANSLATIONS += ../i18n/no/wordgame.ts TRANSLATIONS += ../i18n/zh_CN/wordgame.ts TRANSLATIONS += ../i18n/zh_TW/wordgame.ts TRANSLATIONS += ../i18n/fr/wordgame.ts diff --git a/noncore/graphics/drawpad/drawpad.pro b/noncore/graphics/drawpad/drawpad.pro index 8d729c5..fce0701 100644 --- a/noncore/graphics/drawpad/drawpad.pro +++ b/noncore/graphics/drawpad/drawpad.pro @@ -1,55 +1,56 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = colordialog.h \ colorpanel.h \ drawpad.h \ drawpadcanvas.h \ ellipsetool.h \ erasetool.h \ exportdialog.h \ filltool.h \ filledellipsetool.h \ filledrectangletool.h \ importdialog.h \ linetool.h \ newpagedialog.h \ pointtool.h \ rectangletool.h \ shapetool.h \ tool.h SOURCES = colordialog.cpp \ colorpanel.cpp \ drawpad.cpp \ drawpadcanvas.cpp \ ellipsetool.cpp \ erasetool.cpp \ exportdialog.cpp \ filltool.cpp \ filledellipsetool.cpp \ filledrectangletool.cpp \ importdialog.cpp \ linetool.cpp \ main.cpp \ newpagedialog.cpp \ pointtool.cpp \ rectangletool.cpp \ shapetool.cpp \ tool.cpp INCLUDEPATH += $(OPIEDIR)/include \ $(QTDIR)/src/3rdparty/zlib DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe DESTDIR = $(OPIEDIR)/bin TARGET = drawpad TRANSLATIONS = ../../i18n/pt_BR/drawpad.ts TRANSLATIONS += ../../i18n/de/drawpad.ts TRANSLATIONS += ../../i18n/en/drawpad.ts TRANSLATIONS += ../../i18n/hu/drawpad.ts +TRANSLATIONS += ../../i18n/pl/drawpad.ts TRANSLATIONS += ../../i18n/ja/drawpad.ts TRANSLATIONS += ../../i18n/sl/drawpad.ts TRANSLATIONS += ../../i18n/fr/drawpad.ts TRANSLATIONS += ../../i18n/ko/drawpad.ts TRANSLATIONS += ../../i18n/no/drawpad.ts TRANSLATIONS += ../../i18n/zh_CN/drawpad.ts TRANSLATIONS += ../../i18n/zh_TW/drawpad.ts diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index 3cc322f..d2ab437 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro @@ -1,29 +1,30 @@ 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/pt_BR/showimg.ts TRANSLATIONS += ../i18n/de/showimg.ts TRANSLATIONS += ../i18n/en/showimg.ts TRANSLATIONS += ../i18n/hu/showimg.ts TRANSLATIONS += ../i18n/sl/showimg.ts TRANSLATIONS += ../i18n/ja/showimg.ts +TRANSLATIONS += ../i18n/pl/showimg.ts TRANSLATIONS += ../i18n/ko/showimg.ts TRANSLATIONS += ../i18n/no/showimg.ts TRANSLATIONS += ../i18n/zh_CN/showimg.ts TRANSLATIONS += ../i18n/zh_TW/showimg.ts TRANSLATIONS += ../i18n/fr/showimg.ts diff --git a/noncore/net/opieftp/opieftp.pro b/noncore/net/opieftp/opieftp.pro index 959de9a..f25d15f 100644 --- a/noncore/net/opieftp/opieftp.pro +++ b/noncore/net/opieftp/opieftp.pro @@ -1,22 +1,23 @@ TEMPLATE = app CONFIG += qt warn_on release HEADERS = opieftp.h inputDialog.h ftplib.h SOURCES = opieftp.cpp inputDialog.cpp ftplib.c main.cpp TARGET = opieftp REQUIRES=medium-config DESTDIR = $(OPIEDIR)/bin INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../../i18n/pt_BR/opieftp.ts TRANSLATIONS += ../../i18n/de/opieftp.ts TRANSLATIONS += ../../i18n/en/opieftp.ts TRANSLATIONS += ../../i18n/hu/opieftp.ts TRANSLATIONS += ../../i18n/sl/opieftp.ts +TRANSLATIONS += ../../i18n/pl/opieftp.ts TRANSLATIONS += ../../i18n/ja/opieftp.ts TRANSLATIONS += ../../i18n/ko/opieftp.ts TRANSLATIONS += ../../i18n/no/opieftp.ts TRANSLATIONS += ../../i18n/zh_CN/opieftp.ts TRANSLATIONS += ../../i18n/zh_TW/opieftp.ts TRANSLATIONS += ../../i18n/fr/opieftp.ts diff --git a/noncore/settings/language/language.pro b/noncore/settings/language/language.pro index 9ce9ed6..2e614df 100644 --- a/noncore/settings/language/language.pro +++ b/noncore/settings/language/language.pro @@ -1,22 +1,23 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = ../../bin HEADERS = settings.h SOURCES = language.cpp main.cpp INTERFACES = languagesettingsbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = language TRANSLATIONS = ../../i18n/pt_BR/language.ts TRANSLATIONS += ../../i18n/de/language.ts TRANSLATIONS += ../../i18n/en/language.ts TRANSLATIONS += ../../i18n/hu/language.ts TRANSLATIONS += ../../i18n/sl/language.ts +TRANSLATIONS += ../../i18n/pl/language.ts TRANSLATIONS += ../../i18n/ja/language.ts TRANSLATIONS += ../../i18n/ko/language.ts TRANSLATIONS += ../../i18n/no/language.ts TRANSLATIONS += ../../i18n/zh_CN/language.ts TRANSLATIONS += ../../i18n/zh_TW/language.ts TRANSLATIONS += ../../i18n/fr/language.ts diff --git a/noncore/settings/sound/sound.pro b/noncore/settings/sound/sound.pro index 0fe7448..9649262 100644 --- a/noncore/settings/sound/sound.pro +++ b/noncore/settings/sound/sound.pro @@ -1,22 +1,23 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = ../../bin HEADERS = soundsettings.h SOURCES = soundsettings.cpp main.cpp INTERFACES = soundsettingsbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include LIBS += -lqpe TARGET = sound TRANSLATIONS = ../../i18n/pt_BR/sound.ts TRANSLATIONS += ../../i18n/de/sound.ts TRANSLATIONS += ../../i18n/en/sound.ts TRANSLATIONS += ../../i18n/hu/sound.ts TRANSLATIONS += ../../i18n/sl/sound.ts +TRANSLATIONS += ../../i18n/pl/sound.ts TRANSLATIONS += ../../i18n/ja/sound.ts TRANSLATIONS += ../../i18n/ko/sound.ts TRANSLATIONS += ../../i18n/no/sound.ts TRANSLATIONS += ../../i18n/zh_CN/sound.ts TRANSLATIONS += ../../i18n/zh_TW/sound.ts TRANSLATIONS += ../../i18n/fr/sound.ts diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 08a43a5..0419515 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro @@ -1,39 +1,40 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = memory.h \ graph.h \ load.h \ storage.h \ processinfo.h \ processdetail.h \ versioninfo.h \ sysinfo.h SOURCES = main.cpp \ memory.cpp \ graph.cpp \ load.cpp \ storage.cpp \ processinfo.cpp \ processdetail.cpp \ versioninfo.cpp \ sysinfo.cpp INTERFACES = INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = sysinfo TRANSLATIONS = ../i18n/de/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 diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index c207e4d..93e7f65 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro @@ -1,22 +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/pt_BR/calc.ts TRANSLATIONS += ../i18n/de/calc.ts TRANSLATIONS += ../i18n/en/calc.ts TRANSLATIONS += ../i18n/sl/calc.ts TRANSLATIONS += ../i18n/hu/calc.ts TRANSLATIONS += ../i18n/fr/calc.ts TRANSLATIONS += ../i18n/ja/calc.ts +TRANSLATIONS += ../i18n/pl/calc.ts TRANSLATIONS += ../i18n/ko/calc.ts TRANSLATIONS += ../i18n/no/calc.ts TRANSLATIONS += ../i18n/zh_CN/calc.ts TRANSLATIONS += ../i18n/zh_TW/calc.ts diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index e00daab..ea60b54 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro @@ -1,23 +1,24 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = calculatorimpl.h SOURCES = calculatorimpl.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = calculator.ui TARGET = calculator TRANSLATIONS = ../i18n/pt_BR/calculator.ts TRANSLATIONS += ../i18n/de/calculator.ts TRANSLATIONS += ../i18n/en/calculator.ts TRANSLATIONS += ../i18n/sl/calculator.ts TRANSLATIONS += ../i18n/hu/calculator.ts +TRANSLATIONS += ../i18n/pl/calculator.ts TRANSLATIONS += ../i18n/ja/calculator.ts TRANSLATIONS += ../i18n/fr/calculator.ts TRANSLATIONS += ../i18n/ko/calculator.ts TRANSLATIONS += ../i18n/no/calculator.ts TRANSLATIONS += ../i18n/zh_CN/calculator.ts TRANSLATIONS += ../i18n/zh_TW/calculator.ts diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 6a5e795..5373515 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro @@ -1,23 +1,24 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = clock.h setAlarm.h SOURCES = clock.cpp setAlarm.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TARGET = clock TRANSLATIONS = ../i18n/de/clock.ts TRANSLATIONS += ../i18n/pt_BR/clock.ts TRANSLATIONS += ../i18n/en/clock.ts TRANSLATIONS += ../i18n/hu/clock.ts TRANSLATIONS += ../i18n/sl/clock.ts TRANSLATIONS += ../i18n/ja/clock.ts TRANSLATIONS += ../i18n/ko/clock.ts TRANSLATIONS += ../i18n/fr/clock.ts +TRANSLATIONS += ../i18n/pl/clock.ts TRANSLATIONS += ../i18n/no/clock.ts TRANSLATIONS += ../i18n/zh_CN/clock.ts TRANSLATIONS += ../i18n/zh_TW/clock.ts diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 7a52839..19195a4 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro @@ -1,20 +1,21 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = inlineedit.h filebrowser.h filePermissions.h SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../i18n/de/filebrowser.ts 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 diff --git a/noncore/unsupported/oipkg/qipkg.pro b/noncore/unsupported/oipkg/qipkg.pro index 7cf5819..830162a 100644 --- a/noncore/unsupported/oipkg/qipkg.pro +++ b/noncore/unsupported/oipkg/qipkg.pro @@ -1,23 +1,24 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = packagemanager.h SOURCES = packagemanager.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = packagemanagerbase.ui pkdesc.ui pkfind.ui pksettings.ui TARGET = qipkg TRANSLATIONS = ../i18n/pt_BR/qipkg.ts TRANSLATIONS += ../i18n/de/qipkg.ts TRANSLATIONS += ../i18n/en/qipkg.ts TRANSLATIONS += ../i18n/hu/qipkg.ts +TRANSLATIONS += ../i18n/pl/qipkg.ts TRANSLATIONS += ../i18n/sl/qipkg.ts TRANSLATIONS += ../i18n/ja/qipkg.ts TRANSLATIONS += ../i18n/ko/qipkg.ts TRANSLATIONS += ../i18n/no/qipkg.ts TRANSLATIONS += ../i18n/zh_CN/qipkg.ts TRANSLATIONS += ../i18n/zh_TW/qipkg.ts TRANSLATIONS += ../i18n/fr/qipkg.ts |