-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 25f6286..b07f10a 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -29,40 +29,40 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h\ | |||
29 | serialconfigwidget.h irdaconfigwidget.h \ | 29 | serialconfigwidget.h irdaconfigwidget.h \ |
30 | btconfigwidget.h modemconfigwidget.h \ | 30 | btconfigwidget.h modemconfigwidget.h \ |
31 | atconfigdialog.h dialdialog.h \ | 31 | atconfigdialog.h dialdialog.h \ |
32 | emulation_widget.h procctl.h \ | 32 | emulation_widget.h procctl.h \ |
33 | function_keyboard.h | 33 | function_keyboard.h |
34 | 34 | ||
35 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp \ | 35 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp \ |
36 | file_layer.cpp filetransfer.cpp \ | 36 | file_layer.cpp filetransfer.cpp \ |
37 | main.cpp \ | 37 | main.cpp \ |
38 | metafactory.cpp \ | 38 | metafactory.cpp \ |
39 | session.cpp \ | 39 | session.cpp \ |
40 | mainwindow.cpp \ | 40 | mainwindow.cpp \ |
41 | profile.cpp \ | 41 | profile.cpp \ |
42 | profileconfig.cpp \ | 42 | profileconfig.cpp \ |
43 | profilemanager.cpp \ | 43 | profilemanager.cpp \ |
44 | tabwidget.cpp \ | 44 | tabwidget.cpp \ |
45 | configdialog.cpp \ | 45 | configdialog.cpp \ |
46 | emulation_layer.cpp \ | 46 | emulation_layer.cpp \ |
47 | vt102emulation.cpp \ | 47 | vt102emulation.cpp \ |
48 | history.cpp \ | 48 | history.cpp \ |
49 | screen.cpp \ | 49 | screen.cpp \ |
50 | keytrans.cpp \ | 50 | keytrans.cpp \ |
51 | widget_layer.cpp \ | 51 | widget_layer.cpp \ |
52 | transferdialog.cpp \ | 52 | transferdialog.cpp \ |
53 | profiledialogwidget.cpp \ | 53 | profiledialogwidget.cpp \ |
54 | profileeditordialog.cpp \ | 54 | profileeditordialog.cpp \ |
55 | terminalwidget.cpp \ | 55 | terminalwidget.cpp \ |
56 | iolayerbase.cpp \ | 56 | iolayerbase.cpp \ |
57 | serialconfigwidget.cpp irdaconfigwidget.cpp \ | 57 | serialconfigwidget.cpp irdaconfigwidget.cpp \ |
58 | btconfigwidget.cpp modemconfigwidget.cpp \ | 58 | btconfigwidget.cpp modemconfigwidget.cpp \ |
59 | atconfigdialog.cpp dialdialog.cpp \ | 59 | atconfigdialog.cpp dialdialog.cpp \ |
60 | emulation_widget.cpp default.cpp procctl.cpp \ | 60 | emulation_widget.cpp default.cpp procctl.cpp \ |
61 | function_keyboard.h | 61 | function_keyboard.cpp |
62 | 62 | ||
63 | INTERFACES = configurebase.ui editbase.ui | 63 | INTERFACES = configurebase.ui editbase.ui |
64 | INCLUDEPATH += $(OPIEDIR)/include | 64 | INCLUDEPATH += $(OPIEDIR)/include |
65 | DEPENDPATH += $(OPIEDIR)/include | 65 | DEPENDPATH += $(OPIEDIR)/include |
66 | LIBS += -lqpe -lopie | 66 | LIBS += -lqpe -lopie |
67 | TARGET = opie-console | 67 | TARGET = opie-console |
68 | 68 | ||