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 <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2020-08-18 10:10:24 +02:00
parent 93c1307a66
commit f4f4557835
2 changed files with 0 additions and 10 deletions

View File

@ -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." 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 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( qt_configure_add_report_entry(
TYPE ERROR TYPE ERROR
MESSAGE "Debug build wihtout Release build is not currently supported on ios see QTBUG-71990. Use -debug-and-release." MESSAGE "Debug build wihtout Release build is not currently supported on ios see QTBUG-71990. Use -debug-and-release."

View File

@ -1471,11 +1471,6 @@
"condition": "features.release_tools && !features.debug", "condition": "features.release_tools && !features.debug",
"message": "-optimized-tools is not useful in -release mode." "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", "type": "error",
"condition": "!features.stl", "condition": "!features.stl",