summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/dialogs.pro
blob: acff1df5ba93466d934f82f8987fbadb3559c3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE=subdirs
SUBDIRS=\
   qabstractprintdialog \
   qcolordialog \
   qdialog \
   qerrormessage \
   qfiledialog \
   qfiledialog2 \
   qfilesystemmodel \
   qfontdialog \
   qinputdialog \
   qmessagebox \
   qprogressdialog \
   qsidebar \
   qwizard \

wince*|!qtHaveModule(printsupport):SUBDIRS -= qabstractprintdialog

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
          qsidebar \

mac:qinputdialog.CONFIG += no_check_target # QTBUG-25496
win32-g++*: SUBDIRS -= qfilesystemmodel # QTBUG-29403