Use new INCLUDE_DIRS with ecm_add_qch, to have doxygen see more includes
GIT_SILENT
This commit is contained in:
parent
c778475f2a
commit
3e0bbe26fd
1 changed files with 1 additions and 0 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue