8e1ff45e74
This is a plugin that bridges the QAccessible world to AT-SPI 2 on Linux. Change-Id: I7af22621ee6a3cefc723b137b7f227a611cf6641 Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
13 lines
341 B
Prolog
13 lines
341 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qaccessibilitylinux
|
|
SOURCES += tst_qaccessibilitylinux.cpp \
|
|
../../../../src/platformsupport/linuxaccessibility/dbusconnection.cpp \
|
|
../../../../src/platformsupport/linuxaccessibility/struct_marshallers.cpp
|
|
|
|
CONFIG += gui
|
|
CONFIG += link_pkgconfig
|
|
|
|
QT += gui widgets dbus testlib
|
|
|
|
PKGCONFIG += atspi-2
|