Writing Your Own Lighthouse Backend: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Add "cleanup" tag) |
m (Added delete tag) |
||
Line 1: | Line 1: | ||
{{Cleanup | reason=Auto-imported from ExpressionEngine.}} | {{Cleanup | reason=Auto-imported from ExpressionEngine.}} | ||
{{Delete | reason=Taken from original: '''THIS PAGE IS OBSOLETE''' - Please move the useful content to [[Qt Platform Abstraction]] and redirect there. Thank you!}} | |||
[[Category:Developing_Qt::Lighthouse]] | |||
= How to write Lighthouse backends = | = How to write Lighthouse backends = |
Revision as of 06:27, 5 June 2015
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
This article is nominated for deletion. Reason: Taken from original: THIS PAGE IS OBSOLETE - Please move the useful content to Qt Platform Abstraction and redirect there. Thank you! Please raise your support/opposition to this nomination in the article's discussion page. |
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