forked from qt-creator/qt-creator
Make the build parser for custom build steps depend on the toolchain
The API addtition to BuildConfiguration of knowing of the default parser is rather strange, but a necessary evil for this. Reviewed-By: Thorbjorn Task-Nr: QTCREATORBUG-514
This commit is contained in:
@@ -62,6 +62,8 @@ public:
|
||||
|
||||
QVariantMap toMap() const;
|
||||
|
||||
ProjectExplorer::IOutputParser *createOutputParser() const;
|
||||
|
||||
signals:
|
||||
void msvcVersionChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user