summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaccessibility/qaccessibility.pro
blob: e33c04d43be2feacc4ad9944493312b467a1ac68 (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.sources = $$QT_BUILD_TREE\plugins\accessible\*.dll
	accessneeded.path = accessible
	DEPLOYMENT += accessneeded
}