e9a328bc0e
Use pro2cmake with '--api-version 2' to force regenerate projects to use the new prefixed qt_foo APIs. Change-Id: I055c4837860319e93aaa6b09d646dda4fc2a4069 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
41 lines
953 B
Plaintext
41 lines
953 B
Plaintext
# Generated from qaccessibility.pro.
|
|
|
|
if(NOT QT_FEATURE_accessibility)
|
|
return()
|
|
endif()
|
|
|
|
#####################################################################
|
|
## tst_qaccessibility Test:
|
|
#####################################################################
|
|
|
|
qt_add_test(tst_qaccessibility
|
|
SOURCES
|
|
accessiblewidgets.h
|
|
tst_qaccessibility.cpp
|
|
PUBLIC_LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::TestPrivate
|
|
Qt::WidgetsPrivate
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:qaccessibility.pro:<TRUE>:
|
|
# _REQUIREMENTS = "qtConfig(accessibility)"
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
qt_extend_target(tst_qaccessibility CONDITION UNIX AND NOT APPLE AND NOT HAIKU AND NOT integity
|
|
PUBLIC_LIBRARIES
|
|
m
|
|
)
|
|
|
|
qt_extend_target(tst_qaccessibility CONDITION WIN32
|
|
PUBLIC_LIBRARIES
|
|
ole32
|
|
oleacc
|
|
oleaut32
|
|
uuid
|
|
)
|