summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/qaccessibility.pro
blob: f909627cb71ca23404598f8b136f7061e3b60507 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TARGET = tst_qaccessibility
requires(qtConfig(accessibility))
QT += testlib core-private gui-private widgets-private testlib-private
SOURCES += tst_qaccessibility.cpp
HEADERS += accessiblewidgets.h

unix:!darwin:!haiku:!integity: LIBS += -lm

win32: LIBS += -loleacc -loleaut32 -lole32 -luuid