Load specific QPA Plugin
General and Desktop
4
Posts
2
Posters
1.3k
Views
1
Watching
-
Hello,
With most Qt installations also come different QPA plugins. Is it possible to load a specific QPA plugin? On my BeagleBone applications always try to load the XCB plugin which needs DRI2 which is not available in the near future. So I thought about using directfb instead. How can I do this?
Regards
Alexander -
You need to compile Qt with -platform directfb, IIRC. It's probably also possible to do the choice at runtime, but I don't remember how.
-
Based on "this":http://wayland.freedesktop.org/qt5.html, you just need to pass -platform directfb to your application.