Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-25 Thread Kevin Ottens
On Friday 22 February 2013 20:12:55 Alexander Neundorf wrote: > On Friday 22 February 2013, Kevin Ottens wrote: > > On Friday 22 February 2013 18:48:53 Alexander Neundorf wrote: > > > This is either > > > find_package(KConfig NO_MODULE) > > > or > > > find_package(KF5 COMPONENT KConfig) > > > > Hm,

Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-22 Thread Alexander Neundorf
On Friday 22 February 2013, Kevin Ottens wrote: > On Friday 22 February 2013 18:48:53 Alexander Neundorf wrote: > > This is either > > find_package(KConfig NO_MODULE) > > or > > find_package(KF5 COMPONENT KConfig) > > Hm, you mean that in the end both lines will be valid and do the "right" > thing

Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-22 Thread Kevin Ottens
On Friday 22 February 2013 18:48:53 Alexander Neundorf wrote: > This is either > find_package(KConfig NO_MODULE) > or > find_package(KF5 COMPONENT KConfig) Hm, you mean that in the end both lines will be valid and do the "right" thing? (I thought we had to pick one of those two possibilities and o

Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-22 Thread Alexander Neundorf
On Friday 22 February 2013, Stephen Kelly wrote: > Kevin Ottens wrote: > > On Friday 08 February 2013 22:36:22 Alexander Neundorf wrote: > >> Is it only me who would prefer CamelCase to alllowercase names ? > >> find_package(KConfig NO_MODULE) > > > > Probably makes sense yes, AFAIK the Qt5 module

Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-22 Thread Alexander Neundorf
On Friday 22 February 2013, Kevin Ottens wrote: > On Friday 08 February 2013 22:36:22 Alexander Neundorf wrote: > > Is it only me who would prefer CamelCase to alllowercase names ? > > find_package(KConfig NO_MODULE) > > Probably makes sense yes, AFAIK the Qt5 modules are camel cased too, right? >

Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-21 Thread Kevin Ottens
On Friday 08 February 2013 22:36:22 Alexander Neundorf wrote: > Is it only me who would prefer CamelCase to alllowercase names ? > find_package(KConfig NO_MODULE) Probably makes sense yes, AFAIK the Qt5 modules are camel cased too, right? Also I'm wondering if that'd make sense to namespace them

Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-08 Thread Alexander Neundorf
On Friday 08 February 2013, Alexander Neundorf wrote: > On Friday 08 February 2013, Alexander Neundorf wrote: > > Hi, > > > > after looking at the current plasma-framework buildsystem I worked a bit > > on the kdelibs and plasma buildsystem, and there is now a somewhat sane > > way to use an insta

Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-08 Thread Alexander Neundorf
On Friday 08 February 2013, David Faure wrote: > On Friday 08 February 2013 00:14:30 Alexander Neundorf wrote: > > So, compared to kdelibs before, now FindKDE4Internal.cmake is no longer > > installed. > > Instead kdelibs now installs a KDELibs4Config.cmake, which (still) > > contains most of what

Re: New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-07 Thread Alexander Neundorf
On Friday 08 February 2013, Alexander Neundorf wrote: > Hi, > > after looking at the current plasma-framework buildsystem I worked a bit on > the kdelibs and plasma buildsystem, and there is now a somewhat sane way to > use an installed kdelibs from the frameworks branch. > > So, compared to kdel

New "official" way how to use an installed kdelibs from the frameworks branch

2013-02-07 Thread Alexander Neundorf
Hi, after looking at the current plasma-framework buildsystem I worked a bit on the kdelibs and plasma buildsystem, and there is now a somewhat sane way to use an installed kdelibs from the frameworks branch. So, compared to kdelibs before, now FindKDE4Internal.cmake is no longer installed. In