KDE/kdepim/kontact/plugins/kmail
Stephan Kulow
coolo at kde.org
Sat Aug 26 16:16:53 CEST 2006
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 ###############
set(kcm_kmailsummary_PART_SRCS kcmkmailsummary.cpp )
More information about the Kde-buildsystem
mailing list