summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro')
-rw-r--r--tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro b/tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro
new file mode 100644
index 0000000..6a86f58
--- /dev/null
+++ b/tests/benchmarks/declarative/qmlcomponent/qmlcomponent.pro
@@ -0,0 +1,9 @@
+load(qttest_p4)
+TEMPLATE = app
+TARGET = tst_qmlcomponent
+QT += declarative
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qmlcomponent.cpp testtypes.cpp
+HEADERS += testtypes.h
+