qt5base-lts/tests/auto/other.pro
Jason McDonald 83611473ac Remove qcopchannel autotest.
The QCopChannel class was removed during Qt5 refactoring.

Change-Id: I62914eca1db65c680d90233ce9dad5d891890c4a
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-10-17 07:59:29 +02:00

49 lines
1.2 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 \
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 -= \
qdirectpainter \
qmultiscreen \
!linux*-g++*:SUBDIRS -= exceptionsafety_objects
# Following tests depends on private API
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qcombobox \
qtextedit \