f720619e0d
Remove #ifdef sections for Q_OS_WINCE, wince .pro file clauses and CE-specific files. Task-number: QTBUG-51673 Change-Id: Ibf599204f5c0daaef086edaf8fac86853db3ee14 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
18 lines
477 B
Prolog
18 lines
477 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qaccessibility
|
|
requires(contains(QT_CONFIG,accessibility))
|
|
QT += testlib core-private gui-private widgets-private
|
|
SOURCES += tst_qaccessibility.cpp
|
|
HEADERS += accessiblewidgets.h
|
|
|
|
unix:!darwin:!haiku:!integity: LIBS += -lm
|
|
|
|
win32 {
|
|
!*g++:!winrt {
|
|
include(../../../../src/3rdparty/iaccessible2/iaccessible2.pri)
|
|
DEFINES += QT_SUPPORTS_IACCESSIBLE2
|
|
}
|
|
LIBS += -luuid
|
|
!winphone: LIBS += -loleacc -loleaut32 -lole32
|
|
}
|