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

SOURCES += tst_qquickrectangle.cpp

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

TESTDATA = data/*

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