# qt-6.10 moves some wayland files
if spell_ok qt6wayland;then
  QTW=`installed_version qt6wayland`
  if [[ ${VERSION%.*} != ${QTW%.*}  ]];then
    conflicts qt6wayland y
  fi
fi
