QString benchmark: rename the source file

'main.cpp' is quite generic when using search to look for it.

Change-Id: I547ba16a11db8efb7d4410b94343b03d30da6513
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Mårten Nordheim 2021-07-21 12:52:13 +02:00
parent fe1085e9ae
commit ec0b44003b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
qt_internal_add_benchmark(tst_bench_qstring
SOURCES
main.cpp
tst_bench_qstring.cpp
PUBLIC_LIBRARIES
Qt::Test
)

View File

@ -189,4 +189,4 @@ void tst_QString::toCaseFolded()
QTEST_APPLESS_MAIN(tst_QString)
#include "main.moc"
#include "tst_bench_qstring.moc"