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