diff options
author | Paul Wicking <paul.wicking@qt.io> | 2020-09-10 14:28:40 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2020-09-11 09:38:33 +0200 |
commit | 93e805a02417290f225810ce7c9263b2fe56b4e5 (patch) | |
tree | de42b565e4fd3495a9a9df77f3d1234a89054f02 /src/qdoc/qdoc.pro | |
parent | f72b7a68221898333c3ea032d493a9efd5a68af6 (diff) | |
download | qttools-93e805a02417290f225810ce7c9263b2fe56b4e5.tar.gz |
QDoc: Extract ManifestWriter from HTML generator
Fixes: QTBUG-86390
Change-Id: I9cdcb591bbd1cf6beccf27e53ab9af06b87ed4be
Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/qdoc.pro')
-rw-r--r-- | src/qdoc/qdoc.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qdoc/qdoc.pro b/src/qdoc/qdoc.pro index a1f47300d..a6a31eb77 100644 --- a/src/qdoc/qdoc.pro +++ b/src/qdoc/qdoc.pro @@ -62,6 +62,7 @@ HEADERS += access.h \ location.h \ loggingcategory.h \ macro.h \ + manifestwriter.h \ namespacenode.h \ node.h \ openedlist.h \ @@ -118,6 +119,7 @@ SOURCES += aggregate.cpp \ htmlgenerator.cpp \ location.cpp \ main.cpp \ + manifestwriter.cpp \ namespacenode.cpp \ node.cpp \ openedlist.cpp \ |