278152fffd
Commit 773dd01
introduced a general mingw platform scope, which
is cleaner and more flexible than matching the spec name.
Change-Id: Ie3a9cb791a83f7c8a51bc4e23069190c452ab521
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
21 lines
413 B
Prolog
21 lines
413 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
|
|
mingw: SUBDIRS -= qfilesystemmodel # QTBUG-29403
|