-rw-r--r-- | noncore/apps/advancedfm/advancedfm.pro | 31 | ||||
-rw-r--r-- | noncore/apps/dictionary/dictionary.pro | 35 | ||||
-rw-r--r-- | noncore/apps/tableviewer/tableviewer.pro | 31 |
3 files changed, 42 insertions, 55 deletions
diff --git a/noncore/apps/advancedfm/advancedfm.pro b/noncore/apps/advancedfm/advancedfm.pro index a1ff9cb..e99ab12 100644 --- a/noncore/apps/advancedfm/advancedfm.pro +++ b/noncore/apps/advancedfm/advancedfm.pro @@ -9,20 +9,17 @@ DEPENDPATH += $(OPIEDIR)/include DESTDIR = $(OPIEDIR)/bin LIBS += -lqpe -lopie - - -TRANSLATIONS = ../../../i18n/de/advancedfm.ts -TRANSLATIONS += ../../../i18n/en/advancedfm.ts -TRANSLATIONS += ../../../i18n/es/advancedfm.ts -TRANSLATIONS += ../../../i18n/fr/advancedfm.ts -TRANSLATIONS += ../../../i18n/hu/advancedfm.ts -TRANSLATIONS += ../../../i18n/ja/advancedfm.ts -TRANSLATIONS += ../../../i18n/ko/advancedfm.ts -TRANSLATIONS += ../../../i18n/no/advancedfm.ts -TRANSLATIONS += ../../../i18n/pl/advancedfm.ts -TRANSLATIONS += ../../../i18n/pt/advancedfm.ts -TRANSLATIONS += ../../../i18n/pt_BR/advancedfm.ts -TRANSLATIONS += ../../../i18n/sl/advancedfm.ts -TRANSLATIONS += ../../../i18n/zh_CN/advancedfm.ts -TRANSLATIONS += ../../../i18n/zh_TW/advancedfm.ts - +TRANSLATIONS = ../../../i18n/de/advancedfm.ts \ + ../../../i18n/en/advancedfm.ts \ + ../../../i18n/es/advancedfm.ts \ + ../../../i18n/fr/advancedfm.ts \ + ../../../i18n/hu/advancedfm.ts \ + ../../../i18n/ja/advancedfm.ts \ + ../../../i18n/ko/advancedfm.ts \ + ../../../i18n/no/advancedfm.ts \ + ../../../i18n/pl/advancedfm.ts \ + ../../../i18n/pt/advancedfm.ts \ + ../../../i18n/pt_BR/advancedfm.ts \ + ../../../i18n/sl/advancedfm.ts \ + ../../../i18n/zh_CN/advancedfm.ts \ + ../../../i18n/zh_TW/advancedfm.ts diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index 71beb2d..687bd31 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro @@ -1,32 +1,25 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin - HEADERS = dicttool.h SOURCES = dicttool.cpp main.cpp - INTERFACES = dicttoolbase.ui - INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - TARGET = dictionary - - -TRANSLATIONS = ../../../i18n/de/dictionary.ts -TRANSLATIONS += ../../../i18n/en/dictionary.ts -TRANSLATIONS += ../../../i18n/es/dictionary.ts -TRANSLATIONS += ../../../i18n/fr/dictionary.ts -TRANSLATIONS += ../../../i18n/hu/dictionary.ts -TRANSLATIONS += ../../../i18n/ja/dictionary.ts -TRANSLATIONS += ../../../i18n/ko/dictionary.ts -TRANSLATIONS += ../../../i18n/no/dictionary.ts -TRANSLATIONS += ../../../i18n/pl/dictionary.ts -TRANSLATIONS += ../../../i18n/pt/dictionary.ts -TRANSLATIONS += ../../../i18n/pt_BR/dictionary.ts -TRANSLATIONS += ../../../i18n/sl/dictionary.ts -TRANSLATIONS += ../../../i18n/zh_CN/dictionary.ts -TRANSLATIONS += ../../../i18n/zh_TW/dictionary.ts - +TRANSLATIONS = ../../../i18n/de/dictionary.ts \ + ../../../i18n/en/dictionary.ts \ + ../../../i18n/es/dictionary.ts \ + ../../../i18n/fr/dictionary.ts \ + ../../../i18n/hu/dictionary.ts \ + ../../../i18n/ja/dictionary.ts \ + ../../../i18n/ko/dictionary.ts \ + ../../../i18n/no/dictionary.ts \ + ../../../i18n/pl/dictionary.ts \ + ../../../i18n/pt/dictionary.ts \ + ../../../i18n/pt_BR/dictionary.ts \ + ../../../i18n/sl/dictionary.ts \ + ../../../i18n/zh_CN/dictionary.ts \ + ../../../i18n/zh_TW/dictionary.ts diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 126708a..d40e9fa 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro @@ -35,20 +35,17 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe - - -TRANSLATIONS = ../../../i18n/de/tableviewer.ts -TRANSLATIONS += ../../../i18n/en/tableviewer.ts -TRANSLATIONS += ../../../i18n/es/tableviewer.ts -TRANSLATIONS += ../../../i18n/fr/tableviewer.ts -TRANSLATIONS += ../../../i18n/hu/tableviewer.ts -TRANSLATIONS += ../../../i18n/ja/tableviewer.ts -TRANSLATIONS += ../../../i18n/ko/tableviewer.ts -TRANSLATIONS += ../../../i18n/no/tableviewer.ts -TRANSLATIONS += ../../../i18n/pl/tableviewer.ts -TRANSLATIONS += ../../../i18n/pt/tableviewer.ts -TRANSLATIONS += ../../../i18n/pt_BR/tableviewer.ts -TRANSLATIONS += ../../../i18n/sl/tableviewer.ts -TRANSLATIONS += ../../../i18n/zh_CN/tableviewer.ts -TRANSLATIONS += ../../../i18n/zh_TW/tableviewer.ts - +TRANSLATIONS = ../../../i18n/de/tableviewer.ts \ + ../../../i18n/en/tableviewer.ts \ + ../../../i18n/es/tableviewer.ts \ + ../../../i18n/fr/tableviewer.ts \ + ../../../i18n/hu/tableviewer.ts \ + ../../../i18n/ja/tableviewer.ts \ + ../../../i18n/ko/tableviewer.ts \ + ../../../i18n/no/tableviewer.ts \ + ../../../i18n/pl/tableviewer.ts \ + ../../../i18n/pt/tableviewer.ts \ + ../../../i18n/pt_BR/tableviewer.ts \ + ../../../i18n/sl/tableviewer.ts \ + ../../../i18n/zh_CN/tableviewer.ts \ + ../../../i18n/zh_TW/tableviewer.ts |