Decide whether to build tools when doing a standalone test build

Needed for qtdeclarative standalone tests.

Change-Id: Ie012528d0d553cb63c2d79f3ded35e45872ee89a
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
This commit is contained in:
Alexandru Croitor 2019-08-30 17:08:01 +02:00
parent 659d8cf3e5
commit a5cdca8033

View File

@ -102,6 +102,7 @@ macro(qt_set_up_standalone_tests_build)
qt_set_up_build_internals_paths()
include(QtSetup)
qt_find_apple_system_frameworks()
qt_check_if_tools_will_be_built()
endmacro()
macro(qt_build_tests)