-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 baa5a55..57bd0f4 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -43,30 +43,30 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ | |||
43 | keytrans.cpp \ | 43 | keytrans.cpp \ |
44 | transferdialog.cpp \ | 44 | transferdialog.cpp \ |
45 | profiledialogwidget.cpp \ | 45 | profiledialogwidget.cpp \ |
46 | profileeditordialog.cpp \ | 46 | profileeditordialog.cpp \ |
47 | iolayerbase.cpp \ | 47 | iolayerbase.cpp \ |
48 | serialconfigwidget.cpp irdaconfigwidget.cpp \ | 48 | serialconfigwidget.cpp irdaconfigwidget.cpp \ |
49 | btconfigwidget.cpp modemconfigwidget.cpp \ | 49 | btconfigwidget.cpp modemconfigwidget.cpp \ |
50 | atconfigdialog.cpp dialdialog.cpp \ | 50 | atconfigdialog.cpp dialdialog.cpp \ |
51 | default.cpp procctl.cpp \ | 51 | default.cpp procctl.cpp \ |
52 | function_keyboard.cpp \ | 52 | function_keyboard.cpp \ |
53 | receive_layer.cpp filereceive.cpp \ | 53 | receive_layer.cpp filereceive.cpp \ |
54 | script.cpp \ | 54 | script.cpp \ |
55 | dialer.cpp \ | 55 | dialer.cpp \ |
56 | terminalwidget.cpp \ | 56 | terminalwidget.cpp \ |
57 | emulation_handler.cpp TEHistory.cpp \ | 57 | emulation_handler.cpp TEHistory.cpp \ |
58 | TEScreen.cpp TEWidget.cpp \ | 58 | TEScreen.cpp TEWidget.cpp \ |
59 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ | 59 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ |
60 | consoleconfigwidget.cpp | 60 | consoleconfigwidget.cpp |
61 | 61 | ||
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 -lopiecore2 -lopieui2 -lutil | 66 | LIBS += -lqpe -lopiecore2 -lopieui2 -lutil |
67 | TARGET = console | 67 | TARGET = opie-console |
68 | 68 | ||
69 | DEFINES += HAVE_OPENPTY | 69 | DEFINES += HAVE_OPENPTY |
70 | 70 | ||
71 | 71 | ||
72 | include ( $(OPIEDIR)/include.pro ) | 72 | include ( $(OPIEDIR)/include.pro ) |