summaryrefslogtreecommitdiffstats
path: root/cmake/QtProperties.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtProperties.cmake')
-rw-r--r--cmake/QtProperties.cmake12
1 files changed, 11 insertions, 1 deletions
diff --git a/cmake/QtProperties.cmake b/cmake/QtProperties.cmake
index e4ba4d273b..708b60fe0d 100644
--- a/cmake/QtProperties.cmake
+++ b/cmake/QtProperties.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
define_property(TARGET
PROPERTY
@@ -108,3 +108,13 @@ define_property(TARGET
FULL_DOCS
"Specifies the qml module's version."
)
+
+define_property(GLOBAL
+ PROPERTY
+ QT_TARGETS_FOLDER
+ BRIEF_DOCS
+ "Name of the FOLDER for targets internally created by AUTOGEN and Qt's CMake API."
+ FULL_DOCS
+ "This property is used to initialize AUTOGEN_TARGETS_FOLDER and the FOLDER property of
+ internal targets created by Qt's CMake commands."
+)