summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-01-25 12:05:52 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-01-25 14:12:02 +0000
commit4f23f0f984ef2ee96d5baa3a74a465d6734381ba (patch)
tree586542d694ca11cc812e54c4e8d24c71763c3ad9
parent6e7fa62347dde5592e8c0694b2d66c3018d08ba6 (diff)
Fix sync.profile dependency versioningv1.2.2
Do not hard-code the version of the dependencies here, the CI system determines the version based on the target branch of the module. Change-Id: I2da5c352d5ef3ef0b63bb411596ae47db40a76b6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index b45c727c..510fac16 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,6 +10,6 @@
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
- "qtbase" => "refs/heads/5.6",
- "qtdeclarative" => "refs/heads/5.6",
+ "qtbase" => "",
+ "qtdeclarative" => "",
);