author | ibotty <ibotty> | 2002-10-11 17:24:15 (UTC) |
---|---|---|
committer | ibotty <ibotty> | 2002-10-11 17:24:15 (UTC) |
commit | 00005567e4841af1f0efe090160881b286574493 (patch) (unidiff) | |
tree | 4873c8b15efa1a3863ba4e00cb30b8fa53118cc5 | |
parent | 3f29dc777e7f0a5c2a9b44521b486c69b610c13a (diff) | |
download | opie-00005567e4841af1f0efe090160881b286574493.zip opie-00005567e4841af1f0efe090160881b286574493.tar.gz opie-00005567e4841af1f0efe090160881b286574493.tar.bz2 |
added emulation_widget
removed widget
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 4 |
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 6ec6554..996eb84 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -5,60 +5,60 @@ DESTDIR = $(OPIEDIR)/bin | |||
5 | HEADERS = io_layer.h io_serial.h io_irda.h \ | 5 | HEADERS = io_layer.h io_serial.h io_irda.h \ |
6 | file_layer.h sz_transfer.h \ | 6 | file_layer.h sz_transfer.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 | widget.h \ | ||
18 | vt102emulation.h \ | 17 | vt102emulation.h \ |
19 | common.h \ | 18 | common.h \ |
20 | history.h \ | 19 | history.h \ |
21 | screen.h \ | 20 | screen.h \ |
22 | keytrans.h \ | 21 | keytrans.h \ |
23 | widget_layer.h \ | 22 | widget_layer.h \ |
24 | transferdialog.h \ | 23 | transferdialog.h \ |
25 | profiledialogwidget.h \ | 24 | profiledialogwidget.h \ |
26 | profileeditordialog.h \ | 25 | profileeditordialog.h \ |
27 | default.h \ | 26 | default.h \ |
28 | terminalwidget.h \ | 27 | terminalwidget.h \ |
29 | iolayerbase.h \ | 28 | iolayerbase.h \ |
30 | serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ | 29 | serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ |
30 | emulation_widget.h | ||
31 | 31 | ||
32 | 32 | ||
33 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ | 33 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ |
34 | file_layer.cpp sz_transfer.cpp \ | 34 | file_layer.cpp sz_transfer.cpp \ |
35 | main.cpp \ | 35 | main.cpp \ |
36 | metafactory.cpp \ | 36 | metafactory.cpp \ |
37 | session.cpp \ | 37 | session.cpp \ |
38 | mainwindow.cpp \ | 38 | mainwindow.cpp \ |
39 | profile.cpp \ | 39 | profile.cpp \ |
40 | profileconfig.cpp \ | 40 | profileconfig.cpp \ |
41 | profilemanager.cpp \ | 41 | profilemanager.cpp \ |
42 | tabwidget.cpp \ | 42 | tabwidget.cpp \ |
43 | configdialog.cpp \ | 43 | configdialog.cpp \ |
44 | emulation_layer.cpp \ | 44 | emulation_layer.cpp \ |
45 | widget.cpp \ | ||
46 | vt102emulation.cpp \ | 45 | vt102emulation.cpp \ |
47 | history.cpp \ | 46 | history.cpp \ |
48 | screen.cpp \ | 47 | screen.cpp \ |
49 | keytrans.cpp \ | 48 | keytrans.cpp \ |
50 | widget_layer.cpp \ | 49 | widget_layer.cpp \ |
51 | transferdialog.cpp \ | 50 | transferdialog.cpp \ |
52 | profiledialogwidget.cpp \ | 51 | profiledialogwidget.cpp \ |
53 | profileeditordialog.cpp \ | 52 | profileeditordialog.cpp \ |
54 | default.cpp \ | 53 | default.cpp \ |
55 | terminalwidget.cpp \ | 54 | terminalwidget.cpp \ |
56 | iolayerbase.cpp \ | 55 | iolayerbase.cpp \ |
57 | serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \ | 56 | serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \ |
57 | emulation_widget.cpp | ||
58 | 58 | ||
59 | INTERFACES = configurebase.ui editbase.ui | 59 | INTERFACES = configurebase.ui editbase.ui |
60 | INCLUDEPATH += $(OPIEDIR)/include | 60 | INCLUDEPATH += $(OPIEDIR)/include |
61 | DEPENDPATH += $(OPIEDIR)/include | 61 | DEPENDPATH += $(OPIEDIR)/include |
62 | LIBS += -lqpe -lopie | 62 | LIBS += -lqpe -lopie |
63 | TARGET = opie-console | 63 | TARGET = opie-console |
64 | 64 | ||