On Monday 14 May 2012, David Faure wrote:
> On Monday 14 May 2012 23:22:09 Alexander Neundorf wrote:
> > On Monday 14 May 2012, Alexander Neundorf wrote:
> > ...
> > 
> > > For now, you can change the code e.g. to
> > > if (NOT TARGET Qt5::Core)
> > > 
> > >   message(STATUS "DF: Qt5CoreConfig.cmake add_library(Qt5::Core)")
> > >   add_library(Qt5::Core SHARED IMPORTED)
> > > 
> > > endif()
> > > 
> > > OR
> > > 
> > > if (NOT _qt5CoreTargetExists)
> > > 
> > >   set(_Qt5Core_target TRUE)
> > 
> > Should be:
> > set(_qt5CoreTargetExists TRUE)
> 
> Yes but this solution is basically the one that this commit moved away
> from:


Yes, I know. It should have been good, I really think this is a regression in 
cmake :-/
And of course actual testing instead of glancing over it would have helped :-/

Alex
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to