summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/linuxaccessibility/struct_marshallers_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-07-02 14:10:30 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-21 15:17:56 +0200
commit4cceceff155a6d43cb0ac312d3055390cfc75201 (patch)
treedee11b79ec5f69a1a627280c918ec728a85b6880 /src/platformsupport/linuxaccessibility/struct_marshallers_p.h
parentd807a16e7f9555e02991fc86ac5085ebe0101ef3 (diff)
Compile with -no-feature-accessibility
Task-number: QTBUG-38045 Change-Id: Id436b70aa6161bdf2428ca0a605212b278c71849 Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
Diffstat (limited to 'src/platformsupport/linuxaccessibility/struct_marshallers_p.h')
-rw-r--r--src/platformsupport/linuxaccessibility/struct_marshallers_p.h2
1 files changed, 2 insertions, 0 deletions
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 <QtDBus/QDBusConnection>
#include <QtDBus/QDBusObjectPath>
+#ifndef QT_NO_ACCESSIBILITY
QT_BEGIN_NAMESPACE
typedef QList <int> 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 */