Hello,
I am attempting to build Qt5.5 using the following guide http://processors.wiki.ti.com/index.php/Processor_SDK_Building_The_SDK. As I wish to use the 1.03 SDK configuration I have swapped the meta-qt line in the 1.03 config for the line in the 2.00 config. This builds fine however when I take the .ipk files and install them on my system I get the following error when I try to run any Qt application
This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen. Reinstalling the application may fix this problem.
Am I missing a step when updating Qt on my system? I notice when I compile qt5.4 I get an extra qtbase-conf file that I do not get when building 5.5 could this be the issue?
Thanks