Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
32d4edff
Commit
32d4edff
authored
Sep 13, 2018
by
Kevin Funk
☕
Browse files
Minor: Include Qt dirs as SYSTEM includes
parent
68625a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/tests/CMakeLists.txt
View file @
32d4edff
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment