aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-04-20 12:02:53 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-04-22 11:39:14 +0300
commite57444184709e2ef934296e1ad66661f0848e477 (patch)
treed0fcaa13e50310afcd1e8be770e3deda31195fd2
parenta8a17646ab90bd86a9269e8633b9765f03f70744 (diff)
Drop unnecessary qttools dependency from m2m protocols
Change-Id: I5b8a169e4c96e76bc34806a8befdc83784106413 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 11ca30b8..c9686542 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -324,19 +324,19 @@
branch = dev
status = deprecated
[submodule "qtcoap"]
- depends = qtbase qttools
+ depends = qtbase
path = qtcoap
url = ../qtcoap.git
branch = dev
status = addon
[submodule "qtmqtt"]
- depends = qtbase qtdeclarative qttools
+ depends = qtbase qtdeclarative
path = qtmqtt
url = ../qtmqtt.git
branch = dev
status = addon
[submodule "qtopcua"]
- depends = qtbase qtdeclarative qtquickcontrols2 qttools
+ depends = qtbase qtdeclarative qtquickcontrols2
path = qtopcua
url = ../qtopcua.git
branch = dev