-rwxr-xr-x | core/apps/embeddedkonsole/embeddedkonsole.pro | 1 | ||||
-rw-r--r-- | core/apps/helpbrowser/helpbrowser.pro | 1 | ||||
-rw-r--r-- | core/apps/textedit/textedit.pro | 1 | ||||
-rw-r--r-- | core/multimedia/opieplayer/libmad/libmad.pro | 1 | ||||
-rw-r--r-- | core/multimedia/opieplayer/mpegplayer.pro | 1 | ||||
-rw-r--r-- | core/pim/addressbook/addressbook.pro | 1 | ||||
-rw-r--r-- | core/pim/datebook/datebook.pro | 1 | ||||
-rw-r--r-- | core/pim/today/today.pro | 1 | ||||
-rw-r--r-- | core/pim/todo/todo.pro | 1 | ||||
-rw-r--r-- | core/settings/citytime/citytime.pro | 1 | ||||
-rw-r--r-- | core/settings/light-and-power/light-and-power.pro | 2 | ||||
-rw-r--r-- | core/settings/security/security.pro | 1 |
12 files changed, 13 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 |