windows10环境下QtCreator中出现skipping incompatible xxx when searching for xxx 问题解决办法
程序员文章站
2022-06-27 21:03:46
windows10环境下QtCreator中出现skipping incompatible xxx when searching for xxx 我再QtCreator中想导入一个外部库时,他提示不匹配 出现这种问题是因为QtCreator 和 MinGW 其中一个是32位 ,而另一个是64位, 将 ......
windows10环境下qtcreator中出现skipping incompatible xxx when searching for xxx
我再qtcreator中想导入一个外部库时,他提示不匹配
出现这种问题是因为qtcreator 和 mingw 其中一个是32位 ,而另一个是64位,
将两者统一后便不会出现该问题!!!
上一篇: 分布式系统笔记(一)