11cd0902e6
The test was made insignificant for Windows in change
f3939d943e
. As the failure is not
reproduceable locally, re-enable it. Also split apart the test.
Task-number: QTBUG-51149
Change-Id: I6a06bdf2369bc3bdbc73dfe4fa416e9d644f8b01
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
7 lines
187 B
Prolog
7 lines
187 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qtreeview
|
|
QT += widgets testlib
|
|
QT += widgets-private gui-private core-private
|
|
SOURCES += tst_qtreeview.cpp
|
|
HEADERS += ../../../../shared/fakedirmodel.h
|