summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
Unidiff
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.pro20
1 files changed, 11 insertions, 9 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 9208042..ccc3079 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -1,64 +1,66 @@
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 io_irda.h \ 5HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h\
6 file_layer.h filetransfer.h \ 6 file_layer.h filetransfer.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 \
15 configdialog.h \ 15 configdialog.h \
16 emulation_layer.h \ 16 emulation_layer.h \
17 vt102emulation.h \ 17 vt102emulation.h \
18 common.h \ 18 common.h \
19 history.h \ 19 history.h \
20 screen.h \ 20 screen.h \
21 keytrans.h \ 21 keytrans.h \
22 widget_layer.h \ 22 widget_layer.h \
23 transferdialog.h \ 23 transferdialog.h \
24 profiledialogwidget.h \ 24 profiledialogwidget.h \
25 profileeditordialog.h \ 25 profileeditordialog.h \
26 default.h \ 26 default.h \
27 terminalwidget.h \ 27 terminalwidget.h \
28 iolayerbase.h \ 28 iolayerbase.h \
29 serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ 29 serialconfigwidget.h irdaconfigwidget.h \
30 emulation_widget.h procctl.h 30 btconfigwidget.h modemconfigwidget.h \
31 atconfigdialog.h dialdialog.h \
32 emulation_widget.h procctl.h \
31 33
32 34SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp \
33SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \
34 file_layer.cpp filetransfer.cpp \ 35 file_layer.cpp filetransfer.cpp \
35 main.cpp \ 36 main.cpp \
36 metafactory.cpp \ 37 metafactory.cpp \
37 session.cpp \ 38 session.cpp \
38 mainwindow.cpp \ 39 mainwindow.cpp \
39 profile.cpp \ 40 profile.cpp \
40 profileconfig.cpp \ 41 profileconfig.cpp \
41 profilemanager.cpp \ 42 profilemanager.cpp \
42 tabwidget.cpp \ 43 tabwidget.cpp \
43 configdialog.cpp \ 44 configdialog.cpp \
44 emulation_layer.cpp \ 45 emulation_layer.cpp \
45 vt102emulation.cpp \ 46 vt102emulation.cpp \
46 history.cpp \ 47 history.cpp \
47 screen.cpp \ 48 screen.cpp \
48 keytrans.cpp \ 49 keytrans.cpp \
49 widget_layer.cpp \ 50 widget_layer.cpp \
50 transferdialog.cpp \ 51 transferdialog.cpp \
51 profiledialogwidget.cpp \ 52 profiledialogwidget.cpp \
52 profileeditordialog.cpp \ 53 profileeditordialog.cpp \
53 default.cpp \
54 terminalwidget.cpp \ 54 terminalwidget.cpp \
55 iolayerbase.cpp \ 55 iolayerbase.cpp \
56 serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \ 56 serialconfigwidget.cpp irdaconfigwidget.cpp \
57 emulation_widget.cpp procctl.cpp 57 btconfigwidget.cpp modemconfigwidget.cpp \
58 58 atconfigdialog.cpp dialdialog.cpp \
59 emulation_widget.cpp default.cpp procctl.cpp \
60
59INTERFACES = configurebase.ui editbase.ui 61INTERFACES = configurebase.ui editbase.ui
60INCLUDEPATH += $(OPIEDIR)/include 62INCLUDEPATH += $(OPIEDIR)/include
61DEPENDPATH += $(OPIEDIR)/include 63DEPENDPATH += $(OPIEDIR)/include
62LIBS += -lqpe -lopie 64LIBS += -lqpe -lopie
63TARGET = opie-console 65TARGET = opie-console
64 66