xmake-io / xmake

🔥 A cross-platform build utility based on Lua
https://xmake.io
Apache License 2.0
10.14k stars 782 forks source link

fix Qt static compilation issue #5407

Closed xiaobfly closed 3 months ago

xiaobfly commented 3 months ago

fix append .lib when link .obj file. fix static qt link macro.

修复:链接obj文件的时候xmake默认加了.lib后缀。 修复:使用静态qt库的时候xmake替换qt宏不完全。