diff --git a/configure.cmake b/configure.cmake index 34295b6918..23915c6eec 100644 --- a/configure.cmake +++ b/configure.cmake @@ -980,11 +980,6 @@ qt_configure_add_report_entry( MESSAGE "Using static linking will disable the use of dynamically loaded plugins. Make sure to import all needed static plugins, or compile needed modules into the library." CONDITION NOT QT_FEATURE_shared ) -qt_configure_add_report_entry( - TYPE NOTE - MESSAGE "Qt is using double for qreal on this system. This is binary-incompatible against Qt 5.1. Configure with '-qreal float' to create a build that is binary-compatible with 5.1." - CONDITION INPUT_qreal STREQUAL 'double' AND ( TEST_architecture_arch STREQUAL arm ) -) qt_configure_add_report_entry( TYPE ERROR MESSAGE "Debug build wihtout Release build is not currently supported on ios see QTBUG-71990. Use -debug-and-release." diff --git a/configure.json b/configure.json index 21b9b29fdf..507ffd20dd 100644 --- a/configure.json +++ b/configure.json @@ -1471,11 +1471,6 @@ "condition": "features.release_tools && !features.debug", "message": "-optimized-tools is not useful in -release mode." }, - { - "type": "note", - "condition": "input.qreal == 'double' && arch.arm", - "message": "Qt is using double for qreal on this system. This is binary-incompatible against Qt 5.1. Configure with '-qreal float' to create a build that is binary-compatible with 5.1." - }, { "type": "error", "condition": "!features.stl",