fc52cbbc13
Re-enable this test, with the two test functions that fail on Linux disabled until the failures can be diagnosed. Change-Id: I915e1a0d675cb71a80086e89f9799a4f9f6b600c Reviewed-by: Rohan McGovern (cherry picked from commit ee55dec1efe9c67518bf3e27f81b0696075f7153)
65 lines
1.5 KiB
Prolog
65 lines
1.5 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=\
|
|
exceptionsafety_objects \
|
|
# baselineexample \ Just an example demonstrating qbaselinetest usage
|
|
lancelot \
|
|
qaccessibility \
|
|
qalgorithms \
|
|
qcombobox \
|
|
qcssparser \
|
|
#qdatastream \ # FIXME: uses qtsvg (QTBUG-19244)
|
|
qdir \
|
|
qfocusevent \
|
|
qimage \
|
|
qiodevice \
|
|
qitemmodel \
|
|
qlayout \
|
|
qmdiarea \
|
|
qmenu \
|
|
qmenubar \
|
|
qmouseevent \
|
|
qpainter \
|
|
qpixmap \
|
|
qprinter \
|
|
qsettings \
|
|
qsplitter \
|
|
qtabwidget \
|
|
qtextbrowser \
|
|
qtextdocument \
|
|
qtextedit \
|
|
qtoolbutton \
|
|
qvariant \
|
|
qwidget \
|
|
qworkspace \
|
|
windowsmobile \
|
|
nativeimagehandleprovider
|
|
|
|
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
|
|
mac: {
|
|
SUBDIRS += macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
qaccessibility_mac
|
|
}
|
|
|
|
embedded:!wince* {
|
|
SUBDIRS += qcopchannel \
|
|
qdirectpainter \
|
|
qmultiscreen
|
|
}
|
|
|
|
symbian {
|
|
SUBDIRS += qsoftkeymanager \
|
|
qs60mainapplication
|
|
}
|
|
|
|
# Following tests depends on private API
|
|
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
|
qcombobox \
|
|
qcssparser \
|
|
qtextedit \
|
|
|