aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2016-06-30 15:17:03 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-04-09 07:17:25 +0000
commitd45d7ea294daa85249432572a6bdb4dece82d44c (patch)
treec976658ad97ddac8ec1049f5d02ed3431ca2fcbb /.gitmodules
parentcf12d96aa7e22f8cb18b6af076fec36b6ea96f34 (diff)
Add QtScript git submodule
This adds QtScript as a git submodule to build the qbsscriptengine library. QtDeclarative support has been stripped out. We don't need that. Windows CE and Symbian platform support has been removed. JIT has been disabled, which improves resolve/rule execution by 8%. [ChangeLog] Bundled QtScript as a submodule. Task-number: QBS-913 Change-Id: Idfbaf06eb2cef3985e5eae955f231686499f7754 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..f2f854c17
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "qtscript"]
+ path = src/shared/qtscript
+ url = ../../qt/qtscript.git