From 919dd97e835f469609a0710eb91f829a6d70e88c Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Wed, 10 Feb 2021 12:02:57 +0100 Subject: Fix 'WebEngine' ambiguity for Qt6 'WebEngine' is a qml module, however name itself is ambiguous. Thefore now with Qt6 and with cmake port name the module as WebEngineQuick. Change-Id: I948672dd5d389a01c6a31ec871459164fd989c0f Reviewed-by: Allan Sandfeld Jensen --- sync.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sync.profile') 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" -- cgit v1.2.3