diff options
| author | Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> | 2021-02-12 17:17:28 +0100 |
|---|---|---|
| committer | Cristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> | 2021-02-12 18:07:53 +0100 |
| commit | f23cbd1c5fd8315569440bcdcd3eee2a30fd0392 (patch) | |
| tree | a1a09625b93658ae5492f181dd76254a50bd468f | |
| parent | 69513c4c8bb0aed6976b1b7c884dce10b82dbdb0 (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.
Pick-to: 6.0
Change-Id: I672117d43ccd80ca3a625f590556b25a006514c6
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
| -rw-r--r-- | sources/pyside6/doc/CMakeLists.txt | 1 |
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() |
