On Thursday 24 of June 2010 23:15:57 Alexander Neundorf wrote:

> > Only KDevPlatformConfig.cmake seems to be more flexible and contains the
> > following:
> > 
> > <snip>
> > get_filename_component(_KDEVPLATFORM_CURRENT_DIR
> > "${CMAKE_CURRENT_LIST_FILE}" PATH)
> > 
> > if(NOT WIN32)
> > # This is needed on non-win32 platforms, as lib-install-dir might be in a
> > # totally different prefix than include-install-dir. So instead hardcode
> > the # absolute path during buildtime
> > set( KDEVPLATFORM_INCLUDE_DIR "/usr/include/kdevplatform" )
> > 
> > else(NOT WIN32)
> > 
> > set( KDEVPLATFORM_INCLUDE_DIR
> > "${_KDEVPLATFORM_CURRENT_DIR}/../../../include/kdevplatform" )
> > 
> > endif(NOT WIN32)
> > </snip>
> > 
> > How windows guys deal with this there?
> 
> I think at least they are unhappy with it.
> Will you be at Akademy ?

Nope, I don't do Akademy's. Some day maybe...

-- 
regards
MM
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to