You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-2.2-install.../libs/qtermwidget
ivan c7004b3c59
Fixed showing QTermWidget.
14 years ago
..
kb-layouts Initial commit. 14 years ago
BlockArray.cpp Initial commit. 14 years ago
BlockArray.h Initial commit. 14 years ago
CMakeLists.txt Fixed showing QTermWidget. 14 years ago
Character.h Initial commit. 14 years ago
CharacterColor.h Initial commit. 14 years ago
ColorTables.h Initial commit. 14 years ago
DefaultTranslatorText.h Initial commit. 14 years ago
Emulation.cpp Initial commit. 14 years ago
Emulation.h Initial commit. 14 years ago
ExtendedDefaultTranslator.h Initial commit. 14 years ago
Filter.cpp Initial commit. 14 years ago
Filter.h Initial commit. 14 years ago
History.cpp Initial commit. 14 years ago
History.h Initial commit. 14 years ago
KeyboardTranslator.cpp Initial commit. 14 years ago
KeyboardTranslator.h Initial commit. 14 years ago
LineFont.h Initial commit. 14 years ago
LineFont.src Initial commit. 14 years ago
Pty.cpp Initial commit. 14 years ago
Pty.h Initial commit. 14 years ago
README Initial commit. 14 years ago
Screen.cpp Initial commit. 14 years ago
Screen.h Initial commit. 14 years ago
ScreenWindow.cpp Initial commit. 14 years ago
ScreenWindow.h Initial commit. 14 years ago
Session.cpp Initial commit. 14 years ago
Session.h Initial commit. 14 years ago
ShellCommand.cpp Initial commit. 14 years ago
ShellCommand.h Initial commit. 14 years ago
TerminalCharacterDecoder.cpp Initial commit. 14 years ago
TerminalCharacterDecoder.h Initial commit. 14 years ago
TerminalDisplay.cpp Initial commit. 14 years ago
TerminalDisplay.h Initial commit. 14 years ago
Vt102Emulation.cpp Initial commit. 14 years ago
Vt102Emulation.h Initial commit. 14 years ago
default.keytab Initial commit. 14 years ago
k3process.cpp Initial commit. 14 years ago
k3process.h Initial commit. 14 years ago
k3processcontroller.cpp Initial commit. 14 years ago
k3processcontroller.h Initial commit. 14 years ago
konsole_wcwidth.cpp Initial commit. 14 years ago
konsole_wcwidth.h Initial commit. 14 years ago
kpty.cpp Initial commit. 14 years ago
kpty.h Initial commit. 14 years ago
kpty_p.h Initial commit. 14 years ago
qtermwidget.cpp Initial commit. 14 years ago
qtermwidget.h Initial commit. 14 years ago

README

lib.pro is a *.pro-file for qmake


It produces static lib (libqtermwidget.a) only.
For creating shared lib (*.so) uncomment "dll" in "CONFIG" line in *.pro-file

Library was tested both with HAVE_POSIX_OPENPT and HAVE_GETPT precompiler directives,
defined in "DEFINES" line. You should select variant which would be correct for your system.