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