QT_NO_COLLECT_BUILD_TREE_APK_DEPS

Prevents collecting of project-built shared library targets during Android deployment.

This variable was introduced in Qt 6.3.

Note: This variable is in technology preview and may change in future releases.

Note: This variable is used only if targeting the Android platform.

During project finalization, the build system collects the locations of all built shared library targets in the project. These locations are passed to androiddeployqt for deployment consideration when resolving dependencies between libraries. Set QT_NO_COLLECT_BUILD_TREE_APK_DEPS to TRUE to disable this behavior.

See also qt_finalize_project().

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