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.pro28
1 files changed, 11 insertions, 17 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 26bce83..7990a64 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -15,9 +15,3 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \
15 configdialog.h \ 15 configdialog.h \
16 emulation_layer.h \
17 vt102emulation.h \
18 common.h \
19 history.h \
20 screen.h \
21 keytrans.h \ 16 keytrans.h \
22 widget_layer.h \
23 transferdialog.h \ 17 transferdialog.h \
@@ -26,3 +20,2 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \
26 default.h \ 20 default.h \
27 terminalwidget.h \
28 iolayerbase.h \ 21 iolayerbase.h \
@@ -31,3 +24,3 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \
31 atconfigdialog.h dialdialog.h \ 24 atconfigdialog.h dialdialog.h \
32 emulation_widget.h procctl.h \ 25 procctl.h \
33 function_keyboard.h \ 26 function_keyboard.h \
@@ -35,3 +28,6 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \
35 script.h \ 28 script.h \
36 dialer.h 29 dialer.h \
30 emulation_handler.h TECommon.h \
31 TEHistroy.h TEScreen.h TEWidget.h \
32 TEmuVt102.h TEmulation.h
37 33
@@ -48,8 +44,3 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \
48 configdialog.cpp \ 44 configdialog.cpp \
49 emulation_layer.cpp \
50 vt102emulation.cpp \
51 history.cpp \
52 screen.cpp \
53 keytrans.cpp \ 45 keytrans.cpp \
54 widget_layer.cpp \
55 transferdialog.cpp \ 46 transferdialog.cpp \
@@ -57,3 +48,2 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \
57 profileeditordialog.cpp \ 48 profileeditordialog.cpp \
58 terminalwidget.cpp \
59 iolayerbase.cpp \ 49 iolayerbase.cpp \
@@ -62,3 +52,3 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \
62 atconfigdialog.cpp dialdialog.cpp \ 52 atconfigdialog.cpp dialdialog.cpp \
63 emulation_widget.cpp default.cpp procctl.cpp \ 53 default.cpp procctl.cpp \
64 function_keyboard.cpp \ 54 function_keyboard.cpp \
@@ -66,3 +56,7 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \
66 script.cpp \ 56 script.cpp \
67 dialer.cpp 57 dialer.cpp \
58 emulation_handler.cpp TEHistory.cpp \
59 TEScreen.cpp TEWidget.cpp \
60 TEmuVt102.cpp TEmulation.cpp
61
68 62