2013-10-01 08:13:11 +02:00
|
|
|
--- 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
|
2014-03-27 09:29:40 +01:00
|
|
|
@@ -1320,7 +1320,7 @@ UnixMakefileGenerator::writeLibtoolFile(
|
2013-10-01 08:13:11 +02:00
|
|
|
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 << ")";
|
2014-03-27 09:29:40 +01:00
|
|
|
t << "\n";
|
|
|
|
|
2013-10-01 08:13:11 +02:00
|
|
|
t << "# The name that we can dlopen(3).\n"
|