mkdir cmake-build
cd cmake-build
  cmake \
    "${KDE_BUILD_ARGS[@]}" \
    $KDE_OPT_ARGS \
    -DQT_DIR=/usr/lib$LIBDIRSUFFIX/cmake/Qt6 \
    ..

