Revision: 5941
Author: scorpio810
Date: 2019-06-25 17:35:01 +0200 (Tue, 25 Jun 2019)
Log Message:
-----------
AboutQET : Add compilation date and time
QElectroTech V 0.70-RC1
Compilation: GCC 8.3.0 - built with Qt 5.11.3 - Date : Jun 25 2019 : 17:36:19 - run with Qt 5.11.3 using 16 thread(s)
OS : linux - x86_64 - Version : Debian GNU/Linux 10 (buster) - Kernel : 5.0.21-vanilla
QElectroTech V 0.70-RC1 r5941
Compilation : CLANG 10.0.0 (clang-1000.10.44.4) - built with Qt 5.12.3 - Date : Jun 25 2019 : 18:04:39 - run with Qt 5.12.3 using 16 thread(s)
OS : darwin - x86_64 - Version : macOS High Sierra (10.13) - Kernel : 17.0.0
Mais :
compilation_info += " - Date : " + QString(__DATE__);
^~~~~~~~
sources/aboutqet.cpp:94:38: warning: macro "__TIME__" might prevent reproducible builds [-Wdate-time]
compilation_info += " : " + QString(__TIME__);
Edit : ça devrait le faire, merci Martin pour l'information :
https://wiki.debian.org/ReproducibleBui … mCPPMacros
"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."