KDE/kdepim/kontact/plugins/kmail

Stephan Kulow coolo at kde.org
Tue Aug 29 09:36:52 CEST 2006


Am Samstag, 26. August 2006 16:16 schrieb Stephan Kulow:
> SVN commit 577387 by coolo:
>
> I was unable to specify inter directory dependencies in a sane
> way ;(
> CCMAIL: kde-buildsystem at kde.org
>
>
>  M  +5 -0      CMakeLists.txt
>
>
> --- trunk/KDE/kdepim/kontact/plugins/kmail/CMakeLists.txt #577386:577387
> @@ -26,6 +26,11 @@
>
>  install(TARGETS kontact_kmailplugin  DESTINATION ${PLUGIN_INSTALL_DIR})
>
> +set_source_files_properties( kmail_plugin.cpp OBJECT_DEPENDS
> ${CMAKE_BINARY_DIR}/kmail/globalsettings_base.h ) +
> +ADD_CUSTOM_COMMAND(OUTPUT ${CMAKE_BINARY_DIR}/kmail/globalsettings_base.h
> +	COMMAND make -C ${CMAKE_BINARY_DIR}/kmail globalsettings_base.o )
> +
>  ########### next target ###############
>

There has to be a way to fix this correctly! So where are you cmake gurus?

Greetings, Stephan


More information about the Kde-buildsystem mailing list