Howto dump qmake variables in Creator (Code model)?
Unsolved
Qt Creator and other tools
-
I would like to analyze a bug in the C++ code model in Creator. For that, I would need to know the values for INCPATH etc. the code model uses.
How can I do that?
-
Hi,
You can call
qmake -query
to get all variables qmake is using. -
Is there some kind of console in creator where I can enter this?
Reason for asking: Code model in Creator seems to get into different logic paths of my pro files compared to when I build the project on the command line. -
No there's not, you have to open one. However, you should be able to get them in the Qt Versions panel of Build & Run. Click on Details and you should have them all