3a5f86d784
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>
16 lines
300 B
Prolog
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)
|