Clang: Fix fileTags specification in *.qbs

Change-Id: I3fe871a33aeeabe7e15ecd279a6c67fecd522c77
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2016-01-21 12:22:07 +01:00
parent cb9bc178bd
commit ff502ba6ef

View File

@@ -99,14 +99,14 @@ QtcPlugin {
Group {
name: "Test resources"
prefix: "test/data/"
fileTags: "none"
fileTags: []
files: [ "*" ]
excludeFiles: "clangtestdata.qrc"
}
Group {
name: "Other files"
fileTags: "none"
fileTags: []
files: [
"README",
project.ide_source_tree + "/doc/src/editors/creator-clang-codemodel.qdoc",