CHECKSETS qt4,c++,foss

#exclude intrusive checks to investigate later
EXCLUDE constref,dpointer,inline,null,doublequote_chars
EXCLUDE style

#KDAB-specific checks
EXTRA kdabcopyright

#additional checks
EXTRA defines,null

#if you have a build subdir, skip it
SKIP /build-
#no need to check 3rdparty stuff
SKIP /kdwsdl2cpp/
SKIP /KDQName\.cpp|/KDQName\.h
#skip autogen buildsystem
SKIP /autogen/|/autogen.py|/genignore.py
#nor examples
SKIP /examples/
#nor testtools
SKIP /testtools/
#skip generated headers
SKIP /include/
#skip generated cmake
SKIP KDSoapConfig\.cmake\.in

#skip the borrowed code in the cmake subdir
SKIP /cmake/WriteBasicConfigVersionFile.cmake|/cmake/CMakePackageConfigHelpers.cmake|/cmake/InstallLocation.cmake|/cmake/InstallLocation.cmake|/cmake/Qt5Portability.cmake|/cmake/ECMGenerateHeaders.cmake
