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