That looks really complicated, are you sure you need this?
Wouldn't a simple
Be sufficient, like on any other X11 based desktop?
No, this configures which kind of OpenGL to use, in this case OpenGL ES2 and not "Desktop OpenGL".
The platform adapter module is selected through the -qpa switch. You want -qpa xcb
Yes, looks that way. For running the Qt application as the only UI on the device.
Also only for programs that don't need support for windows such as dialogs.
I am pretty sure the Rasphian system has XCB libraries, no need for Qt's copy.
No, you need to build with the XCB platform plugin enabled.
Cheers,
_
Bookmarks