Warning, /network/kio-s3/doc/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-3-Clause
0002 # SPDX-FileCopyrightText: 2020 Elvis Angelaccio <elvis.angelaccio@kde.org>
0003 
0004 if (QT_MAJOR_VERSION STREQUAL "5")
0005     set(DOCSUBDIR "kioslave5/s3")
0006 else()
0007     set(DOCSUBDIR "kioworker6/s3")
0008 endif()
0009 
0010 kdoctools_create_handbook(index.docbook
0011     INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en
0012     SUBDIR ${DOCSUBDIR})