-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 @@ -4,5 +4,5 @@ CONFIG = qt debug DESTDIR = $(OPIEDIR)/bin HEADERS = io_layer.h io_serial.h \ - file_layer.h \ + file_layer.h sz_transfer.h \ metafactory.h \ session.h \ @@ -26,5 +26,6 @@ HEADERS = io_layer.h io_serial.h \ SOURCES = io_layer.cpp io_serial.cpp \ - file_layer.cpp main.cpp \ + file_layer.cpp sz_transfer.cpp \ + main.cpp \ metafactory.cpp \ session.cpp \ |