qt5base-lts/tests/auto/corelib/plugin
Thiago Macieira 57960ab075 Q{Elf,Mach}Parser: simplify the return codes
The multi-state return code was a legacy of how Arvid wrote the ELF
parser code back in the day, the fact that it scanned for two different
types of plugins in Qt 4 and that the metadata could exist in different
places.  None of that matters nowadays: who cares if the file is a
corrupt binary, not a valid binary, does not have the right
architecture, or has no suitable section? It's not a plugin, period.

The Qt 4 plugin mechanism was removed for Qt 5.0 in commit
7443895857 ("Remove support for Qt 4 style
plugins").

Change-Id: I42eb903a916645db9900fffd16a442d800399b98
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
2021-09-24 20:16:05 -07:00
..
qfactoryloader Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
qlibrary Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
qplugin QPlugin/QFactoryLoader: remove Qt 5 plugin remnants 2021-09-14 01:12:18 -07:00
qpluginloader Q{Elf,Mach}Parser: simplify the return codes 2021-09-24 20:16:05 -07:00
quuid Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
CMakeLists.txt Re-enable tst_qplugin on Linux 2021-09-14 03:59:45 +00:00