X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/b607d3cc4bbce0ef496730b25dfe2ec7bf00ab7a..d6488887ecf69d7f192b94de8dce34fae0b7eb76:/src/CMakeLists.txt diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4e27c95cb..c20251786 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,11 +1,8 @@ add_subdirectory( pics ) -add_subdirectory( servicemenus ) add_subdirectory( tests ) -include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) - -add_definitions (-DQT3_SUPPORT) +include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${BLITZ_INCLUDES} ) ########### next target ############### @@ -14,10 +11,13 @@ set(dolphinprivate_LIB_SRCS dolphindetailsview.cpp dolphiniconsview.cpp dolphincolumnview.cpp - dolphinitemcategorizer.cpp + dolphincolumnwidget.cpp + draganddrophelper.cpp kcategorizedview.cpp - kitemcategorizer.cpp + kcategorydrawer.cpp + dolphinmodel.cpp dolphinsettings.cpp + dolphincategorydrawer.cpp viewproperties.cpp dolphinsortfilterproxymodel.cpp renamedialog.cpp @@ -40,14 +40,14 @@ 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_KFILE_LIBS} konq) +target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} konq ${BLITZ_LIBRARIES}) if (Nepomuk_FOUND) target_link_libraries(dolphinprivate ${NEPOMUK_LIBRARIES}) endif (Nepomuk_FOUND) set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 ) -install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR} ) +install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR}) ########################################## @@ -70,6 +70,7 @@ install(FILES dolphinpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) ########################################## set(dolphin_SRCS + additionalinfodialog.cpp applyviewpropsjob.cpp columnviewsettingspage.cpp detailsviewsettingspage.cpp @@ -81,6 +82,7 @@ set(dolphin_SRCS dolphindirlister.cpp dolphincontextmenu.cpp dolphinsettingsdialog.cpp + draganddrophelper.cpp filterbar.cpp generalsettingspage.cpp generalviewsettingspage.cpp @@ -125,5 +127,3 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR}) install( FILES dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.kcfg dolphin_columnmodesettings.kcfg dolphin_iconsmodesettings.kcfg dolphin_detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin ) - -kde4_install_icons( ${ICON_INSTALL_DIR} )