summaryrefslogtreecommitdiff
authorzecke <zecke>2004-10-16 21:45:26 (UTC)
committer zecke <zecke>2004-10-16 21:45:26 (UTC)
commit1633552a8816eaa18b2b06da6573611b2636cee8 (patch) (unidiff)
treefbd1b145cda9e8c1491cf9b0d1a9f7c19fd3ef83
parent213be396f37a6127dbff313d2424253bcf317ca2 (diff)
downloadopie-1633552a8816eaa18b2b06da6573611b2636cee8.zip
opie-1633552a8816eaa18b2b06da6573611b2636cee8.tar.gz
opie-1633552a8816eaa18b2b06da6573611b2636cee8.tar.bz2
Introduce a 'teneast' scope to build a special Opie-Console
Max: with echo "CONFIG += teneast" >> $OPIEDIR/gen.pro you can enable this scope
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 6db9162..98705b8 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -26,51 +26,54 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \
26 dialer.h logger.h \ 26 dialer.h logger.h \
27 terminalwidget.h \ 27 terminalwidget.h \
28 emulation_handler.h TECommon.h \ 28 emulation_handler.h TECommon.h \
29 TEHistory.h TEScreen.h TEWidget.h \ 29 TEHistory.h TEScreen.h TEWidget.h \
30 TEmuVt102.h TEmulation.h MyPty.h \ 30 TEmuVt102.h TEmulation.h MyPty.h \
31 consoleconfigwidget.h fixit.h \ 31 consoleconfigwidget.h fixit.h \
32 comboboxhelper.h 32 comboboxhelper.h
33 33
34SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ 34SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \
35 file_layer.cpp filetransfer.cpp \ 35 file_layer.cpp filetransfer.cpp \
36 main.cpp \ 36 main.cpp \
37 metafactory.cpp \ 37 metafactory.cpp \
38 session.cpp \ 38 session.cpp \
39 mainwindow.cpp \ 39 mainwindow.cpp \
40 profile.cpp \ 40 profile.cpp \
41 profileconfig.cpp \ 41 profileconfig.cpp \
42 profilemanager.cpp \ 42 profilemanager.cpp \
43 tabwidget.cpp \ 43 tabwidget.cpp \
44 configdialog.cpp \ 44 configdialog.cpp \
45 keytrans.cpp \ 45 keytrans.cpp \
46 transferdialog.cpp \ 46 transferdialog.cpp \
47 profiledialogwidget.cpp \ 47 profiledialogwidget.cpp \
48 profileeditordialog.cpp \ 48 profileeditordialog.cpp \
49 iolayerbase.cpp \ 49 iolayerbase.cpp \
50 serialconfigwidget.cpp irdaconfigwidget.cpp \ 50 serialconfigwidget.cpp irdaconfigwidget.cpp \
51 btconfigwidget.cpp modemconfigwidget.cpp \ 51 btconfigwidget.cpp modemconfigwidget.cpp \
52 atconfigdialog.cpp dialdialog.cpp \ 52 atconfigdialog.cpp dialdialog.cpp \
53 default.cpp procctl.cpp \ 53 default.cpp procctl.cpp \
54 function_keyboard.cpp \ 54 function_keyboard.cpp \
55 receive_layer.cpp filereceive.cpp \ 55 receive_layer.cpp filereceive.cpp \
56 script.cpp \ 56 script.cpp \
57 dialer.cpp logger.cpp \ 57 dialer.cpp logger.cpp \
58 terminalwidget.cpp \ 58 terminalwidget.cpp \
59 emulation_handler.cpp TEHistory.cpp \ 59 emulation_handler.cpp TEHistory.cpp \
60 TEScreen.cpp TEWidget.cpp \ 60 TEScreen.cpp TEWidget.cpp \
61 TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ 61 TEmuVt102.cpp TEmulation.cpp MyPty.cpp \
62 consoleconfigwidget.cpp fixit.cpp \ 62 consoleconfigwidget.cpp fixit.cpp \
63 comboboxhelper.cpp 63 comboboxhelper.cpp
64 64
65 65
66DESTDIR = $(OPIEDIR)/bin/ 66DESTDIR = $(OPIEDIR)/bin/
67INTERFACES = configurebase.ui editbase.ui 67INTERFACES = configurebase.ui editbase.ui
68INCLUDEPATH += $(OPIEDIR)/include 68INCLUDEPATH += $(OPIEDIR)/include
69DEPENDPATH += $(OPIEDIR)/include 69DEPENDPATH += $(OPIEDIR)/include
70LIBS += -lqpe -lopiecore2 -lopieui2 -lutil 70LIBS += -lqpe -lopiecore2 -lopieui2 -lutil
71TARGET = opie-console 71TARGET = opie-console
72 72
73DEFINES += HAVE_OPENPTY 73DEFINES += HAVE_OPENPTY
74#DEFINES += EAST FSCKED_DISTRI
75
76include ( $(OPIEDIR)/include.pro ) 74include ( $(OPIEDIR)/include.pro )
75
76teneast {
77 DEFINES -= HAVE_OPENPTY
78 DEFINES += EAST FSCKED_DISTRI
79} \ No newline at end of file