aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpincharea/qquickpincharea.pro
blob: 15095b53a5facf7584498e02f99d43556e1f6350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qquickpincharea
macx:CONFIG -= app_bundle

SOURCES += tst_qquickpincharea.cpp

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

TESTDATA = data/*

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