summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdomhelpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/dom/qdomhelpers.cpp')
-rw-r--r--src/xml/dom/qdomhelpers.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xml/dom/qdomhelpers.cpp b/src/xml/dom/qdomhelpers.cpp
index 10e37f7c0f..63c2db929a 100644
--- a/src/xml/dom/qdomhelpers.cpp
+++ b/src/xml/dom/qdomhelpers.cpp
@@ -37,6 +37,10 @@
**
****************************************************************************/
+#include <QtXml/qtxmlglobal.h>
+
+#ifndef QT_NO_DOM
+
#include "qdomhelpers_p.h"
#include "qdom_p.h"
#include "qxmlstream.h"
@@ -661,3 +665,5 @@ bool QDomParser::parseMarkupDecl()
}
QT_END_NAMESPACE
+
+#endif // QT_NO_DOM