summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-24 19:34:36 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-24 19:34:36 +0100
commit6d57918ce6c45b811c3a71e320b318222c7846b1 (patch)
tree592c3589ebd84c32dddbe3e646bb6c23544b6c34
parent67dcd1a1b530c5d5bcafca6738d3c3c38a34d080 (diff)
parentad9f1fe77d5f607d617f8402d3475dbc6ddcb998 (diff)
downloadqtactiveqt-5.7.tar.gz
Merge remote-tracking branch 'origin/5.6' into 5.75.7
Change-Id: I620c37cedab1d18fb6f78ee626f0bf96b0c5abea
-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" => "",
-);