diff options
author | Andreas Buhr <andreas@andreasbuhr.de> | 2021-03-02 13:10:49 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-05-19 16:31:15 +0200 |
commit | 5580b0a273a2a7967bafbd3a065b43ed0463e214 (patch) | |
tree | 5c167924893ba6eafc703d552e692f2bda457366 /sources/cmake_helpers/helpers.cmake | |
parent | 544bba22070ccb9e13320e252ecebf31c34d1b8d (diff) |
Add initial Support for QtBluetooth
Task-number: PYSIDE-1570
Change-Id: I37aa89f31b96caedb0de7343392d5e530239ed8e
Reviewed-by: Christian Tismer <tismer@stackless.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/cmake_helpers/helpers.cmake')
-rw-r--r-- | sources/cmake_helpers/helpers.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/cmake_helpers/helpers.cmake b/sources/cmake_helpers/helpers.cmake index b80c14bb8..2af3c75ab 100644 --- a/sources/cmake_helpers/helpers.cmake +++ b/sources/cmake_helpers/helpers.cmake @@ -37,7 +37,8 @@ set(ALL_OPTIONAL_MODULES Charts Svg SvgWidgets - DataVisualization) + DataVisualization + Bluetooth) find_package(Qt${QT_MAJOR_VERSION}UiTools) if(Qt${QT_MAJOR_VERSION}UiTools_FOUND) list(APPEND ALL_OPTIONAL_MODULES UiTools) |