aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-05-28 08:03:27 +0300
committerSimo Fält <simo.falt@qt.io>2021-05-31 13:56:06 +0300
commitbcd101083108864992dd6d1f7aa22acbffb34e7f (patch)
tree01d37898ae29c4cf6d527d0a42e469dea4c9942c
parent925fe1a3d97d11b0933fdb5a85a4c9fed4c1ecb1 (diff)
Fix Qt6 dependencies
Change-Id: I7665fcd97a2f5ab2297e625ea1fc7721db6089ae Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--coin/dependencies.yaml28
-rw-r--r--product_dependencies.yaml3
2 files changed, 28 insertions, 3 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml
new file mode 100644
index 000000000..85118bd5d
--- /dev/null
+++ b/coin/dependencies.yaml
@@ -0,0 +1,28 @@
+product_dependency:
+ ../../qt/qt5:
+ ref: "6.1.1"
+dependency_source: supermodule
+dependencies: [
+ "../../qt/qt3d",
+ "../../qt/qt5compat",
+ "../../qt/qtactiveqt",
+ "../../qt/qtbase",
+ "../../qt/qtcharts",
+ "../../qt/qtdatavis3d",
+ "../../qt/qtdeclarative",
+ "../../qt/qtdoc",
+ "../../qt/qtimageformats",
+ "../../qt/qtlottie",
+ "../../qt/qtnetworkauth",
+ "../../qt/qtqa",
+ "../../qt/qtquick3d",
+ "../../qt/qtquickcontrols2",
+ "../../qt/qtquicktimeline",
+ "../../qt/qtscxml",
+ "../../qt/qtshadertools",
+ "../../qt/qtsvg",
+ "../../qt/qttools",
+ "../../qt/qttranslations",
+ "../../qt/qtvirtualkeyboard",
+ "../../qt/qtwayland"
+ ]
diff --git a/product_dependencies.yaml b/product_dependencies.yaml
deleted file mode 100644
index ed2356174..000000000
--- a/product_dependencies.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-dependencies:
- ../../qt/qt5.git:
- ref: "6.1.0"