Qt Creator not Running Wayland

I have Ubuntu-22.04-Linux-5.10-Fenix-1.5-230425 installed on the Edge2.

It seems as though I cannot get the Qt wayland plugin working for Qt Creator IDE or my Qt applications. They will work with the xcb (x11) plugin, but that is not ideal for me. When I try to set the QT_QPA_PLATFROM variable to wayland I get the following error:

qtcreator: symbol lookup error: /usr/lib/aarch64-linux-gnu/qt5/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so: undefined symbol: eglGetPlatformDisplay

I think the problem might be that the Qt wayland plugin is using symbols from EGL v1.5, but the system is running EGL v1.4.

If anyone has any ideas about how to fix this issue I’d appreciate it.