do not break on mingw with sh in PATH

This commit is contained in:
Oswald Buddenhagen
2009-11-24 12:40:14 +01:00
parent c13d934b37
commit 4ed8902f51
+1 -2
View File
@@ -12,8 +12,7 @@ defineReplace(cleanPath) {
}
defineReplace(targetPath) {
win32:1 ~= s|/|\|g
return($$1)
return($$replace(1, /, $$QMAKE_DIR_SEP))
}
# For use in custom compilers which just copy files