2011-04-27 10:05:43 +00:00
|
|
|
# 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=\
|
2011-09-12 07:28:19 +00:00
|
|
|
other \
|
2011-04-27 10:05:43 +00:00
|
|
|
# baselineexample \ Just an example demonstrating qbaselinetest usage
|
2011-10-11 08:21:54 +00:00
|
|
|
exceptionsafety_objects \
|
2011-04-27 10:05:43 +00:00
|
|
|
lancelot \
|
2011-10-11 08:21:54 +00:00
|
|
|
macgui \
|
|
|
|
macnativeevents \
|
|
|
|
macplist \
|
2011-10-11 07:36:37 +00:00
|
|
|
qaccessibility \
|
2011-04-27 10:05:43 +00:00
|
|
|
qcombobox \
|
2011-10-11 08:21:54 +00:00
|
|
|
qcopchannel \
|
|
|
|
qdirectpainter \
|
2011-04-27 10:05:43 +00:00
|
|
|
qfocusevent \
|
|
|
|
qlayout \
|
|
|
|
qmdiarea \
|
|
|
|
qmenu \
|
|
|
|
qmenubar \
|
2011-10-11 08:21:54 +00:00
|
|
|
qmultiscreen \
|
2011-04-27 10:05:43 +00:00
|
|
|
qsplitter \
|
|
|
|
qtabwidget \
|
|
|
|
qtextbrowser \
|
|
|
|
qtextedit \
|
|
|
|
qtoolbutton \
|
|
|
|
qwidget \
|
|
|
|
qworkspace \
|
2011-10-10 04:58:59 +00:00
|
|
|
windowsmobile \
|
|
|
|
qmetaobjectbuilder
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-11 07:36:37 +00:00
|
|
|
wince*|!contains(QT_CONFIG, accessibility):SUBDIRS -= qaccessibility
|
2011-05-17 23:58:16 +00:00
|
|
|
|
2011-10-11 08:21:54 +00:00
|
|
|
!mac|qpa: SUBDIRS -= \
|
|
|
|
macgui \
|
|
|
|
macnativeevents \
|
|
|
|
macplist \
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-11 08:21:54 +00:00
|
|
|
!embedded|wince*: SUBDIRS -= \
|
|
|
|
qcopchannel \
|
|
|
|
qdirectpainter \
|
|
|
|
qmultiscreen \
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-10-11 08:21:54 +00:00
|
|
|
win32-msvc*|wince*:SUBDIRS -= exceptionsafety_objects
|
2011-04-18 07:21:03 +00:00
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
# Following tests depends on private API
|
|
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
2011-05-11 00:05:36 +00:00
|
|
|
qcombobox \
|
|
|
|
qtextedit \
|