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

unix:!mac:LIBS+=-lm

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