if is_depends_enabled $SPELL qt6base;then
  OPTS+=" -DPHONON_BUILD_QT5=OFF"
else
  OPTS+=" -DPHONON_BUILD_QT6=OFF"
fi &&
default_build
