Hi,
I know how to define and use variables in qmake projects (.pro).
I can’t seem to find a way to do it in a generic project (made of .config, .creator, .files, .includes).
Typically I’d like to use an environment or Qt variable for a part of the path when listing project files in .files and include paths in .includes.
Something like for .includes:
${MY_ENV_VAR}/MyProject
Any help would be appreciated. Thanks.
René
↧