From c2e37028d388f7093cef2b8470e84d5ece1059a8 Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@qt.io> Date: Thu, 21 Jul 2016 17:18:38 +0200 Subject: [PATCH] Bump import QtWebEngine 1.4 Change-Id: Ic2261be6540b592edf38f721a82b631a5f1ffd95 Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> --- src/webengine/doc/src/qtwebengine-qmlmodule.qdoc | 4 ++-- src/webengine/plugin/plugin.pro | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc b/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc index 954562e38..c749b468b 100644 --- a/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc +++ b/src/webengine/doc/src/qtwebengine-qmlmodule.qdoc @@ -24,7 +24,7 @@ */ /*! - \qmlmodule QtWebEngine 1.3 + \qmlmodule QtWebEngine 1.4 \title Qt WebEngine QML Types \brief Provides QML types for rendering web content within a QML application \ingroup qtwebengine-qmlmodules @@ -33,7 +33,7 @@ your .qml file: \badcode - import QtWebEngine 1.3 + import QtWebEngine 1.4 \endcode To link against the module, add the following QT variable to your qmake .pro diff --git a/src/webengine/plugin/plugin.pro b/src/webengine/plugin/plugin.pro index 2fbadfc97..56eb7bd3c 100644 --- a/src/webengine/plugin/plugin.pro +++ b/src/webengine/plugin/plugin.pro @@ -1,7 +1,7 @@ CXX_MODULE = qml TARGET = qtwebengineplugin TARGETPATH = QtWebEngine -IMPORT_VERSION = 1.3 +IMPORT_VERSION = 1.4 QT += webengine qml quick QT_PRIVATE += webengine-private -- GitLab