FindQt4.cmake synced with the version from cmake

Mike Arthur mike at mikearthur.co.uk
Tue Dec 22 10:56:57 CET 2009


On 21 Dec 2009, at 22:43, David Faure wrote:
> -target_link_libraries(kimproxy  LINK_INTERFACE_LIBRARIES "${QT_QTCORE_LIBRARY}" )
> +target_link_libraries(kimproxy  LINK_INTERFACE_LIBRARIES ${QT_QTCORE_LIBRARY} )


I can see this bug happening more often, it doesn't really follow the CMake naming convention to have more than one library in a "*_LIBRARY". It's preferential to the OSX builds being broken though...

--
Cheers,
Mike Arthur
http://mikearthur.co.uk



More information about the Kde-buildsystem mailing list