forked from qt-creator/qt-creator
compile without CamelCase headers
for faster bootstrapping of qmake Change-Id: I602a023f4acbac276219bfc125863749ad96f754 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -33,9 +33,9 @@
|
||||
#include "ioutils.h"
|
||||
using namespace ProFileEvaluatorInternal;
|
||||
|
||||
#include <QFile>
|
||||
#include <qfile.h>
|
||||
#ifdef PROPARSER_THREAD_SAFE
|
||||
# include <QThreadPool>
|
||||
# include <qthreadpool.h>
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user