Conditional compilation of snippets based on target device
Status: Planning
Brought to you by:
nicolamfb
Actually I'm using the __arm__ macro to set a better font when applications is compiled for the Freerunner and to enable fso support, but the __arm__ macro is defined on normal arm based desktop too. It should be nice to determine the target device and modify qmake/makefile/src to handle conditional compilation.