CHECKSETS qt5,c++,foss

#KDAB-specific checks
EXTRA kdabcopyright

#exclude checks now being done by clazy or clang-tools
EXCLUDE style,includes,strings,explicit,normalize,passbyvalue,operators,nullstrcompare,nullstrassign,doublequote_chars,qobject,sigsandslots,staticobjects,cpp
#exclude more checks
EXCLUDE qminmax,captruefalse,dpointer,inline,constref

#skip autogen buildsystem
SKIP /autogen/|/autogen.py|/genignore.py
#nor examples
SKIP /examples/
#if you have a build subdir, skip it
SKIP /build-
#skip cmake files
SKIP python/cmake/
#skip generated cmake
SKIP KDChartConfig\.cmake\.in

#skip the borrowed code in the cmake subdir
SKIP /cmake/CMakePackageConfigHelpers.cmake|/cmake/InstallLocation.cmake|/cmake/ECMGenerateHeaders.cmake|/cmake/ECMGeneratePriFile.cmake|/cmake/ECMQueryQmake.cmake
