SUMMARY /src/printing/compact/compactstyle.cpp:187:66: error: no matching function for call to ‘QPrinter::setPageMargins(int, int, int, int, QPrinter::Unit)’ STEPS TO REPRODUCE 1. Try to compile kaddressbook against Qt 5.15.2 OBSERVED RESULT Compile fails EXPECTED RESULT Compile to complete Summary: Latest versions of KDE Qt Version: 5.15.2
*Fixed* Delete the "-DQT_DISABLE_DEPRECATED_BEFORE=…" line from CMakeLists.txt.
Already fixed