From 13be05c06d8a14e2982f0b6d6aadcadb935d27b5 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Tue, 23 Jan 2018 12:50:19 +0100 Subject: [PATCH] Swap qtquickcontrols vs. qtquickcontrols2 statuses The Qt Quick Controls (1) module, which was still listed as an essential module, has not been actively developed for almost three years. Promote Qt Quick Controls 2 as an essential module instead, and demote Qt Quick Controls (1) as an addon. Change-Id: If51c6c17d199ca10a574053d7dba67539a764aba Reviewed-by: Frederik Gladhorn --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1fc98730..64a36638 100644 --- a/.gitmodules +++ b/.gitmodules @@ -162,7 +162,7 @@ path = qtquickcontrols url = ../qtquickcontrols.git branch = dev - status = essential + status = addon [submodule "qtserialbus"] depends = qtserialport path = qtserialbus @@ -247,7 +247,7 @@ path = qtquickcontrols2 url = ../qtquickcontrols2.git branch = dev - status = addon + status = essential [submodule "qtpurchasing"] depends = qtbase qtandroidextras recommends = qtdeclarative