1
load(qttest_p4)
2
SOURCES += tst_qaccessibility.cpp
3
4
unix:!mac:LIBS+=-lm
5
contains(QT_CONFIG, qt3support): QT += qt3support
6
7
wince*: {
8
accessneeded.sources = $$QT_BUILD_TREE\plugins\accessible\*.dll
9
accessneeded.path = accessible
10
DEPLOYMENT += accessneeded
11
}