summaryrefslogtreecommitdiffstats
path: root/Source/cmake/OptionsQt.cmake
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2019-10-01 20:15:25 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2019-10-01 20:26:40 +0300
commitb47f584d07aec2d78ea4a5a5ccf2c761f44f5585 (patch)
tree656bf6f3fc91e985823748c30cfd65a1bff35c70 /Source/cmake/OptionsQt.cmake
parent3403d64c98fdeb6345d794ec0821929bf7cf1ec0 (diff)
Import QtWebKit commit 45c329ee23a9b898fe8e6f0b0ccef8680aab3098
Change-Id: Iebca31394d29eed00a48980825fdd70d93f04d86 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/cmake/OptionsQt.cmake')
-rw-r--r--Source/cmake/OptionsQt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake/OptionsQt.cmake b/Source/cmake/OptionsQt.cmake
index f980569bc..ec6081de0 100644
--- a/Source/cmake/OptionsQt.cmake
+++ b/Source/cmake/OptionsQt.cmake
@@ -20,7 +20,7 @@ if (QT_CONAN_DIR)
include("${QT_CONAN_DIR}/conanbuildinfo.cmake")
# Remove this workaround when libxslt package is fixed
- string(REPLACE "include/libxslt" "include" replace_CONAN_INCLUDE_DIRS ${CONAN_INCLUDE_DIRS})
+ string(REPLACE "include/libxslt" "include" replace_CONAN_INCLUDE_DIRS "${CONAN_INCLUDE_DIRS}")
set(CONAN_INCLUDE_DIRS ${replace_CONAN_INCLUDE_DIRS})
# Remove this workaround when libxml2 package is fixed