Doc: Clarify need to qt_add_standard_project_setup early
Pick-to: 6.8 Fixes: QTBUG-115050 Change-Id: If8b3aabd0072bfb2bef6dea106af06524f144990 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 8f5c6434e81f554989557ea9643aa6f323903aba) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
057ef3e1d3
commit
5dddcc3cdc
@ -32,7 +32,8 @@ qt_standard_project_setup(
|
||||
This command simplifies the task of setting up a typical Qt application.
|
||||
It would usually be called immediately after the first \c{find_package(Qt6)}
|
||||
call, normally in the top level \c{CMakeLists.txt} file and before any targets
|
||||
have been defined. It does the following things:
|
||||
have been defined. If you call it later, it does not apply to any targets
|
||||
defined before, with possibly confusing results. It does the following things:
|
||||
|
||||
\list
|
||||
\li The standard CMake variables \c{CMAKE_AUTOMOC} and \c{CMAKE_AUTOUIC}
|
||||
|
Loading…
x
Reference in New Issue
Block a user