diff options
| author | Laurent Montel <[email protected]> | 2007-07-05 09:02:54 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2007-07-05 09:02:54 +0000 |
| commit | 67563a41a173293d66080a4f540912681c74925f (patch) | |
| tree | 59779b50a4750116a0cb2863b9df6bef1b8345ca /src | |
| parent | 089f4745130f1d19e6720539feb8ac99d1043bda (diff) | |
Remove not necessary cmake variable
svn path=/trunk/KDE/kdebase/apps/; revision=683756
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index edbc1c3d6..9bc0665c2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -41,7 +41,7 @@ macro_bool_to_01(Nepomuk_FOUND HAVE_NEPOMUK) configure_file(config-nepomuk.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-nepomuk.h ) -target_link_libraries(dolphinprivate ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} konq) +target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} konq) if (Nepomuk_FOUND) target_link_libraries(dolphinprivate ${NEPOMUK_LIBRARIES}) endif (Nepomuk_FOUND) |
