14 lines
247 B
Prolog
14 lines
247 B
Prolog
|
CONFIG += testcase
|
||
|
QT += widgets testlib
|
||
|
|
||
|
mtdir = ../../other/qabstractitemmodelutils
|
||
|
|
||
|
INCLUDEPATH += $$PWD/$${mtdir}
|
||
|
|
||
|
SOURCES += \
|
||
|
$${mtdir}/dynamictreemodel.cpp \
|
||
|
tst_qabstractitemmodeltester.cpp
|
||
|
|
||
|
HEADERS += \
|
||
|
$${mtdir}/dynamictreemodel.h
|