2006-11-21 06:02:05 +00:00
|
|
|
|
2008-05-05 14:21:55 +00:00
|
|
|
find_package(QImageBlitz REQUIRED)
|
2008-06-03 14:34:10 +00:00
|
|
|
|
|
|
|
macro_optional_find_package(Nepomuk)
|
2008-06-03 14:44:10 +00:00
|
|
|
macro_log_feature(Nepomuk_FOUND "Nepomuk" "Nepomuk" "http://www.kde.org" FALSE "" "For adding desktop-wide tagging support to dolphin")
|
2009-12-20 21:57:43 +00:00
|
|
|
macro_bool_to_01(Nepomuk_FOUND HAVE_NEPOMUK)
|
2008-06-03 14:44:10 +00:00
|
|
|
configure_file(config-nepomuk.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-nepomuk.h )
|
2008-01-04 22:59:55 +00:00
|
|
|
|
2008-05-05 14:21:55 +00:00
|
|
|
include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${QIMAGEBLITZ_INCLUDES} )
|
2008-03-21 21:05:05 +00:00
|
|
|
|
2009-12-20 21:57:43 +00:00
|
|
|
if (Nepomuk_FOUND)
|
2008-06-03 14:34:10 +00:00
|
|
|
# Yes, Soprano includes is what we need here
|
|
|
|
include_directories( ${SOPRANO_INCLUDE_DIR} ${NEPOMUK_INCLUDE_DIR} )
|
2009-12-20 21:57:43 +00:00
|
|
|
endif (Nepomuk_FOUND)
|
2006-11-21 06:02:05 +00:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2007-03-23 15:32:28 +00:00
|
|
|
set(dolphinprivate_LIB_SRCS
|
2009-01-14 20:22:17 +00:00
|
|
|
settings/additionalinfodialog.cpp
|
|
|
|
settings/applyviewpropsjob.cpp
|
|
|
|
settings/dolphinsettings.cpp
|
2010-03-25 16:34:40 +00:00
|
|
|
settings/filemetadataconfigurationdialog.cpp
|
2009-01-14 19:26:23 +00:00
|
|
|
settings/viewpropertiesdialog.cpp
|
|
|
|
settings/viewpropsprogressinfo.cpp
|
2010-07-24 22:08:30 +00:00
|
|
|
views/additionalinfoaccessor.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
views/dolphincategorydrawer.cpp
|
2010-07-24 22:08:30 +00:00
|
|
|
views/dolphindirlister.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
views/dolphinview.cpp
|
|
|
|
views/dolphindetailsview.cpp
|
|
|
|
views/dolphindetailsviewexpander.cpp
|
|
|
|
views/dolphinfileitemdelegate.cpp
|
|
|
|
views/dolphiniconsview.cpp
|
|
|
|
views/dolphincolumnview.cpp
|
|
|
|
views/dolphincolumnviewcontainer.cpp
|
2010-07-24 22:08:30 +00:00
|
|
|
views/dolphinmodel.cpp
|
2010-08-27 05:26:27 +00:00
|
|
|
views/dolphinnewfilemenuobserver.cpp
|
2010-07-24 22:08:30 +00:00
|
|
|
views/dolphinremoteencoding.cpp
|
|
|
|
views/dolphinsortfilterproxymodel.cpp
|
|
|
|
views/dolphinviewactionhandler.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
views/dolphinviewautoscroller.cpp
|
|
|
|
views/dolphinviewcontroller.cpp
|
2010-07-24 22:08:30 +00:00
|
|
|
views/draganddrophelper.cpp
|
|
|
|
views/folderexpander.cpp
|
2010-07-24 22:17:01 +00:00
|
|
|
views/renamedialog.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
views/selectiontoggle.cpp
|
|
|
|
views/selectionmanager.cpp
|
2010-07-24 22:17:01 +00:00
|
|
|
views/tooltips/filemetadatatooltip.cpp
|
|
|
|
views/tooltips/tooltipmanager.cpp
|
|
|
|
views/versioncontrol/pendingthreadsmaintainer.cpp
|
|
|
|
views/versioncontrol/updateitemstatesthread.cpp
|
|
|
|
views/versioncontrol/versioncontrolobserver.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
views/viewextensionsfactory.cpp
|
|
|
|
views/viewmodecontroller.cpp
|
2010-07-24 22:08:30 +00:00
|
|
|
views/viewproperties.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
views/zoomlevelinfo.cpp
|
2009-11-10 21:41:14 +00:00
|
|
|
)
|
2009-12-20 04:28:22 +00:00
|
|
|
|
2007-03-23 15:32:28 +00:00
|
|
|
kde4_add_kcfg_files(dolphinprivate_LIB_SRCS
|
2009-01-14 19:26:23 +00:00
|
|
|
settings/dolphin_columnmodesettings.kcfgc
|
|
|
|
settings/dolphin_directoryviewpropertysettings.kcfgc
|
|
|
|
settings/dolphin_detailsmodesettings.kcfgc
|
|
|
|
settings/dolphin_iconsmodesettings.kcfgc
|
2009-12-12 22:44:05 +00:00
|
|
|
settings/dolphin_generalsettings.kcfgc
|
|
|
|
settings/dolphin_versioncontrolsettings.kcfgc
|
|
|
|
)
|
2007-03-23 15:32:28 +00:00
|
|
|
|
|
|
|
kde4_add_library(dolphinprivate SHARED ${dolphinprivate_LIB_SRCS})
|
|
|
|
|
2010-02-20 11:52:46 +00:00
|
|
|
target_link_libraries(dolphinprivate ${KDE4_KFILE_LIBS} konq ${KDE4_KNEWSTUFF3_LIBS} ${QIMAGEBLITZ_LIBRARIES})
|
2009-12-20 21:57:43 +00:00
|
|
|
if (Nepomuk_FOUND)
|
2009-11-25 20:52:06 +00:00
|
|
|
target_link_libraries(dolphinprivate ${NEPOMUK_LIBRARIES} ${NEPOMUK_QUERY_LIBRARIES} ${SOPRANO_LIBRARIES})
|
2009-12-20 21:57:43 +00:00
|
|
|
endif (Nepomuk_FOUND)
|
2007-06-22 10:18:46 +00:00
|
|
|
|
2007-03-23 15:32:28 +00:00
|
|
|
|
2007-12-06 16:55:50 +00:00
|
|
|
set_target_properties(dolphinprivate PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
|
2008-04-11 06:52:03 +00:00
|
|
|
install(TARGETS dolphinprivate ${INSTALL_TARGETS_DEFAULT_ARGS})
|
2007-03-23 15:32:28 +00:00
|
|
|
|
|
|
|
|
2007-07-01 14:25:21 +00:00
|
|
|
##########################################
|
|
|
|
|
|
|
|
set(dolphinpart_SRCS
|
|
|
|
dolphinpart.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_plugin(dolphinpart ${dolphinpart_SRCS})
|
|
|
|
|
2009-11-09 23:09:16 +00:00
|
|
|
target_link_libraries(dolphinpart dolphinprivate konq ${KDE4_KPARTS_LIBS} ${KDE4_KFILE_LIBS})
|
2007-07-01 14:25:21 +00:00
|
|
|
|
2009-09-13 14:49:26 +00:00
|
|
|
install(TARGETS dolphinpart DESTINATION ${PLUGIN_INSTALL_DIR})
|
2007-07-01 14:25:21 +00:00
|
|
|
|
2008-06-10 09:15:19 +00:00
|
|
|
install(FILES dolphinpart.rc DESTINATION ${DATA_INSTALL_DIR}/dolphinpart)
|
2007-07-01 14:25:21 +00:00
|
|
|
install(FILES dolphinpart.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
2010-07-24 22:17:01 +00:00
|
|
|
install(FILES views/versioncontrol/fileviewversioncontrolplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR})
|
2007-07-01 14:25:21 +00:00
|
|
|
|
2007-03-23 15:32:28 +00:00
|
|
|
##########################################
|
|
|
|
|
2006-11-24 22:10:33 +00:00
|
|
|
set(dolphin_SRCS
|
2008-03-23 15:54:07 +00:00
|
|
|
dolphinapplication.cpp
|
|
|
|
dolphinmainwindow.cpp
|
2010-08-27 05:26:27 +00:00
|
|
|
dolphinnewfilemenu.cpp
|
2008-03-23 15:54:07 +00:00
|
|
|
dolphinviewcontainer.cpp
|
|
|
|
dolphincontextmenu.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
filterbar/filterbar.cpp
|
2008-03-23 15:54:07 +00:00
|
|
|
main.cpp
|
2009-01-14 20:22:17 +00:00
|
|
|
panels/information/informationpanel.cpp
|
2009-07-05 22:54:37 +00:00
|
|
|
panels/information/informationpanelcontent.cpp
|
2010-07-24 22:23:16 +00:00
|
|
|
panels/information/pixmapviewer.cpp
|
2009-01-27 19:50:21 +00:00
|
|
|
panels/information/phononwidget.cpp
|
2009-01-14 20:22:17 +00:00
|
|
|
panels/folders/ktreeview.cpp
|
|
|
|
panels/places/placespanel.cpp
|
2009-01-14 20:14:36 +00:00
|
|
|
panels/panel.cpp
|
2009-01-14 19:26:23 +00:00
|
|
|
panels/folders/treeviewcontextmenu.cpp
|
2009-01-14 20:14:36 +00:00
|
|
|
panels/folders/folderspanel.cpp
|
|
|
|
panels/folders/paneltreeview.cpp
|
2009-10-17 15:05:50 +00:00
|
|
|
search/dolphinsearchbox.cpp
|
2010-07-24 20:39:19 +00:00
|
|
|
settings/general/behaviorsettingspage.cpp
|
|
|
|
settings/general/contextmenusettingspage.cpp
|
|
|
|
settings/general/generalsettingspage.cpp
|
|
|
|
settings/general/previewssettingspage.cpp
|
|
|
|
settings/general/statusbarsettingspage.cpp
|
2009-01-14 20:22:17 +00:00
|
|
|
settings/dolphinsettingsdialog.cpp
|
2010-07-24 20:39:19 +00:00
|
|
|
settings/navigation/navigationsettingspage.cpp
|
|
|
|
settings/services/servicessettingspage.cpp
|
2009-01-17 18:42:06 +00:00
|
|
|
settings/settingspagebase.cpp
|
2010-07-24 20:39:19 +00:00
|
|
|
settings/startup/startupsettingspage.cpp
|
|
|
|
settings/trash/trashsettingspage.cpp
|
|
|
|
settings/viewmodes/columnviewsettingspage.cpp
|
|
|
|
settings/viewmodes/detailsviewsettingspage.cpp
|
|
|
|
settings/viewmodes/dolphinfontrequester.cpp
|
|
|
|
settings/viewmodes/iconsizegroupbox.cpp
|
|
|
|
settings/viewmodes/iconsviewsettingspage.cpp
|
|
|
|
settings/viewmodes/viewsettingspage.cpp
|
|
|
|
settings/viewmodes/viewsettingspagebase.cpp
|
2009-08-01 20:01:51 +00:00
|
|
|
statusbar/dolphinstatusbar.cpp
|
|
|
|
statusbar/statusbarspaceinfo.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
views/zoomlevelinfo.cpp
|
2009-11-21 22:08:59 +00:00
|
|
|
)
|
2008-03-23 15:54:07 +00:00
|
|
|
|
|
|
|
kde4_add_kcfg_files(dolphin_SRCS
|
2009-03-10 19:21:21 +00:00
|
|
|
panels/folders/dolphin_folderspanelsettings.kcfgc
|
2009-11-21 22:08:59 +00:00
|
|
|
panels/information/dolphin_informationpanelsettings.kcfgc
|
|
|
|
search/dolphin_searchsettings.kcfgc
|
2010-04-04 20:45:09 +00:00
|
|
|
settings/dolphin_versioncontrolsettings.kcfgc
|
2009-11-21 22:08:59 +00:00
|
|
|
)
|
2006-11-21 06:02:05 +00:00
|
|
|
|
2009-12-20 21:57:43 +00:00
|
|
|
if(Nepomuk_FOUND)
|
2009-11-06 16:51:42 +00:00
|
|
|
set(dolphin_SRCS
|
|
|
|
${dolphin_SRCS}
|
2010-07-24 16:37:07 +00:00
|
|
|
search/filters/abstractsearchfilterwidget.cpp
|
|
|
|
search/filters/datesearchfilterwidget.cpp
|
|
|
|
search/filters/ratingsearchfilterwidget.cpp
|
|
|
|
search/filters/tagsearchfilterwidget.cpp
|
2009-11-06 16:51:42 +00:00
|
|
|
)
|
2009-12-20 04:28:22 +00:00
|
|
|
include(SopranoAddOntology)
|
2010-01-05 17:35:58 +00:00
|
|
|
soprano_add_ontology(dolphin_SRCS ${SHAREDDESKTOPONTOLOGIES_ROOT_DIR}/nie/nfo.trig "NFO" "Nepomuk::Vocabulary" "trig")
|
|
|
|
soprano_add_ontology(dolphin_SRCS ${SHAREDDESKTOPONTOLOGIES_ROOT_DIR}/nie/nie.trig "NIE" "Nepomuk::Vocabulary" "trig")
|
2009-12-20 21:57:43 +00:00
|
|
|
endif(Nepomuk_FOUND)
|
2009-12-12 05:59:45 +00:00
|
|
|
|
2008-03-10 17:33:30 +00:00
|
|
|
if(NOT WIN32)
|
2009-01-14 20:14:36 +00:00
|
|
|
set(dolphin_SRCS ${dolphin_SRCS} panels/terminal/terminalpanel.cpp)
|
2008-03-10 17:33:30 +00:00
|
|
|
endif(NOT WIN32)
|
2006-11-21 06:02:05 +00:00
|
|
|
|
2007-02-18 17:01:36 +00:00
|
|
|
qt4_add_dbus_adaptor(dolphin_SRCS
|
|
|
|
org.kde.dolphin.Application.xml
|
|
|
|
dolphinapplication.h DolphinApplication)
|
|
|
|
qt4_add_dbus_adaptor(dolphin_SRCS
|
|
|
|
org.kde.dolphin.MainWindow.xml
|
|
|
|
dolphinmainwindow.h DolphinMainWindow)
|
2008-04-02 21:32:47 +00:00
|
|
|
|
|
|
|
kde4_add_app_icon(dolphin_SRCS "${KDE4_ICON_INSTALL_DIR}/oxygen/*/apps/system-file-manager.png")
|
|
|
|
|
2010-03-16 12:30:46 +00:00
|
|
|
kde4_add_kdeinit_executable(dolphin ${dolphin_SRCS})
|
2007-05-01 15:18:07 +00:00
|
|
|
|
2010-03-16 12:30:46 +00:00
|
|
|
target_link_libraries(kdeinit_dolphin
|
2009-11-24 07:15:24 +00:00
|
|
|
${KDE4_KDEPRINT_LIBS}
|
|
|
|
${KDE4_KFILE_LIBS}
|
2010-08-27 20:13:36 +00:00
|
|
|
${KDE4_KPARTS_LIBS}
|
2010-05-12 15:58:45 +00:00
|
|
|
${KDE4_KCMUTILS_LIBRARY}
|
2009-11-24 07:15:24 +00:00
|
|
|
konq
|
|
|
|
dolphinprivate
|
2009-12-07 21:20:28 +00:00
|
|
|
knewstuff3
|
2009-11-24 07:15:24 +00:00
|
|
|
${KDE4_PHONON_LIBS}
|
|
|
|
)
|
2007-05-02 10:02:19 +00:00
|
|
|
|
2009-12-20 21:57:43 +00:00
|
|
|
if (Nepomuk_FOUND)
|
2010-03-16 12:30:46 +00:00
|
|
|
target_link_libraries(kdeinit_dolphin
|
2009-11-24 07:15:24 +00:00
|
|
|
${NEPOMUK_LIBRARIES}
|
|
|
|
${SOPRANO_LIBRARIES}
|
|
|
|
${NEPOMUK_QUERY_LIBRARIES}
|
|
|
|
)
|
2009-12-20 21:57:43 +00:00
|
|
|
endif (Nepomuk_FOUND)
|
2006-11-21 06:02:05 +00:00
|
|
|
|
2010-03-16 12:30:46 +00:00
|
|
|
install(TARGETS kdeinit_dolphin ${INSTALL_TARGETS_DEFAULT_ARGS})
|
2008-05-27 11:36:57 +00:00
|
|
|
install(TARGETS dolphin ${INSTALL_TARGETS_DEFAULT_ARGS})
|
2006-11-21 06:02:05 +00:00
|
|
|
|
2008-03-23 15:54:07 +00:00
|
|
|
##########################################
|
|
|
|
|
2009-01-17 18:42:06 +00:00
|
|
|
set(kcm_dolphinviewmodes_PART_SRCS
|
2010-07-24 20:49:56 +00:00
|
|
|
settings/kcm/kcmdolphinviewmodes.cpp
|
2010-07-24 20:39:19 +00:00
|
|
|
settings/viewmodes/columnviewsettingspage.cpp
|
|
|
|
settings/viewmodes/detailsviewsettingspage.cpp
|
|
|
|
settings/viewmodes/dolphinfontrequester.cpp
|
|
|
|
settings/viewmodes/iconsizegroupbox.cpp
|
|
|
|
settings/viewmodes/iconsviewsettingspage.cpp
|
|
|
|
settings/viewmodes/viewsettingspagebase.cpp
|
2010-07-24 21:45:49 +00:00
|
|
|
views/zoomlevelinfo.cpp)
|
2009-01-19 10:39:11 +00:00
|
|
|
|
|
|
|
set(kcm_dolphinnavigation_PART_SRCS
|
2010-07-24 20:49:56 +00:00
|
|
|
settings/kcm/kcmdolphinnavigation.cpp
|
2010-07-24 20:39:19 +00:00
|
|
|
settings/navigation/navigationsettingspage.cpp
|
2009-01-19 10:39:11 +00:00
|
|
|
settings/settingspagebase.cpp)
|
2008-03-23 15:54:07 +00:00
|
|
|
|
2009-02-26 20:38:42 +00:00
|
|
|
set(kcm_dolphinservices_PART_SRCS
|
2010-07-24 20:49:56 +00:00
|
|
|
settings/kcm/kcmdolphinservices.cpp
|
2010-07-24 20:39:19 +00:00
|
|
|
settings/services/servicessettingspage.cpp
|
2009-02-26 20:38:42 +00:00
|
|
|
settings/settingspagebase.cpp)
|
|
|
|
|
2009-01-19 11:11:11 +00:00
|
|
|
set(kcm_dolphingeneral_PART_SRCS
|
2010-07-24 20:49:56 +00:00
|
|
|
settings/kcm/kcmdolphingeneral.cpp
|
2010-07-24 20:39:19 +00:00
|
|
|
settings/general/behaviorsettingspage.cpp
|
|
|
|
settings/general/previewssettingspage.cpp
|
|
|
|
settings/general/contextmenusettingspage.cpp
|
2009-01-19 11:11:11 +00:00
|
|
|
settings/settingspagebase.cpp)
|
|
|
|
|
2009-01-17 18:42:06 +00:00
|
|
|
kde4_add_kcfg_files(kcm_dolphinviewmodes_PART_SRCS
|
2009-01-14 19:26:23 +00:00
|
|
|
settings/dolphin_columnmodesettings.kcfgc
|
|
|
|
settings/dolphin_directoryviewpropertysettings.kcfgc
|
|
|
|
settings/dolphin_detailsmodesettings.kcfgc
|
|
|
|
settings/dolphin_iconsmodesettings.kcfgc
|
2009-12-12 22:44:05 +00:00
|
|
|
settings/dolphin_generalsettings.kcfgc
|
|
|
|
settings/dolphin_versioncontrolsettings.kcfgc
|
|
|
|
)
|
2008-03-23 15:54:07 +00:00
|
|
|
|
2009-01-19 10:39:11 +00:00
|
|
|
kde4_add_kcfg_files(kcm_dolphinnavigation_PART_SRCS
|
|
|
|
settings/dolphin_generalsettings.kcfgc)
|
|
|
|
|
2009-02-26 20:38:42 +00:00
|
|
|
kde4_add_kcfg_files(kcm_dolphinservices_PART_SRCS
|
2010-04-04 20:45:09 +00:00
|
|
|
settings/dolphin_generalsettings.kcfgc
|
|
|
|
settings/dolphin_versioncontrolsettings.kcfgc)
|
2009-02-26 20:38:42 +00:00
|
|
|
|
2009-01-19 11:11:11 +00:00
|
|
|
kde4_add_kcfg_files(kcm_dolphingeneral_PART_SRCS
|
|
|
|
settings/dolphin_generalsettings.kcfgc)
|
|
|
|
|
2009-01-17 18:42:06 +00:00
|
|
|
kde4_add_plugin(kcm_dolphinviewmodes ${kcm_dolphinviewmodes_PART_SRCS})
|
2009-01-19 10:39:11 +00:00
|
|
|
kde4_add_plugin(kcm_dolphinnavigation ${kcm_dolphinnavigation_PART_SRCS})
|
2009-02-26 20:38:42 +00:00
|
|
|
kde4_add_plugin(kcm_dolphinservices ${kcm_dolphinservices_PART_SRCS})
|
2009-01-19 11:11:11 +00:00
|
|
|
kde4_add_plugin(kcm_dolphingeneral ${kcm_dolphingeneral_PART_SRCS})
|
2008-03-23 15:54:07 +00:00
|
|
|
|
2009-01-17 18:42:06 +00:00
|
|
|
target_link_libraries(kcm_dolphinviewmodes ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} dolphinprivate)
|
2009-01-19 10:39:11 +00:00
|
|
|
target_link_libraries(kcm_dolphinnavigation ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} dolphinprivate)
|
2009-12-07 21:20:28 +00:00
|
|
|
target_link_libraries(kcm_dolphinservices ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KIO_LIBS} ${KDE4_KNEWSTUFF3_LIBRARY} dolphinprivate)
|
2009-11-06 16:51:42 +00:00
|
|
|
target_link_libraries(kcm_dolphingeneral ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KIO_LIBS} dolphinprivate)
|
2009-12-20 21:57:43 +00:00
|
|
|
if (Nepomuk_FOUND)
|
2009-01-17 18:42:06 +00:00
|
|
|
target_link_libraries(kcm_dolphinviewmodes ${NEPOMUK_LIBRARIES})
|
2009-01-19 10:39:11 +00:00
|
|
|
target_link_libraries(kcm_dolphinnavigation ${NEPOMUK_LIBRARIES})
|
2009-02-26 20:38:42 +00:00
|
|
|
target_link_libraries(kcm_dolphinservices ${NEPOMUK_LIBRARIES})
|
2009-01-19 11:11:11 +00:00
|
|
|
target_link_libraries(kcm_dolphingeneral ${NEPOMUK_LIBRARIES})
|
2009-12-20 21:57:43 +00:00
|
|
|
endif (Nepomuk_FOUND)
|
2008-03-23 15:54:07 +00:00
|
|
|
|
2009-01-17 18:42:06 +00:00
|
|
|
install(TARGETS kcm_dolphinviewmodes DESTINATION ${PLUGIN_INSTALL_DIR} )
|
2009-01-19 10:39:11 +00:00
|
|
|
install(TARGETS kcm_dolphinnavigation DESTINATION ${PLUGIN_INSTALL_DIR} )
|
2009-02-26 20:38:42 +00:00
|
|
|
install(TARGETS kcm_dolphinservices DESTINATION ${PLUGIN_INSTALL_DIR} )
|
2009-01-19 11:11:11 +00:00
|
|
|
install(TARGETS kcm_dolphingeneral DESTINATION ${PLUGIN_INSTALL_DIR} )
|
2006-11-21 06:02:05 +00:00
|
|
|
|
2010-07-24 16:37:07 +00:00
|
|
|
#########################################
|
|
|
|
|
|
|
|
set(kio_search_PART_SRCS
|
|
|
|
search/filenamesearchprotocol.cpp)
|
|
|
|
kde4_add_plugin(kio_filenamesearch ${kio_search_PART_SRCS})
|
|
|
|
target_link_libraries(kio_filenamesearch ${KDE4_KIO_LIBS})
|
|
|
|
install(TARGETS kio_filenamesearch DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
|
2006-11-21 06:02:05 +00:00
|
|
|
########### install files ###############
|
|
|
|
|
2009-12-12 22:44:05 +00:00
|
|
|
install( FILES dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
|
|
|
|
install( FILES settings/dolphin_directoryviewpropertysettings.kcfg
|
|
|
|
settings/dolphin_generalsettings.kcfg
|
|
|
|
settings/dolphin_columnmodesettings.kcfg
|
|
|
|
settings/dolphin_iconsmodesettings.kcfg
|
|
|
|
settings/dolphin_detailsmodesettings.kcfg
|
|
|
|
settings/dolphin_versioncontrolsettings.kcfg
|
|
|
|
DESTINATION ${KCFG_INSTALL_DIR} )
|
|
|
|
install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin )
|
2010-07-24 16:37:07 +00:00
|
|
|
install( FILES search/filenamesearch.protocol DESTINATION ${SERVICES_INSTALL_DIR} )
|
2010-07-24 20:49:56 +00:00
|
|
|
install( FILES settings/kcm/kcmdolphinviewmodes.desktop DESTINATION
|
2010-07-24 16:37:07 +00:00
|
|
|
${SERVICES_INSTALL_DIR} )
|
2010-07-24 20:49:56 +00:00
|
|
|
install( FILES settings/kcm/kcmdolphinnavigation.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|
|
install( FILES settings/kcm/kcmdolphinservices.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
|
|
|
install( FILES settings/kcm/kcmdolphingeneral.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
2010-07-24 20:58:05 +00:00
|
|
|
install( FILES settings/services/servicemenu.knsrc DESTINATION ${CONFIG_INSTALL_DIR} )
|
|
|
|
install( PROGRAMS settings/services/servicemenuinstallation DESTINATION ${BIN_INSTALL_DIR} )
|
|
|
|
install( PROGRAMS settings/services/servicemenudeinstallation DESTINATION ${BIN_INSTALL_DIR} )
|
2010-07-24 16:37:07 +00:00
|
|
|
|