2017-08-24 16:50:59 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
QT += widgets testlib
|
|
|
|
|
|
|
|
mtdir = ../../other/qabstractitemmodelutils
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD/$${mtdir}
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$${mtdir}/dynamictreemodel.cpp \
|
|
|
|
tst_qabstractitemmodeltester.cpp
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
$${mtdir}/dynamictreemodel.h
|
2018-08-06 15:07:07 +00:00
|
|
|
|
|
|
|
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)
|