summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/text/qstring/qstring.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/text/qstring/qstring.pro')
-rw-r--r--tests/benchmarks/corelib/text/qstring/qstring.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/benchmarks/corelib/text/qstring/qstring.pro b/tests/benchmarks/corelib/text/qstring/qstring.pro
new file mode 100644
index 0000000000..9f5e34b915
--- /dev/null
+++ b/tests/benchmarks/corelib/text/qstring/qstring.pro
@@ -0,0 +1,5 @@
+TARGET = tst_bench_qstring
+QT -= gui
+QT += core testlib
+SOURCES += main.cpp
+