summaryrefslogtreecommitdiff
path: root/noncore/apps
authoribotty <ibotty>2002-10-05 21:17:16 (UTC)
committer ibotty <ibotty>2002-10-05 21:17:16 (UTC)
commit76feb33042f707be87763308eb76dd8c9fd1bd62 (patch) (side-by-side diff)
treec413d59e47575bbc8daf5cff82dbeceec137c7b3 /noncore/apps
parent19c0a4610292a95281a64655cef9c2d695a214dc (diff)
downloadopie-76feb33042f707be87763308eb76dd8c9fd1bd62.zip
opie-76feb33042f707be87763308eb76dd8c9fd1bd62.tar.gz
opie-76feb33042f707be87763308eb76dd8c9fd1bd62.tar.bz2
included my new files
Diffstat (limited to 'noncore/apps') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/opie-console.pro19
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
@@ -3,30 +3,45 @@ CONFIG = qt warn_on release
DESTDIR = $(OPIEDIR)/bin
HEADERS = io_layer.h io_serial.h \
file_layer.h \
metafactory.h \
session.h \
mainwindow.h \
profile.h \
profileconfig.h \
profilemanager.h \
configwidget.h \
tabwidget.h \
configdialog.h \
- profileeditordialog.h
+ profileeditordialog.h \
+ emulation_layer.h \
+ widget.h \
+ vt102emulation.h \
+ common.h \
+ history.h \
+ screen.h \
+ keytrans.h
+
SOURCES = io_layer.cpp io_serial.cpp \
file_layer.cpp main.cpp \
metafactory.cpp \
session.cpp \
mainwindow.cpp \
profile.cpp \
profileconfig.cpp \
profilemanager.cpp \
tabwidget.cpp \
configdialog.cpp \
- profileeditordialog.cpp
+ profileeditordialog.cpp \
+ emulation_layer.cpp \
+ widget.cpp \
+ vt102emulation.cpp \
+ history.cpp \
+ screen.cpp \
+ keytrans.cpp
+
INTERFACES = configurebase.ui editbase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopie
TARGET = opie-console