From fc8564a5f04b90b998e792444f70550272e78ddb Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Fri, 20 Mar 2020 02:45:00 +0100 Subject: Remove dates from generated files. This is related to the effort for reproducible builds. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tools/designer/uic/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/designer/uic/main.cpp') diff --git a/tools/designer/uic/main.cpp b/tools/designer/uic/main.cpp index ace2033..60bc9dd 100644 --- a/tools/designer/uic/main.cpp +++ b/tools/designer/uic/main.cpp @@ -320,7 +320,7 @@ int main( int argc, char * argv[] ) out << "/****************************************************************************" << endl; out << "** Form "<< (impl? "implementation" : "interface") << " generated from reading ui file '" << fileName << "'" << endl; out << "**" << endl; - out << "** Created: " << QDateTime::currentDateTime().toString() << endl; + out << "** Created by: The Qt user interface compiler (Qt " << QT_VERSION_STR << ")" << endl; out << "**" << endl; out << "** WARNING! All changes made in this file will be lost!" << endl; out << "****************************************************************************/" << endl << endl; -- cgit v1.2.3