Re: Re: Issue with cmake 2.8.6 set_source_files_properties

2011-11-14 Thread Christophe Giboudeaux
On Sunday 13 November 2011 23:58:18 Andreas Pakulat wrote: 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

Re: Re: Issue with cmake 2.8.6 set_source_files_properties

2011-11-14 Thread Andreas Pakulat
On 14.11.11 12:08:59, Christophe Giboudeaux wrote: On Sunday 13 November 2011 23:58:18 Andreas Pakulat wrote: 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

Re: Issue with cmake 2.8.6 set_source_files_properties

2011-11-14 Thread Alexander Neundorf
On Monday 14 November 2011, Andreas Pakulat wrote: On 14.11.11 12:08:59, Christophe Giboudeaux wrote: ... That won't be needed it seems. I've just looked at cmake git. The NO_NAMESPACE and INCLUDE parameters in the QT4_ADD_DBUS_INTERFACE macro now exist in cmake master but not in any tag.

Re: Issue with cmake 2.8.6 set_source_files_properties

2011-11-14 Thread Andreas Pakulat
On 14.11.11 21:00:44, Alexander Neundorf wrote: On Monday 14 November 2011, Andreas Pakulat wrote: On 14.11.11 12:08:59, Christophe Giboudeaux wrote: ... That won't be needed it seems. I've just looked at cmake git. The NO_NAMESPACE and INCLUDE parameters in the QT4_ADD_DBUS_INTERFACE

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