switch to new-style configure tests
[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 %classnames = (
11     "qtv8version.h" => "QtV8Version",
12 );
13 %mastercontent = ();
14
15 # Module dependencies.
16 # Every module that is required to build this module should have one entry.
17 # Each of the module version specifiers can take one of the following values:
18 #   - A specific Git revision.
19 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
20 #
21 %dependencies = (
22         "qtbase" => "refs/heads/master",
23 );