Qt Creator: default environment variables?
Unsolved
General and Desktop
-
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.