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:
parent
432eab3bc0
commit
54e50792da
@ -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
|
||||
|
@ -226,4 +226,4 @@ void tst_QSqlRecord::benchFieldIndex()
|
||||
}
|
||||
}
|
||||
|
||||
#include "tst_qsqlrecord.moc"
|
||||
#include "tst_bench_qsqlrecord.moc"
|
Loading…
Reference in New Issue
Block a user