Does anyone know how to get the version from an rc file? Or is there a better way to keep track of version within QT?
When I used MFC I used 'GetModuleFileName' a win api I passed in an 'AfxGetInstanceHandle' which is an MFC call. I really don't want to keep MFC in my qt program.
Thanks for any help!
Bookmarks