Writing Your Own Lighthouse Backend

From Qt Wiki
Revision as of 10:25, 24 February 2015 by Maintenance script (talk | contribs)
Jump to navigation Jump to search


THIS PAGE IS OBSOLETE - Please move the useful content to Qt Platform Abstraction and redirect there. Thank you!

How to write Lighthouse backends

The short version: Look at the files in

your-dev-directory/qt-lighthouse/src/plugins/platforms/minimal/

That should show what needs to be implemented to get a new plugin off the ground.

More detailed documentation to follow