forked from qt-creator/qt-creator
Compile fix Windows.
Change-Id: I93048cf9e4fda2d261037408967c30a0f5796110 Reviewed-on: http://codereview.qt.nokia.com/3181 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -33,9 +33,8 @@
|
|||||||
#include "msvcparser.h"
|
#include "msvcparser.h"
|
||||||
#include "projectexplorerconstants.h"
|
#include "projectexplorerconstants.h"
|
||||||
|
|
||||||
namespace {
|
static const char FILE_POS_PATTERN[] = "(cl|LINK|.+) : ";
|
||||||
const char * const FILE_POS_PATTERN = "(cl|LINK|.+) : ";
|
static const char ERROR_PATTERN[] = "[A-Z]+\\d\\d\\d\\d ?:";
|
||||||
const char * const ERROR_PATTERN = "[A-Z]+\\d\\d\\d\\d ?:";
|
|
||||||
|
|
||||||
static QPair<QString, int> parseFileName(const QString &input)
|
static QPair<QString, int> parseFileName(const QString &input)
|
||||||
{
|
{
|
||||||
@@ -60,8 +59,6 @@ static QPair<QString, int> parseFileName(const QString &input)
|
|||||||
return qMakePair(fileName, linenumber);
|
return qMakePair(fileName, linenumber);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
|
||||||
|
|
||||||
using namespace ProjectExplorer;
|
using namespace ProjectExplorer;
|
||||||
|
|
||||||
MsvcParser::MsvcParser()
|
MsvcParser::MsvcParser()
|
||||||
|
@@ -34,7 +34,7 @@
|
|||||||
#define MSVCPARSER_H
|
#define MSVCPARSER_H
|
||||||
|
|
||||||
#include "ioutputparser.h"
|
#include "ioutputparser.h"
|
||||||
#include "taskwindow.h"
|
#include "task.h"
|
||||||
|
|
||||||
#include <QtCore/QRegExp>
|
#include <QtCore/QRegExp>
|
||||||
#include <QtCore/QString>
|
#include <QtCore/QString>
|
||||||
|
Reference in New Issue
Block a user