I’m wanting to use QT 5.1 without X11 in an embedded platform. I compiled it without xcb support successfully, but when attempting to run one of the examples (stickman), I see the following…
— snip —
Failed to load platform plugin “xcb”. Available platforms are:
Aborted
— snip —
Seems odd that the app would try to look for xcb, and more odd that the linuxfb didn’t show up as an option. What am I missing here?
↧