forked from qt-creator/qt-creator
ProjectExplorer: Update CMake target on DesktopRunConfiguration cloned
Call updateTargetInformation() for all kinds of configuration to fix ExecutableAspect initialization. Change-Id: Ie568f589fd6a6570fe84353bf145f7f87d1f0448 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Alexandr Akulich
parent
79bbe93c1b
commit
0d76a01379
@@ -154,8 +154,7 @@ bool DesktopRunConfiguration::fromMap(const QVariantMap &map)
|
|||||||
if (!RunConfiguration::fromMap(map))
|
if (!RunConfiguration::fromMap(map))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (m_kind == Qmake || m_kind == Qbs)
|
updateTargetInformation();
|
||||||
updateTargetInformation();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user