summaryrefslogtreecommitdiffstats
path: root/tests/postbuild/bic/tst_bic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postbuild/bic/tst_bic.cpp')
-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);