summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@theqtcompany.com>2015-12-29 12:11:20 +0200
committerIikka Eklund <iikka.eklund@theqtcompany.com>2015-12-30 10:02:10 +0000
commit21a9aa9f13e18828bb472c4c9a66b08193f5f693 (patch)
tree06e9077c2326d5ff7ee970812e937f3d04d225e8
parent899c5fe4a0b0b5f3c943367779b54521e5d33bce (diff)
Add sync.profile
Change-Id: Iab18aa118911d8a6b6b352e958e6b301e55d4a70 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
-rw-r--r--sync.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 000000000..47784bc9d
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,6 @@
+%dependencies = (
+ "qtbase" => "5.6",
+ "qtdeclarative" => "5.6",
+ "qttools" => "5.6",
+ "qtwinextras" => "5.6",
+);