CHECKSETS qt5,c++,foss

#KDAB-specific checks
EXTRA kdabcopyright,kdabcommercial

#additional checks
EXTRA defines,null

#coding style settings
EXCLUDE style
STYLE_CPPSTYLE qt
STYLE_OFFSET 4
STYLE_LINEMAX 0
STYLE_CMAKESTYLE_OFFSET 2

#no need to check 3rdparty stuff
SKIP /3rdparty/
SKIP /modeltest\.
SKIP /processlist_unix|/models/processlist
#if you have a build subdir, skip it
SKIP /build-

#skip the borrowed code in the cmake subdir
SKIP /cmake/ECMEnableSanitizers.cmake|/cmake/FindLibElf.cmake|/cmake/FindElfutils.cmake
