forked from qt-creator/qt-creator
Nim: Add Debug and Release configs in available builds configurations
This allows the user to select a Release or Debug build type from the "Add" button in the project build configuration page. Change-Id: Id47bf25cdaf3fd7e7d3f0ec1449c7c2bb9961baa Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -73,8 +73,9 @@ private:
|
||||
const QString &projectPath) const override;
|
||||
|
||||
ProjectExplorer::BuildInfo *createBuildInfo(const ProjectExplorer::Kit *k,
|
||||
const QString &projectPath,
|
||||
ProjectExplorer::BuildConfiguration::BuildType buildType) const;
|
||||
|
||||
QString displayName(ProjectExplorer::BuildConfiguration::BuildType buildType) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user