Honor -nomake for examples and demos
[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     "qtdeclarativeversion.h" => "QtDeclarativeVersion",
8 );
9 %mastercontent = (
10     "gui" => "#include <QtGui/QtGui>\n",
11     "script" => "#include <QtScript/QtScript>\n",
12     "network" => "#include <QtNetwork/QtNetwork>\n",
13 );
14 %modulepris = (
15     "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
16 );
17 # Modules and programs, and their dependencies.
18 # Each of the module version specifiers can take one of the following values:
19 #   - A specific Git revision.
20 #   - "LATEST_REVISION", to always test against the latest revision.
21 #   - "LATEST_RELEASE", to always test against the latest public release.
22 #   - "THIS_REPOSITORY", to indicate that the module is in this repository.
23 %dependencies = (
24     "QtDeclarative" => {
25         "QtScript" => "4d15ca64fc7ca81bdadba9fbeb84d4e98a6c0edc",
26         "QtSvg" => "1a71611b6ceaf6cdb24ea485a818fc56c956b5f8",
27         "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
28         "QtXmlPatterns" => "26edd6852a62aeec49712a53dcc8d4093192301c",
29         "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
30         "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
31         "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
32     },
33 );