Follow Python standards and install the bindings into <prefix>/lib/pythonX.Y/site-packages sync the Python cmake files with KDAB repository
24 lines
633 B
Plaintext
24 lines
633 B
Plaintext
CHECKSETS qt5,c++
|
|
|
|
#KDAB-specific checks
|
|
EXTRA kdabcopyright-reuse,kdabcontactus,fosslicense-reuse
|
|
|
|
#additional checks
|
|
#EXTRA defines,null
|
|
|
|
#exclude checks now being done by clazy or clang-tools
|
|
EXCLUDE strings,explicit,normalize,passbyvalue,operators,nullstrcompare,nullstrassign,doublequote_chars,qobject,sigsandslots,staticobjects,dpointer,inline,postfixop
|
|
#exclude more checks
|
|
EXCLUDE style
|
|
|
|
SKIP /fwd_headers/
|
|
SKIP Doxyfile.cmake
|
|
|
|
#skip CMake files
|
|
SKIP /KDDockWidgetsConfig.cmake.in
|
|
#skip more files
|
|
SKIP CMakePresets.json
|
|
#skip the borrowed code in the cmake subdir
|
|
SKIP /cmake/InstallLocation.cmake|/cmake/ECM/|/cmake/KDAB/
|
|
|