diff options
author | Simon Hausmann <simon.hausmann@digia.com> | 2012-11-05 10:50:10 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-11-05 10:50:10 +0100 |
commit | af0876ba37c05ba79c87e7214baf16486b06d4e7 (patch) | |
tree | 1e3bc2f9a246884011978594fd91ae39f5a1faf8 /Source | |
parent | 94920f89ccb23f777ef4be9dbe3bf37c54a11678 (diff) | |
download | qtwebkit-af0876ba37c05ba79c87e7214baf16486b06d4e7.tar.gz |
2012-11-05 Simon Hausmann <simon.hausmann@digia.com>
Unreviewed: Add module dependencies required for Qt CI builds
Diffstat (limited to 'Source')
-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", +); |