Qt for Google Native Client: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Remove non-functioning "toc" command) |
(Clear out old obsolete info) |
||
Line 5: | Line 5: | ||
= Qt for Google Native Client = | = Qt for Google Native Client = | ||
Qt for Native Client allows you to deploy and run Qt applications | 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 [http://code.google.com/p/nativeclient/ project page] or the [http://www.youtube.com/watch?v=WgbK0ztUkDM 2011 Google IO talk] | ||
Line 11: | Line 11: | ||
== Getting Started == | == Getting Started == | ||
You'll need the following: | |||
# A Mac OS X or Gnu/Linux system. Windows is not supported. | # A Mac OS X or Gnu/Linux system. Windows is not supported. | ||
# The | # Chrome | ||
# | # The [https://developer.chrome.com/native-client NaCl SDK]. | ||
# [https://github.com/msorvig/qt5-qtbase-nacl qt5-qtbase-nacl] | |||
# | # [https://github.com/msorvig/qt5-qtdeclarative-nacl qt5-qtdeclarative-nacl] (Optional, for Qt Quick) | ||
See [https://github.com/msorvig/qt5-qtbase-nacl/blob/nacl-5.4/nacl-readme nacl-readme] in qt5-qtbase-nacl for further instructions. | |||
./ | |||
Revision as of 09:49, 30 April 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. |
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:
- A Mac OS X or Gnu/Linux system. Windows is not supported.
- Chrome
- The NaCl SDK.
- qt5-qtbase-nacl
- qt5-qtdeclarative-nacl (Optional, for Qt Quick)
See nacl-readme in qt5-qtbase-nacl for further instructions.