Hi there,

I found Vera++ to check code style.

As described (https://bitbucket.org/verateam/vera/wiki/Running) it is possbile to execute Vera++ during build process with CMake (Snippet):

Qt Code:
  1. find_package(vera++)
  2. include(${VERA++_USE_FILE})
  3. add_vera_targets(*.h *.cpp
  4. RECURSE
  5. ROOT "${CMAKE_SOURCE_DIR}")
To copy to clipboard, switch view to plain text mode 

How have I to edit Qt Creator settings that I execute it?