Hi all,
Could someone point me in the right direction?
I am trying to run the painting-es2 example, but it seems that the go build generated binaries don't respect the Qt -platform flags.
I am trying to build for the RaspberryPi with the -platform eglfs option.
When I try to specify -platform eglfs, it seems to ignore the option and complain that it couldn't load "xcb"
On a previous Qt 5.2 build for the Pi where eglfs was the default render target the example built and ran properly.
Is there any way to specify this option? I'd rather not have to compile Qt for the Pi with platform eglfs as the default over xcb.
Any light anyone could shed on this matter would be greatly appreciated!
Cheers,
Samir