diff options
author | Iain <qt-info@nokia.com> | 2010-01-28 11:05:06 (GMT) |
---|---|---|
committer | Iain <qt-info@nokia.com> | 2010-01-28 11:12:56 (GMT) |
commit | 297e84fcfed524687455d3d94161bf2a32f62d37 (patch) | |
tree | a3cdcbeece9357af157f2796250e0d5541eca4db /tools/configure | |
parent | d43178ccaa38b87698e2f5a9fa0f2fb4e5f9f0ad (diff) | |
download | Qt-297e84fcfed524687455d3d94161bf2a32f62d37.zip Qt-297e84fcfed524687455d3d94161bf2a32f62d37.tar.gz Qt-297e84fcfed524687455d3d94161bf2a32f62d37.tar.bz2 |
Update default FPU flags on Symbian to be softvfp+vfpv2
Reviewed-by: Aleksandar Sasha Babic
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configureapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 7751143..8342fbe 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1482,7 +1482,7 @@ void Configure::applySpecSpecifics() dictionary[ "QT_HOST_PREFIX" ] = dictionary[ "QT_INSTALL_PREFIX" ]; dictionary[ "QT_INSTALL_PREFIX" ] = ""; dictionary[ "QT_INSTALL_PLUGINS" ] = "\\resource\\qt\\plugins"; - dictionary[ "ARM_FPU_TYPE" ] = "softvfp"; + dictionary[ "ARM_FPU_TYPE" ] = "softvfp+vfpv2"; dictionary[ "SQL_SQLITE" ] = "yes"; dictionary[ "SQL_SQLITE_LIB" ] = "system"; |