QT_QML_GENERATE_AOTSTATS
Controla si se activa la recopilación de estadísticas del compilador QML.
Esta variable se introdujo en Qt 6.8.3.
Cuando se configura un proyecto QML mediante qt_add_qml_module, por defecto se recopilarán estadísticas de la compilación del código QML. Es posible activar o desactivar esta opción de forma explícita configurando la variable QT_QML_GENERATE_AOTSTATS. Se puede establecer en todo el proyecto pasando
-DQT_QML_GENERATE_AOTSTATS=OFF
al ejecutable CMake, o configurándola directamente en el archivo CMakeLists.txt correspondiente antes de la primera llamada a qt_add_qml_module.
set(QT_QML_GENERATE_AOTSTATS OFF)
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.