summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qidentityproxymodel/qidentityproxymodel.pro
blob: f57b419ae5d6d95c6c8956bbaea4a6b49cbe46e0 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qidentityproxymodel

mtdir = ../../../other/modeltest
INCLUDEPATH += $$PWD/$${mtdir}
QT += testlib
SOURCES         += tst_qidentityproxymodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
HEADERS         += $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0