Warning, /network/kio-gopher/doc/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 if (QT_MAJOR_VERSION STREQUAL "5")
0002 set(DOCSUBDIR "kioslave5/gopher")
0003 else()
0004 set(DOCSUBDIR "kioworker6/gopher")
0005 endif()
0006
0007 kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR ${DOCSUBDIR})
0008