blob: 7509e38dd3e112c58cd3bfa6b0cb0dd860d2db4c [file] [log] [blame] [edit]
CONFIG += testcase
TARGET = tst_qquickwheelhandler
macos:CONFIG -= app_bundle
SOURCES += tst_qquickwheelhandler.cpp
OTHER_FILES = \
data/rectWheel.qml \
include (../../../shared/util.pri)
include (../../shared/util.pri)
TESTDATA = data/*
QT += core-private gui-private qml-private quick-private testlib