summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2020-10-30 10:06:57 +0200
committerSimo Fält <simo.falt@qt.io>2021-06-03 08:51:21 +0000
commitad6642ec0dd50ce10f4cea3f02364dc5068afbe7 (patch)
tree64d34bf6cac5c1863a572d41903ae350e8ea142c
parent3fdbd475202703530ca4b8f7f2a0e731d5f87f8b (diff)
Replace product_dependencies.yaml with dependencies.yaml
This allows depending only on required modules. Change-Id: I4a1664786c25797a6cd4081efbd92e10faf9d168 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
-rw-r--r--coin/dependencies.yaml13
-rw-r--r--product_dependencies.yaml3
2 files changed, 13 insertions, 3 deletions
diff --git a/coin/dependencies.yaml b/coin/dependencies.yaml
new file mode 100644
index 000000000..6e5b58335
--- /dev/null
+++ b/coin/dependencies.yaml
@@ -0,0 +1,13 @@
+
+product_dependency:
+ ../../qt/qt5:
+ ref: "ifw-5.12.10"
+dependency_source: supermodule
+dependencies: [
+ "../../qt/qtbase",
+ "../../qt/qtsvg",
+ "../../qt/qtdeclarative",
+ "../../qt/qttools",
+ "../../qt/qttranslations",
+ "../../qt/qtwinextras"
+ ]
diff --git a/product_dependencies.yaml b/product_dependencies.yaml
deleted file mode 100644
index b3058e830..000000000
--- a/product_dependencies.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-dependencies:
- ../../qt/qt5.git:
- ref: "5.12.7"