diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-05-15 22:59:18 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-20 06:55:18 +0700 |
commit | b1c19764dfd185cc381605a005c15acf5e4d74b1 (patch) | |
tree | f4d47a31d8422878eec0e8dccab51d95842550e2 /python/PythonQt/README | |
parent | 22a1a4e8ea71c3d5ae27278138686bb41c8b8d9d (diff) |
python/PythonQt: Updated for version 3.1.6
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/PythonQt/README')
-rw-r--r-- | python/PythonQt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/PythonQt/README b/python/PythonQt/README index 6e50c59b5fc79..d959b8ca65f20 100644 --- a/python/PythonQt/README +++ b/python/PythonQt/README @@ -1,2 +1,7 @@ PythonQt is a dynamic Python binding for the Qt framework. It offers an easy way to embed the Python scripting language into your C++ Qt applications. + +This build uses the CMake-ified version of PythonQt at: + https://github.com/commontk/PythonQt +which was forked from the original at: + http://pythonqt.sourceforge.net/ |