summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaccessibility/qaccessibility.pro
blob: 75fd1e9793a7bdbb1b16ea5bc14af13e54953f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
requires(contains(QT_CONFIG,accessibility))
SOURCES  += tst_qaccessibility.cpp

unix:!mac:LIBS+=-lm

wince*: {
	accessneeded.files = $$QT_BUILD_TREE\\plugins\\accessible\\*.dll
	accessneeded.path = accessible
	DEPLOYMENT += accessneeded
}