aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickwheelhandler/qquickwheelhandler.pro
blob: 7509e38dd3e112c58cd3bfa6b0cb0dd860d2db4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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