aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/testevent/testevent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quicktest/testevent/testevent.pro')
-rw-r--r--tests/auto/quicktest/testevent/testevent.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/quicktest/testevent/testevent.pro b/tests/auto/quicktest/testevent/testevent.pro
new file mode 100644
index 0000000000..bd97e13b89
--- /dev/null
+++ b/tests/auto/quicktest/testevent/testevent.pro
@@ -0,0 +1,8 @@
+CONFIG += testcase
+TARGET = tst_testevent
+macos:CONFIG -= app_bundle
+
+SOURCES += tst_testevent.cpp
+QT += quick testlib qmltest-private
+
+include (../../shared/util.pri)