From c3105fa9e6c5d74366b74cb8477800b4da72a7f0 Mon Sep 17 00:00:00 2001 From: lvaatamoinen Date: Mon, 18 Jan 2010 11:03:55 +0000 Subject: [PATCH] - Corrected Cmakelists because of broken build git-svn-id: file:///svnroot/qtrapids/trunk@64 42ac0dd5-4c8c-4c71-bb3e-ecdfe252ffda --- src/client/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/CMakeLists.txt b/src/client/CMakeLists.txt index 18c0f85..bd5b930 100644 --- a/src/client/CMakeLists.txt +++ b/src/client/CMakeLists.txt @@ -53,7 +53,7 @@ if(NOT QT_QTMAEMO5_LIBRARY) endif(NOT QT_QTMAEMO5_LIBRARY) -TARGET_LINK_LIBRARIES(qtrapids +TARGET_LINK_LIBRARIES(qtrapids-gui ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} @@ -75,4 +75,4 @@ endif (SCRATCHBOX_UNAME) -ADD_DEPENDENCIES(qtrapids dbusapi) +ADD_DEPENDENCIES(qtrapids-gui dbusapi) -- 1.7.9.5