summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/CMakeLists.txt
blob: 6274244db0cc22421a20a028997801360b675fc9 (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

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