summaryrefslogtreecommitdiffstats
path: root/configure.cmake
blob: 466a6c2bd22ff58635d5b128a428134c0298aace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright (C) 2025 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause



#### Inputs



#### Libraries



#### Tests



#### Features

qt_feature("bluetooth" PUBLIC
    LABEL "Qt Bluetooth"
    PURPOSE "The Bluetooth API provides connectivity between Bluetooth enabled devices."
    CONDITION TARGET Qt::Network
)
qt_feature("nfc" PUBLIC
    LABEL "Qt NFC"
    PURPOSE "The NFC API provides connectivity between NFC enabled devices."
)

qt_configure_add_summary_section(NAME "Qt Connectivity")
qt_configure_add_summary_entry(ARGS "bluetooth")
qt_configure_add_summary_entry(ARGS "nfc")
qt_configure_end_summary_section() # end of "Qt Connectivity" section