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>
25 lines
743 B
Prolog
25 lines
743 B
Prolog
load(qt_build_config)
|
|
TARGET = QtPlatformSupport
|
|
QT = core-private gui-private
|
|
|
|
CONFIG += static internal_module
|
|
mac:LIBS += -lz -framework CoreFoundation -framework Carbon
|
|
|
|
load(qt_module)
|
|
|
|
DEFINES += QT_NO_CAST_FROM_ASCII
|
|
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
|
|
|
|
include(cglconvenience/cglconvenience.pri)
|
|
include(dnd/dnd.pri)
|
|
include(eglconvenience/eglconvenience.pri)
|
|
include(eventdispatchers/eventdispatchers.pri)
|
|
include(fbconvenience/fbconvenience.pri)
|
|
include(fontdatabases/fontdatabases.pri)
|
|
include(glxconvenience/glxconvenience.pri)
|
|
include(input/input.pri)
|
|
include(devicediscovery/devicediscovery.pri)
|
|
include(services/services.pri)
|
|
include(themes/themes.pri)
|
|
include(linuxaccessibility/linuxaccessibility.pri)
|