summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/webxmlgenerator.h
diff options
context:
space:
mode:
authorHarald Fernengel <harald.fernengel@nokia.com>2010-03-01 10:43:09 (GMT)
committerHarald Fernengel <harald.fernengel@nokia.com>2010-03-01 10:43:09 (GMT)
commit3e03276736d89e1ab214b50d57bf2ba6f6d560f7 (patch)
treee529f22c7d2fde2d988174e8709041497c31a47c /tools/qdoc3/webxmlgenerator.h
parent0fa408468327672f7e1ad8c628dc073c43bf2b3f (diff)
downloadQt-3e03276736d89e1ab214b50d57bf2ba6f6d560f7.zip
Qt-3e03276736d89e1ab214b50d57bf2ba6f6d560f7.tar.gz
Qt-3e03276736d89e1ab214b50d57bf2ba6f6d560f7.tar.bz2
Introduce optional qdoc_bootstrapped qmake flag
This allows building documentation even when cross-compiling. Note that for official documentation, you should always use your host's qdoc3 binary. This qmake option is for testing whether you introduced new qdoc warnings even if you don't have a native build around.
Diffstat (limited to 'tools/qdoc3/webxmlgenerator.h')
-rw-r--r--tools/qdoc3/webxmlgenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qdoc3/webxmlgenerator.h b/tools/qdoc3/webxmlgenerator.h
index cadf176..071896a 100644
--- a/tools/qdoc3/webxmlgenerator.h
+++ b/tools/qdoc3/webxmlgenerator.h
@@ -46,12 +46,17 @@
#ifndef WEBXMLGENERATOR_H
#define WEBXMLGENERATOR_H
+#include <QtCore/qxmlstream.h>
+
#include "codemarker.h"
#include "config.h"
#include "pagegenerator.h"
QT_BEGIN_NAMESPACE
+class QXmlStreamReader;
+class QXmlStreamWriter;
+
class WebXMLGenerator : public PageGenerator
{
public: