summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 80332926ecc0aa036407d03a856910bb8982d0ca (plain)
1
2
3
4
5
6
7
8
%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"
);