aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickmultipointtoucharea/qquickmultipointtoucharea.pro
blob: 38c32099b0fa6321ee3cb15f19c178a132c72121 (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 declarative-private quick-private testlib