qbs build: Clear file tags of unit test resources.

Otherwise qbs will try to build the cpp files in there.

Change-Id: I8afd776c8e03bd5f2aea5ac254e94168c23290c3
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-04-16 10:44:31 +02:00
parent 11a7e71687
commit 5a493ae38f

View File

@@ -66,7 +66,13 @@ QtcPlugin {
"clangstaticanalyzerunittests.cpp",
"clangstaticanalyzerunittests.h",
"clangstaticanalyzerunittests.qrc",
"unit-tests/**/*",
]
}
Group {
name: "Unit test resources"
prefix: "unit-tests/"
fileTags: []
files: ["**/*"]
}
}