summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/text/qbytearray/qbytearray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/text/qbytearray/qbytearray.pro')
-rw-r--r--tests/benchmarks/corelib/text/qbytearray/qbytearray.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/benchmarks/corelib/text/qbytearray/qbytearray.pro b/tests/benchmarks/corelib/text/qbytearray/qbytearray.pro
index cf28b0247f..25af9512d4 100644
--- a/tests/benchmarks/corelib/text/qbytearray/qbytearray.pro
+++ b/tests/benchmarks/corelib/text/qbytearray/qbytearray.pro
@@ -1,7 +1,7 @@
TEMPLATE = app
-TARGET = tst_bench_qbytearray
-
+CONFIG += benchmark
QT = core testlib
-TESTDATA += main.cpp
+TARGET = tst_bench_qbytearray
SOURCES += main.cpp
+TESTDATA += main.cpp