author | wazlaf <wazlaf> | 2002-10-09 22:08:37 (UTC) |
---|---|---|
committer | wazlaf <wazlaf> | 2002-10-09 22:08:37 (UTC) |
commit | 23f89cd9b38143f7fbc96f896e128c2c7fba111b (patch) (unidiff) | |
tree | 8b77154e81474455dd9b6ce7bbcafc87f3665fc8 /noncore | |
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 | |||
@@ -2,7 +2,7 @@ TEMPLATE = app | |||
2 | #CONFIG = qt warn_on release | 2 | #CONFIG = qt warn_on release |
3 | CONFIG = qt debug | 3 | CONFIG = qt debug |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.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 \ |
@@ -30,7 +30,7 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h \ | |||
30 | serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ | 30 | serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ |
31 | 31 | ||
32 | 32 | ||
33 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.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 \ |