diff options
author | kchan <kenneth.t.chan@gmail.com> | 2013-07-26 13:07:25 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-10-12 14:38:01 -0500 |
commit | b4550e94b050f36856b713a7560f8b0caf88e86d (patch) | |
tree | cdc11c04fc1327be609f6b6108e1c565c4bde8c5 /python/pyside/README | |
parent | 322ccde188d9b0aca35b61e55d24349d7fa1b7d3 (diff) | |
download | slackbuilds-b4550e94b050f36856b713a7560f8b0caf88e86d.tar.gz |
python/pyside: Updated for version 1.2.0.
Fixed download link. New maintainer.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/pyside/README')
-rw-r--r-- | python/pyside/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyside/README b/python/pyside/README index e6373a9823..4908a0f2f5 100644 --- a/python/pyside/README +++ b/python/pyside/README @@ -2,6 +2,6 @@ PySide is a LGPL licensed python binding that allow access of Qt libraries, making them available just using the import command. The build process is comprised of two stages: in a first moment the -bindings source code are created from the Qt 4.6 headers by calling the +bindings source code are created from the Qt 4.8 headers by calling the Generator Runner with appropriate parameters; the generated files are then compiled and linked together to form the bindings libraries. |