forked from qt-creator/qt-creator
Fixes: Move Buildparser to the projectexplorer, use in cmakeplugin
Details: This enables us to parse the build errors correctly.
The makesteps of the qt4project and cmakeproject have some
code dupliaction, which could be refactored. And the code
to find out the correct build parser could probably also
be done better, but we are now parsing the build output for
cmake.
This commit is contained in:
@@ -79,10 +79,6 @@ const char * const GDBMACROSBUILDSTEP = "trolltech.qt4projectmanager.gdbmaros";
|
||||
const char * const QT4RUNSTEP = "trolltech.qt4projectmanager.qt4runstep";
|
||||
const char * const DEPLOYHELPERRUNSTEP = "trolltech.qt4projectmanager.deployhelperrunstep";
|
||||
|
||||
// build parsers
|
||||
const char * const BUILD_PARSER_MSVC = "BuildParser.MSVC";
|
||||
const char * const BUILD_PARSER_GCC = "BuildParser.Gcc";
|
||||
|
||||
// views
|
||||
const char * const VIEW_DETAILED = "Qt4.View.Detailed";
|
||||
const char * const VIEW_PROFILESONLY = "Qt4.View.ProjectHierarchy";
|
||||
|
||||
Reference in New Issue
Block a user