auto-generate module pris
[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 %mastercontent = (
9     "gui" => "#include <QtGui/QtGui>\n",
10 );
11 %deprecatedheaders = (
12 );
13 # Module dependencies.
14 # Every module that is required to build this module should have one entry.
15 # Each of the module version specifiers can take one of the following values:
16 #   - A specific Git revision.
17 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
18 #
19 %dependencies = (
20         "qtbase" => "refs/heads/master",
21         "qtjsbackend" => "refs/heads/master",
22         "qtdeclarative" => "refs/heads/master",
23 );
24
25 # Compile tests
26 %configtests = (
27     "xkbcommon" => {},
28     "brcm_egl" => {}
29 );