32df595275
Task-number: QTBUG-105718 Change-Id: I5d3ef70a31235868b9be6cb479b7621bf2a8ba39 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
44 lines
1.0 KiB
CMake
44 lines
1.0 KiB
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from qaccessibility.pro.
|
|
|
|
if(NOT QT_FEATURE_accessibility)
|
|
return()
|
|
endif()
|
|
|
|
#####################################################################
|
|
## tst_qaccessibility Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_qaccessibility
|
|
SOURCES
|
|
accessiblewidgets.h
|
|
tst_qaccessibility.cpp
|
|
LIBRARIES
|
|
Qt::CorePrivate
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::TestPrivate
|
|
Qt::WidgetsPrivate
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:qaccessibility.pro:<TRUE>:
|
|
# _REQUIREMENTS = "qtConfig(accessibility)"
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
|
|
qt_internal_extend_target(tst_qaccessibility CONDITION UNIX AND NOT APPLE AND NOT HAIKU AND NOT INTEGRITY
|
|
LIBRARIES
|
|
m
|
|
)
|
|
|
|
qt_internal_extend_target(tst_qaccessibility CONDITION WIN32
|
|
LIBRARIES
|
|
ole32
|
|
oleacc
|
|
oleaut32
|
|
uuid
|
|
)
|