4c1c8207b9
This has (and still does) caused lots of grief since it means accessibility was often unintendedly not built. Instead copy the lib-at-spi-2 header file needed for the type enum and build it by default again. Change-Id: I1ba26f20edff1aeb444c96a37928f36230ac7576 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
15 lines
353 B
Prolog
15 lines
353 B
Prolog
CONFIG += testcase
|
|
|
|
# This is temporary to start running the test as part of normal CI.
|
|
CONFIG += insignificant_test # QTBUG-27732
|
|
|
|
include($$QT_SOURCE_TREE/src/platformsupport/linuxaccessibility/linuxaccessibility.pri)
|
|
|
|
TARGET = tst_qaccessibilitylinux
|
|
SOURCES += tst_qaccessibilitylinux.cpp
|
|
|
|
CONFIG += gui
|
|
|
|
QT += gui gui-private widgets dbus testlib
|
|
|