From b2ba8304c3d4aade70a1f8e6ced6c1ba3c57b224 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Mon, 18 Jun 2018 14:00:43 +0200 Subject: Add README to QtScript example The module is not available via wheels, but it is possible to generate the bindings, when building PySide2 from source. Task-number: PYSIDE-707 Change-Id: I9c2f1530e7bc9d77a03abb2b911e2ebf857fca1e Reviewed-by: Alexandru Croitor Reviewed-by: Christian Tismer --- examples/script/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/script/README.md diff --git a/examples/script/README.md b/examples/script/README.md new file mode 100644 index 000000000..6133f4302 --- /dev/null +++ b/examples/script/README.md @@ -0,0 +1,9 @@ +# About QtScript + +The QtScript module is deprecated since Qt 5.5, +and hence is not being distributed through our wheels. + +However, it is possible to access the module +when using a local build of PySide2 which was built +against a Qt installation containing the Qt Script module +(ALL_OPTIONAL_MODULES in `sources/pyside2/CMakeLists.txt`). -- cgit v1.2.3