author | hash <hash> | 2002-10-07 08:21:00 (UTC) |
---|---|---|
committer | hash <hash> | 2002-10-07 08:21:00 (UTC) |
commit | de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c (patch) (unidiff) | |
tree | bb55132cbaa480525717e139a3fb6056129279de | |
parent | f7d77d0a1b00e19cde364029cf2e1f16d39ef76e (diff) | |
download | opie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.zip opie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.tar.gz opie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.tar.bz2 |
added sz_transfer.* to the list
-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 | |||
@@ -1,14 +1,14 @@ | |||
1 | TEMPLATE = app | 1 | 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 \ | 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 \ |
10 | profile.h \ | 10 | profile.h \ |
11 | profileconfig.h \ | 11 | profileconfig.h \ |
12 | profilemanager.h \ | 12 | profilemanager.h \ |
13 | configwidget.h \ | 13 | configwidget.h \ |
14 | tabwidget.h \ | 14 | tabwidget.h \ |
@@ -20,17 +20,18 @@ HEADERS = io_layer.h io_serial.h \ | |||
20 | vt102emulation.h \ | 20 | vt102emulation.h \ |
21 | common.h \ | 21 | common.h \ |
22 | history.h \ | 22 | history.h \ |
23 | screen.h \ | 23 | screen.h \ |
24 | keytrans.h \ | 24 | keytrans.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 \ |
32 | profile.cpp \ | 33 | profile.cpp \ |
33 | profileconfig.cpp \ | 34 | profileconfig.cpp \ |
34 | profilemanager.cpp \ | 35 | profilemanager.cpp \ |
35 | tabwidget.cpp \ | 36 | tabwidget.cpp \ |
36 | configdialog.cpp \ | 37 | configdialog.cpp \ |