From fc3de287cbcd38fdbd06e1a81bb9a8d4ccd0c008 Mon Sep 17 00:00:00 2001 From: makise-homura Date: Tue, 28 Sep 2021 22:10:35 +0300 Subject: unittests: Make qt test work if multiple versions of qt installed --- test cases/frameworks/4 qt/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test cases/frameworks/4 qt/meson.build b/test cases/frameworks/4 qt/meson.build index 1630593..c7b594e 100644 --- a/test cases/frameworks/4 qt/meson.build +++ b/test cases/frameworks/4 qt/meson.build @@ -83,7 +83,7 @@ foreach qt : ['qt4', 'qt5', 'qt6'] translations_cpp = qtmodule.compile_translations(qresource: qt+'_lang.qrc') # unity builds suck and definitely cannot handle two qrc embeds in one compilation unit - unityproof_translations = static_library('unityproof_translations', translations_cpp) + unityproof_translations = static_library(qt+'unityproof_translations', translations_cpp) extra_cpp_args += '-DQT="@0@"'.format(qt) qexe = executable(qt + 'app', -- cgit v1.1