test: Change SRCDIR to use QFINDTESTDATA
[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 # Module dependencies.
17 # Every module that is required to build this module should have one entry.
18 # Each of the module version specifiers can take one of the following values:
19 #   - A specific Git revision.
20 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
21 #
22 %dependencies = (
23     "qtbase" => "refs/heads/master",
24 );