summaryrefslogtreecommitdiffstats
path: root/coin
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 /coin
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>
Diffstat (limited to 'coin')
-rw-r--r--coin/dependencies.yaml13
1 files changed, 13 insertions, 0 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"
+ ]