File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
#include < qtsupport/qtparser.h>
35
35
#include < utils/stringutils.h>
36
36
#include < utils/qtcassert.h>
37
- #include < cmakeprojectmanager/cmakeparser .h>
37
+ #include < cmakeprojectmanager/cmakeoutputparser .h>
38
38
39
39
#include < QDir>
40
40
#include < QComboBox>
@@ -128,7 +128,7 @@ bool ROSCatkinMakeStep::init()
128
128
void ROSCatkinMakeStep::setupOutputFormatter (Utils::OutputFormatter *formatter)
129
129
{
130
130
formatter->addLineParser (new GnuMakeParser);
131
- formatter->addLineParser (new CMakeProjectManager::CMakeParser );
131
+ formatter->addLineParser (new CMakeProjectManager::CMakeOutputParser );
132
132
133
133
QList<Utils::OutputLineParser *> parsers = target ()->kit ()->createOutputParsers ();
134
134
Original file line number Diff line number Diff line change 36
36
#include < qtsupport/qtparser.h>
37
37
#include < utils/stringutils.h>
38
38
#include < utils/qtcassert.h>
39
- #include < cmakeprojectmanager/cmakeparser .h>
39
+ #include < cmakeprojectmanager/cmakeoutputparser .h>
40
40
#include < utils/variablechooser.h>
41
41
#include < coreplugin/messagemanager.h>
42
42
@@ -140,7 +140,7 @@ bool ROSCatkinToolsStep::init()
140
140
void ROSCatkinToolsStep::setupOutputFormatter (Utils::OutputFormatter *formatter)
141
141
{
142
142
formatter->addLineParser (new GnuMakeParser);
143
- formatter->addLineParser (new CMakeProjectManager::CMakeParser );
143
+ formatter->addLineParser (new CMakeProjectManager::CMakeOutputParser );
144
144
145
145
QList<Utils::OutputLineParser *> parsers = target ()->kit ()->createOutputParsers ();
146
146
Original file line number Diff line number Diff line change 34
34
#include < qtsupport/qtparser.h>
35
35
#include < utils/stringutils.h>
36
36
#include < utils/qtcassert.h>
37
- #include < cmakeprojectmanager/cmakeparser .h>
37
+ #include < cmakeprojectmanager/cmakeoutputparser .h>
38
38
39
39
#include < QDir>
40
40
#include < QComboBox>
@@ -127,7 +127,7 @@ bool ROSColconStep::init()
127
127
void ROSColconStep::setupOutputFormatter (Utils::OutputFormatter *formatter)
128
128
{
129
129
formatter->addLineParser (new GnuMakeParser);
130
- formatter->addLineParser (new CMakeProjectManager::CMakeParser );
130
+ formatter->addLineParser (new CMakeProjectManager::CMakeOutputParser );
131
131
132
132
QList<Utils::OutputLineParser *> parsers = target ()->kit ()->createOutputParsers ();
133
133
You can’t perform that action at this time.
0 commit comments