aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickpinchhandler/qquickpinchhandler.pro
blob: 7e177d9786eab224564d94810b682bb0afc76c57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
TARGET = tst_qquickpinchhandler
macos:CONFIG -= app_bundle

SOURCES += tst_qquickpinchhandler.cpp
OTHER_FILES = \
    data/pinchproperties.qml \
    data/threeFingers.qml \
    data/transformedPinchArea.qml

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

TESTDATA = data/*

QT += core-private gui-private qml-private quick-private testlib