Files
qt5.12.8/tests/auto/widgets/dialogs/qfilesystemmodel/qfilesystemmodel.pro
2025-08-26 22:57:23 +08:00

14 lines
385 B
Prolog

INCLUDEPATH += ../../../../shared
HEADERS += ../../../../shared/emulationdetector.h
CONFIG += testcase
# This testcase can be slow on Windows and OS X, and may interfere with other file system tests.
win32:testcase.timeout = 900
macx:testcase.timeout = 900
QT += widgets widgets-private
QT += core-private testlib
SOURCES += tst_qfilesystemmodel.cpp
TARGET = tst_qfilesystemmodel