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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | src/qdoc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qdoc/CMakeLists.txt b/src/qdoc/CMakeLists.txt index bc7e29d54..f5904e29b 100644 --- a/src/qdoc/CMakeLists.txt +++ b/src/qdoc/CMakeLists.txt @@ -50,6 +50,7 @@ qt_add_tool(${target_name} loggingcategory.h macro.h main.cpp + manifestwriter.cpp manifestwriter.h namespacenode.cpp namespacenode.h node.cpp node.h openedlist.cpp openedlist.h |