summaryrefslogtreecommitdiff
path: root/core/apps
Unidiff
Diffstat (limited to 'core/apps') (more/less context) (ignore 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
@@ -14,35 +14,37 @@ HEADERS = TEWidget.h \
14 commandeditwidget.h \ 14 commandeditwidget.h \
15 playlistselection.h \ 15 playlistselection.h \
16 MyPty.h 16 MyPty.h
17SOURCES = TEScreen.cpp \ 17SOURCES = TEScreen.cpp \
18 TEWidget.cpp \ 18 TEWidget.cpp \
19 TEHistory.cpp \ 19 TEHistory.cpp \
20 TEmulation.cpp \ 20 TEmulation.cpp \
21 TEmuVt102.cpp \ 21 TEmuVt102.cpp \
22 session.cpp \ 22 session.cpp \
23 keytrans.cpp \ 23 keytrans.cpp \
24 konsole.cpp \ 24 konsole.cpp \
25 commandeditdialog.cpp \ 25 commandeditdialog.cpp \
26 commandeditwidget.cpp \ 26 commandeditwidget.cpp \
27 playlistselection.cpp \ 27 playlistselection.cpp \
28 MyPty.cpp \ 28 MyPty.cpp \
29 main.cpp 29 main.cpp
30INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui 30INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui
31TARGET = embeddedkonsole 31TARGET = embeddedkonsole
32INCLUDEPATH += $(OPIEDIR)/include 32INCLUDEPATH += $(OPIEDIR)/include
33DEPENDPATH += $(OPIEDIR)/include 33DEPENDPATH += $(OPIEDIR)/include
34LIBS += -lqpe 34LIBS += -lqpe
35REQUIRES = embeddedkonsole 35REQUIRES = embeddedkonsole
36 36
37TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts 37TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts
38TRANSLATIONS += ../i18n/es/embeddedkonsole.ts
39TRANSLATIONS += ../i18n/pt/embeddedkonsole.ts
38TRANSLATIONS += ../i18n/de/embeddedkonsole.ts 40TRANSLATIONS += ../i18n/de/embeddedkonsole.ts
39TRANSLATIONS += ../i18n/en/embeddedkonsole.ts 41TRANSLATIONS += ../i18n/en/embeddedkonsole.ts
40TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts 42TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts
41TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts 43TRANSLATIONS += ../i18n/fr/embeddedkonsole.ts
42TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts 44TRANSLATIONS += ../i18n/pl/embeddedkonsole.ts
43TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts 45TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts
44TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts 46TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts
45TRANSLATIONS += ../i18n/no/embeddedkonsole.ts 47TRANSLATIONS += ../i18n/no/embeddedkonsole.ts
46TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts 48TRANSLATIONS += ../i18n/sl/embeddedkonsole.ts
47TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts 49TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts
48TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts 50TRANSLATIONS += ../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 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 HEADERS = helpbrowser.h 4 HEADERS = helpbrowser.h
5 SOURCES = helpbrowser.cpp \ 5 SOURCES = helpbrowser.cpp \
6 main.cpp 6 main.cpp
7INCLUDEPATH += $(OPIEDIR)/include 7INCLUDEPATH += $(OPIEDIR)/include
8 DEPENDPATH+= $(OPIEDIR)/include 8 DEPENDPATH+= $(OPIEDIR)/include
9LIBS += -lqpe 9LIBS += -lqpe
10 INTERFACES= 10 INTERFACES=
11 11
12TRANSLATIONS = ../i18n/de/helpbrowser.ts 12TRANSLATIONS = ../i18n/de/helpbrowser.ts
13TRANSLATIONS += ../i18n/es/helpbrowser.ts
14TRANSLATIONS += ../i18n/pt/helpbrowser.ts
13TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts 15TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts
14TRANSLATIONS += ../i18n/en/helpbrowser.ts 16TRANSLATIONS += ../i18n/en/helpbrowser.ts
15TRANSLATIONS += ../i18n/hu/helpbrowser.ts 17TRANSLATIONS += ../i18n/hu/helpbrowser.ts
16TRANSLATIONS += ../i18n/ja/helpbrowser.ts 18TRANSLATIONS += ../i18n/ja/helpbrowser.ts
17TRANSLATIONS += ../i18n/sl/helpbrowser.ts 19TRANSLATIONS += ../i18n/sl/helpbrowser.ts
18TRANSLATIONS += ../i18n/ko/helpbrowser.ts 20TRANSLATIONS += ../i18n/ko/helpbrowser.ts
19TRANSLATIONS += ../i18n/no/helpbrowser.ts 21TRANSLATIONS += ../i18n/no/helpbrowser.ts
20TRANSLATIONS += ../i18n/pl/helpbrowser.ts 22TRANSLATIONS += ../i18n/pl/helpbrowser.ts
21TRANSLATIONS += ../i18n/fr/helpbrowser.ts 23TRANSLATIONS += ../i18n/fr/helpbrowser.ts
22TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts 24TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts
23TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts 25TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts