From: Oswald Buddenhagen Date: Tue, 19 Oct 2010 12:44:48 +0000 (+0000) Subject: actually install the .desktop files as executables X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/818f1878a990252d211f89efa4813ec66ae9ca9f actually install the .desktop files as executables changing merely the file permissions is the repo is quite a noop as far as cmake is concerned. svn path=/trunk/KDE/kdebase/apps/; revision=1187438 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f8dfc831b..e35c8efb4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -273,7 +273,7 @@ install(TARGETS kio_filenamesearch DESTINATION ${PLUGIN_INSTALL_DIR}) ########### install files ############### -install( FILES dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) +install( PROGRAMS dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES settings/dolphin_directoryviewpropertysettings.kcfg settings/dolphin_generalsettings.kcfg settings/dolphin_columnmodesettings.kcfg