File qtractor-nodatetime.patch of Package qtractor
Index: src/qtractorMainForm.cpp
===================================================================
--- src/qtractorMainForm.cpp.orig
+++ src/qtractorMainForm.cpp
@@ -4845,7 +4845,7 @@ void qtractorMainForm::helpAbout (void)
sText += "<b>" QTRACTOR_TITLE " - " + tr(QTRACTOR_SUBTITLE) + "</b><br />\n";
sText += "<br />\n";
sText += tr("Version") + ": <b>" QTRACTOR_VERSION "</b><br />\n";
- sText += "<small>" + tr("Build") + ": " __DATE__ " " __TIME__ "</small><br />\n";
+// sText += "<small>" + tr("Build") + ": " __DATE__ " " __TIME__ "</small><br />\n";
QStringListIterator iter(list);
while (iter.hasNext()) {
sText += "<small><font color=\"red\">";