From 111e8e4b9a074f7f0e0283e67e365f323c2bb861 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 3 Aug 2009 15:05:38 +0200 Subject: Fixed target link libraries bug. Thanks to Florian Hubold for reporting it --- src/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4fed658f..d89b72ad 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -96,12 +96,6 @@ TARGET_LINK_LIBRARIES ( rekonq ${KDE4_KIO_LIBS} ) -if(KDE_OLD_VERSION) - - TARGET_LINK_LIBRARIES( ${KDENETWORK_LIBRARIES} ) - -endif(KDE_OLD_VERSION) - ### ------------ INSTALL FILES... -- cgit v1.2.1