summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 190bea040bcca1ff37e6c7cb500b111c0701696d (plain)
1
2
3
4
5
6
7
8
9
10
%modules = ( # path to module name map
    "QtAxBase" => "$basedir/src/activeqt/axbase",
    "QtAxContainer" => "$basedir/src/activeqt/container",
    "QtAxServer" => "$basedir/src/activeqt/control",
    "ActiveQt" => "$basedir/src/activeqt"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);