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
768de2aa
Commit
768de2aa
authored
Apr 30, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
Don't include the KWaylandServer namespace on includes
parent
306f242a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/CMakeLists.txt
View file @
768de2aa
...
...
@@ -313,7 +313,7 @@ ecm_generate_export_header(KWaylandServer
# needs fixing of undeprecated API being still implemented using own deprecated API
target_include_directories
(
KWaylandServer INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR
}
/KWaylandServer
>"
)
target_include_directories
(
KWaylandServer INTERFACE
"$<INSTALL_INTERFACE:
${
KDE_INSTALL_INCLUDEDIR
}
>"
)
target_link_libraries
(
KWaylandServer
PUBLIC Qt5::Gui
...
...
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