ff25a7ec05
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>
8 lines
161 B
Prolog
8 lines
161 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qstandarditemmodel
|
|
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qstandarditemmodel.cpp
|