Is is possible to create web application from QT
-
wrote on 30 Apr 2021, 20:31 last edited by fres
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.
-
wrote on 30 Apr 2021, 20:55 last edited by fres
-
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.
-
wrote on 30 Apr 2021, 23:58 last edited by fres 5 Jan 2021, 00:52This post is deleted!
-
wrote on 1 May 2021, 02:25 last edited by
Oh thanks ! It finally did it using this tutorial :
https://www.youtube.com/watch?v=YSAUoAI5hQA
4/6