qt5base-lts/tests/auto/widgets/itemviews/qidentityproxymodel/qidentityproxymodel.pro

9 lines
322 B
Prolog
Raw Normal View History

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