14 lines
308 B
Prolog
14 lines
308 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
|
|
}
|