From 57e432e0da775b5dbae5c62295a902f82dfe511f Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Wed, 17 Oct 2018 09:40:38 +0200 Subject: Ensure qtserialport is treated as optional dependency for qtserialbus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: QTBUG-70360 Change-Id: If4e28c60906787054a607d72a33321eab20a9401 Reviewed-by: André Hartmann Reviewed-by: Liang Qi --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 28545ab3..64eeb1f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -159,7 +159,8 @@ branch = dev status = addon [submodule "qtserialbus"] - depends = qtserialport + depends = qtbase + recommends = qtserialport path = qtserialbus url = ../qtserialbus.git branch = dev -- cgit v1.2.3