summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qidentityproxymodel/qidentityproxymodel.pro
blob: 4fb8c98fe7c9d586695bb9678b6f54ce63ea4f44 (plain)
1
2
3
4
5
6
7
8
CONFIG += testcase
TARGET = tst_qidentityproxymodel

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