qt5base-lts/tests/auto/widgets/dialogs/dialogs.pro
Friedemann Kleint 40eaa72319 Do not run tst_qfilesystemmodel for MinGW.
Task-number: QTBUG-29403

Change-Id: I91c938d9a6510ae91e54cd53e2d9df0a56b68d50
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
2013-02-01 09:18:42 +01:00

24 lines
484 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qabstractprintdialog \
qcolordialog \
qdialog \
qerrormessage \
qfiledialog \
qfiledialog2 \
qfilesystemmodel \
qfontdialog \
qinputdialog \
qmessagebox \
qprogressdialog \
qsidebar \
qwizard \
wince*:SUBDIRS -= qabstractprintdialog
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qsidebar \
mac:qinputdialog.CONFIG += no_check_target # QTBUG-25496
win32-g++*: SUBDIRS -= qfilesystemmodel # QTBUG-29403