Qt CMake 정책

Qt CMake 정책은 여러 릴리스에 걸쳐 이전 버전과의 호환성을 유지합니다. 모든 새로운 정책은 사용되지 않는 기능이나 동작에 대한 경고로 시작하며, 그 다음에는 변경 사항을 간략하게 설명하는 경고 메시지가 표시됩니다. 정책의 경고를 비활성화하려면 qt_policy() 명령을 사용하여 정책의 NEW 또는 이전 버전과 호환되지 않는 동작을 명시적으로 요청하세요.

정책

QTP0001

':/qt/qml/'는 QML 모듈의 기본 리소스 접두사입니다.

QTP0002

Android 특정 경로를 지정하는 대상 속성에는 생성기 표현식이 포함될 수 있습니다.

QTP0003

Qt 라이브러리를 만들 때 BUILD_SHARED_LIBS 값을 고려하십시오.

QTP0004

QML 모듈에 QML 파일이 있는 추가 디렉터리에는 추가 qmldir 파일이 필요합니다.

QTP0005

Qt_add_qml_module의 DEPENDENCIES 인수는 대상을 허용합니다.

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