[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2009-06-29 18:44:45
Message-ID: 1246301085.743348.11502.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 989219 by apaku:

Reduce list of explicitly linked libraries again, tests and discussion
on kde-buildsystem show that LINK_INTERFACE_LIBRARIES works as expected.

If this breaks your linker, please report to kde-buildsystem with the
complete linker line and error message.

 M  +0 -2      plugins/git/tests/CMakeLists.txt  
 M  +0 -2      plugins/mercurial/tests/CMakeLists.txt  
 M  +1 -1      shell/CMakeLists.txt  


--- trunk/KDE/kdevplatform/plugins/git/tests/CMakeLists.txt #989218:989219
@@ -23,8 +23,6 @@
     target_link_libraries(kdevgit-test
         ${QT_QTTEST_LIBRARY}
         ${KDE4_KDECORE_LIBS}
-        kdevplatformshell
-        kdevplatforminterfaces
         kdevplatformutil
         kdevplatformvcs
         kdevplatformtestshell
--- trunk/KDE/kdevplatform/plugins/mercurial/tests/CMakeLists.txt #989218:989219
@@ -22,8 +22,6 @@
 	target_link_libraries(kdevmercurial-test
 		${QT_QTTEST_LIBRARY}
 		${KDE4_KDECORE_LIBS}
-        kdevplatformshell
-        kdevplatforminterfaces
         kdevplatformutil
         kdevplatformvcs
         kdevplatformtestshell
--- trunk/KDE/kdevplatform/shell/CMakeLists.txt #989218:989219
@@ -105,7 +105,7 @@
 target_link_libraries(kdevplatformshell LINK_INTERFACE_LIBRARIES 
         ${KDE4_KDEUI_LIBS}
         ${KDE4_KDECORE_LIBS}
-		kdevplatforminterfaces)
+	kdevplatforminterfaces)
 set_target_properties(kdevplatformshell PROPERTIES VERSION \
${KDEVPLATFORM_LIB_VERSION} SOVERSION ${KDEVPLATFORM_LIB_SOVERSION})  
 set(kdevplatformtestshell_LIB_SRCS


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic