Hi Thomas, On Aug 28, 2013 8:18 PM, "Tomasz Olszak" <[email protected]> wrote: > > What is the reason of adding -spec parameter to qmake step? Couldn't we just use default one (without any parameters)?
That is to allow switching between different compilers, e.g. using clang instead of gcc on linux. > This causes a problem in case of host qmake for cross compilation. > When qmake gets -spec parameter it simply ignores QMAKE_XSPEC value. You can force the mkspec to use in the kit settings. Best Regards, Tobias
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
