[qet] [4232] Bug fix for reproducible debian

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 4232
Author:   scorpio810
Date:     2015-10-04 12:35:50 +0200 (Sun, 04 Oct 2015)
Log Message:
-----------
Bug fix for reproducible debian

Modified Paths:
--------------
    trunk/sources/aboutqet.cpp

Modified: trunk/sources/aboutqet.cpp
===================================================================
--- trunk/sources/aboutqet.cpp	2015-10-04 10:27:01 UTC (rev 4231)
+++ trunk/sources/aboutqet.cpp	2015-10-04 10:35:50 UTC (rev 4232)
@@ -73,9 +73,9 @@
 	icon -> setPixmap(QET::Icons::QETOxygenLogo.pixmap(48, 48));
 	// label "QElectroTech"
 	QLabel *title = new QLabel("<span style=\"font-weight:0;font-size:16pt;\">QElectroTech v" + QET::displayedVersion + "</span>");
-	QString compilation_info = "<br />" + tr("Compilation : ") +  __DATE__ + " "  + __TIME__;
+	QString compilation_info = "<br />" + tr("Compilation : ");
 #ifdef __GNUC__
-	compilation_info += " - GCC " + QString(__VERSION__);
+	compilation_info += "  GCC " + QString(__VERSION__);
 	compilation_info += " - built with Qt " + QString(QT_VERSION_STR);
 	compilation_info += " - run with Qt "+ QString(qVersion());
 #endif


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/