summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
authorzecke <zecke>2002-10-08 23:13:17 (UTC)
committer zecke <zecke>2002-10-08 23:13:17 (UTC)
commit8c353ec8b86ee8f82cc25172fb69dd5fee65e848 (patch) (unidiff)
treea4549bcba962689edb9c40efcb23114cae5fcda2 /noncore/apps/opie-console/opie-console.pro
parentca0c224318a50c6618691fb30f39aa1d9b0b8a4f (diff)
downloadopie-8c353ec8b86ee8f82cc25172fb69dd5fee65e848.zip
opie-8c353ec8b86ee8f82cc25172fb69dd5fee65e848.tar.gz
opie-8c353ec8b86ee8f82cc25172fb69dd5fee65e848.tar.bz2
default I dunno
IOLayerBase the return values for speed()/parity()/flow() added MainWindow debug code :( opie-console.pro addition of serialconfigwidget.* ProfileManager fix removing of Profiles quite rude way of doing it Configure stuff is done and roughly tested The migration is done! TO WAZLAF: you might want to adjust Parity stuff for your needs!
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.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 9e25e8f..ea6d759 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -17,45 +17,47 @@ HEADERS = io_layer.h io_serial.h \
17 widget.h \ 17 widget.h \
18 vt102emulation.h \ 18 vt102emulation.h \
19 common.h \ 19 common.h \
20 history.h \ 20 history.h \
21 screen.h \ 21 screen.h \
22 keytrans.h \ 22 keytrans.h \
23 widget_layer.h \ 23 widget_layer.h \
24 transferdialog.h \ 24 transferdialog.h \
25 profiledialogwidget.h \ 25 profiledialogwidget.h \
26 profileeditordialog.h \ 26 profileeditordialog.h \
27 default.h \ 27 default.h \
28 terminalwidget.h \ 28 terminalwidget.h \
29 iolayerbase.h 29 iolayerbase.h \
30 serialconfigwidget.h
30 31
31SOURCES = io_layer.cpp io_serial.cpp \ 32SOURCES = io_layer.cpp io_serial.cpp \
32 file_layer.cpp sz_transfer.cpp \ 33 file_layer.cpp sz_transfer.cpp \
33 main.cpp \ 34 main.cpp \
34 metafactory.cpp \ 35 metafactory.cpp \
35 session.cpp \ 36 session.cpp \
36 mainwindow.cpp \ 37 mainwindow.cpp \
37 profile.cpp \ 38 profile.cpp \
38 profileconfig.cpp \ 39 profileconfig.cpp \
39 profilemanager.cpp \ 40 profilemanager.cpp \
40 tabwidget.cpp \ 41 tabwidget.cpp \
41 configdialog.cpp \ 42 configdialog.cpp \
42 emulation_layer.cpp \ 43 emulation_layer.cpp \
43 widget.cpp \ 44 widget.cpp \
44 vt102emulation.cpp \ 45 vt102emulation.cpp \
45 history.cpp \ 46 history.cpp \
46 screen.cpp \ 47 screen.cpp \
47 keytrans.cpp \ 48 keytrans.cpp \
48 widget_layer.cpp \ 49 widget_layer.cpp \
49 transferdialog.cpp \ 50 transferdialog.cpp \
50 profiledialogwidget.cpp \ 51 profiledialogwidget.cpp \
51 profileeditordialog.cpp \ 52 profileeditordialog.cpp \
52 default.cpp \ 53 default.cpp \
53 terminalwidget.cpp \ 54 terminalwidget.cpp \
54 iolayerbase.cpp 55 iolayerbase.cpp \
56 serialconfigwidget.cpp
55 57
56INTERFACES = configurebase.ui editbase.ui 58INTERFACES = configurebase.ui editbase.ui
57INCLUDEPATH += $(OPIEDIR)/include 59INCLUDEPATH += $(OPIEDIR)/include
58DEPENDPATH += $(OPIEDIR)/include 60DEPENDPATH += $(OPIEDIR)/include
59LIBS += -lqpe -lopie 61LIBS += -lqpe -lopie
60TARGET = opie-console 62TARGET = opie-console
61 63