BuildConfigurationModel Class

class ProjectExplorer::BuildConfigurationModel

The BuildConfigurationModel class is a model to represent the build configurations of a target. More...

Header: #include <BuildConfigurationModel>
Inherits: ProjectExplorer::ProjectConfigurationModel

Detailed Description

To be used in the dropdown lists of comboboxes. Automatically adjusts itself to added and removed BuildConfigurations. Very similar to the Run Configuration Model.

TODO might it possible to share code without making the code a complete mess.