Qt Creator: default environment variables?
Unsolved
General and Desktop
-
wrote on 10 Aug 2018, 11:07 last edited by
I've noticed that Qt Creator lists environment variables that aren't set in the environment (namely, QT_OPENGL). Is it possible to check which env variables are set by Qt Creator and if it's possible to tweak their default values?
-
Hi,
Do you mean at build or at run time ?
-
Are you on Windows ?
By the way, which version of Qt Creator ?
-
You should start a terminal and from there write
echo $QT
, then use tab to get suggestions on what is available, you'll likely find the same variables you can see in your projects except the QTDIR one which is set by Qt Creator in order to ensure you are using the Qt version you selected during project creation/configuration.
5/6