aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/quick/events/events.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/quick/events/events.pro')
-rw-r--r--tests/benchmarks/quick/events/events.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/benchmarks/quick/events/events.pro b/tests/benchmarks/quick/events/events.pro
new file mode 100644
index 0000000000..88e85d0278
--- /dev/null
+++ b/tests/benchmarks/quick/events/events.pro
@@ -0,0 +1,11 @@
+CONFIG += benchmark
+TEMPLATE = app
+TARGET = tst_qevents
+QT += quick quick-private qml testlib
+macos:CONFIG -= app_bundle
+
+SOURCES += tst_events.cpp
+
+include (../../../auto/shared/util.pri)
+include (../../../auto/quick/shared/util.pri)
+