El 12.05.2017 a las 00:00, Uwe Stöhr escribió:

OK. I suppose, that it may be equivalent to linux.
I have to set the environment PATH, so that qmake.exe from my QT is found.
> > I cannot set the PATH because this would require admin privileges.

That is correct but I can set the PATH locally and already do so in the current script in master:

set PATH=%QT_PATH%;%PATH%

So the path to the qmake.exe is known. nevertheless CMake wants the path in the variable CMAKE_PREFIX_PATH but I cannot set this because of the problem I described.

regards Uwe

Reply via email to