Mingw环境下的qt.shared规则生成.a文件而非.exe #2991
Unanswered
jingkaimori
asked this question in
Q&A
Replies: 1 comment
-
都叫 shared 了,就是动态库,当然不会有 exe . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Xmake 版本
v2.7.2+202210150933
操作系统版本和架构
msys2
描述问题
使用默认的qt.shared工程模板直接编译,会得到.a文件而非.exe文件,这个.a文件无法直接运行,格式也与一般的.exe文件不同。
期待的结果
生成.exe可执行文件
工程配置
No response
附加信息和错误日志
Beta Was this translation helpful? Give feedback.
All reactions