From c358fd68e27738340582386d7f1c1c2fccac7df2 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Mon, 16 Sep 2019 02:48:11 +0200 Subject: Use new INCLUDE_DIRS with ecm_add_qch, to have doxygen see more includes GIT_SILENT --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5e070e44..46674367 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,6 +23,9 @@ if (BUILD_QCH) Qt5Core_QCH Qt5Xml_QCH Qt5Gui_QCH + INCLUDE_DIRS + ${KConfigCore_APIDOX_INCLUDE_DIRS} + ${KConfigGui_APIDOX_INCLUDE_DIRS} BLANK_MACROS KCONFIGCORE_EXPORT KCONFIGCORE_DEPRECATED_EXPORT -- cgit v1.2.1