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

List:       kde-commits
Subject:    [kdevplatform] 5d18fbd: link with gold
From:       Andreas Hartmetz <ahartmetz () gmail ! com>
Date:       2010-08-29 20:13:59
Message-ID: 201008292013.o7TKDx0n011160 () kore ! kollide ! net
[Download RAW message or body]

commit 5d18fbdc6a20a1ce896965f757542b3f9876bc30
Author: Andreas Hartmetz <ahartmetz@gmail.com>
Date:   Sat Jun 6 21:05:33 2009 +0000

    link with gold

diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 6296ccd..b6e3439 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -20,13 +20,15 @@ if (GIT)
     set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
 	set(gitInitTest_SRCS initTest.cpp ../gitplugin.cpp)
     kde4_add_unit_test(kdevgit-test ${gitInitTest_SRCS})
-	target_link_libraries(kdevgit-test
-		${QT_QTTEST_LIBRARY}
-		${KDE4_KDECORE_LIBS}
+    target_link_libraries(kdevgit-test
+        ${QT_QTTEST_LIBRARY}
+        ${KDE4_KDECORE_LIBS}
+        kdevplatformshell
+        kdevplatforminterfaces
         kdevplatformutil
         kdevplatformvcs
         kdevplatformtestshell
-	)
+    )
 endif (GIT)
 
 endif (UNIX)
[prev in list] [next in list] [prev in thread] [next in thread] 

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