2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qaccessibility
|
2011-05-17 23:58:16 +00:00
|
|
|
requires(contains(QT_CONFIG,accessibility))
|
2011-10-25 04:42:16 +00:00
|
|
|
QT += widgets testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qaccessibility.cpp
|
|
|
|
|
|
|
|
unix:!mac:LIBS+=-lm
|
|
|
|
|
|
|
|
wince*: {
|
|
|
|
accessneeded.files = $$QT_BUILD_TREE\\plugins\\accessible\\*.dll
|
|
|
|
accessneeded.path = accessible
|
|
|
|
DEPLOYMENT += accessneeded
|
2011-05-16 00:43:14 +00:00
|
|
|
}
|
2011-11-16 15:15:00 +00:00
|
|
|
|
|
|
|
mac: CONFIG += insignificant_test # QTBUG-22812
|