574c2e7fee
Fix usage of API that is marked deprecated. Change-Id: Ib9a45e93084fb5b0d0d3aefd64b755dff7c696d6 Reviewed-by: Andreas Aardal Hanssen <andreas@hanssen.name>
12 lines
282 B
Prolog
12 lines
282 B
Prolog
CONFIG += testcase
|
|
testcase.timeout = 500 # this test is slow
|
|
TARGET = tst_qgraphicsview
|
|
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qgraphicsview.cpp tst_qgraphicsview_2.cpp
|
|
HEADERS += tst_qgraphicsview.h
|
|
DEFINES += QT_NO_CAST_TO_ASCII
|
|
|