83611473ac
The QCopChannel class was removed during Qt5 refactoring. Change-Id: I62914eca1db65c680d90233ce9dad5d891890c4a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
49 lines
1.2 KiB
Prolog
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 \
|