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)


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

Reply via email to