diff options
Diffstat (limited to 'sources/cmake_helpers/helpers.cmake')
-rw-r--r-- | sources/cmake_helpers/helpers.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/cmake_helpers/helpers.cmake b/sources/cmake_helpers/helpers.cmake index 7ab2a4b71..2ca9e8228 100644 --- a/sources/cmake_helpers/helpers.cmake +++ b/sources/cmake_helpers/helpers.cmake @@ -44,6 +44,7 @@ set(ALL_OPTIONAL_MODULES TextToSpeech Charts Svg + SvgWidgets DataVisualization) find_package(Qt${QT_MAJOR_VERSION}UiTools) if(Qt${QT_MAJOR_VERSION}UiTools_FOUND) |