Search code examples
c++qtqfileinfo

How to get the file version in Qt?


How to get the file version from File properties\Details\File version in Qt?

I didn't find it in QFileInfo.


Solution

  • This is not implemented in Qt. You can find an example of how to do it integrated with Qt here.