qt5base-lts/tests/auto/corelib/plugin
Andreas Buhr 1dff26dd95 Fix tst_qlibrary after rebuild
tst_qlibrary depends on a library (targets mylib and mylib2) to be
built. They create a library with the same name, in two versions.
This is done in order to test versioned library loading.
However, those two libraries were fighting over the creation of
"libmylib.so". In a fresh build, mylib2 wins, as intended. But after
a rebuild, mylib won, which led to failing unit tests.
This patch changes the situation. With this change, mylib no longer
tries to create "libmylib.so". Thus no fighting and no problem.

Pick-to: 6.0
Change-Id: Id89baa5503c9f078a8737ff0b8616edf09044f72
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-11-24 21:50:46 +01:00
..
qfactoryloader CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qlibrary Fix tst_qlibrary after rebuild 2020-11-24 21:50:46 +01:00
qplugin CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qpluginloader CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
quuid Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
.prev_CMakeLists.txt Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
CMakeLists.txt Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
plugin.pro Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00