-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 7 |
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 | |||
@@ -1,76 +1,79 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ | 3 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ |
4 | file_layer.h filetransfer.h \ | 4 | file_layer.h filetransfer.h \ |
5 | metafactory.h \ | 5 | metafactory.h \ |
6 | session.h \ | 6 | session.h \ |
7 | mainwindow.h \ | 7 | mainwindow.h \ |
8 | profile.h \ | 8 | profile.h \ |
9 | profileconfig.h \ | 9 | profileconfig.h \ |
10 | profilemanager.h \ | 10 | profilemanager.h \ |
11 | tabwidget.h \ | 11 | tabwidget.h \ |
12 | configdialog.h \ | 12 | configdialog.h \ |
13 | keytrans.h \ | 13 | keytrans.h \ |
14 | transferdialog.h \ | 14 | transferdialog.h \ |
15 | profiledialogwidget.h \ | 15 | profiledialogwidget.h \ |
16 | profileeditordialog.h \ | 16 | profileeditordialog.h \ |
17 | default.h \ | 17 | default.h \ |
18 | iolayerbase.h \ | 18 | iolayerbase.h \ |
19 | serialconfigwidget.h irdaconfigwidget.h \ | 19 | serialconfigwidget.h irdaconfigwidget.h \ |
20 | btconfigwidget.h modemconfigwidget.h \ | 20 | btconfigwidget.h modemconfigwidget.h \ |
21 | atconfigdialog.h dialdialog.h \ | 21 | atconfigdialog.h dialdialog.h \ |
22 | procctl.h \ | 22 | procctl.h \ |
23 | function_keyboard.h \ | 23 | function_keyboard.h \ |
24 | receive_layer.h filereceive.h \ | 24 | receive_layer.h filereceive.h \ |
25 | script.h \ | 25 | script.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 | ||
34 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ | 34 | SOURCES = 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 | ||
66 | DESTDIR = $(OPIEDIR)/bin/ | 66 | DESTDIR = $(OPIEDIR)/bin/ |
67 | INTERFACES = configurebase.ui editbase.ui | 67 | INTERFACES = configurebase.ui editbase.ui |
68 | INCLUDEPATH += $(OPIEDIR)/include | 68 | INCLUDEPATH += $(OPIEDIR)/include |
69 | DEPENDPATH += $(OPIEDIR)/include | 69 | DEPENDPATH += $(OPIEDIR)/include |
70 | LIBS += -lqpe -lopiecore2 -lopieui2 -lutil | 70 | LIBS += -lqpe -lopiecore2 -lopieui2 -lutil |
71 | TARGET = opie-console | 71 | TARGET = opie-console |
72 | 72 | ||
73 | DEFINES += HAVE_OPENPTY | 73 | DEFINES += HAVE_OPENPTY |
74 | #DEFINES += EAST FSCKED_DISTRI | ||
75 | |||
76 | include ( $(OPIEDIR)/include.pro ) | 74 | include ( $(OPIEDIR)/include.pro ) |
75 | |||
76 | teneast { | ||
77 | DEFINES -= HAVE_OPENPTY | ||
78 | DEFINES += EAST FSCKED_DISTRI | ||
79 | } \ No newline at end of file | ||