forked from qt-creator/qt-creator
CustomToolChain: Fix make command
Change-Id: I11da49b9bb1fe0f5a71f0a1ea684fce486074f21 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -460,7 +460,7 @@ void CustomToolChainConfigWidget::applyImpl()
|
|||||||
Q_ASSERT(tc);
|
Q_ASSERT(tc);
|
||||||
QString displayName = tc->displayName();
|
QString displayName = tc->displayName();
|
||||||
tc->setCompilerCommand(m_compilerCommand->fileName());
|
tc->setCompilerCommand(m_compilerCommand->fileName());
|
||||||
tc->setMakeCommand(m_compilerCommand->fileName());
|
tc->setMakeCommand(m_makeCommand->fileName());
|
||||||
tc->setTargetAbi(m_abiWidget->currentAbi());
|
tc->setTargetAbi(m_abiWidget->currentAbi());
|
||||||
tc->setPredefinedMacros(m_predefinedDetails->entries());
|
tc->setPredefinedMacros(m_predefinedDetails->entries());
|
||||||
tc->setHeaderPaths(m_headerDetails->entries());
|
tc->setHeaderPaths(m_headerDetails->entries());
|
||||||
|
|||||||
Reference in New Issue
Block a user