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:
parent
fe1085e9ae
commit
ec0b44003b
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
qt_internal_add_benchmark(tst_bench_qstring
|
qt_internal_add_benchmark(tst_bench_qstring
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
tst_bench_qstring.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
Qt::Test
|
Qt::Test
|
||||||
)
|
)
|
||||||
|
@ -189,4 +189,4 @@ void tst_QString::toCaseFolded()
|
|||||||
|
|
||||||
QTEST_APPLESS_MAIN(tst_QString)
|
QTEST_APPLESS_MAIN(tst_QString)
|
||||||
|
|
||||||
#include "main.moc"
|
#include "tst_bench_qstring.moc"
|
Loading…
Reference in New Issue
Block a user