summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/qdoc.pro
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2012-09-24 09:54:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 10:12:04 +0200
commit4b21631f595b80a692d30e3f8960ff8d6fcc5c4a (patch)
tree65e7add82fe800a14dc6847bce8bde58249eb640 /src/tools/qdoc/qdoc.pro
parentd8cebcdf67ddebb3bce89a08c7ffab4cc9bf4107 (diff)
qdoc: retrying More refactoring of qdoc data structures
This commit is the second phase of a significant overhaul of qdoc. Two new classes, QDocIndexFiles, and QDocTagFiles, are added to encapsulate the creation and use of the qdoc index files, and the creation of the qdoc tag file. Change-Id: I94651b10628e535ea7b26bd8256037cd819ccea7 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/tools/qdoc/qdoc.pro')
-rw-r--r--src/tools/qdoc/qdoc.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/qdoc/qdoc.pro b/src/tools/qdoc/qdoc.pro
index 9ca089cb1c..8d3b4e49ae 100644
--- a/src/tools/qdoc/qdoc.pro
+++ b/src/tools/qdoc/qdoc.pro
@@ -43,6 +43,8 @@ HEADERS += atom.h \
plaincodemarker.h \
puredocparser.h \
qdocdatabase.h \
+ qdoctagfiles.h \
+ qdocindexfiles.h \
quoter.h \
separator.h \
text.h \
@@ -69,6 +71,8 @@ SOURCES += atom.cpp \
plaincodemarker.cpp \
puredocparser.cpp \
qdocdatabase.cpp \
+ qdoctagfiles.cpp \
+ qdocindexfiles.cpp \
quoter.cpp \
separator.cpp \
text.cpp \