summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: f79fdae8a26766f4b19f881831a90c105a4a8865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%modules = ( # path to module name map
    "QtScxml" => "$basedir/src/scxml",
    "QtScxmlQml" => "$basedir/src/scxmlqml",
    "QtStateMachine" => "$basedir/src/statemachine",
    "QtStateMachineQml" => "$basedir/src/statemachineqml"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%deprecatedheaders = (
);