When passing -use-debug-libs to macdeployqt it will only consider plugins that end with _debug.dylib, which is not the case for single-configuration framework builds as of d3be87ff1d558f05309b1f29f7e71f291498584f. When not passing -use-debug-libs macdeployqt will use whatever library it finds, both suffixed and not, so the only case where we need to explicitly make it choose one is when we have a debug-and-release build of Qt. Otherwise we can leave macdeployqt to choose the right one. Change-Id: Ic438da9f21c3090f0d57ce615bc0c0969b9a600d Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 60550f8acc4f9d742f6ef7cb027f0ed3e2d5e42a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%