aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-06-21 13:09:31 +0300
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-06-24 06:59:52 +0200
commit05a874474768f47850b1a31ba69646c71509d023 (patch)
tree5a29782d5294ed7fb7c68f587d570918b15f8d35 /coin
parent63e715b17bab0362941d04edd16e9e017fcdb18d (diff)
Add still missing qt submodules to dependency.yaml
Just to make a full list of modules we are using when building on ci. Change-Id: I8d9dd3e268915c668ae1fac855cb392099f04b4f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/dependencies.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml
index 8accce35c..ef1c3082a 100644
--- a/coin/dependencies.yaml
+++ b/coin/dependencies.yaml
@@ -15,6 +15,7 @@ dependencies: [
"../../qt/qtimageformats",
"../../qt/qtlocation",
"../../qt/qtlottie",
+ "../../qt/qtmultimedia",
"../../qt/qtnetworkauth",
"../../qt/qtqa",
"../../qt/qtquick3d",
@@ -32,5 +33,7 @@ dependencies: [
"../../qt/qtvirtualkeyboard",
"../../qt/qtwayland",
"../../qt/qtwebchannel",
- "../../qt/qtwebsockets"
+ "../../qt/qtwebengine",
+ "../../qt/qtwebsockets",
+ "../../qt/qtwebview"
]