Is is possible to create web application from QT
Solved
General and Desktop
-
I'm new with QT design. I have created a project with QT creator, so I want to know if there is a way to make a web application from my project? Do I have to host a server?
Thank you!I have heard of QT webassembly, but I don't see a tutorial about how to make a web application from scratch.
-
Hi,
Install the WASM build from the Qt online installer and build your project with it.
As for the web server, you will need one to serve your application to the masses.
-
It's not a Qt module.
It's a full Qt build. It's on the same level as Qt for Visual Studio or Qt for MinGW.
-
Oh thanks ! It finally did it using this tutorial :
https://www.youtube.com/watch?v=YSAUoAI5hQA