Skip to content
Snippets Groups Projects
Commit 5a493ae3 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

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: default avatarNikolai Kosjar <nikolai.kosjar@theqtcompany.com>
parent 11a7e716
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,13 @@ QtcPlugin {
"clangstaticanalyzerunittests.cpp",
"clangstaticanalyzerunittests.h",
"clangstaticanalyzerunittests.qrc",
"unit-tests/**/*",
]
}
Group {
name: "Unit test resources"
prefix: "unit-tests/"
fileTags: []
files: ["**/*"]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment