aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-02-12 17:17:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-12 18:41:26 +0000
commit0025446bc890b1935c7628b0468f6b1de49dc27c (patch)
tree3eef6c0e1eca2c55df81c233c3dfb2545b208061
parent0b828db194cfb3c0287ab82ec9a3014678d9423f (diff)
fix example_gallery quiet option
Passing '' was generating an error, so we don't set the variable so we don't pass empty quotes to the script. Change-Id: I672117d43ccd80ca3a625f590556b25a006514c6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit f23cbd1c5fd8315569440bcdcd3eee2a30fd0392) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/pyside6/doc/CMakeLists.txt b/sources/pyside6/doc/CMakeLists.txt
index bfbfb2b8e..a6191683b 100644
--- a/sources/pyside6/doc/CMakeLists.txt
+++ b/sources/pyside6/doc/CMakeLists.txt
@@ -25,7 +25,6 @@ endif()
# Generate example gallery
message(STATUS "Generating example gallery")
-set (EXAMPLE_TOOL_OPTIONS '')
if (QUIET_BUILD)
set (EXAMPLE_TOOL_OPTIONS '-q')
endif()