summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/itemmodels/qsortfilterproxymodel/qsortfilterproxymodel.pro
blob: 099f666def8bb3bd905f092bdc75c0cd9f5aa4bd (plain)
1
2
3
4
5
6
7
8
9
CONFIG += testcase
TARGET = tst_qsortfilterproxymodel

QT += widgets testlib
mtdir = ../../../other/modeltest

INCLUDEPATH += $$PWD/$${mtdir}
SOURCES         += tst_qsortfilterproxymodel.cpp $${mtdir}/dynamictreemodel.cpp $${mtdir}/modeltest.cpp
HEADERS         += $${mtdir}/dynamictreemodel.h $${mtdir}/modeltest.h