summaryrefslogtreecommitdiffstats
path: root/tests/manual/quick/touchbrowser
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/quick/touchbrowser')
-rw-r--r--tests/manual/quick/touchbrowser/main.cpp2
-rw-r--r--tests/manual/quick/touchbrowser/touchbrowser.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/quick/touchbrowser/main.cpp b/tests/manual/quick/touchbrowser/main.cpp
index 5808fe167..cc83b675a 100644
--- a/tests/manual/quick/touchbrowser/main.cpp
+++ b/tests/manual/quick/touchbrowser/main.cpp
@@ -35,7 +35,7 @@
#include <QtQml/QQmlApplicationEngine>
#include <QtQml/QQmlContext>
#include <QtQuick/QQuickView>
-#include <QtWebEngine/qtwebengineglobal.h>
+#include <QtWebEngineQuick/qtwebengineglobal.h>
static QUrl startupUrl()
{
diff --git a/tests/manual/quick/touchbrowser/touchbrowser.pro b/tests/manual/quick/touchbrowser/touchbrowser.pro
index 21e3d6f68..92e4e6703 100644
--- a/tests/manual/quick/touchbrowser/touchbrowser.pro
+++ b/tests/manual/quick/touchbrowser/touchbrowser.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
-QT += quick webengine
+QT += quick webenginequick
CONFIG += c++11
SOURCES += \