summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc/snippets/CMakeLists.txt
blob: 8a196103d98d52ae543cfc201f25f3cb92e8f5c6 (plain)
1
2
3
4
5
6
7
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#! [cmake_use]
find_package(Qt6 REQUIRED COMPONENTS DBus)
target_link_libraries(mytarget PRIVATE Qt6::DBus)
#! [cmake_use]