The source project of this merge request has been removed.
Fix bug in build Breeze with ECM 5.240.0 and Qt6
We should set ECM_GLOBAL_FIND_VERSION to the actual ECM version used. When I build breeze with ECM 5.240 in Qt6 environment, QT_MAJOR_VERSION is set to 5 by ECM. It is because the value of ECM_GLOBAL_FIND_VERSION is set to 5.102.0 which is the ECM_FIND_VERSION rather than the actual ECM version used.
Signed-off-by: Liu Jie liujie01@kylinos.cn