[calligra] libs/main: SVN_SILENT compile on non-OS X (silent)

Christoph Feck christoph at maxiom.de
Wed Dec 12 03:18:59 GMT 2012


I just say saw, that this needs to be committed to 2.6 branch, too. 
Please backport, because I do not have a branch checkout.

On Wednesday 12 December 2012 03:51:19 Christoph Feck wrote:
> Git commit 36102bd81c942d802fbbbd9a7748fb7d8ccda9d0 by Christoph
> Feck. Committed on 12/12/2012 at 03:49.
> Pushed by cfeck into branch 'master'.
> 
> SVN_SILENT compile on non-OS X
> 
> CCMAIL: yue.liu at mail.com
> 
> M  +6    -1    libs/main/CMakeLists.txt
> 
> http://commits.kde.org/calligra/36102bd81c942d802fbbbd9a7748fb7d8cc
> da9d0
> 
> diff --git a/libs/main/CMakeLists.txt b/libs/main/CMakeLists.txt
> index 057905b..6ff3808 100644
> --- a/libs/main/CMakeLists.txt
> +++ b/libs/main/CMakeLists.txt
> @@ -34,7 +34,6 @@ set(komain_LIB_SRCS
>      KoFileDialog.cpp
>      KoGlobal.cpp
>      KoGridData.cpp
> -    MacSupport.mm
>      KoMainWindow.cpp
>      KoPrintingDialog.cpp
>      KoPrintJob.cpp
> @@ -132,6 +131,12 @@ if( Soprano_FOUND )
>      )
>  endif( Soprano_FOUND )
> 
> +if (APPLE)
> +    set(komain_LIB_SRCS ${komain_LIB_SRCS}
> +        MacSupport.mm
> +    )
> +endif (APPLE)
> +
>  kde4_add_ui_files( komain_LIB_SRCS
>     koDocumentInfoAboutWidget.ui
>     koDocumentInfoAuthorWidget.ui



More information about the calligra-devel mailing list