On quinta-feira, 7 de fevereiro de 2013 10.38.42, Hamish Moffatt wrote:
> Is it possible to inspect the makespec inside a .pro project? The
> documentation implies it should be in $$QMAKESPEC, but that always seems
> to be empty when I print it with message() or test it with contains().

The mkspec is active as a configuration. You can just do tests like:

linux { }
*-g++* { }
etc.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to