summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/CMakeLists.txt
blob: 8ea6028b41ffe069c827519b6bed8a23f2d31ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

qt_internal_add_example(heartrate-server)
if(TARGET Qt6::Widgets)
    qt_internal_add_example(btchat)
endif()
if(TARGET Qt6::Quick)
    qt_internal_add_example(lowenergyscanner)
    qt_internal_add_example(heartrate-game)
endif()