qt6-bb10/tests/auto/corelib/plugin/qlibrary
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
..
lib Fix tst_qlibrary after rebuild 2020-11-24 21:50:46 +01:00
lib2 Fix tst_qlibrary after rebuild 2020-11-24 21:50:46 +01:00
library_path
tst Fix tst_qlibrary by telling CMake about required libraries 2020-11-23 21:11:42 +01:00
.gitignore
CMakeLists.txt Convert corelib plugin tests 2019-10-21 11:17:20 +00:00
qlibrary.pro tst_QLibrary: Ensure installation order of testdata libs 2018-03-02 07:20:04 +00:00
tst_qlibrary.cpp Remove winrt 2020-06-06 20:25:49 +02:00