Skip to content

Change the build system to enable building with Qt 6

Ahmad Samir requested to merge work/ahmad/qt6 into master

This was built with: -DQT_MAJOR_VERSION=6
-DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.90.0
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055a00

All unit tests still pass, except for the ktwofinger* ones which require QTouchDevice, the latter isn't available in Qt6.

Edited by Ahmad Samir

Merge request reports