summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/benchmarks/objectcount/objectcount.pro2
-rw-r--r--tests/benchmarks/statusindicator/statusindicator.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/benchmarks/objectcount/objectcount.pro b/tests/benchmarks/objectcount/objectcount.pro
index f54d72d6..3e7f77e8 100644
--- a/tests/benchmarks/objectcount/objectcount.pro
+++ b/tests/benchmarks/objectcount/objectcount.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
TARGET = tst_objectcount
QT += quick testlib core-private
-CONFIG += testcase
+CONFIG += benchmark
osx:CONFIG -= app_bundle
SOURCES += \
diff --git a/tests/benchmarks/statusindicator/statusindicator.pro b/tests/benchmarks/statusindicator/statusindicator.pro
index d66b5515..3770784a 100644
--- a/tests/benchmarks/statusindicator/statusindicator.pro
+++ b/tests/benchmarks/statusindicator/statusindicator.pro
@@ -1,6 +1,7 @@
TEMPLATE = app
TARGET = tst_bench_statusindicator
QT = core quick testlib
+CONFIG += benchmark
SOURCES += \
tst_statusindicator.cpp