forked from qt-creator/qt-creator
Maemo: Remove native separators from where they don't belong.
This commit is contained in:
@@ -278,8 +278,7 @@ QString MaemoRunConfiguration::executable() const
|
||||
if (!ti.valid)
|
||||
return QString();
|
||||
|
||||
return QDir::toNativeSeparators(QDir::cleanPath(ti.workingDir
|
||||
+ QLatin1Char('/') + ti.target));
|
||||
return QDir::cleanPath(ti.workingDir + QLatin1Char('/') + ti.target);
|
||||
}
|
||||
|
||||
QString MaemoRunConfiguration::runtimeGdbServerPort() const
|
||||
|
||||
Reference in New Issue
Block a user