Reputation: 11
I have QT 5.5 & QTWebkit and am trying to bring it up on i686 platform. Everything builds fine , but QTWebkit seems to be configured by default with eglfs. It always try to load egfs plugin instead of directfb.
I tried with the below configuration, In ./configure -directfb -no-eglfs -no-opengl respectively. It does not generate eglfs plugin, Now i got error saying that there's no eglfs plugin found. How to tell QT to load directfb plugin instead of eglsfs.
Any inputs? Cheers
Upvotes: 0
Views: 587