forked from qt-creator/qt-creator
Add a default "clean" BuildStep to Generic Projects.
Change-Id: I9e566781d719292a6881d040385bd5ce649d398a Reviewed-by: Andre Hartmann <aha_1980@gmx.de> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Daniel Teske
parent
649ba48e4a
commit
4ba95878b3
@@ -79,6 +79,9 @@ public:
|
||||
QString allArguments() const;
|
||||
QString makeCommand() const;
|
||||
|
||||
void setClean(bool clean);
|
||||
bool isClean() const;
|
||||
|
||||
QVariantMap toMap() const;
|
||||
|
||||
protected:
|
||||
@@ -92,6 +95,7 @@ private:
|
||||
QStringList m_buildTargets;
|
||||
QString m_makeArguments;
|
||||
QString m_makeCommand;
|
||||
bool m_clean;
|
||||
};
|
||||
|
||||
class GenericMakeStepConfigWidget :public ProjectExplorer::BuildStepConfigWidget
|
||||
|
||||
Reference in New Issue
Block a user