Running a Qt app over the web

前端 未结 7 1774
迷失自我
迷失自我 2021-01-02 06:46

I am writing an application using Qt and want to try and deploy it as a web-application. I want user\'s to be able to use my application by accessing it through a web browse

7条回答
  •  梦谈多话
    2021-01-02 07:13

    Qt does not support writing browser based web applications. Unfortunately.

    You need to use common web programming technologies for this. There are a lot of ways, but Qt is not one of them.

提交回复
热议问题