diff options
author | Niels Horn <niels.horn@slackbuilds.org> | 2011-03-24 23:54:54 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-25 23:26:21 -0500 |
commit | 4544e04b263f12baa34c1a57f38839d5a3c4e464 (patch) | |
tree | e6cd99d4aaf255e0dbc46ef9e81a2a06b702890f /libraries/qt3/README | |
parent | d7277dab33344970e645a521bfe7cef240813e9b (diff) | |
download | slackbuilds-4544e04b263f12baa34c1a57f38839d5a3c4e464.tar.gz |
libraries/qt3: Added (dependency, was removed from Slackware 13.37)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/qt3/README')
-rw-r--r-- | libraries/qt3/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/qt3/README b/libraries/qt3/README new file mode 100644 index 0000000000..e1afb37604 --- /dev/null +++ b/libraries/qt3/README @@ -0,0 +1,12 @@ +Qt is a complete and well-developed object-oriented framework for +developing graphical user interface (GUI) applications using C++. + +This release is free only for development of free software for the X Window +System. If you use Qt for developing commercial or other non-free software, +you must have a professional license. Please see +http://qt.nokia.com/products/licensing for details on the licensing +options. + +This script builds the older qt3 library that coexists with the newer qt4 +library. It was adapted from the original version from Slackware 13.1 but +uses the newer PNG and JPEG libraries. |