author | ar <ar> | 2004-06-19 23:41:36 (UTC) |
---|---|---|
committer | ar <ar> | 2004-06-19 23:41:36 (UTC) |
commit | 63dd6d0c5919bd905f9c39eb1641d18c5372cdda (patch) (unidiff) | |
tree | 4817b48408c220699cc9cecfe60ad44a9962662a | |
parent | 8beb35ab232bf3f20582cf6d1d00681b8dd8e24d (diff) | |
download | opie-63dd6d0c5919bd905f9c39eb1641d18c5372cdda.zip opie-63dd6d0c5919bd905f9c39eb1641d18c5372cdda.tar.gz opie-63dd6d0c5919bd905f9c39eb1641d18c5372cdda.tar.bz2 |
- fix target
-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 | |||
@@ -19,54 +19,54 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ | |||
19 | btconfigwidget.h modemconfigwidget.h \ | 19 | btconfigwidget.h modemconfigwidget.h \ |
20 | atconfigdialog.h dialdialog.h \ | 20 | atconfigdialog.h dialdialog.h \ |
21 | procctl.h \ | 21 | procctl.h \ |
22 | function_keyboard.h \ | 22 | function_keyboard.h \ |
23 | receive_layer.h filereceive.h \ | 23 | receive_layer.h filereceive.h \ |
24 | script.h \ | 24 | script.h \ |
25 | dialer.h \ | 25 | dialer.h \ |
26 | terminalwidget.h \ | 26 | terminalwidget.h \ |
27 | emulation_handler.h TECommon.h \ | 27 | emulation_handler.h TECommon.h \ |
28 | TEHistory.h TEScreen.h TEWidget.h \ | 28 | TEHistory.h TEScreen.h TEWidget.h \ |
29 | TEmuVt102.h TEmulation.h MyPty.h \ | 29 | TEmuVt102.h TEmulation.h MyPty.h \ |
30 | consoleconfigwidget.h | 30 | consoleconfigwidget.h |
31 | 31 | ||
32 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ | 32 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ |
33 | file_layer.cpp filetransfer.cpp \ | 33 | file_layer.cpp filetransfer.cpp \ |
34 | main.cpp \ | 34 | main.cpp \ |
35 | metafactory.cpp \ | 35 | metafactory.cpp \ |
36 | session.cpp \ | 36 | session.cpp \ |
37 | mainwindow.cpp \ | 37 | mainwindow.cpp \ |
38 | profile.cpp \ | 38 | profile.cpp \ |
39 | profileconfig.cpp \ | 39 | profileconfig.cpp \ |
40 | profilemanager.cpp \ | 40 | profilemanager.cpp \ |
41 | tabwidget.cpp \ | 41 | tabwidget.cpp \ |
42 | configdialog.cpp \ | 42 | configdialog.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 ) |