Hello again,
I was trying to include a file using include(file.pri) but the file is processed when my idea is only read the variables that contains that file. Any solution?
I'd like to include variables like MYINCLUDE = hello.h, MYCOMPILER = g++ and so into the .pro provided by qmake. These variables sould appear in the Makefile.What does "my own variable" mean? Read qmake docs and the Undocumented qmake article in our wiki.
Is that possible?
Thank you very much.
If you make a variable assignment in a .pro file, it is copied to the resulting Makefile.
Bookmarks