Files
qt-creator/tests/auto/clangstaticanalyzer/clangstaticanalyzerautotest.qbs
hjk aaf05f5acd Move analyzerbase to debugger
This is the first mechanical step to execute on the 'shared pool of
debugger/analyzer views' idea.

Future steps would be providing infrastructure for the view pool,
making all analyzer/debugger views use the pool and then re-extract
a sensible base for a 'analyzer-and/or-debugger' tool plugin interface.

Change-Id: I1bb392e6dd3084fc56937956bee1d6fd9530335d
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
2016-02-25 12:31:06 +00:00

12 lines
335 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.defines: base.concat('SRCDIR="' + sourceDirectory + '"')
cpp.includePaths: base.concat(pluginDir + "/..")
}