aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2016-10-19 12:06:20 +0200
committerLiang Qi <liang.qi@qt.io>2016-11-02 21:09:02 +0000
commitfbd782636b6ee413d2b6e8bca408263297194254 (patch)
treec1aa6d6103f784429bb6c78e64392a6650519840 /.gitmodules
parent6fd9e533a3f24a695975a37b8e954ad593a44801 (diff)
Clean up usage of qtsvg as dependency
There is no build dependency on QtSvg in qtdeclarative or qtquick1, so don't recommend it for builds. QtSensors on the other hand has an example that does need svg. This does not change anything in the big picture, the svg module will be built as always and svg files will be displayed. The change is the ordering of builds (leave more room for parallelization). Change-Id: I50e527e03a75742036d5f914611d0b34437a8e3a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 9bcdf4ce..6dc85870 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,7 +11,7 @@
status = addon
[submodule "qtdeclarative"]
depends = qtbase
- recommends = qtsvg qtxmlpatterns
+ recommends = qtxmlpatterns
path = qtdeclarative
url = ../qtdeclarative.git
branch = 5.6
@@ -100,7 +100,7 @@
status = addon
[submodule "qtsensors"]
depends = qtbase
- recommends = qtdeclarative
+ recommends = qtdeclarative qtsvg
path = qtsensors
url = ../qtsensors.git
branch = 5.6
@@ -159,7 +159,7 @@
status = addon
[submodule "qtquick1"]
depends = qtscript
- recommends = qtsvg qtxmlpatterns
+ recommends = qtxmlpatterns
path = qtquick1
url = ../qtquick1.git
branch = 5.6