summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel.molkentin@nokia.com>2009-11-03 11:06:00 (GMT)
committerDaniel Molkentin <daniel.molkentin@nokia.com>2009-11-03 11:06:00 (GMT)
commit93ec4104781d7f9929b8b8a05dee3d94f8cd4b17 (patch)
tree61a3ae4e65b02d0aad9a6d3681814bb425d6b318
parent04d5735a608aeeab259463b1bc80842b5134ede6 (diff)
downloadQt-93ec4104781d7f9929b8b8a05dee3d94f8cd4b17.zip
Qt-93ec4104781d7f9929b8b8a05dee3d94f8cd4b17.tar.gz
Qt-93ec4104781d7f9929b8b8a05dee3d94f8cd4b17.tar.bz2
Revert "Compile fix until configure.exe is rebuilt for Windows"
since the required changes to configure.exe have been added. You will need to run configure after updating! Reviewed-By: Alessandro Portale This reverts commit 94be7bf47fe93ca4fa6ae90f5906f6ef711f558e.
-rw-r--r--src/corelib/global/qlibraryinfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp
index 32693e0..15a06d7 100644
--- a/src/corelib/global/qlibraryinfo.cpp
+++ b/src/corelib/global/qlibraryinfo.cpp
@@ -215,8 +215,7 @@ QLibraryInfo::buildKey()
QDate
QLibraryInfo::buildDate()
{
- return QDate();
- //return QDate::fromString(QString::fromLatin1(qt_configure_installation + 12), Qt::ISODate);
+ return QDate::fromString(QString::fromLatin1(qt_configure_installation + 12), Qt::ISODate);
}
/*!