Search
j0ke.net Open Build Service
>
Projects
>
KDE
:
Qt
:
STABLE
>
libQtWebKit-devel
> libqt4-libtool-nodate.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libqt4-libtool-nodate.diff of Package libQtWebKit-devel
Index: qmake/generators/unix/unixmake2.cpp =================================================================== --- qmake/generators/unix/unixmake2.cpp.orig +++ qmake/generators/unix/unixmake2.cpp @@ -1248,7 +1248,7 @@ UnixMakefileGenerator::writeLibtoolFile( QTextStream t(&ft); t << "# " << lname << " - a libtool library file\n"; t << "# Generated by qmake/libtool (" << qmake_version() << ") (Qt " - << QT_VERSION_STR << ") on: " << QDateTime::currentDateTime().toString(); + << QT_VERSION_STR << ")"; t << "\n"; t << "# The name that we can dlopen(3).\n"