diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-03 15:05:38 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-03 15:05:38 +0200 |
commit | 111e8e4b9a074f7f0e0283e67e365f323c2bb861 (patch) | |
tree | f3c7a801ec1c1b65205f56de8c0120d21851d58c /src | |
parent | Simpler WebPage::acceptNavigationRequest (diff) | |
download | rekonq-111e8e4b9a074f7f0e0283e67e365f323c2bb861.tar.xz |
Fixed target link libraries bug.
Thanks to Florian Hubold for reporting it
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 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... |