summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-08-18 10:10:24 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-08-18 12:55:38 +0200
commitf4f45578358a193e3eed59a440550e3f87a73181 (patch)
tree031f8a71468e359db9b5d4ea805bd8c0617d9807 /configure.json
parent93c1307a66476d8021d66c8618a7482dd0d1bf56 (diff)
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>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.json b/configure.json
index 21b9b29fdf..507ffd20dd 100644
--- a/configure.json
+++ b/configure.json
@@ -1472,11 +1472,6 @@
"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",
"message": "Qt requires a compliant STL library."