summaryrefslogtreecommitdiffstats
path: root/tests/auto/qaccessibility/qaccessibility.pro
blob: 71d6f95175a29bd6e747cf55691e9825818f0808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
load(qttest_p4)
requires(contains(QT_CONFIG,accessibility))
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
}