Completely remove QtScript from qt5.git

It doesn't even compile against c++17 anymore (uses auto_ptr),
and the JavaScript engine is now more than 10 years outdated.

Change-Id: I56cc36aa5aeb4dfa6b19b699886f6e34fe1eecbd
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Lars Knoll
2020-03-31 13:18:56 +02:00
parent 3a64559f68
commit a3e33df7f6
2 changed files with 0 additions and 8 deletions

7
.gitmodules vendored
View File

@@ -22,13 +22,6 @@
url = ../qtactiveqt.git
branch = dev
status = ignore
[submodule "qtscript"]
depends = qtbase
recommends = qttools
path = qtscript
url = ../qtscript.git
branch = dev
status = ignore
[submodule "qtmultimedia"]
depends = qtbase
recommends = qtdeclarative

Submodule qtscript deleted from 957fe147f1