Qt for Google Native Client: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Clear out old obsolete info)
(clean-up)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
[[Category:Developing_with_Qt]]
[[Category:Developing_with_Qt]]


Line 7: Line 5:
Qt for Native Client allows you to deploy and run Qt applications in the Chrome web browser
Qt for Native Client allows you to deploy and run Qt applications in the Chrome web browser


For a general introduction to Native Client see the [http://code.google.com/p/nativeclient/ project page] or the [http://www.youtube.com/watch?v=WgbK0ztUkDM 2011 Google IO talk]
For a general introduction to Native Client see the [https://developer.chrome.com/native-client project page] or the [http://www.youtube.com/watch?v=WgbK0ztUkDM 2011 Google IO talk]


== Getting Started ==
== Getting Started ==

Revision as of 22:05, 23 March 2016


Qt for Google Native Client

Qt for Native Client allows you to deploy and run Qt applications in the Chrome web browser

For a general introduction to Native Client see the project page or the 2011 Google IO talk

Getting Started

You'll need the following:

  1. A Mac OS X or Gnu/Linux system. Windows is not supported.
  2. Chrome
  3. The NaCl SDK.
  4. qt5-qtbase-nacl
  5. qt5-qtdeclarative-nacl (Optional, for Qt Quick)

See nacl-readme in qt5-qtbase-nacl for further instructions.