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:
Filippo Cucchetto
2018-12-15 12:17:26 +01:00
parent 8770d83fc8
commit 612410e1f9
2 changed files with 34 additions and 25 deletions

View File

@@ -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;
};
}