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>
35 lines
1.0 KiB
CMake
35 lines
1.0 KiB
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from qaccessibilitylinux.pro.
|
|
# special case begin
|
|
if (NOT QT_FEATURE_accessibility OR NOT TARGET Qt::LinuxAccessibilitySupportPrivate
|
|
OR (QT_BUILD_STANDALONE_TESTS AND QT_WILL_INSTALL))
|
|
return()
|
|
endif()
|
|
# special case end
|
|
|
|
#####################################################################
|
|
## tst_qaccessibilitylinux Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_qaccessibilitylinux
|
|
SOURCES
|
|
tst_qaccessibilitylinux.cpp
|
|
DBUS_INTERFACE_SOURCES
|
|
../../../../src/platformsupport/linuxaccessibility/dbusxml/Bus.xml
|
|
LIBRARIES
|
|
Qt::DBus
|
|
Qt::Gui
|
|
Qt::GuiPrivate
|
|
Qt::LinuxAccessibilitySupportPrivate
|
|
Qt::Widgets
|
|
)
|
|
|
|
# special case begin
|
|
# require for struct_marshallers_p.h which is included dbus_interface.h
|
|
target_include_directories(tst_qaccessibilitylinux PRIVATE
|
|
../../../../src/platformsupport/linuxaccessibility
|
|
)
|
|
# special case end
|