qt5base-lts/tests/auto/widgets/dialogs/dialogs.pro
Bradley T. Hughes fcf0e67deb Skip tst_QInputDialog on Mac OS X
This test hangs in CI, but so far I've been unable to reproduce the
problem. Disable the test for now so that this test does not block
changes that bring in needed functionality.

Task-number: QTBUG-25496
Change-Id: I81faa574b6d7bcab2e32becc2af0f71006c7dd9c
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2012-04-25 14:58:36 +02:00

21 lines
390 B
Prolog

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