author | ibotty <ibotty> | 2002-10-05 21:17:16 (UTC) |
---|---|---|
committer | ibotty <ibotty> | 2002-10-05 21:17:16 (UTC) |
commit | 76feb33042f707be87763308eb76dd8c9fd1bd62 (patch) (unidiff) | |
tree | c413d59e47575bbc8daf5cff82dbeceec137c7b3 | |
parent | 19c0a4610292a95281a64655cef9c2d695a214dc (diff) | |
download | opie-76feb33042f707be87763308eb76dd8c9fd1bd62.zip opie-76feb33042f707be87763308eb76dd8c9fd1bd62.tar.gz opie-76feb33042f707be87763308eb76dd8c9fd1bd62.tar.bz2 |
included my new files
-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 5a352e0..0b5df20 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -14,3 +14,11 @@ HEADERS = io_layer.h io_serial.h \ | |||
14 | configdialog.h \ | 14 | configdialog.h \ |
15 | profileeditordialog.h | 15 | profileeditordialog.h \ |
16 | emulation_layer.h \ | ||
17 | widget.h \ | ||
18 | vt102emulation.h \ | ||
19 | common.h \ | ||
20 | history.h \ | ||
21 | screen.h \ | ||
22 | keytrans.h | ||
23 | |||
16 | SOURCES = io_layer.cpp io_serial.cpp \ | 24 | SOURCES = io_layer.cpp io_serial.cpp \ |
@@ -25,3 +33,10 @@ SOURCES = io_layer.cpp io_serial.cpp \ | |||
25 | configdialog.cpp \ | 33 | configdialog.cpp \ |
26 | profileeditordialog.cpp | 34 | profileeditordialog.cpp \ |
35 | emulation_layer.cpp \ | ||
36 | widget.cpp \ | ||
37 | vt102emulation.cpp \ | ||
38 | history.cpp \ | ||
39 | screen.cpp \ | ||
40 | keytrans.cpp | ||
41 | |||
27 | INTERFACES = configurebase.ui editbase.ui | 42 | INTERFACES = configurebase.ui editbase.ui |