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