summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicsview/qgraphicsview.pro
blob: 13998d5494e4e7cfcd9100c8c4fb3a7b505bc0c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
testcase.timeout = 500 # this test is slow
TARGET = tst_qgraphicsview

QT += widgets widgets-private testlib
QT += core-private gui-private testlib-private
qtConfig(opengl): QT += opengl openglwidgets

SOURCES  += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
HEADERS +=  tst_qgraphicsview.h
DEFINES += QT_NO_CAST_TO_ASCII