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
3e0bbe26
Commit
3e0bbe26
authored
Sep 16, 2019
by
Friedrich W. H. Kossebau
Browse files
Use new INCLUDE_DIRS with ecm_add_qch, to have doxygen see more includes
GIT_SILENT
parent
c778475f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/CMakeLists.txt
View file @
3e0bbe26
...
...
@@ -371,6 +371,7 @@ install(FILES
# make available to ecm_add_qch in parent folder
set
(
KWaylandServer_APIDOX_SRCS
${
SERVER_LIB_HEADERS
}
PARENT_SCOPE
)
set
(
KWaylandServer_APIDOX_BUILD_INCLUDE_DIRS
${
CMAKE_CURRENT_BINARY_DIR
}
PARENT_SCOPE
)
include
(
ECMGeneratePriFile
)
ecm_generate_pri_file
(
BASE_NAME KWaylandServer LIB_NAME KF5WaylandServer DEPS
"core"
FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR
${
KDE_INSTALL_INCLUDEDIR_KF5
}
)
...
...
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