Utils: Fix MinGW build

Amends a0f6e8dc04

The issue is that pthread.h is including <process.h>, which ends up to
utils/process.h since it's first in path.

Change-Id: I525384083b6952aded4b77c29d00d85f084c60f9
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Cristian Adam
2023-05-04 15:07:18 +02:00
parent 34ad405d76
commit 13dd678834
3 changed files with 9 additions and 1 deletions

View File

@@ -39,4 +39,5 @@ extend_qtc_plugin(ClangFormat
tests/clangformat-test.h
DEFINES
TESTDATA_DIR="${CMAKE_CURRENT_SOURCE_DIR}/tests/data"
EXPLICIT_MOC tests/clangformat-test.h
)