summaryrefslogtreecommitdiffstats
path: root/tests/manual/CMakeLists.txt
blob: 47fdbfb8861a470efe29441428c0fbc0e675d34c (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(TARGET Qt::Bluetooth)
    add_subdirectory(qlowenergycontroller)
    add_subdirectory(qlowenergycontroller_peripheral)
    add_subdirectory(examples/btscanner)
endif()