diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-24 16:45:06 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-25 14:44:36 +0700 |
commit | ed95dbc32bb571fe7021dfebf763e1425211103c (patch) | |
tree | 94e530cdea603177e959437d33491a0493527077 /libraries/qt4/README | |
parent | 599e1f6f578276d8eedeed8d6ed51217064d40fb (diff) |
libraries/qt4: Added (legacy Qt version).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/qt4/README')
-rw-r--r-- | libraries/qt4/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/qt4/README b/libraries/qt4/README new file mode 100644 index 0000000000000..9f12d84edcb92 --- /dev/null +++ b/libraries/qt4/README @@ -0,0 +1,11 @@ +qt4 (a C++ graphical user interface toolkit, legacy version) + +Qt is a complete and well-developed object-oriented framework for +developing graphical user interface (GUI) applications using C++. + +This is an older 'legacy' version of Qt, only intended to support +older applications that have not yet been ported to Qt5. Don't use +this for developing new code. + +If you're a SBo maintainer working on a script that requires qt4, see +README_SBo.txt for some helpful hints. |