CHECKSETS qt4,c++,foss

#KDAB-specific checks
EXTRA kdabcopyright

#additional checks
EXTRA defines,null
EXTRA camelcase,contractions,qmath,multiclasses

#checks to exclude for now
EXCLUDE style

#if you have a build subdir, skip it
SKIP /build-
#skip the combined header
SKIP /src/KDReports/KDReports.h
#skip autogen buildsystem
SKIP /autogen/|/autogen.py|/genignore.py|/gen-forward-headers.py
#skip generated headers
SKIP /include/
#skip generated cmake
SKIP KDReportsConfig\.cmake\.in

#skip the borrowed code in the cmake subdir

SKIP /cmake/InstallLocation.cmake|/cmake/Qt5Portability.cmake|/cmake/ECMGenerateHeaders.cmake
