qt6-bb10/tests/auto/corelib/plugin/qpluginloader
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
..
almostplugin Change license for tests files 2024-02-04 09:56:42 +01:00
elftest QElfParser: rewrite using elf.h 2021-10-06 12:12:53 -07:00
lib Change license for tests files 2024-02-04 09:56:42 +01:00
machtest Add copyright and licensing to .cpp and .h files missing them 2024-05-28 09:47:01 +02:00
staticplugin Change license for tests files 2024-02-04 09:56:42 +01:00
theplugin Change license for tests files 2024-02-04 09:56:42 +01:00
tst Apple: Don't `_debug`-suffix libraries in single config framework builds 2024-07-01 20:55:49 +00:00
.gitignore Moving relevant tests to corelib/plugin 2011-09-01 12:42:51 +02:00
CMakeLists.txt CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
empty.json Use new plugin system in plugin autotest. 2012-02-23 16:38:45 +01:00
fakeplugin.cpp Change license for tests files 2024-02-04 09:56:42 +01:00
tst_qpluginloader.cpp Apple: Don't `_debug`-suffix libraries in single config framework builds 2024-07-01 20:55:49 +00:00
utf8_data.json moc: Fix compilation of text strings containing non-ASCII 2018-09-10 04:17:03 +00:00