CHECKSETS qt5,c++,foss

#KDAB-specific checks
EXTRA kdabcopyright-reuse,kdabcommercial-reuse,fosslicense-reuse

#additional checks
EXTRA defines,null,camelcase,crud

#no need to check 3rdparty stuff
SKIP /3rdparty/
#nor examples
SKIP /examples/
#nor Digia'stuff
SKIP /codeeditor.cpp|/codeeditor_p.h
SKIP /qopengl2pexvertexarray.cpp|/qopengl2pexvertexarray_p.h
#skip the borrowed code in the cmake subdir
SKIP /cmake/KDSMEFindDependencyMacro.cmake|/cmake/MacroLogFeature.cmake|/cmake/Toolchain-QNX6|/cmake/Toolchain-android.cmake|/cmake/ECM

#if you have a build subdir, skip it
SKIP /build-
SKIP Doxyfile.cmake
