qt5base-lts/tests/auto/testlib/qabstractitemmodeltester/qabstractitemmodeltester.pro
Giuseppe D'Angelo ff25a7ec05 QAbstractItemModelTester: fix the autotests
Move the modeltest autotest in the right place, and fix the
other autotests that were using it to use the version now in QtTestLib.

Change-Id: Ic6838945f616d580f357c872ce0956c341be3b16
Reviewed-by: David Faure <david.faure@kdab.com>
2018-01-09 21:12:58 +00:00

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