aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmldebugtrace/qqmldebugtrace.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/qqmldebugtrace/qqmldebugtrace.pro')
-rw-r--r--tests/benchmarks/qml/qqmldebugtrace/qqmldebugtrace.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/benchmarks/qml/qqmldebugtrace/qqmldebugtrace.pro b/tests/benchmarks/qml/qqmldebugtrace/qqmldebugtrace.pro
new file mode 100644
index 0000000000..ebf0ae074f
--- /dev/null
+++ b/tests/benchmarks/qml/qqmldebugtrace/qqmldebugtrace.pro
@@ -0,0 +1,8 @@
+CONFIG += testcase
+QT += qml testlib
+TEMPLATE = app
+TARGET = tst_qqmldebugtrace
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qqmldebugtrace.cpp
+