summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: be3696633b4c8953096c86164eaa087e05963cbf (plain)
1
2
3
4
5
6
7
8
9
10
%modules = ( # path to module name map
    "QtCompositor" => "$basedir/src/compositor",
    "QtWaylandClient" => "$basedir/src/client",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%deprecatedheaders = (
);