summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-04-03 01:01:00 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-04-03 09:01:44 +0200
commit86d9e36b06b0347e1b7bd1b7f90618eab515dfaf (patch)
tree09dcae6127adb35d6ecb5273eba7a54e842917e8 /tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro
parentcabd8f860b54c1692bd03876c1bfcc3e14b56503 (diff)
parent333d7e6de434fbe7777f948761ac5e7b5065d83f (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Conflicts: tests/benchmarks/corelib/text/qstringlist/qstringlist.pro Change-Id: Ie9b97bd83c2df00fd9b556b5f09d405f71970169
Diffstat (limited to 'tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro')
-rw-r--r--tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro b/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro
index fe74dafef4..59adad6bbc 100644
--- a/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro
+++ b/tests/benchmarks/corelib/tools/qcontiguouscache/qcontiguouscache.pro
@@ -1,7 +1,6 @@
-TARGET = tst_bench_qcontiguouscache
-
-SOURCES += main.cpp
-
+CONFIG += benchmark
CONFIG += parallel_test
-
QT = core testlib
+
+TARGET = tst_bench_qcontiguouscache
+SOURCES += main.cpp