From d4c0ce1e2478f4b24ec61ad74b7531e4f0b7dcfa Mon Sep 17 00:00:00 2001 From: ahartmetz Date: Wed, 11 Mar 2009 18:26:38 +0000 Subject: [PATCH] link with gold git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebase@938377 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- workspace/ksmserver/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/ksmserver/tests/CMakeLists.txt b/workspace/ksmserver/tests/CMakeLists.txt index fe326f482c..ea71376f4d 100644 --- a/workspace/ksmserver/tests/CMakeLists.txt +++ b/workspace/ksmserver/tests/CMakeLists.txt @@ -10,4 +10,4 @@ set(testsh_SRCS kde4_add_executable(testsh TEST ${testsh_SRCS}) target_link_libraries(testsh ${KDE4_PLASMA_LIBS} solidcontrol kworkspace ${KDE4_KDEUI_LIBS} - ${KDE4_SOLID_LIBRARY} ${QIMAGEBLITZ_LIBRARIES}) + ${KDE4_SOLID_LIBRARY} ${QIMAGEBLITZ_LIBRARIES} ${X11_X11_LIB}) -- 2.11.4.GIT