forked from qt-creator/qt-creator
QmakePM: Fix "Run in terminal" on clone
Task-number: QTCREATORBUG-19476 Change-Id: I62c8d38238f4e6f77ad6226dd70f7a719ed2d878 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
265d093c36
commit
c14684ffc9
@@ -265,7 +265,9 @@ bool DesktopQmakeRunConfiguration::fromMap(const QVariantMap &map)
|
|||||||
m_isUsingDyldImageSuffix = map.value(QLatin1String(USE_DYLD_IMAGE_SUFFIX_KEY), false).toBool();
|
m_isUsingDyldImageSuffix = map.value(QLatin1String(USE_DYLD_IMAGE_SUFFIX_KEY), false).toBool();
|
||||||
m_isUsingLibrarySearchPath = map.value(QLatin1String(USE_LIBRARY_SEARCH_PATH), true).toBool();
|
m_isUsingLibrarySearchPath = map.value(QLatin1String(USE_LIBRARY_SEARCH_PATH), true).toBool();
|
||||||
|
|
||||||
return RunConfiguration::fromMap(map);
|
const bool res = RunConfiguration::fromMap(map);
|
||||||
|
updateTargetInformation();
|
||||||
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString DesktopQmakeRunConfiguration::executable() const
|
QString DesktopQmakeRunConfiguration::executable() const
|
||||||
|
|||||||
Reference in New Issue
Block a user