From f4f45578358a193e3eed59a440550e3f87a73181 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 18 Aug 2020 10:10:24 +0200 Subject: [PATCH] Remove Qt 5.1 binary-compatibility warning There's no way that Qt 6 will be binary-compatible with Qt 5.1. Change-Id: Ic1abfbdc8dc497dcb24494a8f3e2d96bcf27ef83 Reviewed-by: Alexandru Croitor --- configure.cmake | 5 ----- configure.json | 5 ----- 2 files changed, 10 deletions(-) diff --git a/configure.cmake b/configure.cmake index 34295b69183..23915c6eecf 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 21b9b29fdfd..507ffd20dd2 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",