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