Re: The CMake situation in frameworks

2011-11-29 Thread Alexander Neundorf
On Monday 28 November 2011, Ingo Klöcker wrote: On Saturday 26 November 2011, Stephen Kelly wrote: target_link_libraries(foo LINK_PUBLIC ${QT_QTCORE_LIBRARIES} LINK_PRIVATE ${QT_QTSCRIPT_LIBRARIES} ) Only this or target_link_libraries(foo

Re: The CMake situation in frameworks

2011-11-28 Thread Alexander Neundorf
On Friday 25 November 2011, Christophe Giboudeaux wrote: Hi, On Friday 25 November 2011 02:24:55 Stephen Kelly wrote: == Communicating build parameters between modules == Some people don't want to set custom parameters for certain install directories and have those locations picked up

Re: The CMake situation in frameworks

2011-11-28 Thread Ingo Klöcker
On Saturday 26 November 2011, Stephen Kelly wrote: target_link_libraries(foo LINK_PUBLIC ${QT_QTCORE_LIBRARIES} LINK_PRIVATE ${QT_QTSCRIPT_LIBRARIES} ) Only this or target_link_libraries(foo LINK_PRIVATE ${QT_QTSCRIPT_LIBRARIES} LINK_PUBLIC

Re: The CMake situation in frameworks

2011-11-26 Thread Stephen Kelly
Christophe Giboudeaux wrote: Hi, On Friday 25 November 2011 02:24:55 Stephen Kelly wrote: == Communicating build parameters between modules == Some people don't want to set custom parameters for certain install directories and have those locations picked up by other depending modules.

Re: The CMake situation in frameworks

2011-11-26 Thread Stephen Kelly
Alexander Neundorf wrote: On Friday 25 November 2011, Stephen Kelly wrote: Hi, Alex and I had a discussion this evening on some issues around CMake features in upcoming CMake versions that we want to use in frameworks, and some of the remaining issues around CMake and frameworks in

Re: The CMake situation in frameworks

2011-11-26 Thread Torgny Nyblom
On Friday 25 November 2011 19.02.54 Christophe Giboudeaux wrote: [...] I would object if that removes the ability to install a given module in a different prefix than kdelibs (and have the other paths not being set accordingly, installing files out of the install prefix should be clearly

Re: The CMake situation in frameworks

2011-11-25 Thread Alexander Neundorf
On Friday 25 November 2011, Stephen Kelly wrote: Hi, Alex and I had a discussion this evening on some issues around CMake features in upcoming CMake versions that we want to use in frameworks, and some of the remaining issues around CMake and frameworks in general. To bring people up to

Re: The CMake situation in frameworks

2011-11-25 Thread Christophe Giboudeaux
Hi, On Friday 25 November 2011 02:24:55 Stephen Kelly wrote: == Communicating build parameters between modules == Some people don't want to set custom parameters for certain install directories and have those locations picked up by other depending modules. Eg, if a custom value is set for

The CMake situation in frameworks

2011-11-24 Thread Stephen Kelly
Hi, Alex and I had a discussion this evening on some issues around CMake features in upcoming CMake versions that we want to use in frameworks, and some of the remaining issues around CMake and frameworks in general. To bring people up to speed on some other relevant stuff and what we