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:
Nikolai Kosjar
2015-12-16 11:57:28 +01:00
parent ca63359386
commit beb977dc8a
2 changed files with 13 additions and 0 deletions

View File

@@ -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",
]
}
}