summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/opie-console.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index ef6bc21..26bce83 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -1,62 +1,62 @@
1TEMPLATE = app 1TEMPLATE = app
2#CONFIG = qt warn_on release 2#CONFIG = qt warn_on release
3 CONFIG = qt debug 3 CONFIG = qt debug
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h\ 5HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \
6 file_layer.h filetransfer.h \ 6 file_layer.h filetransfer.h \
7 metafactory.h \ 7 metafactory.h \
8 session.h \ 8 session.h \
9 mainwindow.h \ 9 mainwindow.h \
10 profile.h \ 10 profile.h \
11 profileconfig.h \ 11 profileconfig.h \
12 profilemanager.h \ 12 profilemanager.h \
13 configwidget.h \ 13 configwidget.h \
14 tabwidget.h \ 14 tabwidget.h \
15 configdialog.h \ 15 configdialog.h \
16 emulation_layer.h \ 16 emulation_layer.h \
17 vt102emulation.h \ 17 vt102emulation.h \
18 common.h \ 18 common.h \
19 history.h \ 19 history.h \
20 screen.h \ 20 screen.h \
21 keytrans.h \ 21 keytrans.h \
22 widget_layer.h \ 22 widget_layer.h \
23 transferdialog.h \ 23 transferdialog.h \
24 profiledialogwidget.h \ 24 profiledialogwidget.h \
25 profileeditordialog.h \ 25 profileeditordialog.h \
26 default.h \ 26 default.h \
27 terminalwidget.h \ 27 terminalwidget.h \
28 iolayerbase.h \ 28 iolayerbase.h \
29 serialconfigwidget.h irdaconfigwidget.h \ 29 serialconfigwidget.h irdaconfigwidget.h \
30 btconfigwidget.h modemconfigwidget.h \ 30 btconfigwidget.h modemconfigwidget.h \
31 atconfigdialog.h dialdialog.h \ 31 atconfigdialog.h dialdialog.h \
32 emulation_widget.h procctl.h \ 32 emulation_widget.h procctl.h \
33 function_keyboard.h \ 33 function_keyboard.h \
34 receive_layer.h filereceive.h \ 34 receive_layer.h filereceive.h \
35 script.h \ 35 script.h \
36 dialer.h 36 dialer.h
37 37
38SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp \ 38SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \
39 file_layer.cpp filetransfer.cpp \ 39 file_layer.cpp filetransfer.cpp \
40 main.cpp \ 40 main.cpp \
41 metafactory.cpp \ 41 metafactory.cpp \
42 session.cpp \ 42 session.cpp \
43 mainwindow.cpp \ 43 mainwindow.cpp \
44 profile.cpp \ 44 profile.cpp \
45 profileconfig.cpp \ 45 profileconfig.cpp \
46 profilemanager.cpp \ 46 profilemanager.cpp \
47 tabwidget.cpp \ 47 tabwidget.cpp \
48 configdialog.cpp \ 48 configdialog.cpp \
49 emulation_layer.cpp \ 49 emulation_layer.cpp \
50 vt102emulation.cpp \ 50 vt102emulation.cpp \
51 history.cpp \ 51 history.cpp \
52 screen.cpp \ 52 screen.cpp \
53 keytrans.cpp \ 53 keytrans.cpp \
54 widget_layer.cpp \ 54 widget_layer.cpp \
55 transferdialog.cpp \ 55 transferdialog.cpp \
56 profiledialogwidget.cpp \ 56 profiledialogwidget.cpp \
57 profileeditordialog.cpp \ 57 profileeditordialog.cpp \
58 terminalwidget.cpp \ 58 terminalwidget.cpp \
59 iolayerbase.cpp \ 59 iolayerbase.cpp \
60 serialconfigwidget.cpp irdaconfigwidget.cpp \ 60 serialconfigwidget.cpp irdaconfigwidget.cpp \
61 btconfigwidget.cpp modemconfigwidget.cpp \ 61 btconfigwidget.cpp modemconfigwidget.cpp \
62 atconfigdialog.cpp dialdialog.cpp \ 62 atconfigdialog.cpp dialdialog.cpp \