25f3c16c94
This test has one stable failure. Mark that failure with QEXPECT_FAIL and re-enable the test. Task-number: QTBUG-22812 Change-Id: I1e1ad63472db7ba724c9936ae718de0b3b078bbd Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
19 lines
434 B
Prolog
19 lines
434 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qaccessibility
|
|
requires(contains(QT_CONFIG,accessibility))
|
|
QT += widgets testlib
|
|
SOURCES += tst_qaccessibility.cpp
|
|
|
|
unix:!mac:LIBS+=-lm
|
|
|
|
wince*: {
|
|
accessneeded.files = $$QT_BUILD_TREE\\plugins\\accessible\\*.dll
|
|
accessneeded.path = accessible
|
|
DEPLOYMENT += accessneeded
|
|
}
|
|
|
|
win32 {
|
|
!*g++: include(../../../../src/3rdparty/iaccessible2/iaccessible2.pri)
|
|
LIBS += -loleacc -loleaut32 -lole32
|
|
}
|