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 --- tests/auto/widgets/proxy/proxy.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/widgets/proxy/proxy.pro') diff --git a/tests/auto/widgets/proxy/proxy.pro b/tests/auto/widgets/proxy/proxy.pro index 802dfad05..ce4ccbfcb 100644 --- a/tests/auto/widgets/proxy/proxy.pro +++ b/tests/auto/widgets/proxy/proxy.pro @@ -1,5 +1,5 @@ include(../tests.pri) -QT += core-private webengine webengine-private +QT += core-private webenginewidgets webenginewidgets-private HEADERS += \ proxy_server.h -- cgit v1.2.3