From 9d3ed99ab02271496c0412fe97ad89575492582c Mon Sep 17 00:00:00 2001 From: Simon Paul St James Date: Tue, 27 Jan 2009 19:50:21 +0000 Subject: Initial import of Matthias's draft patch for adding video and audio previewing (similar to the file dialog) to Dolphin's metadata panel. Since Phonon is currently in-process only with the memory/ stability issues that come with this, this might have to be disabled by default - we'll see how it goes. Thanks, Matthias! CCMAIL:kretz@kde.org CCMAIL:peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=917389 --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 061786ffc..360e72ff2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -106,6 +106,7 @@ set(dolphin_SRCS panels/information/informationpanel.cpp panels/information/metadatawidget.cpp panels/information/metatextlabel.cpp + panels/information/phononwidget.cpp panels/folders/ktreeview.cpp panels/places/placespanel.cpp panels/panel.cpp @@ -165,7 +166,7 @@ kde4_add_app_icon(dolphin_SRCS "${KDE4_ICON_INSTALL_DIR}/oxygen/*/apps/system-fi kde4_add_executable(dolphin ${dolphin_SRCS}) -target_link_libraries(dolphin ${KDE4_KIO_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} konq dolphinprivate) +target_link_libraries(dolphin ${KDE4_KIO_LIBS} ${KDE4_KDEPRINT_LIBS} ${KDE4_KFILE_LIBS} konq dolphinprivate ${KDE4_PHONON_LIBS}) if (Nepomuk_FOUND) target_link_libraries(dolphin ${NEPOMUK_LIBRARIES} ${SOPRANO_LIBRARIES}) -- cgit v1.3.1