summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2020-11-23 14:37:22 +0100
committerAndreas Buhr <andreas.buhr@qt.io>2020-11-24 21:50:46 +0100
commit1dff26dd9539feb40767b7761c5339085ad74dbf (patch)
tree3ada58d729c4146153dfaa70f7f98953ead6e92e /tests/auto/widgets
parent47435572fbf6ece76a4aee069af04c1ad7fb881c (diff)
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>
Diffstat (limited to 'tests/auto/widgets')
0 files changed, 0 insertions, 0 deletions