author | ibotty <ibotty> | 2002-10-11 17:24:15 (UTC) |
---|---|---|
committer | ibotty <ibotty> | 2002-10-11 17:24:15 (UTC) |
commit | 00005567e4841af1f0efe090160881b286574493 (patch) (side-by-side diff) | |
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 @@ -11,13 +11,12 @@ HEADERS = io_layer.h io_serial.h io_irda.h \ profileconfig.h \ profilemanager.h \ configwidget.h \ tabwidget.h \ configdialog.h \ emulation_layer.h \ - widget.h \ vt102emulation.h \ common.h \ history.h \ screen.h \ keytrans.h \ widget_layer.h \ @@ -25,12 +24,13 @@ HEADERS = io_layer.h io_serial.h io_irda.h \ profiledialogwidget.h \ profileeditordialog.h \ default.h \ terminalwidget.h \ iolayerbase.h \ serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ + emulation_widget.h SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ file_layer.cpp sz_transfer.cpp \ main.cpp \ metafactory.cpp \ @@ -39,25 +39,25 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ profile.cpp \ profileconfig.cpp \ profilemanager.cpp \ tabwidget.cpp \ configdialog.cpp \ emulation_layer.cpp \ - widget.cpp \ vt102emulation.cpp \ history.cpp \ screen.cpp \ keytrans.cpp \ widget_layer.cpp \ transferdialog.cpp \ profiledialogwidget.cpp \ profileeditordialog.cpp \ default.cpp \ terminalwidget.cpp \ iolayerbase.cpp \ serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \ + emulation_widget.cpp INTERFACES = configurebase.ui editbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TARGET = opie-console |