-rw-r--r-- | core/launcher/launcher.pro | 1 | ||||
-rw-r--r-- | noncore/apps/checkbook/checkbook.pro | 16 | ||||
-rw-r--r-- | noncore/apps/opie-sheet/opie-sheet.pro | 16 | ||||
-rw-r--r-- | noncore/comm/keypebble/keypebble.pro | 1 | ||||
-rw-r--r-- | noncore/games/minesweep/minesweep.pro | 1 | ||||
-rw-r--r-- | noncore/games/tetrix/tetrix.pro | 4 |
6 files changed, 36 insertions, 3 deletions
diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 169edc1..3b75008 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro @@ -1,117 +1,118 @@ 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 \ $(OPIEDIR)/core/apps/calibrate/calibrate.h \ startmenu.h \ transferserver.h \ qcopbridge.h \ packageslave.h \ irserver.h \ $(OPIEDIR)/rsync/buf.h \ $(OPIEDIR)/rsync/checksum.h \ $(OPIEDIR)/rsync/command.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 \ $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ transferserver.cpp \ packageslave.cpp \ irserver.cpp \ qcopbridge.cpp \ startmenu.cpp \ main.cpp \ $(OPIEDIR)/rsync/base64.c \ $(OPIEDIR)/rsync/buf.c \ $(OPIEDIR)/rsync/checksum.c \ $(OPIEDIR)/rsync/command.c \ $(OPIEDIR)/rsync/delta.c \ $(OPIEDIR)/rsync/emit.c \ $(OPIEDIR)/rsync/hex.c \ $(OPIEDIR)/rsync/job.c \ $(OPIEDIR)/rsync/mdfour.c \ $(OPIEDIR)/rsync/mksum.c \ $(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 = 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 -luuid 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/it/qpe.ts \ ../../i18n/zh_TW/qpe.ts diff --git a/noncore/apps/checkbook/checkbook.pro b/noncore/apps/checkbook/checkbook.pro index 68db34b..e9e2167 100644 --- a/noncore/apps/checkbook/checkbook.pro +++ b/noncore/apps/checkbook/checkbook.pro @@ -1,34 +1,50 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = config.h \ qcheckbook.h \ qcheckdetails.h \ qcheckentry.h \ qcheckgraph.h \ qcheckmainmenu.h \ qcheckname.h \ qcheckview.h \ qrestrictedcombo.h \ qrestrictedline.h SOURCES = config.cpp \ main.cpp \ qcheckbook.cpp \ qcheckdetails.cpp \ qcheckentry.cpp \ qcheckgraph.cpp \ qcheckmainmenu.cpp \ qcheckname.cpp \ qcheckview.cpp \ qrestrictedcombo.cpp \ qrestrictedline.cpp INTERFACES = qcheckdetailsbase.ui \ qcheckentrybase.ui \ qcheckgraphbase.ui \ qcheckmmbase.ui \ qchecknamebase.ui \ qcheckviewbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = checkbook DESTDIR = $(OPIEDIR)/bin + +TRANSLATIONS = ../../../i18n/de/checkbook.ts \ + ../../../i18n/en/checkbook.ts \ + ../../../i18n/es/checkbook.ts \ + ../../../i18n/fr/checkbook.ts \ + ../../../i18n/hu/checkbook.ts \ + ../../../i18n/ja/checkbook.ts \ + ../../../i18n/ko/checkbook.ts \ + ../../../i18n/no/checkbook.ts \ + ../../../i18n/pl/checkbook.ts \ + ../../../i18n/pt/checkbook.ts \ + ../../../i18n/pt_BR/checkbook.ts \ + ../../../i18n/sl/checkbook.ts \ + ../../../i18n/zh_CN/checkbook.ts \ + ../../../i18n/zh_TW/checkbook.ts \ + ../../../i18n/it/checkbook.ts diff --git a/noncore/apps/opie-sheet/opie-sheet.pro b/noncore/apps/opie-sheet/opie-sheet.pro index b053975..93a3acc 100644 --- a/noncore/apps/opie-sheet/opie-sheet.pro +++ b/noncore/apps/opie-sheet/opie-sheet.pro @@ -1,9 +1,25 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = mainwindow.h sheet.h cellformat.h finddlg.h numberdlg.h sortdlg.h textdlg.h SOURCES = main.cpp mainwindow.cpp sheet.cpp cellformat.cpp finddlg.cpp numberdlg.cpp sortdlg.cpp textdlg.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = sheetqt + +TRANSLATIONS = ../../../i18n/de/opie-sheet.ts \ + ../../../i18n/en/opie-sheet.ts \ + ../../../i18n/es/opie-sheet.ts \ + ../../../i18n/fr/opie-sheet.ts \ + ../../../i18n/hu/opie-sheet.ts \ + ../../../i18n/ja/opie-sheet.ts \ + ../../../i18n/ko/opie-sheet.ts \ + ../../../i18n/no/opie-sheet.ts \ + ../../../i18n/pl/opie-sheet.ts \ + ../../../i18n/pt/opie-sheet.ts \ + ../../../i18n/pt_BR/opie-sheet.ts \ + ../../../i18n/sl/opie-sheet.ts \ + ../../../i18n/zh_CN/opie-sheet.ts \ + ../../../i18n/zh_TW/opie-sheet.ts \ + ../../../i18n/it/opie-sheet.ts diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index 1b392af..a102381 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro @@ -1,48 +1,47 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/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/de/keypebble.ts \ ../../../i18n/en/keypebble.ts \ ../../../i18n/es/keypebble.ts \ ../../../i18n/fr/keypebble.ts \ ../../../i18n/hu/keypebble.ts \ ../../../i18n/ja/keypebble.ts \ ../../../i18n/ko/keypebble.ts \ ../../../i18n/no/keypebble.ts \ ../../../i18n/pl/keypebble.ts \ ../../../i18n/pt/keypebble.ts \ ../../../i18n/pt_BR/keypebble.ts \ ../../../i18n/sl/keypebble.ts \ ../../../i18n/zh_CN/keypebble.ts \ ../../../i18n/zh_TW/keypebble.ts diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 4c5ffb6..89dd5e3 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro @@ -1,28 +1,29 @@ 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 = TARGET = minesweep TRANSLATIONS = ../../../i18n/de/minesweep.ts \ ../../../i18n/en/minesweep.ts \ ../../../i18n/es/minesweep.ts \ ../../../i18n/fr/minesweep.ts \ ../../../i18n/hu/minesweep.ts \ ../../../i18n/ja/minesweep.ts \ ../../../i18n/ko/minesweep.ts \ ../../../i18n/no/minesweep.ts \ ../../../i18n/pl/minesweep.ts \ ../../../i18n/pt/minesweep.ts \ ../../../i18n/pt_BR/minesweep.ts \ ../../../i18n/sl/minesweep.ts \ ../../../i18n/zh_CN/minesweep.ts \ + ../../../i18n/it/minesweep.ts \ ../../../i18n/zh_TW/minesweep.ts diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index bcb27af..b8fbe9f 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro @@ -1,33 +1,33 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin -HEADERS = minefield.h \ - gtetrix.h \ +HEADERS = 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 = TARGET = tetrix TRANSLATIONS = ../../../i18n/de/tetrix.ts \ ../../../i18n/en/tetrix.ts \ ../../../i18n/es/tetrix.ts \ ../../../i18n/fr/tetrix.ts \ ../../../i18n/hu/tetrix.ts \ ../../../i18n/ja/tetrix.ts \ ../../../i18n/ko/tetrix.ts \ ../../../i18n/no/tetrix.ts \ ../../../i18n/pl/tetrix.ts \ ../../../i18n/pt/tetrix.ts \ ../../../i18n/pt_BR/tetrix.ts \ ../../../i18n/sl/tetrix.ts \ ../../../i18n/zh_CN/tetrix.ts \ + ../../../i18n/it/tetrix.ts \ ../../../i18n/zh_TW/tetrix.ts |