summaryrefslogtreecommitdiffstats
path: root/client/browser/qtermwidget/src/src.pro
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-05-19 14:53:27 +0200
committerRamón M. Gómez <ramongomez@us.es>2020-05-19 14:53:27 +0200
commit4f9978aea3a93f3069a47c31bf5649835e8ba2c3 (patch)
tree08f5e8f0cd6843bfb9ee1c54f909f0608c941a61 /client/browser/qtermwidget/src/src.pro
parenta0868b7012b2a8aba33b34b0cf08741ea2b97725 (diff)
#959: Delete dirs moved to other repositories.
OGAgent code, browser code and the ogLive builder scrips are moved to new Git repositories.
Diffstat (limited to 'client/browser/qtermwidget/src/src.pro')
-rw-r--r--client/browser/qtermwidget/src/src.pro48
1 files changed, 0 insertions, 48 deletions
diff --git a/client/browser/qtermwidget/src/src.pro b/client/browser/qtermwidget/src/src.pro
deleted file mode 100644
index 041b6ee0..00000000
--- a/client/browser/qtermwidget/src/src.pro
+++ /dev/null
@@ -1,48 +0,0 @@
-TEMPLATE = lib
-VERSION = 0.1.0
-DESTDIR = ../..
-
-TARGET = qtermwidget
-
-CONFIG += qt debug_and_release warn_on build_all staticlib #dll
-
-QT += core gui
-
-MOC_DIR = ../../.moc
-
-CONFIG(debug, debug|release) {
- OBJECTS_DIR = ../../.objs_d
- TARGET = qtermwidget_d
-} else {
- OBJECTS_DIR = ../../.objs
- TARGET = qtermwidget
-}
-
-DEFINES += HAVE_POSIX_OPENPT
-#or DEFINES += HAVE_GETPT
-
-HEADERS = TerminalCharacterDecoder.h Character.h CharacterColor.h \
- KeyboardTranslator.h \
- ExtendedDefaultTranslator.h \
- Screen.h History.h BlockArray.h konsole_wcwidth.h \
- ScreenWindow.h \
- Emulation.h \
- Vt102Emulation.h TerminalDisplay.h Filter.h LineFont.h \
- Pty.h kpty.h kpty_p.h k3process.h k3processcontroller.h \
- Session.h ShellCommand.h \
- qtermwidget.h
-
-SOURCES = TerminalCharacterDecoder.cpp \
- KeyboardTranslator.cpp \
- Screen.cpp History.cpp BlockArray.cpp konsole_wcwidth.cpp \
- ScreenWindow.cpp \
- Emulation.cpp \
- Vt102Emulation.cpp TerminalDisplay.cpp Filter.cpp \
- Pty.cpp kpty.cpp k3process.cpp k3processcontroller.cpp \
- Session.cpp ShellCommand.cpp \
- qtermwidget.cpp
-
-
-
-
-