Hi,

I need to change the default android build settings for a project. One thing 
that I have noted is that if I add things to .pro file, the changes doesn’t 
reflect in the source code building. I have tried to change directly on .mkspec 
file and it worked. Is there any other recommended way of doing it?

I need to enable hardware floating point calculation by doing the following:

APP_CFLAGS -mhard-float -D_NDK_MATH_NO_SOFTFP=1
APP_ABI := armeabi-v7a-hard

Regards,

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

Reply via email to