##// END OF EJS Templates
do not enable example installs explicitly any more...
do not enable example installs explicitly any more it's done centrally now. Change-Id: I8e025df73f1bd1e5e5129cfb4cbcb40b044374bd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>

File last commit:

r2860:a32ee2946028
r2894:d137ae33ccf0 5.6
Show More
sync.profile
18 lines | 620 B | text/plain | TextLexer
%modules = ( # path to module name map
"QtCharts" => "$basedir/src/charts",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
"qchartglobal.h" => "QChartGlobal"
);
# 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" => "",
"qtdeclarative" => "",
);