美文网首页
Qt 《warning MSB8027》解决方案

Qt 《warning MSB8027》解决方案

作者: LCCCC_0523 | 来源:发表于2017-07-29 16:49 被阅读0次

warning MSB8027: Two or more files with the name of moc_Geometry.cpp will produce outputs to the same location. This can lead to an incorrect build result.  The files involved are GeneratedFiles\Debug\moc_XXX.cpp, GeneratedFiles\Release\moc_XXX.cpp.

由于Qt插件的MocDirectory设置冲突导致

改成

相关文章

网友评论

      本文标题:Qt 《warning MSB8027》解决方案

      本文链接:https://www.haomeiwen.com/subject/rgrclxtx.html