The question:
How to read file content into a qmake variable and pass it to the compiler?
Address the issue of reading a text file via qmake
.
Instead of reading a text file, I would like to get current folder (the folder where this file is in) name. How do I do that?