Apply changes in `webviewincludes.h` (from `qtutilities`)

This commit is contained in:
Martchus 2021-08-07 18:28:57 +02:00
parent e6cfeabde6
commit 084bfea1fe
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ set(META_GUI_OPTIONAL true)
set(META_JS_SRC_DIR renamingutility) set(META_JS_SRC_DIR renamingutility)
set(META_VERSION_MAJOR 3) set(META_VERSION_MAJOR 3)
set(META_VERSION_MINOR 4) set(META_VERSION_MINOR 4)
set(META_VERSION_PATCH 2) set(META_VERSION_PATCH 3)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)
# add project files # add project files

View File

@ -9,6 +9,7 @@
#if defined(TAGEDITOR_USE_WEBENGINE) #if defined(TAGEDITOR_USE_WEBENGINE)
# include <QWebEngineView> # include <QWebEngineView>
# include <QWebEnginePage> # include <QWebEnginePage>
# include <QtWebEngineWidgetsVersion>
#elif defined(TAGEDITOR_USE_WEBKIT) #elif defined(TAGEDITOR_USE_WEBKIT)
# include <QWebView> # include <QWebView>
# include <QWebPage> # include <QWebPage>