summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2016-11-10 10:40:10 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2016-11-10 10:40:10 +0100
commitc76a1716a3e51a9fac78377890ea0161a9658344 (patch)
tree6d65c1f5c55f7b139aa2a3222847963edd379534 /sync.profile
parentacd10cd393abe04a8fd6fe3ab14055e09c85bc15 (diff)
parentf7a386eeaec8e6314c1be7de5e14e9fe3847f9ba (diff)
Merge remote-tracking branch 'qt/5.6' into 5.7
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sync.profile b/sync.profile
index 6fee67e41..1276df081 100644
--- a/sync.profile
+++ b/sync.profile
@@ -8,18 +8,6 @@
);
%deprecatedheaders = (
);
-# 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" => "",
- "qtdeclarative" => "",
-);
-
%classnames = (
"qwaylandquickextension.h" => "QWaylandQuickExtension",
);