forked from qt-creator/qt-creator
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user