diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-09-16 02:48:11 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-09-16 02:48:11 +0200 |
commit | c358fd68e27738340582386d7f1c1c2fccac7df2 (patch) | |
tree | 142a918bbb48ed1b2c227649139e0d16418e6436 /src/gui | |
parent | 14c4973b06eae9adf9f437c54c802f99c5c24b98 (diff) | |
download | kconfig-c358fd68e27738340582386d7f1c1c2fccac7df2.tar.gz kconfig-c358fd68e27738340582386d7f1c1c2fccac7df2.tar.bz2 |
Use new INCLUDE_DIRS with ecm_add_qch, to have doxygen see more includes
GIT_SILENT
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index d36f90f8..6ae7729c 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -64,6 +64,7 @@ install(FILES # make available to ecm_add_qch in parent folder set(KConfigGui_APIDOX_SRCS ${KConfigGui_HEADERS} PARENT_SCOPE) +set(KConfigGui_APIDOX_INCLUDE_DIRS ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE) include(ECMGeneratePriFile) ecm_generate_pri_file(BASE_NAME KConfigGui LIB_NAME KF5ConfigGui DEPS "gui xml KConfigCore" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF5}/KConfigGui) |