qt5base-lts/tests/auto/testlib/qabstractitemmodeltester/qabstractitemmodeltester.pro
Edward Welbourne 3a5f86d784 Add a feature to enable CodeCoverage analysis of testlib
Based on Asmo Saarela's advice (QTPM-686), adapted on advice from
FrogLogic support and converted to a feature so that the selftest and
testlib qmake config can be co-ordinated.

Task-number: QTPM-1385
Change-Id: Icd706f086009e1e08b3f8c5cd553f792402e28c0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-01-24 15:51:13 +00:00

16 lines
300 B
Prolog

CONFIG += testcase
QT += widgets testlib
mtdir = ../../other/qabstractitemmodelutils
INCLUDEPATH += $$PWD/$${mtdir}
SOURCES += \
$${mtdir}/dynamictreemodel.cpp \
tst_qabstractitemmodeltester.cpp
HEADERS += \
$${mtdir}/dynamictreemodel.h
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)