Fix build.
[profile/ivi/qtxmlpatterns.git] / sync.profile
1 %modules = ( # path to module name map
2     "QtXmlPatterns" => "$basedir/src/xmlpatterns",
3 );
4 %moduleheaders = ( # restrict the module headers to those found in relative path
5 );
6 %classnames = (
7     "qtxmlpatternsversion.h" => "QtXmlPatternsVersion",
8 );
9 %mastercontent = (
10     "core" => "#include <QtCore/QtCore>\n",
11     "network" => "#include <QtNetwork/QtNetwork>\n",
12 );
13 %modulepris = (
14     "QtXmlPatterns" => "$basedir/modules/qt_xmlpatterns.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     "QtXmlPatterns" => {
24         "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
25         "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
26     },
27 );