aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmark/creation/creation.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-01-30 20:57:40 +0100
committerJari-Pekka Nurmi <jpnurmi@theqtcompany.com>2015-02-05 14:50:29 +0200
commit8b2a1ec43134e191a5f9bb08a73f1a694d52927d (patch)
treee3e7e8a14316fa488c3a2dab95fbfd3e592ece2b /tests/benchmark/creation/creation.pro
parentb46d1280b8d43f80d0ed7c38e11008b9d00a8e1d (diff)
Import the Qt Quick Controls 2 prototype
Change-Id: Ib8c0c4160958e5cfea29a6e9df1b3f1fb19715fc Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
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