summaryrefslogtreecommitdiff
path: root/doc/qtcreator
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator')
-rw-r--r--doc/qtcreator/src/overview/creator-acknowledgements.qdoc44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
index 2ef5125bab..29b006985d 100644
--- a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
+++ b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
@@ -1002,5 +1002,49 @@
https://creativecommons.org/publicdomain/zero/1.0/
+ \li \b WinPty
+
+ Implementation of a pseudo terminal for Windows.
+
+ The sources can be found in:
+ \list
+ \li \l https://github.com/rprichard/winpty
+ \endlist
+
+ Distributed under the MIT license.
+
+ \include license-mit.qdocinc
+
+ \li \b ptyqt
+
+ Pty-Qt is small library for access to console applications by a
+ pseudo-terminal interface on \macos, Linux and Windows. On \macos and
+ Linux it uses standard PseudoTerminal API and on Windows it uses
+ WinPty or ConPty.
+
+ \list
+ \li \l https://github.com/kafeg/ptyqt
+ \endlist
+
+ Distributed under the MIT license.
+
+ \include license-mit.qdocinc
+
+ \li \b libvterm
+
+ An abstract C99 library, which implements a VT220 or xterm-like terminal
+ emulator. It doesn't use any particular graphics toolkit or output
+ system. Instead it invokes callback function pointers that its embedding
+ program should provide to draw on its behalf. It avoids calling malloc()
+ during normal running state, allowing it to be used in embedded kernels.
+
+ \list
+ \li \l https://www.leonerd.org.uk/code/libvterm/
+ \endlist
+
+ Distributed under the MIT license.
+
+ \include license-mit.qdocinc
+
\endlist
*/