author | zecke <zecke> | 2004-02-25 20:00:10 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-02-25 20:00:10 (UTC) |
commit | ddab47e21543e806a7de978985f77ea2b9e8c214 (patch) (unidiff) | |
tree | 8008a533b7e50dc2bbe66121496d71be99c59cd9 | |
parent | a73e8d51528b6c073d56f389f22fb95d99e9407f (diff) | |
download | opie-ddab47e21543e806a7de978985f77ea2b9e8c214.zip opie-ddab47e21543e806a7de978985f77ea2b9e8c214.tar.gz opie-ddab47e21543e806a7de978985f77ea2b9e8c214.tar.bz2 |
Unmess the .pro file
-rwxr-xr-x | core/apps/embeddedkonsole/embeddedkonsole.pro | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index 2743488..df1e6b3 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro | |||
@@ -1,38 +1,35 @@ | |||
1 | QMAKE_CFLAGS = -DHAVE_OPENPTY | ||
2 | TMAKE_FLAGS += -DHAVE_OPENPTY | ||
3 | QMAKE_LIBS = -lutil | ||
4 | CONFIG += qt warn_on release quick-app | 1 | CONFIG += qt warn_on release quick-app |
5 | HEADERS = TEWidget.h \ | 2 | HEADERS = TEWidget.h \ |
6 | TEScreen.h \ | 3 | TEScreen.h \ |
7 | TECommon.h \ | 4 | TECommon.h \ |
8 | TEHistory.h \ | 5 | TEHistory.h \ |
9 | TEmulation.h \ | 6 | TEmulation.h \ |
10 | TEmuVt102.h \ | 7 | TEmuVt102.h \ |
11 | session.h \ | 8 | session.h \ |
12 | keytrans.h \ | 9 | keytrans.h \ |
13 | konsole.h \ | 10 | konsole.h \ |
14 | commandeditdialog.h \ | 11 | commandeditdialog.h \ |
15 | commandeditwidget.h \ | 12 | commandeditwidget.h \ |
16 | playlistselection.h \ | 13 | playlistselection.h \ |
17 | MyPty.h | 14 | MyPty.h |
18 | SOURCES = TEScreen.cpp \ | 15 | SOURCES = TEScreen.cpp \ |
19 | TEWidget.cpp \ | 16 | TEWidget.cpp \ |
20 | TEHistory.cpp \ | 17 | TEHistory.cpp \ |
21 | TEmulation.cpp \ | 18 | TEmulation.cpp \ |
22 | TEmuVt102.cpp \ | 19 | TEmuVt102.cpp \ |
23 | session.cpp \ | 20 | session.cpp \ |
24 | keytrans.cpp \ | 21 | keytrans.cpp \ |
25 | konsole.cpp \ | 22 | konsole.cpp \ |
26 | commandeditdialog.cpp \ | 23 | commandeditdialog.cpp \ |
27 | commandeditwidget.cpp \ | 24 | commandeditwidget.cpp \ |
28 | playlistselection.cpp \ | 25 | playlistselection.cpp \ |
29 | MyPty.cpp \ | 26 | MyPty.cpp \ |
30 | main.cpp | 27 | main.cpp |
31 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui | 28 | INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui |
32 | TARGET = embeddedkonsole | 29 | TARGET = embeddedkonsole |
33 | INCLUDEPATH += $(OPIEDIR)/include | 30 | INCLUDEPATH += $(OPIEDIR)/include |
34 | DEPENDPATH += $(OPIEDIR)/include | 31 | DEPENDPATH += $(OPIEDIR)/include |
35 | LIBS += -lqpe -lopiecore2 -lqtaux2 | 32 | LIBS += -lqpe -lopiecore2 -lqtaux2 -lutil |
36 | TMAKE_CXXFLAGS += -DQT_QWS_OPIE -DHAVE_OPENPTY | 33 | DEFINES += QT_QWS_OPIE HAVE_OPENPTY |
37 | 34 | ||
38 | include ( $(OPIEDIR)/include.pro ) | 35 | include ( $(OPIEDIR)/include.pro ) |