forked from qt-creator/qt-creator
Added a way to change the tool chain.
This commit is contained in:
@@ -69,15 +69,18 @@ public:
|
||||
virtual QList<ProjectExplorer::BuildStepConfigWidget*> subConfigWidgets();
|
||||
|
||||
virtual void newBuildConfiguration(const QString &buildConfiguration);
|
||||
virtual ProjectExplorer::ProjectNode *rootProjectNode() const;
|
||||
virtual GenericProjectNode *rootProjectNode() const;
|
||||
virtual QStringList files(FilesMode fileMode) const;
|
||||
|
||||
void setToolChain(const QString &toolChainId);
|
||||
|
||||
QStringList targets() const;
|
||||
MakeStep *makeStep() const;
|
||||
QString buildParser(const QString &buildConfiguration) const;
|
||||
|
||||
QString toolChainId() const;
|
||||
|
||||
public Q_SLOTS:
|
||||
void setToolChain(const QString &toolChainId);
|
||||
|
||||
private:
|
||||
void refresh();
|
||||
|
||||
@@ -93,6 +96,7 @@ private:
|
||||
|
||||
GenericProjectNode* _rootNode;
|
||||
ProjectExplorer::ToolChain *_toolChain;
|
||||
QString _toolChainId;
|
||||
};
|
||||
|
||||
class GenericProjectFile : public Core::IFile
|
||||
|
||||
Reference in New Issue
Block a user