summaryrefslogtreecommitdiff
path: root/src/qdoc/qdoc.pro
diff options
context:
space:
mode:
authorThibaut Cuvelier <cuvelier.thibaut@gmail.com>2019-11-15 02:41:00 +0100
committerTopi Reinio <topi.reinio@qt.io>2019-12-02 12:33:15 +0100
commit286927b27c2df066a590bd8f442ad0439fd9133f (patch)
tree393227400c457ed5d2f899febe364ac25222e61d /src/qdoc/qdoc.pro
parent1dfff8b60398bf2643d2b8f2f369cbf9659ae414 (diff)
downloadqttools-286927b27c2df066a590bd8f442ad0439fd9133f.tar.gz
Introduce XmlGenerator to merge common functions for outputs
HTML, WebXML, and the future DocBook output Fixes: QTBUG-80100 Change-Id: Idf373e3b1d76ab808597dcabd8649ecb5e2df0f7 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/qdoc.pro')
-rw-r--r--src/qdoc/qdoc.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qdoc/qdoc.pro b/src/qdoc/qdoc.pro
index df9123b09..c38c50b16 100644
--- a/src/qdoc/qdoc.pro
+++ b/src/qdoc/qdoc.pro
@@ -58,6 +58,7 @@ HEADERS += atom.h \
text.h \
tokenizer.h \
tree.h \
+ xmlgenerator.h \
webxmlgenerator.h \
qdoccommandlineparser.h \
utilities.h
@@ -90,6 +91,7 @@ SOURCES += atom.cpp \
text.cpp \
tokenizer.cpp \
tree.cpp \
+ xmlgenerator.cpp \
yyindent.cpp \
webxmlgenerator.cpp \
qdoccommandlineparser.cpp \