summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-09-06 22:40:31 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-07 11:19:17 +0000
commitce8a47ea8c027f9881ee74065f785ad84d5627ab (patch)
tree1f29daf86141fed7ac46ef1f939b9e375cbef797
parentefae57c09d23177f724f565afe39b4333814bfb1 (diff)
downloadqtconnectivity-ce8a47ea8c027f9881ee74065f785ad84d5627ab.tar.gz
Add missing qt_configure_end_summary_section to fix summary indentation
Everything in the configure summary after the Bluetooth section was indented. Change-Id: Ia8bb829273972c321f188ca0e2d18d3fedf61437 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> (cherry picked from commit 0d23d72b02c8d8bb8674d4bdb5545a1c71174027) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/bluetooth/configure.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/configure.cmake b/src/bluetooth/configure.cmake
index 2090a255..d8730e0f 100644
--- a/src/bluetooth/configure.cmake
+++ b/src/bluetooth/configure.cmake
@@ -60,6 +60,7 @@ qt_configure_add_summary_entry(ARGS bluez)
qt_configure_add_summary_entry(ARGS bluez_le)
qt_configure_add_summary_entry(ARGS linux_crypto_api)
qt_configure_add_summary_entry(ARGS winrt_bt)
+qt_configure_end_summary_section()
qt_configure_add_report_entry(
TYPE NOTE
MESSAGE "Bluez version is too old to support Bluetooth Low Energy. Only classic Bluetooth will be available."