OSX/CI: kdevelop fails to build on branch master

Kevin Funk kfunk at kde.org
Tue Dec 23 08:48:57 GMT 2014


On Tuesday 23 December 2014 09:42:52 Marko Käning wrote:
> 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

Committed.

commit d650173dfbaa96405dacefe8895ceadca2da07db
Author: Kevin Funk <kfunk at kde.org>
Date:   Tue Dec 23 09:48:05 2014 +0100

    Fix OSX build


Merry Christmas to you as well! :)

-- 
Kevin Funk | kfunk at kde.org | http://kfunk.org



More information about the KDevelop mailing list