forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/8.0'
Change-Id: Icef5e28557701243e686d35cf885412eb341e75a
This commit is contained in:
@@ -79,7 +79,6 @@ private:
|
||||
|
||||
bool init() final;
|
||||
void setupOutputFormatter(Utils::OutputFormatter *formatter) final;
|
||||
void doRun() final;
|
||||
bool fromMap(const QVariantMap &map) final;
|
||||
QVariantMap toMap() const final;
|
||||
|
||||
@@ -249,11 +248,6 @@ FilePath IosBuildStep::buildCommand() const
|
||||
return "xcodebuild"; // add path?
|
||||
}
|
||||
|
||||
void IosBuildStep::doRun()
|
||||
{
|
||||
AbstractProcessStep::doRun();
|
||||
}
|
||||
|
||||
void IosBuildStep::setBaseArguments(const QStringList &args)
|
||||
{
|
||||
m_baseBuildArguments = args;
|
||||
|
||||
Reference in New Issue
Block a user