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.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 6d70dfd..768e453 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -19,13 +19,14 @@ HEADERS = io_layer.h io_serial.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 widget_layer.h \
26 transferdialog.h
26 27
27SOURCES = io_layer.cpp io_serial.cpp \ 28SOURCES = io_layer.cpp io_serial.cpp \
28 file_layer.cpp sz_transfer.cpp \ 29 file_layer.cpp sz_transfer.cpp \
29 main.cpp \ 30 main.cpp \
30 metafactory.cpp \ 31 metafactory.cpp \
31 session.cpp \ 32 session.cpp \
@@ -40,13 +41,14 @@ SOURCES = io_layer.cpp io_serial.cpp \
40 emulation_layer.cpp \ 41 emulation_layer.cpp \
41 widget.cpp \ 42 widget.cpp \
42 vt102emulation.cpp \ 43 vt102emulation.cpp \
43 history.cpp \ 44 history.cpp \
44 screen.cpp \ 45 screen.cpp \
45 keytrans.cpp \ 46 keytrans.cpp \
46 widget_layer.cpp 47 widget_layer.cpp \
48 transferdialog.cpp
47 49
48INTERFACES = configurebase.ui editbase.ui 50INTERFACES = configurebase.ui editbase.ui
49INCLUDEPATH += $(OPIEDIR)/include 51INCLUDEPATH += $(OPIEDIR)/include
50DEPENDPATH += $(OPIEDIR)/include 52DEPENDPATH += $(OPIEDIR)/include
51LIBS += -lqpe -lopie 53LIBS += -lqpe -lopie
52TARGET = opie-console 54TARGET = opie-console