-rw-r--r-- | core/apps/helpbrowser/helpbrowser.pro | 1 | ||||
-rw-r--r-- | core/multimedia/opieplayer/libmad/libmad.pro | 12 | ||||
-rw-r--r-- | core/multimedia/opieplayer/mpegplayer.pro | 3 | ||||
-rw-r--r-- | core/pim/addressbook/addressbook.pro | 15 | ||||
-rw-r--r-- | core/pim/datebook/datebook.pro | 14 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 7 | ||||
-rw-r--r-- | core/settings/citytime/citytime.pro | 1 | ||||
-rw-r--r-- | core/settings/security/security.pro | 13 |
8 files changed, 52 insertions, 14 deletions
diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index d1bdd8e..475226e 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro @@ -1,21 +1,22 @@ 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/fr/helpbrowser.ts TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts diff --git a/core/multimedia/opieplayer/libmad/libmad.pro b/core/multimedia/opieplayer/libmad/libmad.pro index 6b75d1f..0441201 100644 --- a/core/multimedia/opieplayer/libmad/libmad.pro +++ b/core/multimedia/opieplayer/libmad/libmad.pro @@ -1,14 +1,24 @@ 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/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/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 d003f04..92db399 100644 --- a/core/multimedia/opieplayer/mpegplayer.pro +++ b/core/multimedia/opieplayer/mpegplayer.pro @@ -9,26 +9,27 @@ SOURCES = main.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/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/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 3035101..fa73909 100644 --- a/core/pim/addressbook/addressbook.pro +++ b/core/pim/addressbook/addressbook.pro @@ -6,20 +6,27 @@ HEADERS = addressbook.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/de/addressbook.ts -TRANSLATIONS += ../i18n/fr/addressbook.ts -TRANSLATIONS += ../i18n/sl/addressbook.ts -TRANSLATIONS += ../i18n/pt_BR/addressbook.ts +TRANSLATIONS = ../../i18n/pt_BR/addessbook.ts +TRANSLATIONS += ../../i18n/de/addessbook.ts +TRANSLATIONS += ../../i18n/en/addessbook.ts +TRANSLATIONS += ../../i18n/hu/addessbook.ts +TRANSLATIONS += ../../i18n/sl/addessbook.ts +TRANSLATIONS += ../../i18n/ja/addessbook.ts +TRANSLATIONS += ../../i18n/ko/addessbook.ts +TRANSLATIONS += ../../i18n/no/addessbook.ts +TRANSLATIONS += ../../i18n/zh_CN/addessbook.ts +TRANSLATIONS += ../../i18n/zh_TW/addessbook.ts +TRANSLATIONS += ../../i18n/fr/addessbook.ts diff --git a/core/pim/datebook/datebook.pro b/core/pim/datebook/datebook.pro index cab1074..2826930 100644 --- a/core/pim/datebook/datebook.pro +++ b/core/pim/datebook/datebook.pro @@ -28,19 +28,27 @@ SOURCES = main.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/de/datebook.ts -TRANSLATIONS += ../i18n/fr/datebook.ts -TRANSLATIONS += ../i18n/pt_BR/datebook.ts +TRANSLATIONS = ../i18n/pt_BR/datebook.ts +TRANSLATIONS += ../i18n/de/datebook.ts +TRANSLATIONS += ../i18n/en/datebook.ts +TRANSLATIONS += ../i18n/hu/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/todo/todo.pro b/core/pim/todo/todo.pro index f214c50..9cd0e7c 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -3,26 +3,27 @@ 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/de/todolist.ts -TRANSLATIONS += ../i18n/pt_BR/todolist.ts +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/ja/todolist.ts TRANSLATIONS += ../i18n/ko/todolist.ts -TRANSLATIONS += ../i18n/sl/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 6e8901d..e4e40df 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro @@ -4,19 +4,20 @@ 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/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/security/security.pro b/core/settings/security/security.pro index fd68b4a..daa9ba7 100644 --- a/core/settings/security/security.pro +++ b/core/settings/security/security.pro @@ -1,13 +1,22 @@ 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/de/security.ts -TRANSLATIONS += ../../i18n/pt_BR/security.ts +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/no/security.ts +TRANSLATIONS += ../../i18n/zh_CN/security.ts +TRANSLATIONS += ../../i18n/zh_TW/security.ts +TRANSLATIONS += ../../i18n/fr/security.ts |