blob: 3b74ab0c7523ebfa707ef3f1107392cc546cce19 (
plain)
1
2
3
4
5
6
|
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
|