From 4f23f0f984ef2ee96d5baa3a74a465d6734381ba Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 25 Jan 2016 12:05:52 +0100 Subject: Fix sync.profile dependency versioning 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 --- sync.profile | 4 ++-- 1 file 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" => "", ); -- cgit v1.2.3