[V8] Add hashing and comparison methods to v8::String
[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 %modulepris = (
15     "QtV8" => "$basedir/src/modules/qt_v8.pri",
16 );
17
18 # Module dependencies.
19 # Every module that is required to build this module should have one entry.
20 # Each of the module version specifiers can take one of the following values:
21 #   - A specific Git revision.
22 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
23 #
24 %dependencies = (
25         "qtbase" => "refs/heads/master",
26 );
27
28 # compile tests
29 %configtests = (
30     "hardfloat" => {},
31 );