summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/snippets/CMakeLists.txt
blob: 8602c0a56236eafaa86782af770ad1af89bb49a9 (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 Concurrent)
target_link_libraries(mytarget PRIVATE Qt6::Concurrent)
#! [cmake_use]