-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 | |||
@@ -1,72 +1,72 @@ | |||
1 | CONFIG += qt warn_on quick-app | 1 | CONFIG += qt warn_on quick-app |
2 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ | 2 | HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ |
3 | file_layer.h filetransfer.h \ | 3 | file_layer.h filetransfer.h \ |
4 | metafactory.h \ | 4 | metafactory.h \ |
5 | session.h \ | 5 | session.h \ |
6 | mainwindow.h \ | 6 | mainwindow.h \ |
7 | profile.h \ | 7 | profile.h \ |
8 | profileconfig.h \ | 8 | profileconfig.h \ |
9 | profilemanager.h \ | 9 | profilemanager.h \ |
10 | tabwidget.h \ | 10 | tabwidget.h \ |
11 | configdialog.h \ | 11 | configdialog.h \ |
12 | keytrans.h \ | 12 | keytrans.h \ |
13 | transferdialog.h \ | 13 | transferdialog.h \ |
14 | profiledialogwidget.h \ | 14 | profiledialogwidget.h \ |
15 | profileeditordialog.h \ | 15 | profileeditordialog.h \ |
16 | default.h \ | 16 | default.h \ |
17 | iolayerbase.h \ | 17 | iolayerbase.h \ |
18 | serialconfigwidget.h irdaconfigwidget.h \ | 18 | serialconfigwidget.h irdaconfigwidget.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 ) |