Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / sync.profile
1 %modules = ( # path to module name map
2     "QtQml" => "$basedir/src/qml",
3     "QtQuick" => "$basedir/src/quick",
4     "QtQuickParticles" => "$basedir/src/particles",
5     "QtQuickTest" => "$basedir/src/qmltest",
6     "QtQmlDevTools" => "$basedir/src/qmldevtools",
7 );
8 %moduleheaders = ( # restrict the module headers to those found in relative path
9     "QtQmlDevTools" => "../qml/qml/parser",
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/stable",
21         "qtxmlpatterns" => "refs/heads/stable",
22         "qtjsbackend" => "refs/heads/stable",
23 );