make src/tools/ compile without CamelCase headers

so the build works with syncqt -minimal

Change-Id: Ief5e8eb9a504dd6c84cff76cc3e5257450386a0f
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Oswald Buddenhagen 2012-09-18 19:24:51 +02:00 committed by The Qt Project
parent eff0349102
commit 2794b99bc6
71 changed files with 197 additions and 200 deletions

View File

@ -41,7 +41,6 @@
#include "qdbusunixfiledescriptor.h"
#include <QSharedData>
#ifdef Q_OS_UNIX
# include <private/qcore_unix_p.h>

View File

@ -43,7 +43,7 @@
#ifndef QDBUSUNIXFILEDESCRIPTOR_H
#define QDBUSUNIXFILEDESCRIPTOR_H
#include <QtCore/QSharedDataPointer>
#include <QtCore/qshareddata.h>
#include <QtDBus/qdbusmacros.h>
#ifndef QT_NO_DBUS

View File

@ -43,9 +43,9 @@
#include "moc.h"
#include "outputrevision.h"
#include <qconfig.cpp>
#include <QFile>
#include <QFileInfo>
#include <QDir>
#include <qfile.h>
#include <qfileinfo.h>
#include <qdir.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>

View File

@ -43,10 +43,10 @@
#define MOC_H
#include "parser.h"
#include <QStringList>
#include <QMap>
#include <QPair>
#include <QJsonDocument>
#include <qstringlist.h>
#include <qmap.h>
#include <qpair.h>
#include <qjsondocument.h>
#include <stdio.h>
#include <ctype.h>

View File

@ -42,7 +42,7 @@
#ifndef MWERKS_MAC_H
#define MWERKS_MAC_H
#include <QtGlobal>
#include <qglobal.h>
QT_BEGIN_NAMESPACE

View File

@ -42,7 +42,7 @@
#ifndef PARSER_H
#define PARSER_H
#include <QStack>
#include <qstack.h>
#include "symbols.h"
QT_BEGIN_NAMESPACE

View File

@ -41,10 +41,10 @@
#include "preprocessor.h"
#include "utils.h"
#include <QStringList>
#include <QFile>
#include <QDir>
#include <QFileInfo>
#include <qstringlist.h>
#include <qfile.h>
#include <qdir.h>
#include <qfileinfo.h>
QT_BEGIN_NAMESPACE

View File

@ -43,8 +43,8 @@
#define PREPROCESSOR_H
#include "parser.h"
#include <QList>
#include <QSet>
#include <qlist.h>
#include <qset.h>
#include <stdio.h>
QT_BEGIN_NAMESPACE

View File

@ -43,10 +43,10 @@
#define SYMBOLS_H
#include "token.h"
#include <QString>
#include <QHash>
#include <QVector>
#include <QDebug>
#include <qstring.h>
#include <qhash.h>
#include <qvector.h>
#include <qdebug.h>
QT_BEGIN_NAMESPACE

View File

@ -39,14 +39,14 @@
**
****************************************************************************/
#include <QByteArray>
#include <QString>
#include <QVarLengthArray>
#include <QFile>
#include <QList>
#include <QBuffer>
#include <QRegExp>
#include <QVector>
#include <qbytearray.h>
#include <qstring.h>
#include <qvarlengtharray.h>
#include <qfile.h>
#include <qlist.h>
#include <qbuffer.h>
#include <qregexp.h>
#include <qvector.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -39,17 +39,17 @@
**
****************************************************************************/
#include <QtCore/qbytearray.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qset.h>
#include <qbytearray.h>
#include <qdatetime.h>
#include <qdebug.h>
#include <qfile.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qtextstream.h>
#include <qset.h>
#include "qdbusmetatype.h"
#include "private/qdbusintrospection_p.h"
#include <qdbusintrospection_p.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -39,7 +39,7 @@
**
****************************************************************************/
#include <QRegExp>
#include <qregexp.h>
#include "atom.h"
#include "location.h"
#include <stdio.h>

View File

@ -39,7 +39,7 @@
**
****************************************************************************/
#include <QMetaObject>
#include <qobjectdefs.h>
#include "codemarker.h"
#include "config.h"
#include "node.h"

View File

@ -42,7 +42,7 @@
#ifndef CODEPARSER_H
#define CODEPARSER_H
#include <QSet>
#include <qset.h>
#include "node.h"
QT_BEGIN_NAMESPACE

View File

@ -43,11 +43,11 @@
config.cpp
*/
#include <QDir>
#include <QVariant>
#include <QFile>
#include <QTemporaryFile>
#include <QTextStream>
#include <qdir.h>
#include <qvariant.h>
#include <qfile.h>
#include <qtemporaryfile.h>
#include <qtextstream.h>
#include <qdebug.h>
#include "config.h"
#include <stdlib.h>

View File

@ -46,9 +46,9 @@
#ifndef CONFIG_H
#define CONFIG_H
#include <QMap>
#include <QSet>
#include <QStringList>
#include <qmap.h>
#include <qset.h>
#include <qstringlist.h>
#include "location.h"

View File

@ -43,11 +43,11 @@
ditaxmlgenerator.cpp
*/
#include <QDebug>
#include <QList>
#include <qdebug.h>
#include <qlist.h>
#include <qiterator.h>
#include <QTextCodec>
#include <QUuid>
#include <qtextcodec.h>
#include <quuid.h>
#include "codemarker.h"
#include "codeparser.h"
#include "ditaxmlgenerator.h"

View File

@ -44,7 +44,7 @@
#include <qmap.h>
#include <qregexp.h>
#include <QXmlStreamWriter>
#include <qxmlstream.h>
#include "codemarker.h"
#include "config.h"
#include "generator.h"

View File

@ -46,9 +46,9 @@
#ifndef DOC_H
#define DOC_H
#include <QSet>
#include <QString>
#include <QMap>
#include <qset.h>
#include <qstring.h>
#include <qmap.h>
#include "location.h"

View File

@ -46,8 +46,8 @@
#ifndef EDITDISTANCE_H
#define EDITDISTANCE_H
#include <QSet>
#include <QString>
#include <qset.h>
#include <qstring.h>
QT_BEGIN_NAMESPACE

View File

@ -42,8 +42,8 @@
/*
generator.cpp
*/
#include <QDir>
#include <QDebug>
#include <qdir.h>
#include <qdebug.h>
#include "codemarker.h"
#include "config.h"
#include "ditaxmlgenerator.h"

View File

@ -42,14 +42,14 @@
#ifndef GENERATOR_H
#define GENERATOR_H
#include <QFile>
#include <QFileInfo>
#include <QList>
#include <QMap>
#include <QRegExp>
#include <QString>
#include <QStringList>
#include <QTextStream>
#include <qfile.h>
#include <qfileinfo.h>
#include <qlist.h>
#include <qmap.h>
#include <qregexp.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qtextstream.h>
#include "node.h"
#include "text.h"

View File

@ -39,10 +39,10 @@
**
****************************************************************************/
#include <QCryptographicHash>
#include <QDebug>
#include <QHash>
#include <QMap>
#include <qcryptographichash.h>
#include <qdebug.h>
#include <qhash.h>
#include <qmap.h>
#include "atom.h"
#include "helpprojectwriter.h"

View File

@ -42,9 +42,8 @@
#ifndef HELPPROJECTWRITER_H
#define HELPPROJECTWRITER_H
#include <QString>
#include <QXmlStreamReader>
#include <QXmlStreamWriter>
#include <qstring.h>
#include <qxmlstream.h>
#include "config.h"
#include "node.h"

View File

@ -56,7 +56,7 @@
#include <qlist.h>
#include <qiterator.h>
#include <qtextcodec.h>
#include <QUuid>
#include <quuid.h>
QT_BEGIN_NAMESPACE

View File

@ -46,9 +46,9 @@
#ifndef HTMLGENERATOR_H
#define HTMLGENERATOR_H
#include <QMap>
#include <QRegExp>
#include <QXmlStreamWriter>
#include <qmap.h>
#include <qregexp.h>
#include <qxmlstream.h>
#include "codemarker.h"
#include "config.h"
#include "generator.h"

View File

@ -39,7 +39,7 @@
**
****************************************************************************/
#include <QtDebug>
#include <qdebug.h>
#include "config.h"
#include "location.h"

View File

@ -43,7 +43,7 @@
#include "tree.h"
#include "codemarker.h"
#include "codeparser.h"
#include <QUuid>
#include <quuid.h>
#include "qdocdatabase.h"
#include <qdebug.h>

View File

@ -46,7 +46,7 @@
#ifndef PUREDOCPARSER_H
#define PUREDOCPARSER_H
#include <QSet>
#include <qset.h>
#include "cppcodeparser.h"
#include "location.h"

View File

@ -42,8 +42,8 @@
#ifndef QDOCDATABASE_H
#define QDOCDATABASE_H
#include <QString>
#include <QMultiMap>
#include <qstring.h>
#include <qmap.h>
#include "tree.h"
QT_BEGIN_NAMESPACE

View File

@ -46,7 +46,7 @@
#ifndef QMLCODEPARSER_H
#define QMLCODEPARSER_H
#include <QSet>
#include <qset.h>
#include "qqmljsengine_p.h"
#include "qqmljslexer_p.h"
#include "qqmljsparser_p.h"

View File

@ -39,8 +39,8 @@
**
****************************************************************************/
#include <QStringList>
#include <QtGlobal>
#include <qstringlist.h>
#include <qglobal.h>
#include "qqmljsast_p.h"
#include "qqmljsastfwd_p.h"
#include "qqmljsengine_p.h"

View File

@ -42,7 +42,7 @@
#ifndef QMLMARKUPVISITOR_H
#define QMLMARKUPVISITOR_H
#include <QString>
#include <qstring.h>
#include "qqmljsastvisitor_p.h"
#include "node.h"
#include "tree.h"

View File

@ -124,8 +124,8 @@
**
****************************************************************************/
#include <QtCore/QtDebug>
#include <QtCore/QCoreApplication>
#include <qdebug.h>
#include <qcoreapplication.h>
#include <string.h>
@ -202,8 +202,8 @@
#include "qqmljsast_p.h"
#include "qqmljsengine_p.h"
#include <QtCore/QList>
#include <QtCore/QString>
#include <qlist.h>
#include <qstring.h>
QT_QML_BEGIN_NAMESPACE
@ -380,7 +380,7 @@ protected:
/.
#include "qqmljsparser_p.h"
#include <QVarLengthArray>
#include <qvarlengtharray.h>
//
// This file is automatically generated from qmljs.g.

View File

@ -57,7 +57,7 @@
#include "qqmljsglobal_p.h"
#include "qqmljsmemorypool_p.h"
#include <QtCore/QString>
#include <qstring.h>
QT_QML_BEGIN_NAMESPACE

View File

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

View File

@ -43,8 +43,8 @@
#include "qqmljsglobal_p.h"
#include <qnumeric.h>
#include <QHash>
#include <QDebug>
#include <qhash.h>
#include <qdebug.h>
QT_QML_BEGIN_NAMESPACE

View File

@ -57,8 +57,8 @@
#include "qqmljsastfwd_p.h"
#include "qqmljsmemorypool_p.h"
#include <QString>
#include <QSet>
#include <qstring.h>
#include <qset.h>
QT_QML_BEGIN_NAMESPACE

View File

@ -46,11 +46,11 @@
#ifdef QT_BOOTSTRAPPED
#define tr(x, y) QString(QLatin1String(y))
#else
#include <QtCore/QCoreApplication>
#include <qcoreapplication.h>
#define tr(x, y) QCoreApplication::translate(x, y)
#endif
#include <QtCore/QVarLengthArray>
#include <QtCore/QDebug>
#include <qvarlengtharray.h>
#include <qdebug.h>
QT_BEGIN_NAMESPACE
Q_CORE_EXPORT double qstrtod(const char *s00, char const **se, bool *ok);

View File

@ -55,7 +55,7 @@
#include "qqmljsglobal_p.h"
#include "qqmljsgrammar_p.h"
#include <QtCore/QString>
#include <qstring.h>
QT_QML_BEGIN_NAMESPACE

View File

@ -39,11 +39,11 @@
**
****************************************************************************/
#include <QtCore/QtDebug>
#include <qdebug.h>
#ifdef QT_BOOTSTRAPPED
#define tr(x, y) QString(QLatin1String(y))
#else
#include <QtCore/QCoreApplication>
#include <qcoreapplication.h>
#define tr(x, y) QCoreApplication::translate(x, y)
#endif
@ -57,7 +57,7 @@
#include "qqmljsparser_p.h"
#include <QVarLengthArray>
#include <qvarlengtharray.h>
//
// This file is automatically generated from qmljs.g.

View File

@ -64,8 +64,8 @@
#include "qqmljsast_p.h"
#include "qqmljsengine_p.h"
#include <QtCore/QList>
#include <QtCore/QString>
#include <qlist.h>
#include <qstring.h>
QT_QML_BEGIN_NAMESPACE

View File

@ -39,9 +39,9 @@
**
****************************************************************************/
#include <QFileInfo>
#include <QStringList>
#include <QtGlobal>
#include <qfileinfo.h>
#include <qstringlist.h>
#include <qglobal.h>
#include "qqmljsast_p.h"
#include "qqmljsastfwd_p.h"
#include "qqmljsengine_p.h"

View File

@ -42,7 +42,7 @@
#ifndef QMLVISITOR_H
#define QMLVISITOR_H
#include <QString>
#include <qstring.h>
#include "qqmljsastvisitor_p.h"
#include "node.h"
#include "tree.h"

View File

@ -43,7 +43,7 @@
tree.cpp
*/
#include <QDomDocument>
#include <qdom.h>
#include "atom.h"
#include "doc.h"
#include "htmlgenerator.h"

View File

@ -47,8 +47,8 @@
#define TREE_H
#include "node.h"
#include <QDomElement>
#include <QXmlStreamWriter>
#include <qdom.h>
#include <qxmlstream.h>
QT_BEGIN_NAMESPACE

View File

@ -42,13 +42,13 @@
#include <rcc.h>
#include "../../corelib/kernel/qcorecmdlineargs_p.h"
#include <QDebug>
#include <QDir>
#include <QFile>
#include <QFileInfo>
#include <QTextStream>
#include <QAtomicInt>
#include <QtGlobal>
#include <qdebug.h>
#include <qdir.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qtextstream.h>
#include <qatomic.h>
#include <qglobal.h>
QT_BEGIN_NAMESPACE

View File

@ -41,16 +41,16 @@
#include "rcc.h"
#include <QtCore/QByteArray>
#include <QtCore/QDateTime>
#include <QtCore/QDebug>
#include <QtCore/QDir>
#include <QtCore/QDirIterator>
#include <QtCore/QFile>
#include <QtCore/QIODevice>
#include <QtCore/QLocale>
#include <QtCore/QStack>
#include <QtCore/QXmlStreamReader>
#include <qbytearray.h>
#include <qdatetime.h>
#include <qdebug.h>
#include <qdir.h>
#include <qdiriterator.h>
#include <qfile.h>
#include <qiodevice.h>
#include <qlocale.h>
#include <qstack.h>
#include <qxmlstream.h>
// Note: A copy of this file is used in Qt Designer (qttools/src/designer/src/lib/shared/rcc.cpp)

View File

@ -44,9 +44,9 @@
#ifndef RCC_H
#define RCC_H
#include <QtCore/QStringList>
#include <QtCore/QHash>
#include <QtCore/QString>
#include <qstringlist.h>
#include <qhash.h>
#include <qstring.h>
QT_BEGIN_NAMESPACE

View File

@ -46,12 +46,12 @@
#include "utils.h"
#include "uic.h"
#include <QtCore/QDataStream>
#include <QtCore/QTextStream>
#include <QtCore/QTextCodec>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include <qdatastream.h>
#include <qtextstream.h>
#include <qtextcodec.h>
#include <qdir.h>
#include <qfile.h>
#include <qfileinfo.h>
QT_BEGIN_NAMESPACE

View File

@ -43,7 +43,7 @@
#define CPPEXTRACTIMAGES_H
#include "treewalker.h"
#include <QtCore/QDir>
#include <qdir.h>
QT_BEGIN_NAMESPACE

View File

@ -50,8 +50,8 @@
#include "databaseinfo.h"
#include "customwidgetsinfo.h"
#include <QtCore/QTextStream>
#include <QtCore/QDebug>
#include <qtextstream.h>
#include <qdebug.h>
QT_BEGIN_NAMESPACE

View File

@ -44,7 +44,7 @@
#include "ui4.h"
#include "uic.h"
#include <QtCore/QTextStream>
#include <qtextstream.h>
QT_BEGIN_NAMESPACE

View File

@ -44,7 +44,7 @@
#include "ui4.h"
#include "uic.h"
#include <QtCore/QTextStream>
#include <qtextstream.h>
QT_BEGIN_NAMESPACE

View File

@ -46,8 +46,8 @@
#include "utils.h"
#include "uic.h"
#include <QtCore/QTextStream>
#include <QtCore/QString>
#include <qtextstream.h>
#include <qstring.h>
QT_BEGIN_NAMESPACE

View File

@ -45,9 +45,9 @@
#include "uic.h"
#include "databaseinfo.h"
#include <QtCore/QDebug>
#include <QtCore/QFileInfo>
#include <QtCore/QTextStream>
#include <qdebug.h>
#include <qfileinfo.h>
#include <qtextstream.h>
#include <stdio.h>

View File

@ -44,10 +44,10 @@
#include "treewalker.h"
#include <QtCore/QHash>
#include <QtCore/QMap>
#include <QtCore/QSet>
#include <QtCore/QString>
#include <qhash.h>
#include <qmap.h>
#include <qset.h>
#include <qstring.h>
QT_BEGIN_NAMESPACE

View File

@ -48,8 +48,8 @@
#include "databaseinfo.h"
#include "globaldefs.h"
#include <QtCore/QTextStream>
#include <QtCore/QDebug>
#include <qtextstream.h>
#include <qdebug.h>
#include <ctype.h>

View File

@ -43,12 +43,12 @@
#define CPPWRITEINITIALIZATION_H
#include "treewalker.h"
#include <QtCore/QPair>
#include <QtCore/QHash>
#include <QtCore/QSet>
#include <QtCore/QMap>
#include <QtCore/QStack>
#include <QtCore/QTextStream>
#include <qpair.h>
#include <qhash.h>
#include <qset.h>
#include <qmap.h>
#include <qstack.h>
#include <qtextstream.h>
QT_BEGIN_NAMESPACE

View File

@ -43,8 +43,8 @@
#define CUSTOMWIDGETSINFO_H
#include "treewalker.h"
#include <QtCore/QStringList>
#include <QtCore/QMap>
#include <qstringlist.h>
#include <qmap.h>
QT_BEGIN_NAMESPACE

View File

@ -43,8 +43,8 @@
#define DATABASEINFO_H
#include "treewalker.h"
#include <QtCore/QStringList>
#include <QtCore/QMap>
#include <qstringlist.h>
#include <qmap.h>
QT_BEGIN_NAMESPACE

View File

@ -43,8 +43,8 @@
#include "uic.h"
#include "ui4.h"
#include <QtCore/QFileInfo>
#include <QtCore/QDebug>
#include <qfileinfo.h>
#include <qdebug.h>
QT_BEGIN_NAMESPACE

View File

@ -43,10 +43,10 @@
#define DRIVER_H
#include "option.h"
#include <QtCore/QHash>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QTextStream>
#include <qhash.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qtextstream.h>
QT_BEGIN_NAMESPACE

View File

@ -42,7 +42,7 @@
#ifndef GLOBALDEFS_H
#define GLOBALDEFS_H
#include <QtCore/qglobal.h>
#include <qglobal.h>
QT_BEGIN_NAMESPACE

View File

@ -43,10 +43,10 @@
#include "option.h"
#include "driver.h"
#include "../../corelib/global/qconfig.cpp"
#include <QtCore/QFile>
#include <QtCore/QDir>
#include <QtCore/QTextStream>
#include <QtCore/QTextCodec>
#include <qfile.h>
#include <qdir.h>
#include <qtextstream.h>
#include <qtextcodec.h>
QT_BEGIN_NAMESPACE

View File

@ -42,8 +42,8 @@
#ifndef OPTION_H
#define OPTION_H
#include <QtCore/QString>
#include <QtCore/QDir>
#include <qstring.h>
#include <qdir.h>
QT_BEGIN_NAMESPACE

View File

@ -42,7 +42,7 @@
#ifndef TREEWALKER_H
#define TREEWALKER_H
#include <QtCore/QList>
#include <qlist.h>
QT_BEGIN_NAMESPACE

View File

@ -55,12 +55,11 @@
#ifndef UI4_H
#define UI4_H
#include <QtCore/QList>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QXmlStreamReader>
#include <QtCore/QXmlStreamWriter>
#include <QtCore/qglobal.h>
#include <qlist.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qxmlstream.h>
#include <qglobal.h>
QT_BEGIN_NAMESPACE

View File

@ -56,10 +56,10 @@
#include "javawritedeclaration.h"
#endif
#include <QtCore/QXmlStreamReader>
#include <QtCore/QFileInfo>
#include <QtCore/QTextStream>
#include <QtCore/QDateTime>
#include <qxmlstream.h>
#include <qfileinfo.h>
#include <qtextstream.h>
#include <qdatetime.h>
QT_BEGIN_NAMESPACE

View File

@ -44,11 +44,11 @@
#include "databaseinfo.h"
#include "customwidgetsinfo.h"
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QHash>
#include <QtCore/QStack>
#include <QtCore/QXmlStreamReader>
#include <qstring.h>
#include <qstringlist.h>
#include <qhash.h>
#include <qstack.h>
#include <qxmlstream.h>
QT_BEGIN_NAMESPACE

View File

@ -43,9 +43,9 @@
#define UTILS_H
#include "ui4.h"
#include <QtCore/QString>
#include <QtCore/QList>
#include <QtCore/QHash>
#include <qstring.h>
#include <qlist.h>
#include <qhash.h>
QT_BEGIN_NAMESPACE