forked from qt-creator/qt-creator
Only the test clangstaticanalyzerlogfilereader makes use of that. Change-Id: I5761ed023eab1b03dbb276d1798163fd2fb81e3d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
11 lines
270 B
QML
11 lines
270 B
QML
import qbs
|
|
|
|
QtcAutotest {
|
|
Depends { name: "Qt.widgets" }
|
|
Depends { name: "Debugger" }
|
|
Depends { name: "Utils" }
|
|
|
|
property path pluginDir: project.ide_source_tree + "/src/plugins/clangstaticanalyzer"
|
|
cpp.includePaths: base.concat(pluginDir + "/..")
|
|
}
|