diff options
| -rw-r--r-- | Source/sync.profile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/sync.profile b/Source/sync.profile index a5b20b9f2..86031425e 100644 --- a/Source/sync.profile +++ b/Source/sync.profile @@ -7,3 +7,15 @@ %classnames = ( ); @ignore_for_master_contents = ( "qwebscriptworld.h", "testwindow.h", "util.h", "bytearraytestdata.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 = ( + "qtbase" => "refs/heads/master", + "qtdeclarative" => "refs/heads/master", + "qtjsbackend" => "refs/heads/master", +); |
