aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2016-08-30 09:22:05 +0300
committerIikka Eklund <iikka.eklund@qt.io>2016-08-30 12:20:03 +0000
commit3514050f38d90ccd698ba1555249f40bafdaa6e0 (patch)
treed042cc2aa046f1f7210d2677244d84e6a43fbf6d
parent47def927ea940792f888e0cd3f76510d638e5c6a (diff)
Update sync.profile
Use Qt 5.7 branch for Qbs master. The license headers in Qbs master match with Qt 5.7 branch. Change-Id: I5cbc7027e5237341960b91610e4bc1b7c1701854 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 464146751..0a211643f 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,4 +1,4 @@
%dependencies = (
- "qtbase" => "5.6",
- "qtscript" => "5.6",
+ "qtbase" => "5.7",
+ "qtscript" => "5.7",
);