aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickgridview/qquickgridview.pro
blob: c88b63a68eb49a0add5d81984c29c6dba227438c (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 opengl-private testlib widgets