summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-01-24 13:34:35 +0100
committerLiang Qi <liang.qi@qt.io>2017-01-24 13:34:35 +0100
commitbada5f8ea74d6d9d2a60b35f4d271da143aced51 (patch)
tree7b936bc66691fec2efee0a2f8685b06fdac36497 /sync.profile
parentc550735ebeb937a36b82c161f0fed4e35b8776bb (diff)
parent555527b6992374f8a5139674a316e819f9d5685f (diff)
Merge remote-tracking branch 'origin/5.8' into devv5.9.0-alpha1
Conflicts: .qmake.conf src/activeqt/control/qaxserverbase.cpp Change-Id: Ic47ed12f7acf788b923571d1e3515ececd986a19
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 0 insertions, 10 deletions
diff --git a/sync.profile b/sync.profile
index 78706bf..15b0fdf 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,13 +5,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)
-# - 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" => "",
-);