forked from qt-creator/qt-creator
Maemo: Correctly deploy subdirs projects.
Task-number: QTCREATORBUG-1614, QTCREATORBUG-1810 Reviewed-by: kh1
This commit is contained in:
@@ -238,10 +238,9 @@ QString AbstractMaemoRunControl::packageFilePath() const
|
||||
|
||||
QString AbstractMaemoRunControl::executableFilePathOnTarget() const
|
||||
{
|
||||
// TODO: The local executable is known directly by us (from RunConfiguration::target(),
|
||||
// so we must not rely on the packaging step for this information (which will
|
||||
// no longer provide it, anyway)/
|
||||
return m_runConfig->packageStep()->deployables()->remoteExecutableFilePath(m_runConfig->packageStep()->localExecutableFilePath());
|
||||
const MaemoDeployables * const deployables
|
||||
= m_runConfig->packageStep()->deployables();
|
||||
return deployables->remoteExecutableFilePath(m_runConfig->executable());
|
||||
}
|
||||
|
||||
bool AbstractMaemoRunControl::isCleaning() const
|
||||
|
||||
Reference in New Issue
Block a user