summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/qaccessibility.pro
blob: 0c224ad0a8dcaef53eb5b3310f7d3c6a5ca9623c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qaccessibility
requires(contains(QT_CONFIG,accessibility))
QT += widgets testlib
SOURCES  += tst_qaccessibility.cpp

unix:!mac:LIBS+=-lm

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

win32 {
    !*g++: include(../../../../src/3rdparty/iaccessible2/iaccessible2.pri)
    LIBS += -loleacc -loleaut32 -lole32
}