mkdir cmake-build
cd cmake-build
  cmake \
    "${KDE_BUILD_ARGS[@]}" \
    "${KDE_QT6_ARGS[@]}" \
    $KDE_OPT_ARGS \
    -DBUILD_DOC=OFF \
    ..

