QT_DEPLOY_IGNORED_LIB_DIRS

Directories that are excluded from runtime dependencies search

This variable is defined by the script named by QT_DEPLOY_SUPPORT. It should only be used as part of deployment during installation or a post-build rule.

This variable was introduced in Qt 6.5.

This variable contains a list of directories that are not taken into account when searching for runtime dependencies with qt_deploy_runtime_dependencies.

Projects may alter this variable before calling qt_deploy_runtime_dependencies to control from which directory runtime dependencies are deployed.

This variable is ignored if the POST_EXCLUDE_REGEXES option is specified in the qt_deploy_runtime_dependencies call.

This variable is not meaningful when deploying on macOS or Windows.

See also qt_deploy_runtime_dependencies.

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