OSX/CI: kdevelop fails to build on branch master

Marko Käning mk-lists at email.de
Tue Dec 23 08:42:52 GMT 2014


Hi Kevin,

On 23 Dec 2014, at 09:12 , Kevin Funk <kfunk at kde.org> wrote:
>> Just to make sure: Did that work before?
> 
> Forget this comment. It's now failing because of my recent merge of 4.7 into 
> master.

:)


> @Marko: Can you try this patch?
> 
> diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt
> index b4700b3..a778271 100644
> --- a/app/CMakeLists.txt
> +++ b/app/CMakeLists.txt
> @@ -29,6 +29,9 @@ target_link_libraries(kdevelop
> 
>     Qt5::Quick
> )
> +IF(APPLE)
> +    target_link_libraries(kdevelop "-framework CoreFoundation")
> +ENDIF()
> 
> install(TARGETS kdevelop ${INSTALL_TARGETS_DEFAULT_ARGS} )

That looks like right to me and - of course - applying this patch proved it so.

	Thanks for taking care of this!

Merry Christmas to you and your kin!!!

Best wishes,
Marko


More information about the KDevelop mailing list