┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Blumberg <[email protected]>2007-02-22 16:45:53 +0000
committerOscar Blumberg <[email protected]>2007-02-22 16:45:53 +0000
commitcefcbf0ef0e960db68021715d1c600b901be8501 (patch)
treeb225829718a48f7920fb14578460fcdb6aae242a /src/CMakeLists.txt
parentbf50ced73473a225d681de6b62bc05571d969664 (diff)
* Starts to add Nepomuk supports to dolphin (currently, only annotations are supported)
* Little changes in InfoSidebarPage (no more multiple label for infos & Q3Layout>QLayout) * Support infos for multiple files (only total size, what else ?) svn path=/trunk/KDE/kdebase/apps/; revision=636272
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d07886a1b..7c39fa1d9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -33,6 +33,7 @@ set(dolphin_SRCS
iconsviewsettingspage.cpp
infosidebarpage.cpp
main.cpp
+ metadataloader.cpp
protocolcombo.cpp
pixmapviewer.cpp
renamedialog.cpp
@@ -64,7 +65,7 @@ qt4_add_dbus_adaptor(dolphin_SRCS
dolphinmainwindow.h DolphinMainWindow)
kde4_add_executable(dolphin ${dolphin_SRCS})
-target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} konq )
+target_link_libraries(dolphin ${KDE4_KDECORE_LIBS} ${KDE4_KDEPRINT_LIBS} konq kmetadata)
install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR})