qt_deploy_ignored_lib_dirs

런타임 종속성 검색에서 제외되는 디렉터리

이 변수는 QT_DEPLOY_SUPPORT로 명명된 스크립트에 의해 정의됩니다. 설치 중 배포 또는 빌드 후 규칙의 일부로만 사용해야 합니다.

참고: 이 변수는 저수준 배포 API 변수이며, qt_generate_deploy_app_script와 같은 상위 수준 API 명령에서 다루지 않는 고급 사용 사례에만 사용해야 합니다.

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

이 변수에는 qt_deploy_runtime_dependencies로 런타임 종속성을 검색할 때 고려되지 않는 디렉터리 목록이 포함되어 있습니다.

프로젝트는 런타임 종속성을 배포할 디렉터리를 제어하기 위해 qt_deploy_runtime_dependencies를 호출하기 전에 이 변수를 변경할 수 있습니다.

qt_deploy_runtime_dependencies 호출에 POST_EXCLUDE_REGEXES 옵션이 지정되면 이 변수는 무시됩니다.

이 변수는 macOS 또는 Windows에 배포할 때는 의미가 없습니다.

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