installing kdeinit modules (Re: KDE/kdebase)
David Faure
faure at kde.org
Thu Nov 8 16:22:03 CET 2007
On Thursday 08 November 2007, Patrick Spendrin wrote:
> SVN commit 734310 by sengels:
>
> changing install locations of dll's to bin
>
> M +5 -1 apps/dolphin/src/CMakeLists.txt
> M +5 -1 apps/keditbookmarks/CMakeLists.txt
> M +5 -1 apps/kwrite/CMakeLists.txt
> M +5 -1 apps/lib/konq/CMakeLists.txt
> M +5 -1 runtime/kcmshell/CMakeLists.txt
> M +5 -1 runtime/kuiserver/CMakeLists.txt
>
>
> --- trunk/KDE/kdebase/apps/dolphin/src/CMakeLists.txt #734309:734310
> @@ -46,7 +46,11 @@
>
>
> set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 )
> -install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR} )
> +install(TARGETS dolphinprivate
> + RUNTIME DESTINATION ${BIN_INSTALL_DIR}
> + LIBRARY DESTINATION ${LIB_INSTALL_DIR}
> + ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
> +)
>
This looks like a lot of duplicate code for nothing, we'll always get it wrong when developing
on linux and you'll always have to come and fix things up......
Surely this can't be a solution.
I have a feeling this has been discussed already, but really, this solution is not a solution,
--
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
More information about the Kde-buildsystem
mailing list