Re: Conditional installing of proxymodeltestsuite

2010-07-30 Thread Stephen Kelly
Alexander Neundorf wrote: From kde4_add_library() in kdelibs/cmake/modules/KDE4Macros.cmake (which is included by FindKDE4Internal.cmake): # By default don't add any linked libraries to the exported # link interfaces, so that executables linking against this library # will not

Re: Conditional installing of proxymodeltestsuite

2010-07-30 Thread Stephen Kelly
Stephen Kelly wrote: Great. Thanks for that. I've added it to the patch. Hopefully this one is ready for committing. All the best, Steve. diff --git a/kdeui/tests/proxymodeltestsuite/CMakeLists.txt b/kdeui/tests/proxymodeltestsuite/CMakeLists.txt index bd9412d..77d9c62 100644 ---

Re: CMake and dependencies

2010-07-30 Thread Andreas Pakulat
On 30.07.10 11:45:41, Michael Jansen wrote: No it shouldn't unless akregatorinterfaces explicitly lists khtml in its LINK_INTERFACE_LIBRARIES (see man cmake, target_link_libraries). And that should only happen if akregratorinterfaces uses symbols from khtml in its public API. If its all

CMAKE_LINKER

2010-07-30 Thread Michael Jansen
Hi I can't get that var to work. whatever i put into it it's not used. Any idea why? I can confirm it's set in CMakeCache.txt but the link.txt and relink.txt files ignore it. Mike ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org