Deploying applications and targeting all the different platforms can take heaps of time and cost thousands of dollars. There's a new target platform for Qt applications called Qt for WebAssembly that allows Qt and Qt Quick apps to be run over a network from a web browser. You will learn how to set up, cross build, deploy, and run Qt applications that work on any device with a modern web browser. You could say that Qt for WebAssembly is the universal platform.
We will detail the following material:
- Technical requirements
- Getting started
- Building with the command line
- Building with Qt Creator
- Deploying for mobile and embedded devices
- Tips, tricks and suggestions