aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest/testevent/testevent.pro
blob: bd97e13b8996488d8a5026dca1ded03006f6db6c (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
TARGET = tst_testevent
macos:CONFIG -= app_bundle

SOURCES += tst_testevent.cpp
QT += quick testlib qmltest-private

include (../../shared/util.pri)