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.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 984072a..9e25e8f 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -21,13 +21,15 @@ HEADERS = io_layer.h io_serial.h \
21 screen.h \ 21 screen.h \
22 keytrans.h \ 22 keytrans.h \
23 widget_layer.h \ 23 widget_layer.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 \
29 iolayerbase.h
28 30
29SOURCES = io_layer.cpp io_serial.cpp \ 31SOURCES = io_layer.cpp io_serial.cpp \
30 file_layer.cpp sz_transfer.cpp \ 32 file_layer.cpp sz_transfer.cpp \
31 main.cpp \ 33 main.cpp \
32 metafactory.cpp \ 34 metafactory.cpp \
33 session.cpp \ 35 session.cpp \
@@ -44,13 +46,15 @@ SOURCES = io_layer.cpp io_serial.cpp \
44 screen.cpp \ 46 screen.cpp \
45 keytrans.cpp \ 47 keytrans.cpp \
46 widget_layer.cpp \ 48 widget_layer.cpp \
47 transferdialog.cpp \ 49 transferdialog.cpp \
48 profiledialogwidget.cpp \ 50 profiledialogwidget.cpp \
49 profileeditordialog.cpp \ 51 profileeditordialog.cpp \
50 default.cpp 52 default.cpp \
53 terminalwidget.cpp \
54 iolayerbase.cpp
51 55
52INTERFACES = configurebase.ui editbase.ui 56INTERFACES = configurebase.ui editbase.ui
53INCLUDEPATH += $(OPIEDIR)/include 57INCLUDEPATH += $(OPIEDIR)/include
54DEPENDPATH += $(OPIEDIR)/include 58DEPENDPATH += $(OPIEDIR)/include
55LIBS += -lqpe -lopie 59LIBS += -lqpe -lopie
56TARGET = opie-console 60TARGET = opie-console