summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/tests.pri
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/tests.pri')
-rw-r--r--tests/auto/widgets/tests.pri5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/widgets/tests.pri b/tests/auto/widgets/tests.pri
index 5e6699cf8..97954aedc 100644
--- a/tests/auto/widgets/tests.pri
+++ b/tests/auto/widgets/tests.pri
@@ -1,9 +1,10 @@
-QT_FOR_CONFIG += webengine-private
+include($$QTWEBENGINE_OUT_ROOT/src/core/qtwebenginecore-config.pri) # workaround for QTBUG-68093
+QT_FOR_CONFIG += webenginecore-private
TEMPLATE = app
CONFIG += testcase
-CONFIG += c++11
+CONFIG += c++14
VPATH += $$_PRO_FILE_PWD_
TARGET = tst_$$TARGET