summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix/unixmake2.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-20 02:45:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-03-20 02:45:00 +0100
commit9d5d503f747ce54a6c048a415dae1b33d6b9b047 (patch)
tree6951ff957ca517a757d769296d79e6a3ee9bc1aa /qmake/generators/unix/unixmake2.cpp
parent277646d8abf9312400a7d4d2bcd4e3790554892c (diff)
downloadtqt3-9d5d503f747ce54a6c048a415dae1b33d6b9b047.tar.gz
tqt3-9d5d503f747ce54a6c048a415dae1b33d6b9b047.zip
Remove dates from generated files.
This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'qmake/generators/unix/unixmake2.cpp')
-rw-r--r--qmake/generators/unix/unixmake2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/qmake/generators/unix/unixmake2.cpp b/qmake/generators/unix/unixmake2.cpp
index 789176b9..8ea7e367 100644
--- a/qmake/generators/unix/unixmake2.cpp
+++ b/qmake/generators/unix/unixmake2.cpp
@@ -1452,9 +1452,8 @@ UnixMakefileGenerator::writeLibtoolFile()
TQTextStream t(&ft);
t << "# " << lname << " - a libtool library file\n";
- time_t now = time(NULL);
t << "# Generated by qmake/libtool (" << qmake_version() << ") (TQt "
- << TQT_VERSION_STR << ") on: " << ctime(&now) << "\n";
+ << TQT_VERSION_STR << ")\n";
t << "# The name that we can dlopen(3).\n"
<< "dlname='" << var(project->isActiveConfig("plugin") ? "TARGET" : "TARGET_x")