2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
2011-05-17 23:58:16 +00:00
|
|
|
requires(contains(QT_CONFIG,accessibility))
|
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
|
|
|
}
|