mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
Qt include dirs are sys dirs
This commit is contained in:
parent
e14600bd05
commit
9245abeb28
2
external/libdxfrw/CMakeLists.txt
vendored
2
external/libdxfrw/CMakeLists.txt
vendored
@ -4,7 +4,9 @@ INCLUDE_DIRECTORIES(
|
|||||||
|
|
||||||
${CMAKE_BINARY_DIR}/src/core
|
${CMAKE_BINARY_DIR}/src/core
|
||||||
${CMAKE_BINARY_DIR}/src/core/geometry
|
${CMAKE_BINARY_DIR}/src/core/geometry
|
||||||
|
)
|
||||||
|
|
||||||
|
INCLUDE_DIRECTORIES(SYSTEM
|
||||||
${Qt5Core_INCLUDE_DIRS}
|
${Qt5Core_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user