diff options
| author | Peter Penz <[email protected]> | 2012-04-06 18:03:24 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-06 18:04:56 +0200 |
| commit | 5d27eb81cd038d1cf66f21efa24cb8c2ebd52557 (patch) | |
| tree | eb226d0f10c06248a722e550b6671cb3ae7b9c4b /src/CMakeLists.txt | |
| parent | c9a6760f9fe29cd74eba085fea2110d4ed5ebeda (diff) | |
Update items if a Nepomuk property has been changed
If a Nepomuk property has been changed (e.g. by changing the rating
in the Information Panel) the corresponding item in the view must
be updated.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9f9d38653..55c657dce 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -88,7 +88,14 @@ kde4_add_library(dolphinprivate SHARED ${dolphinprivate_LIB_SRCS}) target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} konq ${KDE4_KNEWSTUFF3_LIBS}) if (Nepomuk_FOUND) - target_link_libraries(dolphinprivate ${NEPOMUK_LIBRARIES} ${NEPOMUK_QUERY_LIBRARIES} nepomukutils ${SOPRANO_LIBRARIES}) + target_link_libraries( + dolphinprivate + ${NEPOMUK_LIBRARIES} + ${NEPOMUK_QUERY_LIBRARIES} + nepomukdatamanagement + nepomukutils + ${SOPRANO_LIBRARIES} + ) endif (Nepomuk_FOUND) if(X11_Xrender_FOUND) @@ -198,6 +205,7 @@ if (Nepomuk_FOUND) ${NEPOMUK_LIBRARIES} ${SOPRANO_LIBRARIES} ${NEPOMUK_QUERY_LIBRARIES} + nepomukdatamanagement nepomukutils ) endif (Nepomuk_FOUND) |
