forked from qt-creator/qt-creator
Maemo: Handle missing specification for remote executable.
Reviewed-by: kh1
This commit is contained in:
@@ -139,7 +139,7 @@ QString MaemoDeployables::remoteExecutableFilePath(const QString &localExecutabl
|
||||
if (model->localExecutableFilePath() == localExecutableFilePath)
|
||||
return model->remoteExecutableFilePath();
|
||||
}
|
||||
Q_ASSERT(!"Invalid local executable!");
|
||||
qWarning("No remote executable specified!");
|
||||
return QString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user