forked from qt-creator/qt-creator
Clang: Add DISTFILES to easily access the doc
Change-Id: I0a7035dbef4b3863521aebe5f08a7526d3e09de7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -103,4 +103,13 @@ QtcPlugin {
|
||||
files: [ "*" ]
|
||||
excludeFiles: "clangtestdata.qrc"
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Other files"
|
||||
fileTags: "none"
|
||||
files: [
|
||||
"README",
|
||||
project.ide_source_tree + "/doc/src/editors/creator-clang-codemodel.qdoc",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user