author | wazlaf <wazlaf> | 2002-10-09 22:08:37 (UTC) |
---|---|---|
committer | wazlaf <wazlaf> | 2002-10-09 22:08:37 (UTC) |
commit | 23f89cd9b38143f7fbc96f896e128c2c7fba111b (patch) (side-by-side diff) | |
tree | 8b77154e81474455dd9b6ce7bbcafc87f3665fc8 | |
parent | 4e533484087f024b59f7534169d2ff604851a88f (diff) | |
download | opie-23f89cd9b38143f7fbc96f896e128c2c7fba111b.zip opie-23f89cd9b38143f7fbc96f896e128c2c7fba111b.tar.gz opie-23f89cd9b38143f7fbc96f896e128c2c7fba111b.tar.bz2 |
bluetooth removed from build for now (does not exist yet)
-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 e1e5248..6ec6554 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro @@ -1,17 +1,17 @@ TEMPLATE = app #CONFIG = qt warn_on release CONFIG = qt debug DESTDIR = $(OPIEDIR)/bin -HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h \ +HEADERS = io_layer.h io_serial.h io_irda.h \ file_layer.h sz_transfer.h \ metafactory.h \ session.h \ mainwindow.h \ profile.h \ profileconfig.h \ profilemanager.h \ configwidget.h \ tabwidget.h \ configdialog.h \ emulation_layer.h \ widget.h \ @@ -21,25 +21,25 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h \ screen.h \ keytrans.h \ widget_layer.h \ transferdialog.h \ profiledialogwidget.h \ profileeditordialog.h \ default.h \ terminalwidget.h \ iolayerbase.h \ serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ -SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp \ +SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ file_layer.cpp sz_transfer.cpp \ main.cpp \ metafactory.cpp \ session.cpp \ mainwindow.cpp \ profile.cpp \ profileconfig.cpp \ profilemanager.cpp \ tabwidget.cpp \ configdialog.cpp \ emulation_layer.cpp \ widget.cpp \ |