[Qt-interest] QtCreator: How to use environment variables in QtCreator project settings
Carsten Breuer
CarstenBreuerQt at textwork.de
Thu May 20 14:45:55 CEST 2010
Hi all,
I'm trying to add a custom build step in QtCreators project settings,
but I'm not able to use environment variables in the command field.
In detail, i want to start python with
%PYTHON_PATH%\python.exe script.py
It seems to me that QtCreator doesn't check any environment variables
in the command field.
I have tried:
%ENV_NAME%
$ENV_NAME$
$$ENV_NAME$$
$(ENV_NAME)
So ... i rest my case ;-).
Any ideas? Help is more then appreciated :-).
Best regards,
Carsten Breuer
More information about the Qt-interest-old
mailing list