summaryrefslogtreecommitdiff
path: root/core/apps
Side-by-side diff
Diffstat (limited to 'core/apps') (more/less context) (show whitespace changes)
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro2
-rw-r--r--core/apps/helpbrowser/helpbrowser.pro2
2 files changed, 4 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro
index f73cd38..6e6860e 100755
--- a/core/apps/embeddedkonsole/embeddedkonsole.pro
+++ b/core/apps/embeddedkonsole/embeddedkonsole.pro
@@ -26,23 +26,25 @@ SOURCES = TEScreen.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/es/embeddedkonsole.ts
+TRANSLATIONS += ../i18n/pt/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 070dd2b..fe4553a 100644
--- a/core/apps/helpbrowser/helpbrowser.pro
+++ b/core/apps/helpbrowser/helpbrowser.pro
@@ -1,23 +1,25 @@
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/es/helpbrowser.ts
+TRANSLATIONS += ../i18n/pt/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