forked from qt-creator/qt-creator
Clang: Fix fileTags specification in *.qbs
Change-Id: I3fe871a33aeeabe7e15ecd279a6c67fecd522c77 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user