Correct feature test in tst_qtranslator's CMake config

There is no QT_CONFIG_thread.
Thanks to Alexey Edelev for spotting why I couldn't run the test.

Change-Id: I11c99d9b1ff8fed67b118028b76fba8ee6db3c42
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit 4693c81268)
This commit is contained in:
Edward Welbourne 2023-07-27 15:01:47 +02:00
parent aa0f395fd1
commit 9758650a37

View File

@ -5,7 +5,7 @@
## tst_qtranslator Test:
#####################################################################
if (NOT QT_CONFIG_thread)
if (NOT QT_FEATURE_thread)
return()
endif()