summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2019-05-10 18:05:56 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-05-10 19:45:25 +0000
commit5f9ea5ce0af3cd93a5a57cbda9314996c96c0cd2 (patch)
treee4d069d5c96f5062971b3efb1f051152629752bf
parent604a768dc4f7ee2a0f39b146c151f9eb2397d6e9 (diff)
Skip binary compatibility testing for Qt 6.0.0
Change-Id: I99ea9583aa416087ee725784e80f5d4db31b5cb9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--tests/postbuild/bic/tst_bic.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/postbuild/bic/tst_bic.cpp b/tests/postbuild/bic/tst_bic.cpp
index ea11cc62..5bf20c64 100644
--- a/tests/postbuild/bic/tst_bic.cpp
+++ b/tests/postbuild/bic/tst_bic.cpp
@@ -517,6 +517,9 @@ void tst_Bic::sizesAndVTables()
#elif defined(QT_NO_PROCESS)
QSKIP("This Qt build does not have QProcess support");
#else
+#if QT_VERSION == QT_VERSION_CHECK(6, 0, 0)
+ QSKIP("Qt 6.0.0 needs no binary compatibility check.");
+#endif
QFETCH(QString, libName);
QFETCH(QString, oldLib);