qt5base-lts/tests/auto/widgets/dialogs/dialogs.pro
Oliver Wolff 45b0f1be68 Remove winrt
Macros and the await helper function from qfunctions_winrt(_p).h are
needed in other Qt modules which use UWP APIs on desktop windows.

Task-number: QTBUG-84434
Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-06-06 20:25:49 +02:00

21 lines
402 B
Prolog

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