How to get the time and date of rebuilding the program? Next you need to display it in the label
widget. As I understood, I need to write something in the .pro file, but I have not found it yet. Any ideas?
- 2No build date is written in the pro file. The build date is written in the MZPE header, but it is easily forged. - Vladimir Martyanov
- Already found a way, used standard macros compiler GCC for Visual Studio they are the same. Used DATE to get compile date and TIME to get compile time. - Disastricks
|