aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2016-06-22 15:23:27 +0300
committerIikka Eklund <iikka.eklund@qt.io>2016-08-10 05:58:05 +0000
commit40a0b1c123719cbefbf2309e95e9d20534efed3c (patch)
tree3554dbf4421896d3629c474cfad985604dc56a81 /sync.profile
parent80e8def58bc248634e14d562e4358439463d154a (diff)
Add sync.profile for Coin/CI
The sync.profile file is needed by the Coin to build the module correctly. It defines the dependencies which need to be built first. Change-Id: Ie3f59130142ef14c3524debb677b47d44ec51240 Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 000000000..464146751
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,4 @@
+%dependencies = (
+ "qtbase" => "5.6",
+ "qtscript" => "5.6",
+);