forked from qt-creator/qt-creator
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:
@@ -32,13 +32,13 @@
|
||||
|
||||
#include "abi.h"
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QtEndian>
|
||||
#include <QtCore/QFile>
|
||||
#include <QtCore/QString>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QSysInfo>
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include <QtEndian>
|
||||
#include <QFile>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <QSysInfo>
|
||||
|
||||
/*!
|
||||
\class ProjectExplorer::Abi
|
||||
@@ -738,7 +738,7 @@ QList<Abi> Abi::abisOfBinary(const Utils::FileName &path)
|
||||
// Unit tests:
|
||||
#ifdef WITH_TESTS
|
||||
# include <QTest>
|
||||
# include <QtCore/QFileInfo>
|
||||
# include <QFileInfo>
|
||||
|
||||
# include "projectexplorer.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user