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

unix:!mac:LIBS+=-lm
contains(QT_CONFIG, qt3support): QT += qt3support

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