diff options
author | Harald Fernengel <harald.fernengel@nokia.com> | 2010-03-01 11:43:09 +0100 |
---|---|---|
committer | Harald Fernengel <harald.fernengel@nokia.com> | 2010-03-01 11:43:09 +0100 |
commit | 3e03276736d89e1ab214b50d57bf2ba6f6d560f7 (patch) | |
tree | e529f22c7d2fde2d988174e8709041497c31a47c /tools/qdoc3/doc.h | |
parent | 0fa408468327672f7e1ad8c628dc073c43bf2b3f (diff) | |
download | qt4-tools-3e03276736d89e1ab214b50d57bf2ba6f6d560f7.tar.gz |
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/doc.h')
-rw-r--r-- | tools/qdoc3/doc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/doc.h b/tools/qdoc3/doc.h index e98bb26f20..3e764564fe 100644 --- a/tools/qdoc3/doc.h +++ b/tools/qdoc3/doc.h @@ -48,6 +48,7 @@ #include <QSet> #include <QString> +#include <QMap> #include "location.h" |