Re: SuperBuild News

2011-11-13 Thread Alexander Neundorf
On Thursday 11 August 2011, Alexander Neundorf wrote: On Saturday 06 August 2011, Allen Winter wrote: Howdy, All KDE SC modules (under git) have a SuperBuild CMakeLists.txt now. Very cool :-) Also I made a little script 'build-kdesc.sh' that you can use to build everything.

Re: SuperBuild News

2011-11-13 Thread Alexander Neundorf
On Sunday 13 November 2011, Alexander Neundorf wrote: On Thursday 11 August 2011, Alexander Neundorf wrote: On Saturday 06 August 2011, Allen Winter wrote: Howdy, All KDE SC modules (under git) have a SuperBuild CMakeLists.txt now. Very cool :-) Also I made a little script

Re: SuperBuild News

2011-11-13 Thread Valentin Rusu
On 11/13/2011 02:35 PM, Alexander Neundorf wrote: yesterday I added a Everything/CMakeLists.txt, which contains all projects from projects.kde.org, and also those which are still in svn. What is missing, are the dependencies between the projects. I created the list using the kde_projects.xml

Re: SuperBuild News

2011-11-13 Thread Alexander Neundorf
On Sunday 13 November 2011, Valentin Rusu wrote: On 11/13/2011 02:35 PM, Alexander Neundorf wrote: yesterday I added a Everything/CMakeLists.txt, which contains all projects from projects.kde.org, and also those which are still in svn. What is missing, are the dependencies between the

Issue with cmake 2.8.6 set_source_files_properties

2011-11-13 Thread Christophe Giboudeaux
Hi, I'd like to get rid of the FindQt4.cmake we have in Akonadi in order to use the QT_USE_IMPORTED_TARGETS option but I encounter a build issue without it. in server/CMakeLists.txt, there's this line: set_source_files_properties(src/nepomuk/org.kde.nepomuk.QueryService.xml PROPERTIES INCLUDE

Re: Issue with cmake 2.8.6 set_source_files_properties

2011-11-13 Thread Andreas Pakulat
On 13.11.11 23:01:46, Christophe Giboudeaux wrote: Hi, I'd like to get rid of the FindQt4.cmake we have in Akonadi in order to use the QT_USE_IMPORTED_TARGETS option but I encounter a build issue without it. You can't, at least until your require CMake 2.8.7 and get your changes to