summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: f6718d3960583d8b3d5ae67841a8ef00a96c1d6f (plain)
1
2
3
4
5
6
%modules = ( # path to module name map
    "QtWebView" => "$basedir/src/webview",
    "QtWebViewQuick" => "$basedir/src/quick"
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);