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