summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/itemmodels/qstandarditemmodel/qstandarditemmodel.pro
blob: 5743bf40742001db8b1fc45f2e952fab28cf3cae (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qstandarditemmodel

QT += widgets widgets-private testlib
QT += core-private gui-private

SOURCES  += tst_qstandarditemmodel.cpp


DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0