summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/snippets/CMakeLists.txt
blob: 57b98440d4cb3f5b14de235722a0c9154074c856 (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 Xml)
target_link_libraries(mytarget PRIVATE Qt6::Xml)
#! [cmake_use]