On quinta-feira, 27 de setembro de 2012 18.37.18, Thomas Senyk wrote:
> Their is a naming convention for mkspecs ... not sure how it's definition
> looks exactly, but it should be named: linux-imx6-g++

No, it shouldn't. It should be linux-g++-imx6. There are several sections of
the .pro files that test for "<os>-<compiler>-*", e.g. in simd.prf:

*-g++*|linux-icc*|*-clang*|*-qcc* {

But you have nailed the problem for this particular case: simd.prf checks for
*-g++* (that's it above), which his mkspec naming doesn't match.

> Not sure about that error .. have never seen it
>    (It could(!) be caused by violating the mkspec-naming-schema, but not
> very likely)

It actually is :-/

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to