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:
parent
aa0f395fd1
commit
9758650a37
@ -5,7 +5,7 @@
|
||||
## tst_qtranslator Test:
|
||||
#####################################################################
|
||||
|
||||
if (NOT QT_CONFIG_thread)
|
||||
if (NOT QT_FEATURE_thread)
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user