ProjectExplorer: Introduce SeparateDebugInfoAspect

... and use it in the qbs build configuration.

Change-Id: Ie9002e5c43d1d43c81dc30a1fcbb29a5a1a25705
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2019-11-25 15:07:21 +01:00
parent ca5ed8879f
commit e63444b45d
6 changed files with 54 additions and 2 deletions

View File

@@ -27,4 +27,10 @@
namespace ProjectExplorer {
SeparateDebugInfoAspect::SeparateDebugInfoAspect()
{
setDisplayName(tr("Separate Debug Info"));
setSettingsKey("SeparateDebugInfo");
}
} // namespace ProjectExplorer