Merge remote-tracking branch 'origin/4.2' into 4.3

Change-Id: I4931dcc81be872d7712e67123e94d15ee696459f
This commit is contained in:
Orgad Shaneh
2017-03-14 16:20:14 +02:00
57 changed files with 67 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
#include "cmakeautocompleter.h"
#include <QRegExp>
#include <QTextCursor>
#include <QTextBlock>
#include <QDebug>

View File

@@ -27,6 +27,8 @@
#include <projectexplorer/abstractprocessstep.h>
#include <QRegExp>
QT_BEGIN_NAMESPACE
class QLineEdit;
class QListWidget;

View File

@@ -30,6 +30,7 @@
#include <projectexplorer/ioutputparser.h>
#include <projectexplorer/task.h>
#include <QRegExp>
#include <QRegularExpression>
namespace CMakeProjectManager {