summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/opie-console.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/opie-console.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 0b5df20..7abf385 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -1,26 +1,27 @@
1TEMPLATE = app 1TEMPLATE = app
2CONFIG = qt warn_on release 2#CONFIG = qt warn_on release
3 CONFIG = qt debug
3DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
4HEADERS = io_layer.h io_serial.h \ 5HEADERS = io_layer.h io_serial.h \
5 file_layer.h \ 6 file_layer.h \
6 metafactory.h \ 7 metafactory.h \
7 session.h \ 8 session.h \
8 mainwindow.h \ 9 mainwindow.h \
9 profile.h \ 10 profile.h \
10 profileconfig.h \ 11 profileconfig.h \
11 profilemanager.h \ 12 profilemanager.h \
12 configwidget.h \ 13 configwidget.h \
13 tabwidget.h \ 14 tabwidget.h \
14 configdialog.h \ 15 configdialog.h \
15 profileeditordialog.h \ 16 profileeditordialog.h \
16 emulation_layer.h \ 17 emulation_layer.h \
17 widget.h \ 18 widget.h \
18 vt102emulation.h \ 19 vt102emulation.h \
19 common.h \ 20 common.h \
20 history.h \ 21 history.h \
21 screen.h \ 22 screen.h \
22 keytrans.h 23 keytrans.h
23 24
24SOURCES = io_layer.cpp io_serial.cpp \ 25SOURCES = io_layer.cpp io_serial.cpp \
25 file_layer.cpp main.cpp \ 26 file_layer.cpp main.cpp \
26 metafactory.cpp \ 27 metafactory.cpp \