Shared variables in multi qmake directory
I have multiple qmake.pro files that are called from the root .pro file with a subdirs template.
What is the best way to change the settings for the whole build system (eg release for debugging).
Currently I can only do this by modifying each sub.pro file or using an external script to modify each .pro file.
I was hoping there was a way to share qmake variables between the sub.ir file and others.
+2
a source to share
2 answers