summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/snippets/CMakeLists.txt
blob: 50fd10c5a79c33d9996c5f54002a344eacb3592a (plain)
1
2
3
4
5
6
7
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

# ![0]
find_package(Qt6 REQUIRED COMPONENTS Bluetooth)
target_link_libraries(mytarget PRIVATE Qt6::Bluetooth)
# ![0]