FindQt4.cmake synced with the version from cmake

David Faure faure at kde.org
Mon Dec 21 23:43:12 CET 2009


On Monday 21 December 2009, Alexander Neundorf wrote:
> > devel/kde/share/apps/cmake/modules/KDELibs4LibraryTargets-debugfull.cmake
> >:2 09 (SET_TARGET_PROPERTIES):
> 
> Do you still have that file ?
> I'd be interested in it.

The commit that fixed the problem seems to be:

SVN commit 1064652 by dfaure:

fix build, patch by vincenzo


 M  +1 -1      CMakeLists.txt  


--- trunk/KDE/kdelibs/interfaces/kimproxy/library/CMakeLists.txt #1064651:1064652
@@ -17,7 +17,7 @@
 kde4_add_library(kimproxy SHARED ${kimproxy_LIB_SRCS})
 
 target_link_libraries(kimproxy  ${KDE4_KIO_LIBS} )
-target_link_libraries(kimproxy  LINK_INTERFACE_LIBRARIES "${QT_QTCORE_LIBRARY}" )
+target_link_libraries(kimproxy  LINK_INTERFACE_LIBRARIES ${QT_QTCORE_LIBRARY} )
 
 set_target_properties(kimproxy PROPERTIES
    VERSION ${GENERIC_LIB_VERSION}

-- 
David Faure, faure at kde.org, http://www.davidfaure.fr
Sponsored by Nokia to work on KDE, incl. Konqueror (http://www.konqueror.org).


More information about the Kde-buildsystem mailing list