[Kmymoney-devel] Review Request 119197: Add missing interdependency

Thomas Baumgart tbaumgart at kde.org
Wed Jul 9 15:18:39 UTC 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119197/#review61987
-----------------------------------------------------------


Does this solve the problem also? If you can confirm that, I am going to make the change.

diff --git a/kmymoney/CMakeLists.txt b/kmymoney/CMakeLists.txt
index acbc68d..12c8f50 100644
--- a/kmymoney/CMakeLists.txt
+++ b/kmymoney/CMakeLists.txt
@@ -59,7 +59,7 @@ TARGET_LINK_LIBRARIES(kmymoney_common
 # must build kmymoney/transactionsortoption.h
 # from transactionsortoption.ui first
 ADD_DEPENDENCIES(kmymoney_common generate_base_ui_srcs kmm_config)
-ADD_DEPENDENCIES(wizardpages widgets)
+ADD_DEPENDENCIES(wizardpages dialogs widgets)
 
 SET( kmymoney_common_LIBS
   views reports kmymoney_base kmymoney_common

- Thomas Baumgart


On July 9, 2014, 3:18 p.m., Vadim Zhukov wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/119197/
> -----------------------------------------------------------
> 
> (Updated July 9, 2014, 3:18 p.m.)
> 
> 
> Review request for KMymoney.
> 
> 
> Repository: kmymoney
> 
> 
> Description
> -------
> 
> KMyMoney build (often) breaks with Ninja CMake backend due to missing interdependency between targets. The patch below fixes that problem.
> 
> Please note that I do not have commit rights.
> 
> 
> Diffs
> -----
> 
>   kmymoney/wizards/wizardpages/CMakeLists.txt bb1e9b7 
> 
> Diff: https://git.reviewboard.kde.org/r/119197/diff/
> 
> 
> Testing
> -------
> 
> OpenBSD/i386
> 
> 
> Thanks,
> 
> Vadim Zhukov
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kmymoney-devel/attachments/20140709/7be3092c/attachment.html>


More information about the KMyMoney-devel mailing list