CHECKSETS qt4,c++,foss

#additional checks
EXTRA defines,null,style,camelcase

#no need to check 3rdparty stuff
SKIP /3rdparty/
#nor Nokia's stuff
SKIP /qmldebugcontrol/
SKIP modeltest\.cpp\|modeltest\.h
SKIP processlist_unix\.cpp\|processlist_win\.cpp
SKIP StackWalker
#if you have a build subdir, skip it
SKIP /build

#don't check cmake subdir because it's mostly borrowed code
SKIP /cmake/
