aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/qquickpointhandler/qquickpointhandler.pro
blob: d64fc96d74f427949c390b3afb1766828e074760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase

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

macos:CONFIG -= app_bundle

SOURCES  += tst_qquickpointhandler.cpp

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

TESTDATA = data/*

OTHER_FILES += data/pointTracker.qml \