summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro
index 6ec6554..996eb84 100644
--- a/noncore/apps/opie-console/opie-console.pro
+++ b/noncore/apps/opie-console/opie-console.pro
@@ -11,13 +11,12 @@ HEADERS = io_layer.h io_serial.h io_irda.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 emulation_layer.h \ 16 emulation_layer.h \
17 widget.h \
18 vt102emulation.h \ 17 vt102emulation.h \
19 common.h \ 18 common.h \
20 history.h \ 19 history.h \
21 screen.h \ 20 screen.h \
22 keytrans.h \ 21 keytrans.h \
23 widget_layer.h \ 22 widget_layer.h \
@@ -25,12 +24,13 @@ HEADERS = io_layer.h io_serial.h io_irda.h \
25 profiledialogwidget.h \ 24 profiledialogwidget.h \
26 profileeditordialog.h \ 25 profileeditordialog.h \
27 default.h \ 26 default.h \
28 terminalwidget.h \ 27 terminalwidget.h \
29 iolayerbase.h \ 28 iolayerbase.h \
30 serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \ 29 serialconfigwidget.h irdaconfigwidget.h btconfigwidget.h \
30 emulation_widget.h
31 31
32 32
33SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \ 33SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \
34 file_layer.cpp sz_transfer.cpp \ 34 file_layer.cpp sz_transfer.cpp \
35 main.cpp \ 35 main.cpp \
36 metafactory.cpp \ 36 metafactory.cpp \
@@ -39,25 +39,25 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp \
39 profile.cpp \ 39 profile.cpp \
40 profileconfig.cpp \ 40 profileconfig.cpp \
41 profilemanager.cpp \ 41 profilemanager.cpp \
42 tabwidget.cpp \ 42 tabwidget.cpp \
43 configdialog.cpp \ 43 configdialog.cpp \
44 emulation_layer.cpp \ 44 emulation_layer.cpp \
45 widget.cpp \
46 vt102emulation.cpp \ 45 vt102emulation.cpp \
47 history.cpp \ 46 history.cpp \
48 screen.cpp \ 47 screen.cpp \
49 keytrans.cpp \ 48 keytrans.cpp \
50 widget_layer.cpp \ 49 widget_layer.cpp \
51 transferdialog.cpp \ 50 transferdialog.cpp \
52 profiledialogwidget.cpp \ 51 profiledialogwidget.cpp \
53 profileeditordialog.cpp \ 52 profileeditordialog.cpp \
54 default.cpp \ 53 default.cpp \
55 terminalwidget.cpp \ 54 terminalwidget.cpp \
56 iolayerbase.cpp \ 55 iolayerbase.cpp \
57 serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \ 56 serialconfigwidget.cpp irdaconfigwidget.cpp btconfigwidget.cpp \
57 emulation_widget.cpp
58 58
59INTERFACES = configurebase.ui editbase.ui 59INTERFACES = configurebase.ui editbase.ui
60INCLUDEPATH += $(OPIEDIR)/include 60INCLUDEPATH += $(OPIEDIR)/include
61DEPENDPATH += $(OPIEDIR)/include 61DEPENDPATH += $(OPIEDIR)/include
62LIBS += -lqpe -lopie 62LIBS += -lqpe -lopie
63TARGET = opie-console 63TARGET = opie-console