2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2019-06-05 08:08:44 +00:00
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
QT_PLUGINS
|
|
|
|
BRIEF_DOCS
|
|
|
|
"List of Qt plug-ins associated with a given Qt module."
|
|
|
|
FULL_DOCS
|
|
|
|
"This is a property on Qt modules.
|
|
|
|
For instance, sqlite;odbc for Sql"
|
|
|
|
)
|
|
|
|
|
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
MODULE_PLUGIN_TYPES
|
|
|
|
BRIEF_DOCS
|
|
|
|
"List of plugin categories associated to the Qt module"
|
|
|
|
FULL_DOCS
|
|
|
|
"This is a property on Qt modules.
|
|
|
|
For instance, sqldrivers for Sql."
|
|
|
|
)
|
|
|
|
|
2019-05-03 14:03:15 +00:00
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
QT_PLUGIN_CLASS_NAME
|
|
|
|
BRIEF_DOCS
|
|
|
|
"Class name of the Qt plug-in"
|
|
|
|
FULL_DOCS
|
2019-06-05 08:08:44 +00:00
|
|
|
"This is a property on Qt plug-ins.
|
|
|
|
For instance, QICOPlugin for the qico plug-in"
|
|
|
|
)
|
|
|
|
|
2019-09-23 14:57:06 +00:00
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
QT_PLUGIN_TYPE
|
|
|
|
BRIEF_DOCS
|
|
|
|
"Type of the Qt plug-in"
|
|
|
|
FULL_DOCS
|
|
|
|
"This is a property on Qt plug-ins.
|
|
|
|
For example, the value of the QT_PLUGIN_TYPE property on the qico plugin is \"imageformats\""
|
|
|
|
)
|
|
|
|
|
2019-06-05 08:08:44 +00:00
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
QT_MODULE
|
|
|
|
BRIEF_DOCS
|
|
|
|
"Qt module associated with a plug-in."
|
|
|
|
FULL_DOCS
|
|
|
|
"This is a property on Qt plug-ins.
|
|
|
|
For instance, Sql for qsqlite"
|
|
|
|
)
|
|
|
|
|
2019-07-05 09:55:05 +00:00
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
QT_DEFAULT_PLUGIN
|
|
|
|
BRIEF_DOCS
|
|
|
|
"Indicates whether a plug-in is added by default."
|
|
|
|
FULL_DOCS
|
|
|
|
"This is a property on Qt plug-ins.
|
|
|
|
It is mainly used to indicate if a plug-in should be added
|
|
|
|
to the default set of plug-ins when building a static app -
|
|
|
|
for instance, which QPA should be linked."
|
|
|
|
)
|
|
|
|
|
2019-06-05 08:08:44 +00:00
|
|
|
define_property(GLOBAL
|
|
|
|
PROPERTY
|
|
|
|
QT_KNOWN_PLUGINS
|
|
|
|
BRIEF_DOCS
|
|
|
|
""
|
|
|
|
FULL_DOCS
|
|
|
|
""
|
2019-05-03 14:03:15 +00:00
|
|
|
)
|
2019-06-06 12:29:31 +00:00
|
|
|
|
2019-08-01 13:43:36 +00:00
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
QT_QML_MODULE_TARGET_PATH
|
|
|
|
BRIEF_DOCS
|
|
|
|
"Specifies the target path for a qml module"
|
|
|
|
FULL_DOCS
|
|
|
|
"Specifies the target path for a qml module"
|
|
|
|
)
|
|
|
|
|
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
QT_QML_MODULE_URI
|
|
|
|
BRIEF_DOCS
|
|
|
|
"Specifies the URI for a qml module"
|
|
|
|
FULL_DOCS
|
|
|
|
"Specifies the URI for a qml module"
|
|
|
|
)
|
|
|
|
|
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
2019-08-09 09:42:37 +00:00
|
|
|
QT_RESOURCE_PREFIX
|
2019-08-01 13:43:36 +00:00
|
|
|
BRIEF_DOCS
|
2019-08-09 09:42:37 +00:00
|
|
|
"Specifies the default Qt resource prefix."
|
2019-08-01 13:43:36 +00:00
|
|
|
FULL_DOCS
|
2019-11-13 13:03:20 +00:00
|
|
|
"When using qt_add_resource() without a PREFIX, then prefix of this target property
|
2019-08-09 09:42:37 +00:00
|
|
|
will be used."
|
2019-08-01 13:43:36 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
define_property(TARGET
|
|
|
|
PROPERTY
|
|
|
|
QT_QML_MODULE_VERSION
|
|
|
|
BRIEF_DOCS
|
|
|
|
"Specifies the qml module's version."
|
|
|
|
FULL_DOCS
|
|
|
|
"Specifies the qml module's version."
|
|
|
|
)
|
2022-05-06 13:15:22 +00:00
|
|
|
|
|
|
|
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."
|
|
|
|
)
|