qt5base-lts/tests/auto/widgets/dialogs/dialogs.pro
Bjoern Breitmeyer 32db7de207 fixed unittest builds for wince
removed printsupport tests for wince as there
is no print support on wince and removed the special
handling for wince from 4.8 on some tests as the dependent
modules are not part of qt base anymore

Change-Id: I4ffb22da11f98beee1013f775cb5ce4b936d3211
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-07-06 21:14:09 +02:00

23 lines
431 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qabstractprintdialog \
qcolordialog \
qdialog \
qerrormessage \
qfiledialog \
qfiledialog2 \
qfilesystemmodel \
qfontdialog \
qinputdialog \
qmessagebox \
qprogressdialog \
qsidebar \
qwizard \
!wince*:SUBDIRS -= qabstractprintdialog
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qsidebar \
mac:qinputdialog.CONFIG += no_check_target # QTBUG-25496