Fix moc include for tst_qcomparehelpers

The Q_OBJECT is in the header so it should use the moc_*.cpp form.

Change-Id: I1aa91d9fd0013d7270d551326334ed4ee35f3c64
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
Mårten Nordheim 2024-05-10 13:34:44 +02:00
parent 0a8cbcc507
commit 3d59a0f7c7

View File

@ -597,4 +597,4 @@ void tst_QCompareHelpers::builtinOrder()
}
QTEST_MAIN(tst_QCompareHelpers)
#include "tst_qcomparehelpers.moc"
#include "moc_tst_qcomparehelpers.cpp"