implement coverity integration (see #84)

This commit is contained in:
2016-04-08 16:23:59 +03:00
parent bfa4f9e98e
commit 60cbc40e9f
4 changed files with 32 additions and 3 deletions

View File

@ -1,4 +1,5 @@
# additional target to perform cppcheck run, requires cppcheck
set(CPPCHECK_EXECUTABLE "/usr/bin/cppcheck" CACHE STRING "Path to cppcheck executable")
# get all project files
# HACK this workaround is required to avoid qml files checking ^_^