forked from qt-creator/qt-creator
Change-Id: I014ef6fd125393b69ec242219c0833efde0c216b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
10 lines
171 B
QML
10 lines
171 B
QML
import qbs
|
|
|
|
Project {
|
|
name: "ClangStaticAnalyzer autotests"
|
|
references: [
|
|
"clangstaticanalyzerlogfilereader",
|
|
"clangstaticanalyzerrunner",
|
|
]
|
|
}
|