PDA

View Full Version : vs2013 & Qt5.2.1 - warning MSB8027



TorAn
19th February 2014, 15:18
I am getting this warning(MSB8027) when compiling the project:
Two or more files with the name of moc_<myfilename>.cpp will produce outputs to the same location. This can lead to an incorrect build result. The files involved are GeneratedFiles\Debug\moc_<myfilename>.cpp ....

There is a bug report https://bugreports.qt-project.org/browse/QTBUG-35328 that looks to be related to this issue, but I did not find VS2013 project settings that the author is referencing.

Any advise on fixing this warning will be appreciated.