QT_NO_수집_빌드_트리_APK_뎁스
안드로이드 배포 중에 프로젝트에서 빌드한 공유 라이브러리 타깃의 수집을 방지합니다.
이 변수는 Qt 6.3에 도입되었습니다.
참고: 이 변수는 기술 프리뷰에 있으며 향후 릴리스에서 변경될 수 있습니다.
참고: 이 변수는 Android 플랫폼을 타깃팅하는 경우에만 사용됩니다.
프로젝트가 마무리되는 동안 빌드 시스템은 프로젝트에서 빌드된 모든 공유 라이브러리 타깃의 위치를 수집합니다. 이러한 위치는 라이브러리 간의 종속성을 해결할 때 배포를 고려할 수 있도록 androiddeployqt에 전달됩니다. 이 동작을 비활성화하려면 이 변수를 TRUE
로 설정하세요.
qt_finalize_project() 및 QT_NO_COLLECT_IMPORTED_TARGET_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.