Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging into qtquick2
[profile/ivi/qtdeclarative.git] / sync.profile
1 %modules = ( # path to module name map
2     "QtDeclarative" => "$basedir/src/declarative",
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     "script" => "#include <QtScript/QtScript>\n",
11     "network" => "#include <QtNetwork/QtNetwork>\n",
12 );
13 %modulepris = (
14     "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
15 );
16 # Modules and programs, and their dependencies.
17 # Each of the module version specifiers can take one of the following values:
18 #   - A specific Git revision.
19 #   - "LATEST_REVISION", to always test against the latest revision.
20 #   - "LATEST_RELEASE", to always test against the latest public release.
21 #   - "THIS_REPOSITORY", to indicate that the module is in this repository.
22 %dependencies = (
23     "QtDeclarative" => {
24         "QtScript" => "4d15ca64fc7ca81bdadba9fbeb84d4e98a6c0edc",
25         "QtSvg" => "1a71611b6ceaf6cdb24ea485a818fc56c956b5f8",
26         "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
27         "QtXmlPatterns" => "26edd6852a62aeec49712a53dcc8d4093192301c",
28         "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
29         "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
30         "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
31     },
32 );