summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-09-19 12:49:41 +0200
committerJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-10-13 16:12:07 +0200
commitf8ad37de2d7170d1548252608f8c04aac6ec1035 (patch)
tree64545e3f82ccd5ebba9024e20ae9816bd0e753b0
parentbfb460fa312b26d701258fb9ffc3684ed268b67c (diff)
downloadqtenginio-f8ad37de2d7170d1548252608f8c04aac6ec1035.tar.gz
Update sync.profile
The 1.1 version of enginio should track Qt5.4 Change-Id: Icddbb933fa4ad2f9b860ec873030162564440f05 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 8e2728b..fb9c97b 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,8 +11,8 @@
# - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch)
#
%dependencies = (
- "qtbase" => "",
- "qtdeclarative" => "",
- "qtxmlpatterns" => "",
+ "qtbase" => "refs/heads/5.4",
+ "qtdeclarative" => "refs/heads/5.4",
+ "qtxmlpatterns" => "refs/heads/5.4",
);