Rename QFile benchmark's source file to tst_bench_qfile.cpp
Let's have fewer files with the same main.cpp name. Change-Id: Iad94478affcca73a25ed29ba4380f1b3ca4f329d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
ec7b836455
commit
d115f17cb8
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
qt_internal_add_benchmark(tst_bench_qfile
|
qt_internal_add_benchmark(tst_bench_qfile
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
tst_bench_qfile.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::Test
|
Qt::Test
|
||||||
|
@ -615,4 +615,4 @@ void tst_qfile::readSmallFiles()
|
|||||||
|
|
||||||
QTEST_MAIN(tst_qfile)
|
QTEST_MAIN(tst_qfile)
|
||||||
|
|
||||||
#include "main.moc"
|
#include "tst_bench_qfile.moc"
|
Loading…
x
Reference in New Issue
Block a user