aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpincharea/qquickpincharea.pro
blob: d37b37309d51284f9a5659814ab2a9dde7722e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
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