source $GRIMOIRE/KDE_DEPENDS &&
vdepends <<! &&
  qt6declarative
  qt6webchannel
  qt6webengine
  libx11
  libxcb
  SSL
!
optional_depends gnome-keyring ' -DBUILD_KEYRING=1' ' -DBUILD_KEYRING=0' 'GNOME integration' &&
optional_depends kwallet  '' '' 'KDE integration' &&
optional_depends purpose  '' '' 'Quickshare support' &&
  optional_depends pyside6  \
                 ' -DBUILD_PYTHON_SUPPORT=1' \
                 ' -DBUILD_PYTHON_SUPPORT=0' \
                 'build python support' &&
  if is_depends_enabled $SPELL pyside6;then
    depends shiboken6 &&
    depends python3
  fi
