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.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 7abf385..831ca34 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -1,48 +1,50 @@
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 \
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 profileeditordialog.h \ 16 profileeditordialog.h \
17 profileeditorplugins.h \
17 emulation_layer.h \ 18 emulation_layer.h \
18 widget.h \ 19 widget.h \
19 vt102emulation.h \ 20 vt102emulation.h \
20 common.h \ 21 common.h \
21 history.h \ 22 history.h \
22 screen.h \ 23 screen.h \
23 keytrans.h 24 keytrans.h
24 25
25SOURCES = io_layer.cpp io_serial.cpp \ 26SOURCES = io_layer.cpp io_serial.cpp \
26 file_layer.cpp main.cpp \ 27 file_layer.cpp main.cpp \
27 metafactory.cpp \ 28 metafactory.cpp \
28 session.cpp \ 29 session.cpp \
29 mainwindow.cpp \ 30 mainwindow.cpp \
30 profile.cpp \ 31 profile.cpp \
31 profileconfig.cpp \ 32 profileconfig.cpp \
32 profilemanager.cpp \ 33 profilemanager.cpp \
33 tabwidget.cpp \ 34 tabwidget.cpp \
34 configdialog.cpp \ 35 configdialog.cpp \
35 profileeditordialog.cpp \ 36 profileeditordialog.cpp \
37 profileeditorplugins.cpp \
36 emulation_layer.cpp \ 38 emulation_layer.cpp \
37 widget.cpp \ 39 widget.cpp \
38 vt102emulation.cpp \ 40 vt102emulation.cpp \
39 history.cpp \ 41 history.cpp \
40 screen.cpp \ 42 screen.cpp \
41 keytrans.cpp 43 keytrans.cpp
42 44
43INTERFACES = configurebase.ui editbase.ui 45INTERFACES = configurebase.ui editbase.ui
44INCLUDEPATH += $(OPIEDIR)/include 46INCLUDEPATH += $(OPIEDIR)/include
45DEPENDPATH += $(OPIEDIR)/include 47DEPENDPATH += $(OPIEDIR)/include
46LIBS += -lqpe -lopie 48LIBS += -lqpe -lopie
47TARGET = opie-console 49TARGET = opie-console
48 50