summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-11-06 06:51:43 (UTC)
committer kergoth <kergoth>2002-11-06 06:51:43 (UTC)
commitcf67639169c3afdfbdb820682f2207451c19b5e0 (patch) (unidiff)
tree55a682e3882cd3959ad0463081f5925f2b03c8d6
parent6d8419ef1b9f3f8f5599254d7a005b6a7ea5f5a8 (diff)
downloadopie-cf67639169c3afdfbdb820682f2207451c19b5e0.zip
opie-cf67639169c3afdfbdb820682f2207451c19b5e0.tar.gz
opie-cf67639169c3afdfbdb820682f2207451c19b5e0.tar.bz2
Set embeddedkonsole compile params .. converting configure script stuffs over
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xcore/apps/embeddedkonsole/embeddedkonsole.pro2
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,32 +1,34 @@
1QMAKE_CFLAGS = -DHAVE_OPENPTY
2QMAKE_LIBS = -lutil
1TEMPLATE = app 3TEMPLATE = app
2CONFIG += qt warn_on release 4CONFIG += qt warn_on release
3DESTDIR = $(OPIEDIR)/bin 5DESTDIR = $(OPIEDIR)/bin
4HEADERS = TEWidget.h \ 6HEADERS = 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
17SOURCES = TEScreen.cpp \ 19SOURCES = 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
30INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui 32INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui
31TARGET = embeddedkonsole 33TARGET = embeddedkonsole
32INCLUDEPATH += $(OPIEDIR)/include 34INCLUDEPATH += $(OPIEDIR)/include