qt5base-lts/tests/auto/other.pro
Jason McDonald 73d2970acd Remove Mac accessibility autotest.
This test was empty, the logic having been recently removed because it
only applied to the Carbon UI, which will not be supported by Qt5.

Change-Id: I2b5d6aba6be4a51eadbac3ca9d19d1a68c4fc1ab
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-10-17 03:30:55 +02:00

51 lines
1.3 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=\
other \
# baselineexample \ Just an example demonstrating qbaselinetest usage
exceptionsafety_objects \
lancelot \
macgui \
macnativeevents \
macplist \
qaccessibility \
qcombobox \
qcopchannel \
qdirectpainter \
qfocusevent \
qlayout \
qmdiarea \
qmenu \
qmenubar \
qmultiscreen \
qsplitter \
qtabwidget \
qtextbrowser \
qtextedit \
qtoolbutton \
qwidget \
qworkspace \
windowsmobile \
qmetaobjectbuilder
wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
!mac|qpa: SUBDIRS -= \
macgui \
macnativeevents \
macplist \
!embedded|wince*: SUBDIRS -= \
qcopchannel \
qdirectpainter \
qmultiscreen \
win32-msvc*|wince*:SUBDIRS -= exceptionsafety_objects
# Following tests depends on private API
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qcombobox \
qtextedit \