┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-05-05 21:38:01 +0200
committerPeter Penz <[email protected]>2012-05-05 21:38:37 +0200
commit23fff35aeb4143b73666471d7f79f30d808e2cf2 (patch)
tree0788f8688b5579fa7f689a3b04d13b8561dcdd37 /src/CMakeLists.txt
parent067642a23cfd759442a541335e42cef0e8c09e7f (diff)
Places Panel: Provide access to devices
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 20bbf187a..3a06d6093 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -91,7 +91,13 @@ kde4_add_kcfg_files(dolphinprivate_LIB_SRCS
kde4_add_library(dolphinprivate SHARED ${dolphinprivate_LIB_SRCS})
-target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} konq ${KDE4_KNEWSTUFF3_LIBS})
+target_link_libraries(
+ dolphinprivate
+ ${KDE4_KFILE_LIBS}
+ konq
+ ${KDE4_KNEWSTUFF3_LIBS}
+)
+
if (Nepomuk_FOUND)
target_link_libraries(
dolphinprivate
@@ -104,7 +110,7 @@ if (Nepomuk_FOUND)
endif (Nepomuk_FOUND)
if(X11_Xrender_FOUND)
- target_link_libraries(dolphinprivate ${X11_Xrender_LIB} )
+ target_link_libraries(dolphinprivate ${X11_Xrender_LIB})
endif(X11_Xrender_FOUND)
set_target_properties(dolphinprivate PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
@@ -143,6 +149,7 @@ set(dolphin_SRCS
panels/information/pixmapviewer.cpp
panels/information/phononwidget.cpp
panels/places/placespanel.cpp
+ panels/places/placesitem.cpp
panels/places/placesitemeditdialog.cpp
panels/places/placesitemlistgroupheader.cpp
panels/places/placesitemlistwidget.cpp
@@ -203,6 +210,7 @@ target_link_libraries(kdeinit_dolphin
konq
dolphinprivate
knewstuff3
+ ${KDE4_SOLID_LIBS}
${KDE4_PHONON_LIBS}
)