【发布时间】:2017-05-03 08:45:44
【问题描述】:
我想静态编译我的 Qt 5 应用程序。我使用了这个链接: Qt static linking and deployment
问题是我不知道“配置”文件在哪里或如何生成它?
ps:在 .pro 文件中添加“CONFIG = static”的旧选项不适用于 Qt5
【问题讨论】:
-
请记住,您必须遵守 LGPL(或者如果您有商业许可证,请继续)
标签: c++ qt qt5 qmake configure