QMake list of all parameters, commands and variables in sources. Where to find?
-
Hello all!
Does anyone know where in sources of QMake could be found parameters, commands, functions and variables? There are a lot of functions in QMake undocumented. Sometimes the only way is to look into QMake sources. Which part of codebase contain it?
-
It seems to be scattered all over the place. Some of it I see in runQmake(), some of it in the Options structure and probably in other places. Just follow the code from main() inward if you want to know everything I guess.
-
It seems to be scattered all over the place. Some of it I see in runQmake(), some of it in the Options structure and probably in other places. Just follow the code from main() inward if you want to know everything I guess.
@Chris-Kawa That's still very few of them.
Does anyone know where publised list of all current and valid QMake parameters/options that used in *.pro files?
-
Hi,
If you want absolutely everything, the best is to read qmake's sources.