From 084bfea1fe2863c3b2809178172c86bb49fbd5c8 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 7 Aug 2021 18:28:57 +0200 Subject: [PATCH] Apply changes in `webviewincludes.h` (from `qtutilities`) --- CMakeLists.txt | 2 +- gui/webviewincludes.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4332086..e60fa46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(META_GUI_OPTIONAL true) set(META_JS_SRC_DIR renamingutility) set(META_VERSION_MAJOR 3) set(META_VERSION_MINOR 4) -set(META_VERSION_PATCH 2) +set(META_VERSION_PATCH 3) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) # add project files diff --git a/gui/webviewincludes.h b/gui/webviewincludes.h index e01ebae..e0b4c60 100644 --- a/gui/webviewincludes.h +++ b/gui/webviewincludes.h @@ -9,6 +9,7 @@ #if defined(TAGEDITOR_USE_WEBENGINE) # include # include +# include #elif defined(TAGEDITOR_USE_WEBKIT) # include # include