summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
authorhash <hash>2002-10-07 08:21:00 (UTC)
committer hash <hash>2002-10-07 08:21:00 (UTC)
commitde56dc7c5a21cbd70e9d1e66ab68ca95a277c45c (patch) (side-by-side diff)
treebb55132cbaa480525717e139a3fb6056129279de /noncore/apps/opie-console
parentf7d77d0a1b00e19cde364029cf2e1f16d39ef76e (diff)
downloadopie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.zip
opie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.tar.gz
opie-de56dc7c5a21cbd70e9d1e66ab68ca95a277c45c.tar.bz2
added sz_transfer.* to the list
Diffstat (limited to 'noncore/apps/opie-console') (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
@@ -3,7 +3,7 @@ TEMPLATE = app
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 \
mainwindow.h \
@@ -25,7 +25,8 @@ HEADERS = io_layer.h io_serial.h \
widget_layer.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 \
mainwindow.cpp \