summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/text/qlocale
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/text/qlocale')
-rw-r--r--tests/benchmarks/corelib/text/qlocale/CMakeLists.txt4
-rw-r--r--tests/benchmarks/corelib/text/qlocale/tst_bench_qlocale.cpp (renamed from tests/benchmarks/corelib/text/qlocale/main.cpp)2
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/benchmarks/corelib/text/qlocale/CMakeLists.txt b/tests/benchmarks/corelib/text/qlocale/CMakeLists.txt
index 1c692af6c8..f319c0b5bd 100644
--- a/tests/benchmarks/corelib/text/qlocale/CMakeLists.txt
+++ b/tests/benchmarks/corelib/text/qlocale/CMakeLists.txt
@@ -1,12 +1,10 @@
-# Generated from qlocale.pro.
-
#####################################################################
## tst_bench_qlocale Binary:
#####################################################################
qt_internal_add_benchmark(tst_bench_qlocale
SOURCES
- main.cpp
+ tst_bench_qlocale.cpp
PUBLIC_LIBRARIES
Qt::Test
)
diff --git a/tests/benchmarks/corelib/text/qlocale/main.cpp b/tests/benchmarks/corelib/text/qlocale/tst_bench_qlocale.cpp
index 887053ae4a..23a64526eb 100644
--- a/tests/benchmarks/corelib/text/qlocale/main.cpp
+++ b/tests/benchmarks/corelib/text/qlocale/tst_bench_qlocale.cpp
@@ -394,4 +394,4 @@ void tst_QLocale::number_QString()
QTEST_MAIN(tst_QLocale)
-#include "main.moc"
+#include "tst_bench_qlocale.moc"