summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index a1e3c8ded..b68bcd4bb 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,12 +1,12 @@
%modules = ( # path to module name map
- "QtWebEngine" => "$basedir/src/webengine",
+ "QtWebEngineQuick" => "$basedir/src/webenginequick",
"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",
+ "QtWebEngineQuick" => "api",
"QtWebEngineWidgets" => "api",
"QtWebEngineCore" => "api",
"QtPdf" => "api"