From 4c1c8207b9ace89d727e3bd98ae77c4282672172 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 1 Nov 2012 17:50:56 +0100 Subject: Accessibility Linux: Do not depend on external libatspi2 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 --- src/3rdparty/atspi2/atspi2.pri | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/3rdparty/atspi2/atspi2.pri') diff --git a/src/3rdparty/atspi2/atspi2.pri b/src/3rdparty/atspi2/atspi2.pri index 080a805129..1b2ac51b85 100644 --- a/src/3rdparty/atspi2/atspi2.pri +++ b/src/3rdparty/atspi2/atspi2.pri @@ -4,3 +4,7 @@ QDBUSXML2CPP_ADAPTOR_HEADER_FLAGS = -i struct_marshallers_p.h DBUS_INTERFACES = $$PWD/xml/Socket.xml QDBUSXML2CPP_INTERFACE_HEADER_FLAGS = -i struct_marshallers_p.h + +INCLUDEPATH += $$PWD +HEADERS += $$PWD/atspi/atspi-constants.h + -- cgit v1.2.3