diff options
author | Paul Olav Tvete <paul.tvete@qt.io> | 2016-11-10 10:40:10 +0100 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@qt.io> | 2016-11-10 10:40:10 +0100 |
commit | c76a1716a3e51a9fac78377890ea0161a9658344 (patch) | |
tree | 6d65c1f5c55f7b139aa2a3222847963edd379534 /sync.profile | |
parent | acd10cd393abe04a8fd6fe3ab14055e09c85bc15 (diff) | |
parent | f7a386eeaec8e6314c1be7de5e14e9fe3847f9ba (diff) | |
download | qtwayland-c76a1716a3e51a9fac78377890ea0161a9658344.tar.gz |
Merge remote-tracking branch 'qt/5.6' into 5.7
Change-Id: I1efd16d6c5f939d61001376c3b010eae1927595b
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sync.profile b/sync.profile index 6fee67e4..1276df08 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", ); |