How to disable Neon coprocessor?
-
Hi,
I've cross-compiled Qt 4.8 for a TI DM3730 target with Neon support. My applications run fine, however for comparison I'd like to disable the Neon coprocessor when I run my application. I currently start my application with the -platform linuxfb option. Is there any way to tell Qt to not use the Neon coprocessor without re-cross-compiling Qt?
Thanks!