qt_no_standard_project_setup

이후 qt_standard_project_setup() 호출이 변경되지 않도록 합니다.

이 변수는 Qt 6.3에 도입되었습니다.

qt_standard_project_setup() 명령은 일반적으로 프로젝트의 최상위 레벨 CMakeLists.txt 파일에서 호출됩니다. 일부 시나리오에서는 이러한 프로젝트가 더 큰 프로젝트 계층 구조의 하위 프로젝트로 흡수될 수 있습니다. 부모 프로젝트는 자식 프로젝트가 설정 변경 사항을 적용하지 못하도록 하고 싶을 수 있습니다. 부모 프로젝트는 add_subdirectory(), FetchContent_MakeAvailable() 또는 CMake에서 제공하는 기타 유사한 방법을 통해 자식 프로젝트를 가져오기 전에 QT_NO_STANDARD_PROJECT_SETUPTRUE 으로 설정하여 이를 수행할 수 있습니다.

qt_standard_project_setup()도 참조하십시오 .

© 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.