summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro')
-rw-r--r--tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro b/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro
index 5ee577c256..7d29c6bfdd 100644
--- a/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro
+++ b/tests/benchmarks/corelib/codecs/qtextcodec/qtextcodec.pro
@@ -1,6 +1,7 @@
-TARGET = tst_bench_qtextcodec
+CONFIG += benchmark
QT = core testlib
+
+TARGET = tst_bench_qtextcodec
SOURCES += main.cpp
TESTDATA = utf-8.txt
-