Don't batch qmetaobject_compat

Batching the tests leads to one of the tests tst_qmetaobject and
tst_qmetaobject_compat not being registered in the batch. Attempts to
batch those together fail as batch test name is defined per-source,
which, in this rare case, is the same across the two targets.

Change-Id: I356931feabc004c39ba0b6863b5f64e06d739a58
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Mikolaj Boc 2022-09-02 16:50:53 +02:00 committed by Mikołaj Boc
parent 1e00ddc2cb
commit 8e307a6cf9
1 changed files with 1 additions and 0 deletions

View File

@ -27,4 +27,5 @@ qt_internal_add_test(tst_qmetaobject_compat
USE_COMPAT_Q_ARG=1
PUBLIC_LIBRARIES
Qt::CorePrivate
NO_BATCH
)