diff options
author | Matti Paaso <matti.paaso@digia.com> | 2014-09-24 12:53:46 +0300 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@digia.com> | 2014-09-25 06:58:45 +0200 |
commit | d063e757b1fff9297201a8f74c610345d3f57ba0 (patch) | |
tree | ec5bb97563005fd9f1b333095f6a0eaad1205efb /.gitmodules | |
parent | e6af514f7185fc618f5093accedfb4f0937e5039 (diff) | |
download | qt5-d063e757b1fff9297201a8f74c610345d3f57ba0.tar.gz |
Adding qtquick1 and qtwayland also into submodule initialization
Without these components, src package creation fails in packaging.
Change-Id: I402c9c49642bccf821c3719206d1dea9415760c6
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
Reviewed-by: Jani Heikkinen <jani.heikkinen@digia.com>
Reviewed-by: Antti Kokko <antti.kokko@digia.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 403872d1..714bcc7c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -81,6 +81,7 @@ [submodule "qtwayland"] path = qtwayland url = ../qtwayland.git + initrepo = true [submodule "qt3d"] path = qt3d url = ../qt3d.git @@ -91,6 +92,7 @@ [submodule "qtquick1"] path = qtquick1 url = ../qtquick1.git + initrepo = true [submodule "qtgraphicaleffects"] path = qtgraphicaleffects url = ../qtgraphicaleffects.git |