Edwin
Edwin

Reputation: 11

QT Webkit with DirectFB

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

Answers (1)

Edwin
Edwin

Reputation: 11

Solved the issue by setting QT_QPA_PLATFORM to 'directfb'.

Upvotes: 1

Related Questions