Missing dependency "qt6-graphs" causes crash on launch

Description:

Easy Effects crashes because of missing module "QtGraphs". It appears the package qt6-graphs was mistakenly removed from the required dependencies of easyeffects.

% easyeffects               
QQmlApplicationEngine failed to load component
qrc:/qt/qml/ee/ui/contents/ui/Main.qml:214:5: Type PreferencesSheet unavailable
qrc:/qt/qml/ee/ui/contents/ui/PreferencesSheet.qml:1:1: module "QtGraphs" is not installed
terminate called after throwing an instance of 'std::runtime_error'
  what():  Failed to load QML UI
zsh: IOT instruction (core dumped)  easyeffects

Additional info:

% pacman -Q easyeffects 
easyeffects 8.0.8-2

Steps to reproduce:

  1. Ensure qt6-graphs is not installed

    sudo pacman -R qt6-graphs
  2. Run Easy Effects to see the crash

    easyeffects
  3. Manually install qt6-graphs and observe that it launches successfully.