From 2029f4d5b37eb098a41becabc5f1a95efdb677a8 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Wed, 11 Apr 2018 11:39:18 +0200 Subject: [PATCH] SuperBuild: enable qttools to compile linguist --- SuperBuild/CMake/External_qt5.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SuperBuild/CMake/External_qt5.cmake b/SuperBuild/CMake/External_qt5.cmake index b6465e0601..7546c5783f 100644 --- a/SuperBuild/CMake/External_qt5.cmake +++ b/SuperBuild/CMake/External_qt5.cmake @@ -50,7 +50,8 @@ endif() file(TO_NATIVE_PATH ${QT5_SB_SRC} QT5_SB_SRC_NATIVE) #Common options for all cases -# -skip qtbase +# -skip qtbase +# -skip qttools (need linguist) set(QT5_SB_CONFIG "-prefix ${QT5_INSTALL_PREFIX_NATIVE} -L ${QT5_LIB_PREFIX_NATIVE} \ -I ${QT5_INCLUDE_PREFIX_NATIVE} -I ${QT5_INCLUDE_FREETYPE_NATIVE} \ @@ -83,7 +84,6 @@ set(QT5_SB_CONFIG -skip qtserialport \ -skip qtspeech \ -skip qtsvg \ - -skip qttools \ -skip qttranslations \ -skip qtvirtualkeyboard \ -skip qtwayland \ -- GitLab