summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-09-06 22:40:31 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2022-09-14 20:01:55 +0000
commitcf3cf2e6140d8e80f65449d101ed16cc43510374 (patch)
treeeb4a1cd17be8f36c778b4d7278b2c5b5b345e87b
parenta9910088b231c3c98b69c5ed8d27257b67d72157 (diff)
Add missing qt_configure_end_summary_section to fix summary indentation
Everything in the configure summary after the Bluetooth section was indented. Fixes: QTBUG-106626 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: Robert Löhning <robert.loehning@qt.io>
-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."