aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmark/creation/creation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/creation/creation.pro')
-rw-r--r--tests/benchmark/creation/creation.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/benchmark/creation/creation.pro b/tests/benchmark/creation/creation.pro
new file mode 100644
index 00000000..5750cb9f
--- /dev/null
+++ b/tests/benchmark/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