> I can confirm that qmake indeed works as expected outside the Qt tree. This > is because it does not include qmodule.pri at all.
Oh, and it is not something in the qmake source code that imposes an Xcode compiler. It happens in mkspecs/features/mac/sdk.prf , which has an equivalent to the section in configure where xcrun is used to query the compiler path. It seems that xcrun (and thus an Xcode compiler) is used if the mkspec specifies a compiler name without path, while a fully specified compiler path is not replaced. R. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
