_debug
-suffix libraries in single config framework builds
As part of fee15182949e88682131399c50b679be83a75385 we enabled framework debug builds, which left us with an inconsistent library naming. The framework libraries are always unsuffixed, e.g. QtGui.framework/QtGui, while we were adding _debug suffixes to the plugins and static libs. This was confusing macdeployqt, as it uses simple string matching logic for "_debug_" to detect that a Qt build is a debug build, and since the framework library didn't have a suffix it then failed to deploy the suffixed plugins. We now follow the requirement from the framework naming and skip the suffixing for all libraries in this configuration. Change-Id: I982253fc46c65aa3fab52f8658f62ef63cdac49f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit d3be87ff1d558f05309b1f29f7e71f291498584f) 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%