qt6-bb10/tests/auto/corelib
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
..
animation Remove timeStep parameter from QAnimationDrive::advanceAnimation 2020-10-13 08:44:42 +02:00
global Get rid of Q_COMPILER_CONSTEXPR checks 2020-11-17 21:28:11 +01:00
io tst_QProcess: fix compilation on Windows 2020-11-22 23:14:25 +02:00
itemmodels Fix QSFPM not emitting dataChanged when source model is set 2020-11-18 20:57:48 +01:00
kernel QMetaType: Track whether type is QML list type 2020-11-23 09:57:00 +01:00
mimetypes CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
plugin Fix tst_qlibrary after rebuild 2020-11-24 21:50:46 +01:00
serialization Test conversion of ulonglong variant to JSON 2020-11-20 14:31:49 +01:00
text Add unit test for QAnyStringView::compare 2020-11-21 06:11:55 +01:00
thread Add convenience functions for QFuture creation 2020-11-23 09:50:21 +01:00
time Add unit test for YearMonthDate 2020-11-20 14:43:33 +01:00
tools QMessageAuthenticationCode: extend tests 2020-11-24 18:54:44 +01:00
.prev_CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
corelib.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00