diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-19 18:57:38 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-19 18:57:38 (GMT) |
commit | 93093b972cae3c1362c5d443ed8288b4694b2735 (patch) | |
tree | be5ac9fdb4ac5514d0368a9cc9030569a6e3d19b /tools/qdoc3/qdoc3.pro | |
parent | 6a5aebd47fca17663074c323795e37f3581154c2 (diff) | |
download | Qt-93093b972cae3c1362c5d443ed8288b4694b2735.zip Qt-93093b972cae3c1362c5d443ed8288b4694b2735.tar.gz Qt-93093b972cae3c1362c5d443ed8288b4694b2735.tar.bz2 |
Removed the unused C code parser.
Diffstat (limited to 'tools/qdoc3/qdoc3.pro')
-rw-r--r-- | tools/qdoc3/qdoc3.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro index 77c95f8..074fdf6 100644 --- a/tools/qdoc3/qdoc3.pro +++ b/tools/qdoc3/qdoc3.pro @@ -25,7 +25,6 @@ build_all:!build_pass { CONFIG -= app_bundle HEADERS += atom.h \ - ccodeparser.h \ codechunk.h \ codemarker.h \ codeparser.h \ @@ -51,7 +50,6 @@ HEADERS += atom.h \ tr.h \ tree.h SOURCES += atom.cpp \ - ccodeparser.cpp \ codechunk.cpp \ codemarker.cpp \ codeparser.cpp \ |