Qt include dirs are sys dirs

This commit is contained in:
Matthias Kuhn 2020-08-09 11:35:10 +02:00
parent e14600bd05
commit 9245abeb28

View File

@ -4,7 +4,9 @@ INCLUDE_DIRECTORIES(
${CMAKE_BINARY_DIR}/src/core
${CMAKE_BINARY_DIR}/src/core/geometry
)
INCLUDE_DIRECTORIES(SYSTEM
${Qt5Core_INCLUDE_DIRS}
)