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/quick/dialogs/dialogs.pro | 2 +- tests/auto/quick/dialogs/tst_dialogs.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/quick/dialogs') diff --git a/tests/auto/quick/dialogs/dialogs.pro b/tests/auto/quick/dialogs/dialogs.pro index 29d509b20..79952d8ee 100644 --- a/tests/auto/quick/dialogs/dialogs.pro +++ b/tests/auto/quick/dialogs/dialogs.pro @@ -1,5 +1,5 @@ include(../tests.pri) -QT += core-private webengine webengine-private +QT += core-private webenginequick webenginequick-private HEADERS += \ server.h \ diff --git a/tests/auto/quick/dialogs/tst_dialogs.cpp b/tests/auto/quick/dialogs/tst_dialogs.cpp index 8f2e79d3b..97a39ed01 100644 --- a/tests/auto/quick/dialogs/tst_dialogs.cpp +++ b/tests/auto/quick/dialogs/tst_dialogs.cpp @@ -30,7 +30,7 @@ #include "server.h" #include "util.h" -#include +#include #include #include -- cgit v1.2.3