b1cfae013e
UUpdated baselibs.conf to have the correct 32bit packages OBS-URL: https://build.opensuse.org/request/show/185865 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=1
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"
|