QT_QML_GENERATE_AOTSTATS
이 변수는 Qt 6.8.3에 도입되었습니다.
QML 프로젝트가 qt_add_qml_modules를 사용하여 구성되면 기본적으로 QML 코드 컴파일의 통계가 수집됩니다. QT_QML_GENERATE_AOTSTATS
변수를 설정하여 이를 명시적으로 옵트인 또는 옵트아웃할 수 있습니다. 프로젝트 전체에 설정할 수 있습니다.
-DQT_QML_GENERATE_AOTSTATS=OFF
를 전달하여 프로젝트 전체에 설정하거나, qt_add_qml_module을 처음 호출하기 전에 해당 CMakeLists.txt 파일에서 직접 설정할 수 있습니다.
set(QT_QML_GENERATE_AOTSTATS OFF)
© 2025 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.