From 6b60200b7f9a94f6a336018ec1b2285989c342c7 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Mon, 27 Jan 2020 13:33:01 +0100 Subject: [PATCH] Fix .gitmodules to use correct branch This amends 31d83f1ddb0182aa86e39f55a965face362040b5. Change-Id: Id376f4f079cdc114095955cbf61a74d63a5b3af5 Reviewed-by: Alexandru Croitor --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f6546749..8574d330 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "qtbase"] path = qtbase url = ../qtbase.git - branch = refs/changes/71/283671/6 + branch = wip/cmake status = essential [submodule "qtsvg"] depends = qtbase @@ -14,7 +14,7 @@ recommends = qtsvg path = qtdeclarative url = ../qtdeclarative.git - branch = refs/changes/15/287315/8 + branch = wip/cmake status = essential [submodule "qtactiveqt"] depends = qtbase