##// END OF EJS Templates
Added missing include to fix Android compile error...
Added missing include to fix Android compile error Change-Id: I2eeda40093a1319108827bf28a71c44336c7522a Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2843:d011d783e487
Show More
sync.profile
19 lines | 693 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" => "refs/heads/stable",
"qtquick1" => "refs/heads/stable",
"qtdeclarative" => "refs/heads/stable",
);