summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
authorharlekin <harlekin>2002-10-09 16:33:36 (UTC)
committer harlekin <harlekin>2002-10-09 16:33:36 (UTC)
commit205926ec86ffd582f795b649179291626e504830 (patch) (unidiff)
tree3a5759b98a1a263ade37dfb35cfd529a7bcafde9 /noncore/apps/opie-console/opie-console.pro
parentf696c6248824166f3ac025d23ac66b46c93b440c (diff)
downloadopie-205926ec86ffd582f795b649179291626e504830.zip
opie-205926ec86ffd582f795b649179291626e504830.tar.gz
opie-205926ec86ffd582f795b649179291626e504830.tar.bz2
flow now has mode none too .-), irda config widget and beginning of layer, first sweep, rest later
Diffstat (limited to 'noncore/apps/opie-console/opie-console.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index ea6d759..e1e5248 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -1,11 +1,11 @@
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 io_irda.h io_bt.h \
6 file_layer.h sz_transfer.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 \
@@ -24,15 +24,16 @@ HEADERS = io_layer.h io_serial.h \
24 transferdialog.h \ 24 transferdialog.h \
25 profiledialogwidget.h \ 25 profiledialogwidget.h \
26 profileeditordialog.h \ 26 profileeditordialog.h \
27 default.h \ 27 default.h \
28 terminalwidget.h \ 28 terminalwidget.h \
29 iolayerbase.h \ 29 iolayerbase.h \
30 serialconfigwidget.h 30 serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \
31 31
32SOURCES = io_layer.cpp io_serial.cpp \ 32
33SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp \
33 file_layer.cpp sz_transfer.cpp \ 34 file_layer.cpp sz_transfer.cpp \
34 main.cpp \ 35 main.cpp \
35 metafactory.cpp \ 36 metafactory.cpp \
36 session.cpp \ 37 session.cpp \
37 mainwindow.cpp \ 38 mainwindow.cpp \
38 profile.cpp \ 39 profile.cpp \
@@ -50,13 +51,13 @@ SOURCES = io_layer.cpp io_serial.cpp \
50 transferdialog.cpp \ 51 transferdialog.cpp \
51 profiledialogwidget.cpp \ 52 profiledialogwidget.cpp \
52 profileeditordialog.cpp \ 53 profileeditordialog.cpp \
53 default.cpp \ 54 default.cpp \
54 terminalwidget.cpp \ 55 terminalwidget.cpp \
55 iolayerbase.cpp \ 56 iolayerbase.cpp \
56 serialconfigwidget.cpp 57 serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \
57 58
58INTERFACES = configurebase.ui editbase.ui 59INTERFACES = configurebase.ui editbase.ui
59INCLUDEPATH += $(OPIEDIR)/include 60INCLUDEPATH += $(OPIEDIR)/include
60DEPENDPATH += $(OPIEDIR)/include 61DEPENDPATH += $(OPIEDIR)/include
61LIBS += -lqpe -lopie 62LIBS += -lqpe -lopie
62TARGET = opie-console 63TARGET = opie-console