I am creating Qt 5.4 and I want to use my own version of GCC , which is different from the system version. I do not want to replace the GCC system with mine. However, I do not see how I can change the absolute path of the compiler that the Qt build system uses, as well as how to add custom flags. Typically, open source libraries use the CXX and CXXFLAGS to change the absolute path of the compiler and its parameters, but it looks like the Qt build system ignores these variables.
Does the Qt 5.4 system have any options similar to those common to GNU CXX and CXXFLAGS , as well as LD and LDFLAGS ?
c ++ qt
Vitaliy
source share