mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Fix runtime Qt detection mechanism: Prior to this commit, Anki would select its Qt6 GUI at runtime, if it successfully imported PyQt6. Anki's choice of GUI framework should only depend on the qt6 USE flag. Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>