summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-08-31 18:30:23 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-11 17:23:23 +0200
commit8df98b43be26d003fcd9e602094c05607f59ab4f (patch)
tree456d226a72e2285b6e4324ce5f95912257e6bd7b /src
parent1b1ff66123d9e2f34bc02742e8b3d62c1207d004 (diff)
compile without CamelCase headers
for faster bootstrapping without a full syncqt run Change-Id: I648f0a8fb09be021590c46e8e5e15667a316c817 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qlibraryinfo.h2
-rw-r--r--src/corelib/tools/qcollator_p.h4
-rw-r--r--src/corelib/tools/qvector.h3
3 files changed, 4 insertions, 5 deletions
diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h
index 1b7ff2bfa3..c04358f6b9 100644
--- a/src/corelib/global/qlibraryinfo.h
+++ b/src/corelib/global/qlibraryinfo.h
@@ -43,7 +43,7 @@
#define QLIBRARYINFO_H
#include <QtCore/qstring.h>
-#include <QtCore/QDate>
+#include <QtCore/qdatetime.h>
QT_BEGIN_HEADER
diff --git a/src/corelib/tools/qcollator_p.h b/src/corelib/tools/qcollator_p.h
index 7339927065..54fc5ce8fb 100644
--- a/src/corelib/tools/qcollator_p.h
+++ b/src/corelib/tools/qcollator_p.h
@@ -42,8 +42,8 @@
#ifndef QCOLLATOR_P_H
#define QCOLLATOR_P_H
-#include <QString>
-#include <QLocale>
+#include <QtCore/qstring.h>
+#include <QtCore/qlocale.h>
QT_BEGIN_HEADER
diff --git a/src/corelib/tools/qvector.h b/src/corelib/tools/qvector.h
index e52fb9a1be..1cf6a169c0 100644
--- a/src/corelib/tools/qvector.h
+++ b/src/corelib/tools/qvector.h
@@ -787,8 +787,7 @@ Q_DECLARE_MUTABLE_SEQUENTIAL_ITERATOR(Vector)
#ifdef Q_CC_MSVC
QT_BEGIN_INCLUDE_NAMESPACE
-#include <QtCore/QPointF>
-#include <QtCore/QPoint>
+#include <QtCore/qpoint.h>
QT_END_INCLUDE_NAMESPACE
#if defined(QT_BUILD_CORE_LIB)