forked from qt-creator/qt-creator
RemoteLinux: Fix MakeInstallStep widget again
Change-Id: I8522085334eade413dc12cb418e2addb2615f9e0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -90,6 +90,8 @@ protected:
|
||||
Utils::StringAspect *makeCommandAspect() const { return m_makeCommandAspect; }
|
||||
Utils::MultiSelectionAspect *buildTargetsAspect() const { return m_buildTargetsAspect; }
|
||||
Utils::StringAspect *userArgumentsAspect() const { return m_userArgumentsAspect; }
|
||||
Utils::BoolAspect *overrideMakeflagsAspect() const { return m_overrideMakeflagsAspect; }
|
||||
Utils::TextDisplay *nonOverrideWarning() const { return m_nonOverrideWarning; }
|
||||
Utils::IntegerAspect *jobCountAspect() const { return m_userJobCountAspect; }
|
||||
Utils::BoolAspect *disabledForSubdirsAspect() const { return m_disabledForSubdirsAspect; }
|
||||
|
||||
|
@@ -61,6 +61,8 @@ MakeInstallStep::MakeInstallStep(BuildStepList *parent, Utils::Id id) : MakeStep
|
||||
makeCommandAspect()->setVisible(false);
|
||||
buildTargetsAspect()->setVisible(false);
|
||||
userArgumentsAspect()->setVisible(false);
|
||||
overrideMakeflagsAspect()->setVisible(false);
|
||||
nonOverrideWarning()->setVisible(false);
|
||||
jobCountAspect()->setVisible(false);
|
||||
disabledForSubdirsAspect()->setVisible(false);
|
||||
|
||||
|
Reference in New Issue
Block a user