Best Practices for “Cross-Platform” Development with Qt

后端 未结 6 1618
余生分开走
余生分开走 2021-01-31 08:26

According to qt.nokia.com, Qt is a \"cross-platform application and UI framework\", allowing you to \"write code once to target multiple platforms\". The Qt SDK is a \"complete

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 09:06

    Last time I was using Qt, and it was years ago, you had to compile on every platform you wanted a binary for. Of course you could cross-compile but I think that it'd be up to you to set up such a thing.

    Maybe someone else will provide a better question, but I don't think you are missing anything.

提交回复
热议问题