diff options
author | Slávek Banko <[email protected]> | 2020-03-20 02:45:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-02-02 00:30:11 +0100 |
commit | fc8564a5f04b90b998e792444f70550272e78ddb (patch) | |
tree | b48d20d9c4a98d3a7bd078fe43e671582a96fa00 /tools/designer/uic/embed.cpp | |
parent | 961eb3f6e276b4a3609328a3076ef790026e9c03 (diff) | |
download | qt3-fc8564a5f04b90b998e792444f70550272e78ddb.tar.gz qt3-fc8564a5f04b90b998e792444f70550272e78ddb.zip |
Remove dates from generated files.
This is related to the effort for reproducible builds.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tools/designer/uic/embed.cpp')
-rw-r--r-- | tools/designer/uic/embed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp index b0ca530..444183f 100644 --- a/tools/designer/uic/embed.cpp +++ b/tools/designer/uic/embed.cpp @@ -137,7 +137,7 @@ void Uic::embed( QTextStream& out, const char* project, const QStringList& image for ( it = images.begin(); it != images.end(); ++it ) out << "** " << *it << "\n"; out << "**\n"; - out << "** Created: " << QDateTime::currentDateTime().toString() << "\n"; + out << "** Created by: The Qt user interface compiler (Qt " << QT_VERSION_STR << ")\n"; out << "**\n"; out << "** WARNING! All changes made in this file will be lost!\n"; out << "****************************************************************************/\n"; |