summaryrefslogtreecommitdiff
authorhash <hash>2002-10-07 08:21:00 (UTC)
committer hash <hash>2002-10-07 08:21:00 (UTC)
commitde56dc7c5a21cbd70e9d1e66ab68ca95a277c45c (patch) (unidiff)
treebb55132cbaa480525717e139a3fb6056129279de
parentf7d77d0a1b00e19cde364029cf2e1f16d39ef76e (diff)
downloadopie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.zip
opie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.tar.gz
opie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.tar.bz2
added sz_transfer.* to the list
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro5
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,12 +1,12 @@
1TEMPLATE = app 1TEMPLATE = app
2#CONFIG = qt warn_on release 2#CONFIG = qt warn_on release
3 CONFIG = qt debug 3 CONFIG = qt debug
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5HEADERS = io_layer.h io_serial.h \ 5HEADERS = 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 \
@@ -22,13 +22,14 @@ HEADERS = io_layer.h io_serial.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
27SOURCES = io_layer.cpp io_serial.cpp \ 27SOURCES = 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 \