QT_NO_COLLECT_IMPORTED_TARGET_APK_DEPS

안드로이드 배포 중 임포트된 타깃의 수집을 방지합니다.

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

참고: 이 변수는 기술 프리뷰에 있으며 향후 릴리스에서 변경될 수 있습니다.

참고: 이 변수는 Android 플랫폼을 타깃팅하는 경우에만 사용됩니다.

CMake 버전 3.21 이상을 사용하는 경우 빌드 시스템은 배포와 관련이 있을 수 있는 가져온 공유 라이브러리 대상의 위치를 수집합니다. 수집된 대상은 현재 처리된 실행 대상의 디렉토리 범위에서 도달할 수 있는 대상입니다. 여기에는 대상의 소스 디렉토리 범위와 상위 디렉터리 범위가 포함됩니다. 수집된 위치는 라이브러리 간 종속성을 해결할 때 배포를 고려할 수 있도록 androiddeployqt에 전달됩니다. 이 동작을 비활성화하려면 이 변수를 TRUE 로 설정하세요.

qt_finalize_project()QT_NO_COLLECT_BUILD_TREE_APK_DEPS도참조하십시오 .

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