-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 5c2d04e..6d70dfd 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -3,7 +3,7 @@ TEMPLATE = app | |||
3 | CONFIG = qt debug | 3 | CONFIG = qt debug |
4 | DESTDIR = $(OPIEDIR)/bin | 4 | DESTDIR = $(OPIEDIR)/bin |
5 | HEADERS = io_layer.h io_serial.h \ | 5 | HEADERS = io_layer.h io_serial.h \ |
6 | file_layer.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 \ |
@@ -25,7 +25,8 @@ HEADERS = io_layer.h io_serial.h \ | |||
25 | widget_layer.h | 25 | widget_layer.h |
26 | 26 | ||
27 | SOURCES = io_layer.cpp io_serial.cpp \ | 27 | SOURCES = io_layer.cpp io_serial.cpp \ |
28 | file_layer.cpp main.cpp \ | 28 | file_layer.cpp sz_transfer.cpp \ |
29 | main.cpp \ | ||
29 | metafactory.cpp \ | 30 | metafactory.cpp \ |
30 | session.cpp \ | 31 | session.cpp \ |
31 | mainwindow.cpp \ | 32 | mainwindow.cpp \ |