diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt index f49e30074b..10b6e4f7b8 100644 --- a/tests/auto/CMakeLists.txt +++ b/tests/auto/CMakeLists.txt @@ -23,7 +23,7 @@ if(UIKIT) endif() add_subdirectory(testlib) -if (NOT CMAKE_CROSSCOMPILE AND QT_FEATURE_process) +if(NOT CMAKE_CROSSCOMPILING AND QT_FEATURE_process) add_subdirectory(tools) endif() add_subdirectory(corelib)