mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-26 11:52:54 +00:00
6 lines
253 B
CMake
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)
|