From 4cceceff155a6d43cb0ac312d3055390cfc75201 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 2 Jul 2014 14:10:30 +0200 Subject: Compile with -no-feature-accessibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-38045 Change-Id: Id436b70aa6161bdf2428ca0a605212b278c71849 Reviewed-by: Jan Arve Sæther --- src/platformsupport/linuxaccessibility/struct_marshallers_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/platformsupport/linuxaccessibility/struct_marshallers_p.h') diff --git a/src/platformsupport/linuxaccessibility/struct_marshallers_p.h b/src/platformsupport/linuxaccessibility/struct_marshallers_p.h index fb1e6756eb..c6c7dc2bfa 100644 --- a/src/platformsupport/linuxaccessibility/struct_marshallers_p.h +++ b/src/platformsupport/linuxaccessibility/struct_marshallers_p.h @@ -49,6 +49,7 @@ #include #include +#ifndef QT_NO_ACCESSIBILITY QT_BEGIN_NAMESPACE typedef QList QSpiIntList; @@ -172,4 +173,5 @@ Q_DECLARE_METATYPE(QSpiAttributeSet) Q_DECLARE_METATYPE(QSpiAppUpdate) Q_DECLARE_METATYPE(QSpiDeviceEvent) +#endif //QT_NO_ACCESSIBILITY #endif /* Q_SPI_STRUCT_MARSHALLERS_H */ -- cgit v1.2.3