summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/linuxaccessibility/linuxaccessibility.pro
blob: d6689c0fa37bd00bb075b8de122f9f8bcd2dc3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
TARGET = QtLinuxAccessibilitySupport
MODULE = linuxaccessibility_support

QT = core-private dbus gui-private accessibility_support-private
CONFIG += static internal_module

DEFINES += QT_NO_CAST_FROM_ASCII
PRECOMPILED_HEADER = ../../corelib/global/qt_pch.h

DBUS_ADAPTORS = $$PWD/dbusxml/Cache.xml $$PWD/dbusxml/DeviceEventController.xml
QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS = -i struct_marshallers_p.h

DBUS_INTERFACES = $$PWD/dbusxml/Socket.xml $$PWD/dbusxml/Bus.xml
QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i struct_marshallers_p.h

QMAKE_USE += atspi/nolink

HEADERS += \
    application_p.h \
    bridge_p.h \
    cache_p.h  \
    struct_marshallers_p.h \
    constant_mappings_p.h \
    dbusconnection_p.h \
    atspiadaptor_p.h

SOURCES += \
    application.cpp \
    bridge.cpp \
    cache.cpp  \
    struct_marshallers.cpp \
    constant_mappings.cpp \
    dbusconnection.cpp \
    atspiadaptor.cpp

load(qt_module)