aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-10-17 09:40:38 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-12-12 09:01:28 +0000
commit57e432e0da775b5dbae5c62295a902f82dfe511f (patch)
treef7d3b50aefe0c13808115e61c3011f4d14be64b9 /.gitmodules
parent959d9bdb67017819328f086636fed4c00c46d0ad (diff)
Ensure qtserialport is treated as optional dependency for qtserialbus
Fixes: QTBUG-70360 Change-Id: If4e28c60906787054a607d72a33321eab20a9401 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 2 insertions, 1 deletions
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