Which package will provide the common KDE library version number ?

Alexander Neundorf neundorf at kde.org
Sun Feb 26 10:32:55 UTC 2012


On Friday 24 February 2012, Kevin Ottens wrote:
> On Thursday 23 February 2012 21:23:00 Alexander Neundorf wrote:
> > On Thursday 23 February 2012, Kevin Ottens wrote:
...
> Which I never advocated to remove... Now ideally this should be contained
> in a small single file, so that *later on* we can try the "download me
> automatically" idea we're toying with above to make it as painless as
> possible.
> 
> > I'll try to build some prototypes.
> 
> Excellent! Thanks for that.

Another option might be:

find_package(itemmodels)
find_package(solid)

...and you rely on CMAKE_PREFIX_PATH etc.

but also be able to do:

find_package(KF5 COMPONENTS itemmodels solid)

and then you'll get different handling, only those which in some way fit 
together.
Just an idea for now.

Alex


More information about the Kde-frameworks-devel mailing list