aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmultipointtoucharea/qquickmultipointtoucharea.pro
blob: 3c6f3042846b3702e78c1914c3dc261771260258 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = tst_qquickmultipointtoucharea
CONFIG += testcase
macx:CONFIG -= app_bundle

SOURCES += tst_qquickmultipointtoucharea.cpp

importFiles.files = data
importFiles.path = .
DEPLOYMENT += importFiles

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