aboutsummaryrefslogtreecommitdiffstats
path: root/examples/script/README.md
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-04 08:15:17 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-09-04 08:29:54 +0000
commit9768da0be5a09632c60c4e4035fa52b9c55376df (patch)
treed9e0d8545e08597f208cda183787b51028fa0680 /examples/script/README.md
parentf47818b5c710aa6ae5f76809046105cb8c3d9f7f (diff)
Remove QtScript, QtXmlPatterns
They are obsolete in Qt 6. Task-number: PYSIDE-1339 Task-number: PYSIDE-904 Change-Id: I70816b3c3270a1db65ad3b3871a09c62d31420e5 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'examples/script/README.md')
-rw-r--r--examples/script/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/script/README.md b/examples/script/README.md
deleted file mode 100644
index 6133f4302..000000000
--- a/examples/script/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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`).