Minor: Include Qt dirs as SYSTEM includes
This commit is contained in:
parent
68625a500d
commit
32d4edff51
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
include(ECMMarkAsTest)
|
||||
|
||||
# find_package(Qt5Core ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENT Private _check_private)
|
||||
include_directories(${Qt5Core_PRIVATE_INCLUDE_DIRS})
|
||||
include_directories(SYSTEM ${Qt5Core_PRIVATE_INCLUDE_DIRS})
|
||||
set(testServer_SRCS
|
||||
waylandservertest.cpp
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue