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