Drop the KF prefix for Qt6 builds, use Qt6 suffix instead
libkdcraw is not a KDE Framework, so don't pretend to be one. Jumping on name change for Qt6 version anway, and going for
- library name: libKF5KDcraw.so.5 -> libKDcrawQt6.so.5 (updated)
- CMake config name: KF5KDcraw -> KDcrawQt6
- CMake target name: KF5::KDcraw -> KDcrawQt6
- include root path: include/KF5/KDCRAW -> include/KDcrawQt6
MRs to adapt consumers:
Edited by Friedrich W. H. Kossebau