+ configStream << " QMAKE_DEFAULT_LIBDIRS = " << Environment::detectCompilerDefaultLibDirs() << endl; + configStream << " QMAKE_DEFAULT_INCDIRS = " << Environment::detectCompilerDefaultIncDirs() << endl; } configStream << "}" << endl; configStream << "QT_CONFIG += " << qtCon...
env.set(QLatin1String("DYLD_IMAGE_SUFFIX"), QLatin1String("_debug"));// The user could be linking to a library found via a -L/some/dir switch// to find those libraries while actually running we explicitly prepend those// dirs to the library search pathconstQmakeProFileNode *node =sta...
.output - sets the name of the output file that the step will generate. The variable ${QMAKE_FILE_IN} can be used to base this on the name of the input file. The default is GENERATED_SOURCES, .output_function - Names the function defined with defineReplace that will be used to determi...