An error occurred while loading the file. Please try again.
-
Sergio Ahumada authored
We should test stable branches against stable branches only. At some point we should automate the merges from dev->stable->release and decide how to handle possible merge conflicts. This is good enough for the time being. Change-Id: I25e8206d8df8f69ffc5c282487e5d8af22e6b690 Reviewed-by:
Janne Anttila <janne.anttila@digia.com>
c0581ff1
%modules = ( # path to module name map
"QtCLucene" => "$basedir/src/assistant/clucene",
"QtHelp" => "$basedir/src/assistant/help",
"QtUiTools" => "$basedir/src/designer/src/uitools",
"QtDesigner" => "$basedir/src/designer/src/lib",
"QtDesignerComponents" => "$basedir/src/designer/src/components/lib",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
# Module dependencies.
# Every module that is required to build this module should have one entry.
# Each of the module version specifiers can take one of the following values:
# - A specific Git revision.
# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
#
%dependencies = (
"qtbase" => "refs/heads/stable",
"qtxmlpatterns" => "refs/heads/stable",
"qtdeclarative" => "refs/heads/stable",
"qtjsbackend" => "refs/heads/stable",
"qtactiveqt" => "refs/heads/stable",
"qtwebkit" => "refs/heads/stable",
);