574c2e7fee
Fix usage of API that is marked deprecated. Change-Id: Ib9a45e93084fb5b0d0d3aefd64b755dff7c696d6 Reviewed-by: Andreas Aardal Hanssen <andreas@hanssen.name>
7 lines
205 B
Prolog
7 lines
205 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qgraphicssceneindex
|
|
requires(contains(QT_CONFIG,private_tests))
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
SOURCES += tst_qgraphicssceneindex.cpp
|