aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/includes/cmake-qml-qt-finalize-target-warning.qdocinc
blob: 0125a1c4c22ffa8ecc288ac5cb62a259ed6d1228 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

//! [warning]
\warning If you are using a CMake version lower than 3.19, make sure that you
pass the \c MANUAL_FINALIZATION option to
\l{qt_add_executable}{qt6_add_executable()}, and then call
\l{qt_finalize_target}{qt6_finalize_target()} before calling this function.
//! [warning]