diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sync.profile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/sync.profile b/src/sync.profile new file mode 100644 index 000000000..3d5550f62 --- /dev/null +++ b/src/sync.profile @@ -0,0 +1,14 @@ +%modules = ( # path to module name map + "QtWebEngineQuick" => "$basedir/webenginequick", + "QtWebEngineWidgets" => "$basedir/webenginewidgets", + "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 = ( +); |