summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 000000000..77a499d4c
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,15 @@
+%modules = ( # path to module name map
+ "QtWebEngineQuick" => "$basedir/src/webenginequick",
+ "QtWebEngineWidgets" => "$basedir/src/webenginewidgets",
+ "QtWebEngineTestSupport" => "$basedir/src/webenginequick/testsupport",
+ "QtWebEngineCore" => "$basedir/src/core/api",
+ "QtPdf" => "$basedir/src/pdf",
+ "QtPdfWidgets" => "$basedir/src/pdfwidgets",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+ "QtWebEngineQuick" => "api",
+ "QtWebEngineWidgets" => "api",
+ "QtPdf" => "api"
+);
+%classnames = (
+);