Krita-git: Qt::GuiPrivate was not found

Hey there, I’m trying out Krita on Wayland and that means using the krita-git AUR package.However, recently I started getting the errorCMake Error at plugins/platforms/wayland/CMakeLists.txt:82 (target_link_libraries):
Target “kritaplatformpluginwayland” links to:

Qt::GuiPrivate

but the target was not found. Possible reasons include:

* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.and I can't find any solution to fix it. I should have everything installed for it, but the error still appears.System details:Operating System: Arch Linux 

KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.18.0
Qt Version: 6.10.0
Kernel Version: 6.17.1-2-cachyos (64-bit)
Graphics Platform: WaylandI can send the list of installed packages if that helps.

Sorry, Krita does not support Qt 6.10 at the moment. That release breaks how Qt6GuiPrivate is found, and Krita just needs to adjust that.

Ooooooooooooohhhh, alright that makes sense.

Thank you :3