forked from qt-creator/qt-creator
Run cppcheck on selected files from current project via "Analyze"->"Cppcheck...." Show results in a separate view in the same manner as ClangTools plugin. Fixes: QTCREATORBUG-21673 Change-Id: Ibcaf4057a387a990f1da59025f15ba58f996953f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
QTC_PLUGIN_NAME = Cppcheck
|
|
QTC_LIB_DEPENDS += \
|
|
extensionsystem \
|
|
utils
|
|
QTC_PLUGIN_DEPENDS += \
|
|
cpptools \
|
|
debugger \
|
|
projectexplorer \
|
|
texteditor
|