Am 02.09.2013 14:10, schrieb Jan Kundrát:
On Monday, 2 September 2013 12:07:32 CEST, Joseph W. Joshua wrote:
I managed to solve this error by changing it
from string(REGEX REPLACE "\\\\" "/" QTDIR $ENV{QTDIR})
to: string(REGEX REPLACE "\\\\" "/" QTDIR "$ENV{QTDIR}")
Christian, could you please check that it introduces no regressions for
you?
No regression here.
I didn't add the check because QTDIR always gets added in my Windows VM
by loading C:\Qt\4.8.5\bin\qtvars.bat
In hindsight this might have been overly optimistic.
Christian