qt5base-lts/tests/auto/other.pro

51 lines
1.3 KiB
Prolog
Raw Normal View History

# 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 \