diff -r 000000000000 -r 1918ee327afb tests/auto/solutions.pri --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/solutions.pri Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,16 @@ +# use p4 where to get the solutions base dir. +# need to check for "..." since p4 behaves differently between versions +# SOLUTIONBASEDIR = $$system(p4 where //depot/addons/main/...) + +# figure out the path on your harddrive +# SOLUTIONBASEDIR = $$member(SOLUTIONBASEDIR, 2) +SOLUTIONBASEDIR = $$(SOLUTIONBASEDIR) + +# strip the trailing "..." +# SOLUTIONBASEDIR ~= s/\.\.\.$// + +# replace \ with / +# win32:SOLUTIONBASEDIR ~= s.\\./.g + +isEmpty(SOLUTIONBASEDIR):DEFINES += QT_NO_SOLUTIONS +