qtcreator +vs2013 开发xp下使用的程序

时间:2023-11-27 10:23:32

在qtcreator 开发,使用vs2013的编辑器开发出来的exe不能在xp下使用,

qtcreator +vs2013 开发xp下使用的程序

只需要在pro文件添加

QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
即可使用

qtcreator +vs2013 开发xp下使用的程序

qtcreator +vs2013 开发xp下使用的程序

相关文章