forked from qt-creator/qt-creator
RemoteLinux: Add "make install" step to pre-4.10 deploy configurations
... if applicable. Fixes: QTCREATORBUG-22689 Change-Id: If3cec90bed4d84f8bf82eb0cc1d831143ee2e298 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -223,7 +223,10 @@ DeployConfiguration *DeployConfigurationFactory::restore(Target *parent, const Q
|
||||
if (!dc->fromMap(map)) {
|
||||
delete dc;
|
||||
dc = nullptr;
|
||||
} else if (factory->postRestore()) {
|
||||
factory->postRestore()(dc, map);
|
||||
}
|
||||
|
||||
return dc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user