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