From bcd101083108864992dd6d1f7aa22acbffb34e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Fri, 28 May 2021 08:03:27 +0300 Subject: Fix Qt6 dependencies Change-Id: I7665fcd97a2f5ab2297e625ea1fc7721db6089ae Reviewed-by: Friedemann Kleint --- coin/dependencies.yaml | 28 ++++++++++++++++++++++++++++ product_dependencies.yaml | 3 --- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 coin/dependencies.yaml delete mode 100644 product_dependencies.yaml 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" -- cgit v1.2.3