aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2018-06-16 14:51:57 +0200
committerLiang Qi <liang.qi@qt.io>2018-08-29 05:50:07 +0000
commite470da9d650c1e58c866807e3ae93197e1517756 (patch)
tree6e5411b272394f38cbdaa9002f268a07e11c86a5 /.gitmodules
parentcf405ea20ee84afb097a9ae4d1c072ec151e1471 (diff)
Make xmlpatterns depend on declarative
After moving the xmllistmodel into qtxmlpatterns we can reverse the dependency. This will improve build times and cleaning up dependencies makes sense in any case. Change-Id: I560d51ee47167a0cb519b98a15e6eb9199b4cd79 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 72b451de..eeba9f34 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -11,7 +11,7 @@
status = addon
[submodule "qtdeclarative"]
depends = qtbase
- recommends = qtsvg qtxmlpatterns
+ recommends = qtsvg
path = qtdeclarative
url = ../qtdeclarative.git
branch = 5.12
@@ -45,6 +45,7 @@
status = essential
[submodule "qtxmlpatterns"]
depends = qtbase
+ recommends = qtdeclarative
path = qtxmlpatterns
url = ../qtxmlpatterns.git
branch = 5.12