Rename QSqlRecord benchmark's source file to match its test name

Change-Id: I580f185b3bbe283dfa2f43bbc986233d01219814
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
Edward Welbourne 2021-07-20 14:53:15 +02:00
parent 432eab3bc0
commit 54e50792da
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
qt_internal_add_benchmark(tst_bench_qsqlrecord
SOURCES
tst_qsqlrecord.cpp
tst_bench_qsqlrecord.cpp
PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::Sql

View File

@ -226,4 +226,4 @@ void tst_QSqlRecord::benchFieldIndex()
}
}
#include "tst_qsqlrecord.moc"
#include "tst_bench_qsqlrecord.moc"