aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-05-05 09:25:18 +0300
committerSimo Fält <simo.falt@qt.io>2021-05-06 08:25:04 +0000
commit7e3a23d82714493914bef99292666e3c09fd6223 (patch)
tree3a7c9d2b15e89a4db68576db768426476c47d3d4
parent354adf1c18379cbeec8a1bef3a89648a11de64ac (diff)
Pin Qt6.1.0 sha1
Also changing the format of product dependency to skip all modules not needed in wheels. Change-Id: I088308a2c62808a6eb58989f1c7d6d3e2dce4916 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..c8d942a31
--- /dev/null
+++ b/coin/dependencies.yaml
@@ -0,0 +1,28 @@
+product_dependency:
+ ../../qt/qt5:
+ ref: "21a5643a51d3f6c4fd634f46980041f199647f00"
+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"