-rw-r--r-- | noncore/apps/opie-console/opie-console.control | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.control b/noncore/apps/opie-console/opie-console.control index a7ff1f3..d7051dc 100644 --- a/noncore/apps/opie-console/opie-console.control +++ b/noncore/apps/opie-console/opie-console.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Package: opie-console | 1 | Package: opie-console |
2 | Files: bin/opie-console apps/Applications/opie-console.desktop pics/console/* | 2 | Files: bin/console apps/Applications/console.desktop pics/console/* |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/applications | 4 | Section: opie/applications |
5 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: 0.6-$SUB_VERSION | 7 | Version: 0.6-$SUB_VERSION |
8 | Depends: qpe-base, libopiecore2, libopieui2, opie-console-help-en, lrzsz, opie-keytabs | 8 | Depends: qpe-base, libopiecore2, libopieui2, opie-console-help-en, lrzsz, opie-keytabs |
9 | License: GPL | 9 | License: GPL |
10 | Description: Opie terminal app | 10 | Description: Opie terminal app |
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index f7e33e9..8268b01 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -1,74 +1,74 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ | 4 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ |
5 | file_layer.h filetransfer.h \ | 5 | file_layer.h filetransfer.h \ |
6 | metafactory.h \ | 6 | metafactory.h \ |
7 | session.h \ | 7 | session.h \ |
8 | mainwindow.h \ | 8 | mainwindow.h \ |
9 | profile.h \ | 9 | profile.h \ |
10 | profileconfig.h \ | 10 | profileconfig.h \ |
11 | profilemanager.h \ | 11 | profilemanager.h \ |
12 | tabwidget.h \ | 12 | tabwidget.h \ |
13 | configdialog.h \ | 13 | configdialog.h \ |
14 | keytrans.h \ | 14 | keytrans.h \ |
15 | transferdialog.h \ | 15 | transferdialog.h \ |
16 | profiledialogwidget.h \ | 16 | profiledialogwidget.h \ |
17 | profileeditordialog.h \ | 17 | profileeditordialog.h \ |
18 | default.h \ | 18 | default.h \ |
19 | iolayerbase.h \ | 19 | iolayerbase.h \ |
20 | serialconfigwidget.h irdaconfigwidget.h \ | 20 | serialconfigwidget.h irdaconfigwidget.h \ |
21 | btconfigwidget.h modemconfigwidget.h \ | 21 | btconfigwidget.h modemconfigwidget.h \ |
22 | atconfigdialog.h dialdialog.h \ | 22 | atconfigdialog.h dialdialog.h \ |
23 | procctl.h \ | 23 | procctl.h \ |
24 | function_keyboard.h \ | 24 | function_keyboard.h \ |
25 | receive_layer.h filereceive.h \ | 25 | receive_layer.h filereceive.h \ |
26 | script.h \ | 26 | script.h \ |
27 | dialer.h \ | 27 | dialer.h \ |
28 | terminalwidget.h \ | 28 | terminalwidget.h \ |
29 | emulation_handler.h TECommon.h \ | 29 | emulation_handler.h TECommon.h \ |
30 | TEHistory.h TEScreen.h TEWidget.h \ | 30 | TEHistory.h TEScreen.h TEWidget.h \ |
31 | TEmuVt102.h TEmulation.h MyPty.h \ | 31 | TEmuVt102.h TEmulation.h MyPty.h \ |
32 | consoleconfigwidget.h | 32 | consoleconfigwidget.h |
33 | 33 | ||
34 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ | 34 | SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ |
35 | file_layer.cpp filetransfer.cpp \ | 35 | file_layer.cpp filetransfer.cpp \ |
36 | main.cpp \ | 36 | main.cpp \ |
37 | metafactory.cpp \ | 37 | metafactory.cpp \ |
38 | session.cpp \ | 38 | session.cpp \ |
39 | mainwindow.cpp \ | 39 | mainwindow.cpp \ |
40 | profile.cpp \ | 40 | profile.cpp \ |
41 | profileconfig.cpp \ | 41 | profileconfig.cpp \ |
42 | profilemanager.cpp \ | 42 | profilemanager.cpp \ |
43 | tabwidget.cpp \ | 43 | tabwidget.cpp \ |
44 | configdialog.cpp \ | 44 | configdialog.cpp \ |
45 | keytrans.cpp \ | 45 | keytrans.cpp \ |
46 | transferdialog.cpp \ | 46 | transferdialog.cpp \ |
47 | profiledialogwidget.cpp \ | 47 | profiledialogwidget.cpp \ |
48 | profileeditordialog.cpp \ | 48 | profileeditordialog.cpp \ |
49 | iolayerbase.cpp \ | 49 | iolayerbase.cpp \ |
50 | serialconfigwidget.cpp irdaconfigwidget.cpp \ | 50 | serialconfigwidget.cpp irdaconfigwidget.cpp \ |
51 | btconfigwidget.cpp modemconfigwidget.cpp \ | 51 | btconfigwidget.cpp modemconfigwidget.cpp \ |
52 | atconfigdialog.cpp dialdialog.cpp \ | 52 | atconfigdialog.cpp dialdialog.cpp \ |
53 | default.cpp procctl.cpp \ | 53 | default.cpp procctl.cpp \ |
54 | function_keyboard.cpp \ | 54 | function_keyboard.cpp \ |
55 | receive_layer.cpp filereceive.cpp \ | 55 | receive_layer.cpp filereceive.cpp \ |
56 | script.cpp \ | 56 | script.cpp \ |
57 | dialer.cpp \ | 57 | dialer.cpp \ |
58 | terminalwidget.cpp \ | 58 | terminalwidget.cpp \ |
59 | emulation_handler.cpp TEHistory.cpp \ | 59 | emulation_handler.cpp TEHistory.cpp \ |
60 | TEScreen.cpp TEWidget.cpp \ | 60 | TEScreen.cpp TEWidget.cpp \ |
61 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ | 61 | TEmuVt102.cpp TEmulation.cpp MyPty.cpp \ |
62 | consoleconfigwidget.cpp | 62 | consoleconfigwidget.cpp |
63 | 63 | ||
64 | 64 | ||
65 | INTERFACES = configurebase.ui editbase.ui | 65 | INTERFACES = configurebase.ui editbase.ui |
66 | INCLUDEPATH += $(OPIEDIR)/include | 66 | INCLUDEPATH += $(OPIEDIR)/include |
67 | DEPENDPATH += $(OPIEDIR)/include | 67 | DEPENDPATH += $(OPIEDIR)/include |
68 | LIBS += -lqpe -lopiecore2 -lopieui2 -lutil | 68 | LIBS += -lqpe -lopiecore2 -lopieui2 -lutil |
69 | TARGET = opie-console | 69 | TARGET = console |
70 | 70 | ||
71 | DEFINES += HAVE_OPENPTY | 71 | DEFINES += HAVE_OPENPTY |
72 | 72 | ||
73 | 73 | ||
74 | include ( $(OPIEDIR)/include.pro ) | 74 | include ( $(OPIEDIR)/include.pro ) |