aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-06-18 14:00:43 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-06-21 07:39:00 +0000
commitb2ba8304c3d4aade70a1f8e6ced6c1ba3c57b224 (patch)
treebd7f32a61f9818eb4743ebc5428f3a1f54fffa03
parent5d88488592f55aa8d81b3256a4e76cfdf1a7f050 (diff)
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 <alexandru.croitor@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--examples/script/README.md9
1 files changed, 9 insertions, 0 deletions
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`).