SUMMARY /komparepart/kompare_part.cpp:613:13: error: ‘class QPrinter’ has no member named ‘setOrientation’; did you mean ‘Orientation’? STEPS TO REPRODUCE 1. try to compile against Qt 5.15.2 OBSERVED RESULT Compile fails EXPECTED RESULT Compile to complete SOFTWARE/OS VERSIONS Current versions of KDE plasma,frameworks and applications Qt Version: 5.15.2
Delete the "-DQT_DISABLE_DEPRECATED_BEFORE=…" line from CMakeLists.txt. I am likely going to do that in git. People need to stop adding this nonsense to the projects I maintain without my approval.
*Fixed* Thank you so much Kevin!