Add a toolChainType() method to the ApplicationRunConfiguration.

Best effort only though. This can make detection in the debugger which
engine should be used easier.

Task-Nr: 256161
This commit is contained in:
dt
2009-06-17 17:56:40 +02:00
parent 07ddb9f0e2
commit 2d65dec3e9
10 changed files with 33 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ public:
CMakeTarget targetForTitle(const QString &title);
QString sourceDirectory() const;
ProjectExplorer::ToolChain::ToolChainType toolChainType() const;
protected:
virtual void saveSettingsImpl(ProjectExplorer::PersistentSettingsWriter &writer);