aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/objectcount/objectcount.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-09 16:27:44 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-09 14:28:51 +0000
commitb898b8c2317cd2c7349a60eba0c9bfea395e614c (patch)
tree61d21999ba10c8174bc5cb4c3af36a8b43e7c58a /tests/benchmarks/objectcount/objectcount.pro
parent7b971c28e6098b629b8e9e3e38a9465a3f1bd459 (diff)
Rename benchmarks
Just to make it clear what they actually do. These project names are also visible in Qt Creator when choosing the run-target... Change-Id: I95dd54fd1b6cb3369ab19dbaccbd92d104ea5250 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/benchmarks/objectcount/objectcount.pro')
-rw-r--r--tests/benchmarks/objectcount/objectcount.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/benchmarks/objectcount/objectcount.pro b/tests/benchmarks/objectcount/objectcount.pro
new file mode 100644
index 00000000..f54d72d6
--- /dev/null
+++ b/tests/benchmarks/objectcount/objectcount.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+TARGET = tst_objectcount
+
+QT += quick testlib core-private
+CONFIG += testcase
+osx:CONFIG -= app_bundle
+
+SOURCES += \
+ tst_objectcount.cpp