12 lines
490 B
Diff
12 lines
490 B
Diff
|
--- qtbase/qmake/generators/unix/unixmake2.cpp 2012/11/12 14:21:54 1.1
|
||
|
+++ qtbase/qmake/generators/unix/unixmake2.cpp 2012/11/12 14:22:13
|
||
|
@@ -1297,7 +1297,7 @@
|
||
|
QTextStream t(&ft);
|
||
|
t << "# " << lname << " - a libtool library file\n";
|
||
|
t << "# Generated by qmake/libtool (" QMAKE_VERSION_STR ") (Qt "
|
||
|
- << QT_VERSION_STR << ") on: " << QDateTime::currentDateTime().toString();
|
||
|
+ << QT_VERSION_STR << ")";
|
||
|
t << "\n";
|
||
|
|
||
|
t << "# The name that we can dlopen(3).\n"
|