qt5base-lts/tests/auto/other.pro
Jason McDonald 22d6cd5cdd Don't try to run exceptionsafety_objects test by default on windows.
This test relies on some API specific to MSVC's debug runtime, which is
not always guaranteed to be available.

Change-Id: Ib0ae4694ad51f59198dadfce802f0dfdf0522002
Reviewed-by: Rohan McGovern
(cherry picked from commit 01dfb9ca25bfaec5784f404dcd4bf41bbc2b6fcb)
2011-05-18 10:46:40 +10:00

66 lines
1.6 KiB
Prolog

# These tests don't nicely fit into one of the other .pro files.
# They are testing too many Qt modules at the same time.
TEMPLATE=subdirs
SUBDIRS=\
# baselineexample \ Just an example demonstrating qbaselinetest usage
lancelot \
qaccessibility \
qalgorithms \
qcombobox \
qcssparser \
#qdatastream \ # FIXME: uses qtsvg (QTBUG-19244)
qdir \
qfocusevent \
qimage \
qiodevice \
qitemmodel \
qlayout \
qmdiarea \
qmenu \
qmenubar \
qmouseevent \
qpainter \
qpixmap \
qprinter \
qsettings \
qsplitter \
qtabwidget \
qtextbrowser \
qtextdocument \
qtextedit \
qtoolbutton \
qvariant \
qwidget \
qworkspace \
windowsmobile \
nativeimagehandleprovider
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
mac: {
SUBDIRS += macgui \
macnativeevents \
macplist \
qaccessibility_mac
}
embedded:!wince* {
SUBDIRS += qcopchannel \
qdirectpainter \
qmultiscreen
}
symbian {
SUBDIRS += qsoftkeymanager \
qs60mainapplication
}
!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
# Following tests depends on private API
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qcombobox \
qcssparser \
qtextedit \