From eab2f568d80b870db07ad8e0cec352fa655a6eb8 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Date: Thu, 3 Nov 2016 18:25:19 +0100
Subject: [PATCH] remove dependencies from sync.profile
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

the CI obtains them from the qt5 super repo nowadays.

Change-Id: If41f7c5306ca739fd3800cec3f680fa72df2a871
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
---
 sync.profile | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/sync.profile b/sync.profile
index e4a88e0c2..4cc549106 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,19 +10,3 @@
 );
 %classnames = (
 );
-
-# 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)
-#
-%dependencies = (
-    "qtbase" => "",
-    "qtdeclarative" => "",
-    "qtlocation" => "",
-    "qttools" => "",
-# FIXME: take examples out into their own module to avoid a potential circular dependency later ?
-    "qtquickcontrols" => "",
-    "qtwebchannel" => "",
-);
-- 
GitLab