Re: Usage of KF5/KF6 in targets and CMake config files outside of Frameworks

2023-03-09 Thread Kevin Kofler
Heiko Becker wrote: > while looking at a MR for libkcddb (part of Gear) I wondered if the > transition from Qt5/KF5 to Qt6/KF6 could be used to get rid of the KF5/6 > prefix in target names and CMake config files for libraries that aren't > acutally part of Frameworks. Huh? This kind of transition

Re: Usage of KF5/KF6 in targets and CMake config files outside of Frameworks

2023-03-09 Thread Friedrich W. H. Kossebau
Am Donnerstag, 9. März 2023, 18:03:17 CET schrieb Ingo Klöcker: > On Donnerstag, 9. März 2023 16:58:40 CET Heiko Becker wrote: > > while looking at a MR for libkcddb (part of Gear) I wondered if the > > transition > > from Qt5/KF5 to Qt6/KF6 could be used to get rid of the KF5/6 prefix in > > targe

Re: Usage of KF5/KF6 in targets and CMake config files outside of Frameworks

2023-03-09 Thread Ingo Klöcker
On Donnerstag, 9. März 2023 16:58:40 CET Heiko Becker wrote: > while looking at a MR for libkcddb (part of Gear) I wondered if the > transition > from Qt5/KF5 to Qt6/KF6 could be used to get rid of the KF5/6 prefix in > target > names and CMake config files for libraries that aren't acutally part o

Re: Usage of KF5/KF6 in targets and CMake config files outside of Frameworks

2023-03-09 Thread Volker Krause
On Thursday, 9 March 2023 16:58:40 CET Heiko Becker wrote: > while looking at a MR for libkcddb (part of Gear) I wondered if the > transition > from Qt5/KF5 to Qt6/KF6 could be used to get rid of the KF5/6 prefix in > target > names and CMake config files for libraries that aren't acutally part of

Usage of KF5/KF6 in targets and CMake config files outside of Frameworks

2023-03-09 Thread Heiko Becker
Hi, while looking at a MR for libkcddb (part of Gear) I wondered if the transition from Qt5/KF5 to Qt6/KF6 could be used to get rid of the KF5/6 prefix in target names and CMake config files for libraries that aren't acutally part of Frameworks. It always seemed a bit illogical and possibly

Re: RFC: KF (& other lib) consumers: want KFOO_VERSION macro definitions automagically available?

2023-03-09 Thread Friedrich W. H. Kossebau
(cc:kde-core-devel only for heads-up, any reply please only to kde-devel) Am Dienstag, 28. Februar 2023, 15:20:11 CET schrieb Friedrich W. H. Kossebau: > TL;DR Would you fancy not having to always explicitly include a version > header of a KFoo module to have the KFOO_VERSION variable available i