summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index a08c3d9c5..a1f4dce41 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,9 +1,10 @@
%modules = ( # path to module name map
- "QtWebEngine" => "$basedir/lib/quick",
- "QtWebEngineWidgets" => "$basedir/lib/widgets",
+ "QtWebEngine" => "$basedir/src/webengine",
+ "QtWebEngineWidgets" => "$basedir/src/webenginewidgets",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
- "QtWebEngineWidgets" => "Api",
+ "QtWebEngine" => "api",
+ "QtWebEngineWidgets" => "api",
);
%classnames = (
);