kde-extraapps/kdevelop/documentation/CMakeLists.txt
2015-07-26 14:23:17 +03:00

6 lines
253 B
CMake

macro_log_feature(QT_QTHELP_FOUND "QtHelp" "The Help module for the Qt toolkit, needed for the qthelp plugin" "http://qt-project.org/" FALSE)
if(QT_QTHELP_FOUND)
macro_optional_add_subdirectory(qthelp)
endif()
macro_optional_add_subdirectory(manpage)