summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: f21cc199e75b3006baee23b9b2426b350c878296 (plain)
1
2
3
4
5
6
7
8
%modules = ( # path to module name map
    "QtCharts" => "$basedir/src/charts;^$basedir/src/chartsqml2",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
    "qchartglobal.h" => "QChartGlobal"
);