Add a .prf file for SIMD qmake variables.
authorMichael Goddard <michael.goddard@nokia.com>
Tue, 24 Jul 2012 02:49:14 +0000 (12:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 1 Aug 2012 00:25:26 +0000 (02:25 +0200)
commit019b97fc4fc84a9e81c66a659f5d22df2e0b85d6
tree13d08ae3329b86689a4eb4d248efcefedf955832
parent1610b6df062ebbbb2019c1103abfb0919efd27f7
Add a .prf file for SIMD qmake variables.

So you can get AVX/NEON etc source compiled by assigning to the
corresponding variable (e.g. AVX_SOURCES).

This was previously used in just the gui module, but other
external modules might like it too.

Change-Id: I51aa64760c469c7dc4c71e6f089c2ddef4f509c5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
mkspecs/features/simd.prf [new file with mode: 0644]
src/gui/gui.pro