qt6-bb10/tests/auto/corelib/plugin
Tor Arne Vestbø a68f5a12ce Apple: Don't `_debug`-suffix libraries in single config framework builds
As part of fee1518294 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>
2024-07-01 20:55:49 +00:00
..
qfactoryloader tst_QFactoryLoader: includemocs 2024-03-12 14:23:42 +01:00
qlibrary Change license for tests files 2024-02-04 09:56:42 +01:00
qplugin tst_QPlugin: Be specific when looking for plugins 2024-06-18 09:28:46 +00:00
qpluginloader Apple: Don't `_debug`-suffix libraries in single config framework builds 2024-07-01 20:55:49 +00:00
quuid tst_QUuid: add basic comparison tests 2024-06-14 08:41:52 +00:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00