qt5base-lts/tests/auto/widgets/dialogs/dialogs.pro
John Layt 041abb9316 QPrintSupport: Move QAbstractPrintDialog test into QPrintSupport
Move the test for QAbstractPrintDialog from widgets into printsupport

Change-Id: Ia7595fa650a7ad565df3090207500ed06564e842
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2013-10-26 00:39:51 +02:00

21 lines
418 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
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
win32-g++*: SUBDIRS -= qfilesystemmodel # QTBUG-29403