Can I somehow override define QMAKE_CXX
globally for all subprojects of a .pro file?
Placing this statement to the top project file did not change the compiler in subprojects. It only works if I copy it to every .pro file.
I would like to define QMAKE_CXX = ccache $$QMAKE_CXX
using a command line argument for qmake