How to add version details to .exe or .dll | Qt Project forums | Qt Project

How to add version details to .exe or .dll | Qt Project forums | Qt Project

瀏覽:849
日期:2025-05-18
If you need full version info like file name, vendor name etc. in a MS compatible way, you have to add an RC file to your project [doc.qt.nokia.com] and put the version info ( http://msdn.microsoft.com/en-us/library/aa381058(v=VS.85).aspx) there...看更多