[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-buildsystem
Subject:    installing kdeinit modules (Re: KDE/kdebase)
From:       David Faure <faure () kde ! org>
Date:       2007-11-08 15:22:03
Message-ID: 200711081622.04595.faure () kde ! org
[Download RAW message or body]

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@kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic