1 %modules = ( # path to module name map
2 "QtDeclarative" => "$basedir/src/declarative",
3 "QtQuickTest" => "$basedir/src/qmltest",
5 %moduleheaders = ( # restrict the module headers to those found in relative path
10 "gui" => "#include <QtGui/QtGui>\n",
11 "script" => "#include <QtScript/QtScript>\n",
12 "network" => "#include <QtNetwork/QtNetwork>\n",
13 "testlib" => "#include <QtTest/QtTest>\n",
16 "QtDeclarative" => "$basedir/modules/qt_declarative.pri",
17 "QtQuickTest" => "$basedir/modules/qt_qmltest.pri",
19 # Modules and programs, and their dependencies.
20 # Each of the module version specifiers can take one of the following values:
21 # - A specific Git revision.
22 # - "LATEST_REVISION", to always test against the latest revision.
23 # - "LATEST_RELEASE", to always test against the latest public release.
24 # - "THIS_REPOSITORY", to indicate that the module is in this repository.
27 "QtScript" => "4d15ca64fc7ca81bdadba9fbeb84d4e98a6c0edc",
28 "QtSvg" => "1a71611b6ceaf6cdb24ea485a818fc56c956b5f8",
29 "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
30 "QtXmlPatterns" => "26edd6852a62aeec49712a53dcc8d4093192301c",
31 "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
32 "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
33 "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
36 "QtTest" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
37 "QtDeclarative" => "THIS_REPOSITORY",