diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-02 13:04:40 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-02 13:04:40 (GMT) |
commit | ef0fb5a95971285ed60530bf399c7eb038bf2977 (patch) | |
tree | 75ce5fb1ec73a85fd73e61c3c25c47c62c46d95a /tools | |
parent | e6a1cbed3f72cd41110e40c606acb27a1020644e (diff) | |
parent | 5e3c49d86feb33f3b722760ceaf002664341cb10 (diff) | |
download | Qt-ef0fb5a95971285ed60530bf399c7eb038bf2977.zip Qt-ef0fb5a95971285ed60530bf399c7eb038bf2977.tar.gz Qt-ef0fb5a95971285ed60530bf399c7eb038bf2977.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
qdoc3: Fix compilation with -no-stl
don't add extraneous empty command lines
make the $$quote() function less prominent
minor cleanup of the QMAKE_POST_LINK command line construction
silence qmake warning about unbalanced parentheses
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/cppcodemarker.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/cppcodemarker.cpp b/tools/qdoc3/cppcodemarker.cpp index e27916b..c2cad89 100644 --- a/tools/qdoc3/cppcodemarker.cpp +++ b/tools/qdoc3/cppcodemarker.cpp @@ -49,6 +49,8 @@ #include "text.h" #include "tree.h" +#include <ctype.h> + QT_BEGIN_NAMESPACE /*! |