Re: make KDE4_AUTOMOC compatible to qmake

2007-06-07 Thread Matthias Kretz
Hi, I updated the patch so that it now adds a dependency on the moc generated file and does not add the moc files in the add_library/add_executable calls. Works fine with a clean build dir now, too. Please CC me as I'm not subscribed to this list. --

Re: make KDE4_AUTOMOC compatible to qmake

2007-06-07 Thread Christian Ehrlicher
Von: Matthias Kretz [EMAIL PROTECTED] Hi, I updated the patch so that it now adds a dependency on the moc generated file and does not add the moc files in the add_library/add_executable calls. Works fine with a clean build dir now, too. Afair we had a similar discussion short after we

Re: make KDE4_AUTOMOC compatible to qmake

2007-06-07 Thread Matthias Kretz
On Thursday 07 June 2007, Christian Ehrlicher wrote: Von: Matthias Kretz [EMAIL PROTECTED] Hi, I updated the patch so that it now adds a dependency on the moc generated file and does not add the moc files in the add_library/add_executable calls. Works fine with a clean build dir

Cannot make install in KDE4 because CMake sets the wrong install-dir

2007-06-07 Thread Carsten Niehaus
Moin kdelibs from 2 days ago, Qt 4.3-final, CMake 2.4.6. OpenSUSE 10.2, latest svn of kdeedu. As you can see here http://rafb.net/p/KsCM3V63.html I am using a clean build-dir and using -DCMAKE_INSTALL_PREFIX=/home/kde4/kde/ I have not the slightest idea why make install wants the files to

Re: [patch] fixes for compiling under mingw

2007-06-07 Thread Ralf Habacker
Alexander Neundorf schrieb: On Wednesday 06 June 2007 10:32, Holger Schröder wrote: Hi Alex, hi list, i am trying to simplify compiling of kde on windows. for that i need to get some changed into kdelibs/cmake/modules. most of them add a cmake variable for the prefix where to find a

Re: kde4_add_test is not sufficient

2007-06-07 Thread David Faure
On Wednesday 06 June 2007, Andreas Pakulat wrote: On 05.06.07 19:33:55, Thiago Macieira wrote: Andreas Pakulat wrote: Hi, I'd like to know wether its expected that one needs both kde4_add_test and add_test to make tests work even if KDE4_BUILD_TESTS was set to off? If one doesn't