Update wayland sha
[profile/ivi/qtwayland.git] / sync.profile
1 %modules = ( # path to module name map
2     "QtCompositor" => "$basedir/src/compositor",
3 );
4 %moduleheaders = ( # restrict the module headers to those found in relative path
5 );
6 %classnames = (
7 );
8 %deprecatedheaders = (
9 );
10 # Module dependencies.
11 # Every module that is required to build this module should have one entry.
12 # Each of the module version specifiers can take one of the following values:
13 #   - A specific Git revision.
14 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
15 #
16 %dependencies = (
17         "qtbase" => "refs/heads/master",
18         "qtjsbackend" => "refs/heads/master",
19         "qtdeclarative" => "refs/heads/master",
20 );