summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-03 18:11:01 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-05 21:04:25 +0000
commit2f5b7157f5a601d9c439f97e56b238758f9672f2 (patch)
treef73e5a6e5238472aed48e08b1a242a3c94f6ba1f /sync.profile
parentc0c75b3c2093976bab90dbf1566a02a1d10f2d33 (diff)
remove dependencies from sync.profile
the CI obtains them from the qt5 super repo nowadays. Change-Id: I146e6a74763f32bee6651f427dd3664a1236ea0e Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile8
1 files changed, 0 insertions, 8 deletions
diff --git a/sync.profile b/sync.profile
index bba0ff2b2f..8f57593b00 100644
--- a/sync.profile
+++ b/sync.profile
@@ -58,11 +58,3 @@ my @zlib_headers = ( "zconf.h", "zlib.h" );
@ignore_for_include_check = ( "qsystemdetection.h", "qcompilerdetection.h", "qprocessordetection.h", @zlib_headers, @angle_headers);
@ignore_for_qt_begin_namespace_check = ( "qconfig.h", "qconfig-dist.h", "qconfig-large.h", "qconfig-medium.h", "qconfig-minimal.h", "qconfig-small.h", "qfeatures.h", "qatomic_arch.h", "qatomic_windowsce.h", "qt_windows.h", "qatomic_macosx.h", @zlib_headers, @angle_headers);
%inject_headers = ( "$basedir/src/corelib/global" => [ "qconfig.h", "qfeatures.h" ] );
-# 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 = (
-);