summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaccessibility/qaccessibility.pro
blob: 1b30beb3026c808bd09e966d8638f3212de2b2a0 (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
}