QtDesignStudio to QtCreator CmakeLists deploy error on Linux Device AM62
Unsolved
Mobile and Embedded
-
Hi,
We are using QT6.8.0 cross compiled for AM62. The issue is when we import project from QtDesignStudio it does not run on the wayland-egl display.
Error:
cannot find eglconfig, returning null config
qt.qpa.wayland: could not create egl surface (egl error 0x3005)Additionally same project works on VNC but not wayland-egl
But if I create project using CMake from QtCreator it runs on the same wayland-egl linux system.
So is there any configuration needed to be done for the imported QtDesignStudio Project.