aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickgridview/qquickgridview.pro
blob: b43e720162e036ab24098d2d756e9c6c483a95ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qquickgridview
macx:CONFIG -= app_bundle

SOURCES += tst_qquickgridview.cpp

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test
CONFIG += insignificant_test #QTBUG-22807
QT += core-private gui-private v8-private declarative-private quick-private opengl-private testlib widgets