diff options
| author | makise-homura <akemi_homura@kurisa.ch> | 2021-09-28 22:10:35 +0300 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-09-29 20:16:02 -0700 |
| commit | fc3de287cbcd38fdbd06e1a81bb9a8d4ccd0c008 (patch) | |
| tree | 0caeb7aef381f8b3e7315f6e50c14dee5bcbc10a /test cases/frameworks/4 qt | |
| parent | e836076e24ca352caf8f985c5443a71f7dea072e (diff) | |
| download | meson-fc3de287cbcd38fdbd06e1a81bb9a8d4ccd0c008.tar.gz | |
unittests: Make qt test work if multiple versions of qt installed
Diffstat (limited to 'test cases/frameworks/4 qt')
| -rw-r--r-- | test cases/frameworks/4 qt/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/4 qt/meson.build b/test cases/frameworks/4 qt/meson.build index 163059334..c7b594e4c 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', |
