From d83850219c1f5a912d8b77a8b2077025539803a8 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 1 Mar 2006 07:42:47 +0000 Subject: [PATCH] Compile++ svn path=/trunk/KDE/kdebase/workspace/; revision=514717 --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 86c26fcd2a..82a92068bc 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -16,7 +16,7 @@ kde4_automoc(${kdecorations_LIB_SRCS}) kde4_add_library(kdecorations SHARED ${kdecorations_LIB_SRCS}) -target_link_libraries(kdecorations ${QT_AND_KDECORE_LIBS} ) +target_link_libraries(kdecorations ${QT_AND_KDECORE_LIBS} ${QT_QTGUI_LIBRARY}) set_target_properties(kdecorations PROPERTIES VERSION 1.0.0 SOVERSION 1 ) install_targets(${LIB_INSTALL_DIR} kdecorations )