aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickmultipointtoucharea/qquickmultipointtoucharea.pro
blob: 8be4b1f1fd3fee1c8b105f2580bf145ba34d0da8 (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 testlib