aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/creation/creation.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-03-18 15:06:08 +0100
committerJari-Pekka Nurmi <jpnurmi@theqtcompany.com>2015-03-18 16:25:55 +0200
commit6b20665729716bbe61abea720a552b2c6d35b55c (patch)
tree16331ad32549e0f67b66defc3258ff92b6acaa2e /tests/benchmarks/creation/creation.pro
parent7cb166eb78a2f478bf491a9aedd9ad480181af38 (diff)
Rename tests/benchmark -> tests/benchmarks
Change-Id: I1ffd60772ca4a504d174c3ad4e321bf3c3fb5849 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/benchmarks/creation/creation.pro')
-rw-r--r--tests/benchmarks/creation/creation.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/benchmarks/creation/creation.pro b/tests/benchmarks/creation/creation.pro
new file mode 100644
index 00000000..5750cb9f
--- /dev/null
+++ b/tests/benchmarks/creation/creation.pro
@@ -0,0 +1,9 @@
+TEMPLATE = app
+TARGET = tst_creation
+
+QT += qml testlib
+CONFIG += testcase
+osx:CONFIG -= app_bundle
+
+SOURCES += \
+ tst_creation.cpp