Removed module names from #include directives.

Getting the #include directives ready for Qt5. This includes the
new-project wizards.

Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
Erik Verbruggen
2012-02-15 10:42:41 +01:00
parent 9a9ba12028
commit 3fa55b7ab9
2353 changed files with 7872 additions and 7873 deletions

View File

@@ -34,9 +34,9 @@
#include "qmlerror.h"
bool Qml_isFileCaseCorrect(const QString &) { return true; }
#include <QtCore/QTextStream>
#include <QtCore/QFile>
#include <QtCore/QtDebug>
#include <QTextStream>
#include <QFile>
#include <QtDebug>
QT_BEGIN_NAMESPACE

View File

@@ -44,8 +44,8 @@
// We mean it.
//
#include <QtCore/QUrl>
#include <QtCore/QHash>
#include <QUrl>
#include <QHash>
#include "qmljsglobal_p.h"

View File

@@ -32,9 +32,9 @@
#include "qmlerror.h"
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
#include <QtCore/qstringlist.h>
#include <qdebug.h>
#include <qfile.h>
#include <qstringlist.h>
QT_BEGIN_NAMESPACE

View File

@@ -33,8 +33,8 @@
#ifndef QMLERROR_H
#define QMLERROR_H
#include <QtCore/qurl.h>
#include <QtCore/qstring.h>
#include <qurl.h>
#include <qstring.h>
QT_BEGIN_HEADER

View File

@@ -48,7 +48,7 @@
#include "qmljsglobal_p.h"
#include "qmljsmemorypool_p.h"
#include <QtCore/QString>
#include <QString>
QT_QML_BEGIN_NAMESPACE

View File

@@ -35,7 +35,7 @@
#include "qmljsglobal_p.h"
#include <QtCore/qglobal.h>
#include <qglobal.h>
//
// W A R N I N G

View File

@@ -32,7 +32,7 @@
#ifndef QMLJSGLOBAL_P_H
#define QMLJSGLOBAL_P_H
#include <QtCore/qglobal.h>
#include <qglobal.h>
#ifdef QT_CREATOR
# define QT_QML_BEGIN_NAMESPACE

View File

@@ -46,7 +46,7 @@
#define QMLJSGRAMMAR_P_H
#include "qmljsglobal_p.h"
#include <QtCore/qglobal.h>
#include <qglobal.h>
QT_BEGIN_NAMESPACE

View File

@@ -34,9 +34,9 @@
#include "qmljsengine_p.h"
#include "qmljsmemorypool_p.h"
#include <QtCore/QCoreApplication>
#include <QtCore/QVarLengthArray>
#include <QtCore/QDebug>
#include <QCoreApplication>
#include <QVarLengthArray>
#include <QDebug>
QT_BEGIN_NAMESPACE
Q_CORE_EXPORT double qstrtod(const char *s00, char const **se, bool *ok);

View File

@@ -46,7 +46,7 @@
#include "qmljsglobal_p.h"
#include "qmljsgrammar_p.h"
#include <QtCore/QString>
#include <QString>
QT_QML_BEGIN_NAMESPACE

View File

@@ -46,9 +46,9 @@
#include "qmljsglobal_p.h"
#include <QtCore/qglobal.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qdebug.h>
#include <qglobal.h>
#include <qshareddata.h>
#include <qdebug.h>
#include <cstring>

View File

@@ -30,8 +30,8 @@
**
**************************************************************************/
#include <QtCore/QtDebug>
#include <QtCore/QCoreApplication>
#include <QtDebug>
#include <QCoreApplication>
#include <string.h>

View File

@@ -55,8 +55,8 @@
#include "qmljsast_p.h"
#include "qmljsengine_p.h"
#include <QtCore/QList>
#include <QtCore/QString>
#include <QList>
#include <QString>
QT_QML_BEGIN_NAMESPACE