summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 4cc549106a8693d5547b27e9946300256330b82e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%modules = ( # path to module name map
    "QtWebEngine" => "$basedir/src/webengine",
    "QtWebEngineWidgets" => "$basedir/src/webenginewidgets",
    "QtWebEngineCore" => "$basedir/src/core",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
    "QtWebEngine" => "api",
    "QtWebEngineWidgets" => "api",
    "QtWebEngineCore" => "api",
);
%classnames = (
);