Git commit 2d7752f1dce7c9303bfc500305f6cf94a3340e06 by Christian D=C3=A1vid. Committed on 31/05/2017 at 18:56. Pushed by christiand into branch 'master'. Fixed race condition in build system Added a required dependency in IbanAndBic CMakeLists.txt M +2 -0 kmymoney/payeeidentifier/ibanandbic/CMakeLists.txt https://commits.kde.org/kmymoney/2d7752f1dce7c9303bfc500305f6cf94a3340e06 diff --git a/kmymoney/payeeidentifier/ibanandbic/CMakeLists.txt b/kmymoney/= payeeidentifier/ibanandbic/CMakeLists.txt index 6caaf965..9e8c58c0 100644 --- a/kmymoney/payeeidentifier/ibanandbic/CMakeLists.txt +++ b/kmymoney/payeeidentifier/ibanandbic/CMakeLists.txt @@ -48,6 +48,8 @@ target_link_libraries( payeeidentifier_ibanbic_storageplu= gin Qt5::Sql kmm_mymoney ) +# The json files of payeeidentifier_iban_bic are currently required +add_dependencies(payeeidentifier_ibanbic_storageplugin payeeidentifier_iba= n_bic) = kcoreaddons_desktop_to_json(payeeidentifier_ibanbic_storageplugin "${CMAKE_CURRENT_BINARY_DIR}/kmymoney-ibanbic-storageplugin.desktop"