diff --git a/sources/aboutqet.cpp b/sources/aboutqet.cpp index bd2a89d6e..3d8cf535e 100644 --- a/sources/aboutqet.cpp +++ b/sources/aboutqet.cpp @@ -73,9 +73,9 @@ QWidget *AboutQET::title() const { icon -> setPixmap(QET::Icons::QETOxygenLogo.pixmap(48, 48)); // label "QElectroTech" QLabel *title = new QLabel("QElectroTech v" + QET::displayedVersion + ""); - QString compilation_info = "
" + tr("Compilation : ") + __DATE__ + " " + __TIME__; + QString compilation_info = "
" + 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