diff options
| author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-02-02 04:11:29 +0100 | 
|---|---|---|
| committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-02-02 04:11:29 +0100 | 
| commit | 337e5138578e91f1a19f44f37a75f342e4e4cb06 (patch) | |
| tree | 7db439fbbb7faea0f5296ef4676b4c9142c93915 | |
| parent | 601faf2ad9d4c4ed94c5b753461388a1da32ddf3 (diff) | |
| download | kconfig-337e5138578e91f1a19f44f37a75f342e4e4cb06.tar.gz kconfig-337e5138578e91f1a19f44f37a75f342e4e4cb06.tar.bz2 | |
[API dox] Include kconfig_compiler/README.dox for QCH generation
GIT_SILENT
| -rw-r--r-- | src/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d4ca8869..5e070e44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,6 +16,7 @@ if (BUILD_QCH)          SOURCES # using only public headers, to cover only public API              ${KConfigCore_APIDOX_SRCS}              ${KConfigGui_APIDOX_SRCS} +            "${CMAKE_CURRENT_SOURCE_DIR}/kconfig_compiler/README.dox"              "${CMAKE_SOURCE_DIR}/docs/options.md"          MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md"          LINK_QCHS | 
