From 1dead935cd5a8082738d54157819f768f6ed42e3 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 3 Nov 2016 18:26:29 +0100 Subject: remove dependencies from sync.profile the CI obtains them from the qt5 super repo nowadays. Change-Id: Ifd67aa5d0e86b370c8b87fc6654f00dece1abad7 Reviewed-by: Liang Qi --- sync.profile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/sync.profile b/sync.profile index fd3db4d..6d035bc 100644 --- a/sync.profile +++ b/sync.profile @@ -1,16 +1,2 @@ -# Module dependencies. -# Every module that is required to build this module should have one entry. -# Each of the module version specifiers can take one of the following values: -# - A specific Git revision. -# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch) -# - 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" => "", - "qtwebkit" => "", - "qtscript" => "", - "qtsvg" => "", - "qtxmlpatterns" => "", - "qtdeclarative" => "", - "qttools" => "", +%modules = ( # path to module name map ); -- cgit v1.2.1