forked from qt-creator/qt-creator
Maemo: Clean up the local executable path some more.
Needed for constructs such as "TARGET=../xxx".
This commit is contained in:
@@ -210,7 +210,7 @@ QString MaemoDeployableListModel::localExecutableFilePath() const
|
||||
fileName += ti.target;
|
||||
if (isLib)
|
||||
fileName += QLatin1String(isStatic ? ".a" : ".so");
|
||||
return ti.buildDir + '/' + fileName;
|
||||
return QDir::cleanPath(ti.buildDir + '/' + fileName);
|
||||
}
|
||||
|
||||
QString MaemoDeployableListModel::remoteExecutableFilePath() const
|
||||
|
||||
Reference in New Issue
Block a user