author | hash <hash> | 2002-10-13 01:52:07 (UTC) |
---|---|---|
committer | hash <hash> | 2002-10-13 01:52:07 (UTC) |
commit | 7d5d4758d459b744be27e5fbd8b9a2735d7c13f4 (patch) (unidiff) | |
tree | bdb82229b63e8e397046102df29446c3ce209ff6 | |
parent | e99b83c709d04a892f2c63d389a5e5932035dcb6 (diff) | |
download | opie-7d5d4758d459b744be27e5fbd8b9a2735d7c13f4.zip opie-7d5d4758d459b744be27e5fbd8b9a2735d7c13f4.tar.gz opie-7d5d4758d459b744be27e5fbd8b9a2735d7c13f4.tar.bz2 |
added keyboard_function.*
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index ccc3079..25f6286 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -17,50 +17,52 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h\ | |||
17 | vt102emulation.h \ | 17 | vt102emulation.h \ |
18 | common.h \ | 18 | common.h \ |
19 | history.h \ | 19 | history.h \ |
20 | screen.h \ | 20 | screen.h \ |
21 | keytrans.h \ | 21 | keytrans.h \ |
22 | widget_layer.h \ | 22 | widget_layer.h \ |
23 | transferdialog.h \ | 23 | transferdialog.h \ |
24 | profiledialogwidget.h \ | 24 | profiledialogwidget.h \ |
25 | profileeditordialog.h \ | 25 | profileeditordialog.h \ |
26 | default.h \ | 26 | default.h \ |
27 | terminalwidget.h \ | 27 | terminalwidget.h \ |
28 | iolayerbase.h \ | 28 | iolayerbase.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 | 34 | ||
34 | 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 \ |
35 | file_layer.cpp filetransfer.cpp \ | 36 | file_layer.cpp filetransfer.cpp \ |
36 | main.cpp \ | 37 | main.cpp \ |
37 | metafactory.cpp \ | 38 | metafactory.cpp \ |
38 | session.cpp \ | 39 | session.cpp \ |
39 | mainwindow.cpp \ | 40 | mainwindow.cpp \ |
40 | profile.cpp \ | 41 | profile.cpp \ |
41 | profileconfig.cpp \ | 42 | profileconfig.cpp \ |
42 | profilemanager.cpp \ | 43 | profilemanager.cpp \ |
43 | tabwidget.cpp \ | 44 | tabwidget.cpp \ |
44 | configdialog.cpp \ | 45 | configdialog.cpp \ |
45 | emulation_layer.cpp \ | 46 | emulation_layer.cpp \ |
46 | vt102emulation.cpp \ | 47 | vt102emulation.cpp \ |
47 | history.cpp \ | 48 | history.cpp \ |
48 | screen.cpp \ | 49 | screen.cpp \ |
49 | keytrans.cpp \ | 50 | keytrans.cpp \ |
50 | widget_layer.cpp \ | 51 | widget_layer.cpp \ |
51 | transferdialog.cpp \ | 52 | transferdialog.cpp \ |
52 | profiledialogwidget.cpp \ | 53 | profiledialogwidget.cpp \ |
53 | profileeditordialog.cpp \ | 54 | profileeditordialog.cpp \ |
54 | terminalwidget.cpp \ | 55 | terminalwidget.cpp \ |
55 | iolayerbase.cpp \ | 56 | iolayerbase.cpp \ |
56 | serialconfigwidget.cpp irdaconfigwidget.cpp \ | 57 | serialconfigwidget.cpp irdaconfigwidget.cpp \ |
57 | btconfigwidget.cpp modemconfigwidget.cpp \ | 58 | btconfigwidget.cpp modemconfigwidget.cpp \ |
58 | atconfigdialog.cpp dialdialog.cpp \ | 59 | atconfigdialog.cpp dialdialog.cpp \ |
59 | emulation_widget.cpp default.cpp procctl.cpp \ | 60 | emulation_widget.cpp default.cpp procctl.cpp \ |
61 | function_keyboard.h | ||
60 | 62 | ||
61 | INTERFACES = configurebase.ui editbase.ui | 63 | INTERFACES = configurebase.ui editbase.ui |
62 | INCLUDEPATH += $(OPIEDIR)/include | 64 | INCLUDEPATH += $(OPIEDIR)/include |
63 | DEPENDPATH += $(OPIEDIR)/include | 65 | DEPENDPATH += $(OPIEDIR)/include |
64 | LIBS += -lqpe -lopie | 66 | LIBS += -lqpe -lopie |
65 | TARGET = opie-console | 67 | TARGET = opie-console |
66 | 68 | ||