author | kergoth <kergoth> | 2002-11-06 06:51:43 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 06:51:43 (UTC) |
commit | cf67639169c3afdfbdb820682f2207451c19b5e0 (patch) (unidiff) | |
tree | 55a682e3882cd3959ad0463081f5925f2b03c8d6 | |
parent | 6d8419ef1b9f3f8f5599254d7a005b6a7ea5f5a8 (diff) | |
download | opie-cf67639169c3afdfbdb820682f2207451c19b5e0.zip opie-cf67639169c3afdfbdb820682f2207451c19b5e0.tar.gz opie-cf67639169c3afdfbdb820682f2207451c19b5e0.tar.bz2 |
Set embeddedkonsole compile params .. converting configure script stuffs over
-rwxr-xr-x | core/apps/embeddedkonsole/embeddedkonsole.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index b10f27b..bfa16a2 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -1,48 +1,50 @@ | |||
1 | QMAKE_CFLAGS = -DHAVE_OPENPTY | ||
2 | QMAKE_LIBS = -lutil | ||
1 | TEMPLATE = app | 3 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 4 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 5 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = TEWidget.h \ | 6 | HEADERS = TEWidget.h \ |
5 | TEScreen.h \ | 7 | TEScreen.h \ |
6 | TECommon.h \ | 8 | TECommon.h \ |
7 | TEHistory.h \ | 9 | TEHistory.h \ |
8 | TEmulation.h \ | 10 | TEmulation.h \ |
9 | TEmuVt102.h \ | 11 | TEmuVt102.h \ |
10 | session.h \ | 12 | session.h \ |
11 | keytrans.h \ | 13 | keytrans.h \ |
12 | konsole.h \ | 14 | konsole.h \ |
13 | commandeditdialog.h \ | 15 | commandeditdialog.h \ |
14 | commandeditwidget.h \ | 16 | commandeditwidget.h \ |
15 | playlistselection.h \ | 17 | playlistselection.h \ |
16 | MyPty.h | 18 | MyPty.h |
17 | SOURCES = TEScreen.cpp \ | 19 | SOURCES = TEScreen.cpp \ |
18 | TEWidget.cpp \ | 20 | TEWidget.cpp \ |
19 | TEHistory.cpp \ | 21 | TEHistory.cpp \ |
20 | TEmulation.cpp \ | 22 | TEmulation.cpp \ |
21 | TEmuVt102.cpp \ | 23 | TEmuVt102.cpp \ |
22 | session.cpp \ | 24 | session.cpp \ |
23 | keytrans.cpp \ | 25 | keytrans.cpp \ |
24 | konsole.cpp \ | 26 | konsole.cpp \ |
25 | commandeditdialog.cpp \ | 27 | commandeditdialog.cpp \ |
26 | commandeditwidget.cpp \ | 28 | commandeditwidget.cpp \ |
27 | playlistselection.cpp \ | 29 | playlistselection.cpp \ |
28 | MyPty.cpp \ | 30 | MyPty.cpp \ |
29 | main.cpp | 31 | main.cpp |
30 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 32 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
31 | TARGET = embeddedkonsole | 33 | TARGET = embeddedkonsole |
32 | INCLUDEPATH += $(OPIEDIR)/include | 34 | INCLUDEPATH += $(OPIEDIR)/include |
33 | DEPENDPATH += $(OPIEDIR)/include | 35 | DEPENDPATH += $(OPIEDIR)/include |
34 | LIBS += -lqpe -lopie | 36 | LIBS += -lqpe -lopie |
35 | 37 | ||
36 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ | 38 | TRANSLATIONS = ../../../i18n/de/embeddedkonsole.ts \ |
37 | ../../../i18n/en/embeddedkonsole.ts \ | 39 | ../../../i18n/en/embeddedkonsole.ts \ |
38 | ../../../i18n/es/embeddedkonsole.ts \ | 40 | ../../../i18n/es/embeddedkonsole.ts \ |
39 | ../../../i18n/fr/embeddedkonsole.ts \ | 41 | ../../../i18n/fr/embeddedkonsole.ts \ |
40 | ../../../i18n/hu/embeddedkonsole.ts \ | 42 | ../../../i18n/hu/embeddedkonsole.ts \ |
41 | ../../../i18n/ja/embeddedkonsole.ts \ | 43 | ../../../i18n/ja/embeddedkonsole.ts \ |
42 | ../../../i18n/ko/embeddedkonsole.ts \ | 44 | ../../../i18n/ko/embeddedkonsole.ts \ |
43 | ../../../i18n/no/embeddedkonsole.ts \ | 45 | ../../../i18n/no/embeddedkonsole.ts \ |
44 | ../../../i18n/pl/embeddedkonsole.ts \ | 46 | ../../../i18n/pl/embeddedkonsole.ts \ |
45 | ../../../i18n/pt/embeddedkonsole.ts \ | 47 | ../../../i18n/pt/embeddedkonsole.ts \ |
46 | ../../../i18n/pt_BR/embeddedkonsole.ts \ | 48 | ../../../i18n/pt_BR/embeddedkonsole.ts \ |
47 | ../../../i18n/sl/embeddedkonsole.ts \ | 49 | ../../../i18n/sl/embeddedkonsole.ts \ |
48 | ../../../i18n/zh_CN/embeddedkonsole.ts \ | 50 | ../../../i18n/zh_CN/embeddedkonsole.ts \ |