184e1a37e8
Change-Id: I7fc4a6e4885e9640ecfbe93547fb56868ebba309 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
24 lines
512 B
Prolog
24 lines
512 B
Prolog
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
|