From 3c23dc484635e4c3340461316454be50fe11e28f Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 5 Apr 2018 12:26:53 +0200 Subject: Don't require Qt Android Extras for Qt Purchasing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Qt Purchasing is supported on other platforms than Android, so move qtandroidextras from depends to recommends instead. Task-number: QTBUG-67318 Change-Id: I9c70574dd9b45579485b2640f7daeebdc6c2bc63 Reviewed-by: Jędrzej Nowacki Reviewed-by: Oswald Buddenhagen --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ce89d72b..565896cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -249,8 +249,8 @@ branch = 5.11 status = addon [submodule "qtpurchasing"] - depends = qtbase qtandroidextras - recommends = qtdeclarative + depends = qtbase + recommends = qtdeclarative qtandroidextras path = qtpurchasing url = ../qtpurchasing.git branch = 5.11 -- cgit v1.2.3