diff options
| author | Stephan Kulow <[email protected]> | 2007-02-21 09:31:52 +0000 |
|---|---|---|
| committer | Stephan Kulow <[email protected]> | 2007-02-21 09:31:52 +0000 |
| commit | 20195315bb8c637f28d892323e6cdc43604d38ae (patch) | |
| tree | 57bb8d224fe4957f2ac2ff626a69dd6a935a68db /src/CMakeLists.txt | |
| parent | 1a81483d2e1c269010b32355c0b64de0b0ba53b7 (diff) | |
installing a file called generalsettings.kcfgc just asks
for trouble - always prefix installed files
svn path=/trunk/KDE/kdebase/apps/; revision=635877
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ba6ed88fa..d07886a1b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -51,10 +51,10 @@ set(dolphin_SRCS kde4_automoc(${dolphin_SRCS}) kde4_add_kcfg_files(dolphin_SRCS - directoryviewpropertysettings.kcfgc - generalsettings.kcfgc - iconsmodesettings.kcfgc - detailsmodesettings.kcfgc ) + dolphin_directoryviewpropertysettings.kcfgc + dolphin_generalsettings.kcfgc + dolphin_iconsmodesettings.kcfgc + dolphin_detailsmodesettings.kcfgc ) qt4_add_dbus_adaptor(dolphin_SRCS org.kde.dolphin.Application.xml @@ -72,7 +72,7 @@ install(TARGETS dolphin DESTINATION ${BIN_INSTALL_DIR}) ########### install files ############### install( FILES dolphin.desktop DESTINATION ${XDG_APPS_DIR} ) -install( FILES directoryviewpropertysettings.kcfg generalsettings.kcfg iconsmodesettings.kcfg detailsmodesettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) +install( FILES dolphin_directoryviewpropertysettings.kcfg dolphin_generalsettings.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} ) |
