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