summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"