aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickgridview/qquickgridview.pro
blob: c817f35ce4c59d343a43ff1a00c5847760b88f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
testcase.timeout = 1100 # this test can be slow
TARGET = tst_qquickgridview
macx:CONFIG -= app_bundle

SOURCES += tst_qquickgridview.cpp

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

TESTDATA = data/*

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