diff -r 5dc02b23752f -r 3e2da88830cd tests/auto/solutions.pri --- a/tests/auto/solutions.pri Tue Jul 06 15:10:48 2010 +0300 +++ b/tests/auto/solutions.pri Wed Aug 18 10:37:55 2010 +0300 @@ -7,10 +7,10 @@ SOLUTIONBASEDIR = $$(SOLUTIONBASEDIR) # strip the trailing "..." -# SOLUTIONBASEDIR ~= s/\.\.\.$// +# SOLUTIONBASEDIR ~= s/\\.\\.\\.$// # replace \ with / -# win32:SOLUTIONBASEDIR ~= s.\\./.g +# win32:SOLUTIONBASEDIR ~= s.\\\\./.g isEmpty(SOLUTIONBASEDIR):DEFINES += QT_NO_SOLUTIONS