summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/atspi2/atspi2.pri
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-11-01 17:50:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-08 16:59:50 +0100
commit4c1c8207b9ace89d727e3bd98ae77c4282672172 (patch)
treeaa98cd773d0ac8aff92d3712715e4e71d68424b3 /src/3rdparty/atspi2/atspi2.pri
parent15b5ed3294dc03e51f84a9d0163283f35e570944 (diff)
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 <jpnurmi@digia.com>
Diffstat (limited to 'src/3rdparty/atspi2/atspi2.pri')
-rw-r--r--src/3rdparty/atspi2/atspi2.pri4
1 files changed, 4 insertions, 0 deletions
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
+