Import qtxmlpatterns 5.0.0-beta1
[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 # Module dependencies.
7 # Every module that is required to build this module should have one entry.
8 # Each of the module version specifiers can take one of the following values:
9 #   - A specific Git revision.
10 #   - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
11 #
12 %dependencies = (
13     "qtbase" => "refs/heads/master",
14 );